﻿


.bs-docs-header, .bs-docs-masthead {
    position: relative;
    padding: 30px 15px;
    color: #cdbfe3;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0,0,0,.1);
    background-color: #6d2f8f;
    background-image: -webkit-gradient(linear,left top,left bott om,from(#411c55),to(#9748c3));
    background-image: -webkit-linear-gradient(top,#411c559 0,#9748c3 100%);
    background-image: -o-linear-gradient(top,#411c55 0,#9748c3 100 %);
    background-image: linear-gradient(to bottom,#411c55 0,#9748c3 100%);
    filter: pro gid:DXImageTransform.Microsoft.gradient(startColorstr='#411c55', endColorstr='#9748c3', GradientType=0);
    background-repeat: repeat-x;
    width: 100%;
}

    .bs-docs-masthead .bs-docs-bo oticon {
        margin: 0 auto 30px
    }

    .bs-docs-masthead h1 {
        font-weight: 300;
        line-height: 1;
        color: #fff
    }

    .bs-docs-masthead .lead {
        margin: 0 auto 30px;
        font-size: 20px;
        color: #fff
    }

    .bs-docs-masthead .version {
        margin-top: -15px;
        margin-bottom: 30px;
        color: #9783b9
    }

    .bs-docs-masthead .btn {
        width: 100%;
        padding: 15px 30px;
        font-size: 20px
    }

@media (min-width:480px) {
    .bs-docs-masthead .btn {
        width: auto
    }
}

@media (min-width:768px) {
    .bs-docs-masthead {
        padding: 80px 0
    }

        .bs-docs-masthead h1 {
            font-size: 60px
        }

        .bs-docs-masthead .lead {
            font-size: 24px
        }
}

@media (min-width:992px) {
    .bs-docs-masthead .lead {
        width: 80%;
        font-size: 30px
    }
}

.bs-docs-header {
    margin-bottom: 40px;
    font-size: 20px;
    text-align: center;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

    .bs-docs-header h1 {
        margin-top: 0;
        color: #fff
    }

    .bs-docs-header p {
        margin-bottom: 0;
        font-weight: 300;
        line-height: 1.4
    }

    .bs-docs-header .container {
        position: relative
    }

@media (min-width:768px) {
    .bs-docs-header {
        padding-top: 60px;
        padding-bottom: 60px;
        font-size: 24px;
        text-align: left
    }

        .bs-docs-header h1 {
            font-size: 60px;
            line-height: 1
        }
}

@media (min-width:992px) {
    .bs-docs-header h1, .bs-docs-header p {
        margin-right: 380px
    }
}

.teamcontainer {
    margin: auto;
    max-width: 800px;
    padding: 10px 10px 10px 10px;
}

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.btn-pdf {
    color: #ffffff;
    background-color: #d43f3a;
    border-color: #761c19;
}

    .btn-pdf:focus,
    .btn-pdf.focus {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #761c19;
    }

    .btn-pdf:hover {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

    .btn-pdf:active,
    .btn-pdf.active,
    .open > .dropdown-toggle.btn-pdf {
        color: #ffffff;
        background-color: #c9302c;
        border-color: #ac2925;
    }

        .btn-pdf:active:hover,
        .btn-pdf.active:hover,
        .open > .dropdown-toggle.btn-pdf:hover,
        .btn-pdf:active:focus,
        .btn-pdf.active:focus,
        .open > .dropdown-toggle.btn-pdf:focus,
        .btn-pdf:active.focus,
        .btn-pdf.active.focus,
        .open > .dropdown-toggle.btn-pdf.focus {
            color: #ffffff;
            background-color: #ac2925;
            border-color: #761c19;
        }

    .btn-pdf:active,
    .btn-pdf.active,
    .open > .dropdown-toggle.btn-pdf {
        background-image: none;
    }

    .btn-pdf.disabled:hover,
    .btn-pdf[disabled]:hover,
    fieldset[disabled] .btn-pdf:hover,
    .btn-pdf.disabled:focus,
    .btn-pdf[disabled]:focus,
    fieldset[disabled] .btn-pdf:focus,
    .btn-pdf.disabled.focus,
    .btn-pdf[disabled].focus,
    fieldset[disabled] .btn-pdf.focus {
        background-color: #d9534f;
        border-color: #d43f3a;
    }

    .btn-pdf .badge {
        color: #d9534f;
        background-color: #ffffff;
    }

.padrow {
    padding-left: 14px;
    padding-right: 14px;
}

.form-control {
    clear: both;
    margin-bottom: 10px;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 100px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 80px;
    background-color: #575756;
    color: #fff;
    left: 0px;
}



.folder-child {
    background: #dcdcdc;
}

/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

input[type="radio"], input[type="checkbox"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

.form-control-custom {
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

