
@import url('https://fonts.googleapis.com/css?family=Muli:200,300,400,600,700,800');

body {
    background-color: #eff2f3 !important;
    font-family: 'Muli', sans-serif !important;
}



.bg1 {
    background-image: url('../images/login.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}

.login-block {
    background-color: #fff;
}

.navbar {
    height: 81px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.09);
    background-color: #ffffff;
}

    .navbar > .container .navbar-brand {
        margin-top: 10px;
    }

.m0 {
    margin: 0px !important;
}

.navbar-brand1 {
    line-height: 81px;
}

div#navbar {
}

.right-section {
    display: flex;
    align-items: center;
    line-height: 81px;
    justify-content: space-between;
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url('../fonts/glyphicons-halflings-regular.eot');
    src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular') format('svg');
}

p {
    color: #333;
    font-size: 14px;
    line-height: 21px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings' !important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.page-headers.col-sm-12 {
    /*margin-top: 80px;*/
    margin-bottom: 25px;
}

.online-reg-data {
    padding: 35px 55px;
    text-align: justify;
}

h4.capitalize {
    text-transform: capitalize;
    padding: 0px;
    color: #17181a;
    font-size: 20px;
    font-weight: 700;
}

.box-shadow {
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
    border-radius: 5px;
}

.contact-us > a > span {
    color: #4c4c4c;
    ;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    /* Text style for "R, ead Ins" */
    letter-spacing: 0.56px;
}

.contact-us > > aspan:hover {
    color: #333;
}

.login-section > a > span:hover {
    color: #000;
}

.contact-us > a > span > img {
    margin-right: 7px;
    width: 15px;
}

.contact-us {
    margin-right: 40px;
}

.login-section > a > span {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    /* Text style for "R, ead Ins" */
}

    .login-section > a > span > img {
        margin-right: 5px;
        width: 15px;
    }

.blue-header {
    border-left: 4px solid #406bff;
    height: 28px;
}

    .blue-header > h4 {
        margin-left: 10px;
        margin-top: 35px;
        padding-top: 5px;
        color: #222222;
        font-size: 20px;
        font-weight: bold;
        text-transform: uppercase;
        /* Text style for "O, nline A" */
        /*letter-spacing: 0.4px;*/
    }

.md-checkbox {
    position: relative;
    top: 17px;
    margin-bottom: 15px;
}

    .md-checkbox label {
        cursor: pointer;
        font-size: 14px;
        font-weight: 700;
        padding-left: 6px;
    }

        .md-checkbox label:before,
        .md-checkbox label:after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
        }

        .md-checkbox label:before {
            width: 20px;
            height: 20px;
            background: #fff;
            border: 1px solid rgba(0, 0, 0, 0.54);
            border-radius: 2px;
            cursor: pointer;
            transition: background .3s;
        }

    .md-checkbox input[type="checkbox"] {
        outline: 0;
        margin-right: 10px;
        margin-top: 0px !important;
    }

        .md-checkbox input[type="checkbox"]:checked + label:before {
            background: #057bdf;
            border: none;
        }

        .md-checkbox input[type="checkbox"]:checked + label:after {
            transform: rotate(-45deg);
            top: 5px;
            left: 4px;
            width: 12px;
            height: 6px;
            border: 2px solid #fff;
            border-top-style: none;
            border-right-style: none;
        }

.navbar-header {
    float: left;
    width: 100%;
}

a.terms {
    color: #057bdf;
}


/* hover style just for information */

label:hover:before {
    border: 2px solid #057bdf !important;
}


.fill-blue-button {
    color: #ffffff;
    width: 165px;
    height: 38px;
    background-color: #047bdf;
}

    .fill-blue-button:hover, .fill-blue-button:focus {
        border: 1px solid #047bdf;
        background-color: transparent !important;
        color: #047bdf !important;
    }

.fill-blue-button-rect {
    color: #ffffff;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
    letter-spacing: 0.28px;
    border-radius: 4px !important;
    background-color: #047bdf;
    padding: 10px 20px !important;
    text-transform: uppercase;
    border: 1px solid #047bdf;
}

    .fill-blue-button-rect:hover,
    .fill-blue-button-rect:focus {
        border: 1px solid #047bdf;
        background-color: transparent !important;
        color: #047bdf !important;
        border-radius: 0px;
        text-transform: uppercase;
    }

.read-instruction > a > span {
    color: #4c4c4c;
    font-size: 14px;
    font-weight: 400;
    line-height: 45px;
    letter-spacing: 0.56px;
    margin-left: 11px;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li.active a {
    border: none !important;
    border-bottom: 4px solid #057bdf !important;
    background-color: transparent !important;
    /* Text style for "Parent Det" */
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    /* Text style for "Student De" */
    letter-spacing: 0.45px;
    opacity: 1;
    padding: 20px 22px 20px 22px;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li a > img {
    margin-right: 15px;
}

.scrtabs-tabs-fixed-container ul.nav-tabs > li a {
    border: none !important;
    border-bottom: 4px solid transparent;
    background-color: transparent !important;
    opacity: 0.4;
    color: #222222;
    font-size: 15px;
    font-weight: 500;
    /* Text style for "Parent Det" */
    letter-spacing: 0.45px;
    padding: 20px 22px 20px 22px;
}

.panel-2 {
    padding: 0px 60px 60px 60px;
}

.terms-conditions.row {
    margin-top: 25px;
    margin-bottom: 50px;
    margin-left: 50px;
}

.UnderTaking.row {
    margin-top: 25px;
    margin-bottom: 50px;
}


#scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

#scroll::-webkit-scrollbar {
    width: 2px;
    background-color: #F5F5F5;
}

#scroll::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 2px solid #eee;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
}

body::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

body::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 2px solid #eee;
}


/* the scrollbar area itself */

::-webkit-scrollbar {
    width: 5px;
}


/* the up/down/left/right buttons */

::-webkit-scrollbar-button {
    width: 5px;
}


/* the zone where the scroll will happen */

::-webkit-scrollbar-track {
    width: 5px;
}


/* not sure what this is */

::-webkit-scrollbar-track-piece {
    width: 5px;
}


/* the famous "elevator" */

::-webkit-scrollbar-thumb {
    width: 5px;
}


/* what stands in the corner, between the horizontal and the vertical scrollbars */

::-webkit-scrollbar-corner {
    width: 5px;
}


/* the resizer thingy into that corner */

::-webkit-resizer {
    width: 5px;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}


/*//////////////////////////// Register Form Start/////////////////////////////*/

body.OTP-body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 80vh;
}

.OTP-form {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80vh;
    margin-top: 50px;
    margin-bottom: 50px;
}


.OTPBody-section {
    padding: 20px 60px;
}



body.reg-form-body {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 100vh;
    background-color: #ffffff !important;
}

.reg-form {
    display: flex;
    align-items: center;
    justify-content: center;
    /*height: 100vh;*/
    margin-top: 50px;
    margin-bottom: 50px;
}

.form-section {
    background: #FFF;
}

.logo-section {
    /*background: #eceff4;*/
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    border-bottom: 1px solid #dfe4e9;
}


/*.body-section .form-group label {
	font-size: 14px;
	font-weight: normal;
	color: #999999;
}*/

input-field {
    border-radius: 0px;
}

.body-section {
    /*padding: 20px 80px;*/
    padding: 20px 30px
}


/*.body-section .form-group label {
	color: #5f5f5f;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.26px;
}*/

span.input-group-addon {
    border-radius: 4px;
}

input.form-control.input-field {
    border-radius: 5px !important;
    /*height: 41px;*/
    color: #000 !important;
    border: 1px solid #bcc7da;
}

input.form-control.input-field-right {
    border-radius: 5px !important;
    /*height: 41px;*/
    color: #000 !important;
    border: 1px solid #bcc7da;
    text-align:right ;
}

input.form-control {
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
    /*height: 41px;*/
    color: #000 !important;
    border: 1px solid #bcc7da;
}

.Submit-section > .fill-blue-button {
    width: 100%;
}

.Submit-section {
    padding: 20px 0px;
}

.glyphicon-calendar:before {
    content: "\e109";
}

input.btn.fill-blue-button-rect.m0 {
    width: 100%;
}


/*//////////////////////////// Register Form End/////////////////////////////*/

.Student-details {
    display: flex;
    justify-content: space-between;
    padding: 30px;
}

.label-value {
    color: #222222;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.32px;
}

.label-text {
    margin-bottom: 11px;
    color: #222222;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0.56px;
}

.footer {
    height: 60px;
    background-color: #1c2d3d;
    margin-top: 100px;
}

    .footer > p {
        line-height: 60px;
        opacity: 0.8;
        color: #ffffff;
        font-size: 12px;
        font-weight: 400;
        letter-spacing: 0.3px;
        padding: 0px 25px;
    }

.radio label,
.checkbox label {
    padding-left: 6px !important;
}

input[type="checkbox"] {
    margin: 0px 0 0;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    -webkit-appearance: none;
    margin-left: -25px;
    margin-top: 2px;
}

    .radio input[type="radio"]:after,
    .radio-inline input[type="radio"]:after,
    .checkbox input[type="checkbox"]:after,
    .checkbox-inline input[type="checkbox"]:after {
        border-color: rgba(0, 0, 0, 0.54);
    }

    .radio input[type="radio"]:disabled:after,
    .radio-inline input[type="radio"]:disabled:after,
    .checkbox input[type="checkbox"]:disabled:after,
    .checkbox-inline input[type="checkbox"]:disabled:after {
        border-color: rgba(0, 0, 0, 0.26);
    }

    .radio input[type="radio"]:focus,
    .radio-inline input[type="radio"]:focus,
    .checkbox input[type="checkbox"]:focus,
    .checkbox-inline input[type="checkbox"]:focus {
        outline: none;
    }


/* checkbox */

input[type="radio"] {
    margin: 0px 0 0;
}

.checkbox input[type="checkbox"]:after,
.checkbox-inline input[type="checkbox"]:after {
    border: 2px solid;
    border-radius: 2px;
    content: '';
    display: block;
    height: 18px;
    transition: 240ms;
    width: 18px;
}

.checkbox input[type="checkbox"]:checked:before,
.checkbox-inline input[type="checkbox"]:checked:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    left: 6px;
    top: 2px;
    display: table;
    width: 6px;
    height: 12px;
    border: 2px solid #fff;
    border-top: 0;
    border-left: 0;
    content: '';
}

.checkbox input[type="checkbox"]:checked:after,
.checkbox-inline input[type="checkbox"]:checked:after {
    background-color: #ff5500;
    border-color: #ff5500;
}

.checkbox input[type="checkbox"]:disabled:checked:after,
.checkbox-inline input[type="checkbox"]:disabled:checked:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: transparent;
}


/* radio */

.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before,
.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    content: '';
    border-radius: 50%;
    display: block;
    height: 16px;
    width: 16px;
    transition: 240ms;
}

.radio input[type="radio"]:after,
.radio-inline input[type="radio"]:after {
    border: 1px solid rgba(161, 169, 189, 0.5);
    background-color: #e5eaec;
}

.radio input[type="radio"]:checked:after,
.radio-inline input[type="radio"]:checked:after {
    border-color: #047bdf;
}

span.option-input.radio {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

    span.option-input.radio:first-child {
        margin-right: 30px;
    }

.radio input[type="radio"]:before,
.radio-inline input[type="radio"]:before {
    background-color: #047bdf;
    position: absolute;
    top: 0;
    left: 0;
    transform: scale(0);
}

.radio input[type="radio"]:checked:before,
.radio-inline input[type="radio"]:checked:before {
    transform: scale(0.55);
}

.radio input[type="radio"]:disabled:checked:after,
.radio-inline input[type="radio"]:disabled:checked:after {
    border-color: rgba(0, 0, 0, 0.26);
}

.radio input[type="radio"]:disabled:checked:before,
.radio-inline input[type="radio"]:disabled:checked:before {
    background-color: rgba(0, 0, 0, 0.26);
}


.tab-labelRight {
    color: #057bdf;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
    display: block;
    padding: 5px;
    float: right!important;
}


.tab-label {
    color: #34353d;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
    display: block;
    padding-bottom: 5px;
}


.tab-head {
    color: #34353d;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin-bottom: 0px;
    display: block;
    padding: 5px;
}

.radio input[type=radio] {
    margin-left: 0px !important;
}

span.option-input.radio > label {
    margin-left: 20px !important;
}

.md-checkbox.smae-as-child {
    min-height: 40px;
}

.md-checkbox.smae-as-child2 {
    min-height: 33px;
}

.separator {
    border: .5px solid #bcc7da;
    margin-top: 30px;
    margin-bottom: 10px;
}

.m35 {
    margin-top: 35px;
}

.m25 {
    margin-top: 0px;
}

.mb35 {
    margin-bottom: 35px;
}


.display-flex {
    /*min-height: 41px;*/
}

span.parent-response {
    min-height: 40px;
}

.avatar-wrapper {
    position: relative;
    height: 157px;
    width: 158px;
    /*margin: 50px auto;
  border-radius: 50%;*/
    overflow: hidden;
    /*box-shadow: 1px 1px 15px -5px black;
  transition: all .3s ease;*/
    border: 1px solid #bcc7da;
}

    .avatar-wrapper:hover {
        cursor: pointer;
    }

        .avatar-wrapper:hover .profile-pic {
            opacity: .5;
        }

    .avatar-wrapper .profile-pic {
        height: 100%;
        width: 100%;
        transition: all .3s ease;
    }

        .avatar-wrapper .profile-pic:after {
            font-family: FontAwesome;
            content: "\f007";
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute;
            /*font-size: 190px;
  background: #ecf0f1;*/
            color: #34495e;
            text-align: center;
        }

    .avatar-wrapper .upload-button {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
    }

.Student-details-tab ul > li {
    width: 100%;
}

.avatar-wrapper .upload-button .fa-arrow-circle-up {
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    color: #34495e;
}

.avatar-wrapper .upload-button:hover .fa-arrow-circle-up {
    opacity: .9;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    background: gray;
    opacity: 0.3;
}

.app-left-container {
    padding: 20px 10px 0px 0px;
}

.app-right-container {
    padding: 20px 0px 0px 10px;
}

.Student-details-tab ul > li > a {
    display: flex;
    opacity: 0.6;
    color: #222222;
    font-size: 14px;
    font-weight: 400; /* Text style for "School Las" */
    letter-spacing: 0.42px;
}

    .Student-details-tab ul > li > a > div {
        width: 20px;
        margin-right: 20px;
    }

.Student-details-tab ul > li.active > a {
    opacity: 1 !important;
    border-color: transparent;
}

.Student-details-tab ul > li > a:hover {
    border-color: transparent !important;
    background-color: #eff2f3;
    color: #057bdf;
    opacity: 1;
}

/*.Student-details-tab ul > li.completed > a {
    background-image: url('../images/checked.png');
    background-repeat: no-repeat;
    background-position: right;
    margin-right: 19px;
    border-color: transparent;
    padding: 10px 15px;
    opacity: 1;
}*/
.Student-details-tab ul > li[data-level="Y"] > a {
    background-image: url('../images/checked.png') !important;
    background-repeat: no-repeat !important;
    background-position: 95% 50% !important;
    border-color: transparent !important;
    padding: 10px 15px !important;
    opacity: 1 !important;
}

.tab-title {
    height: 55px;
    border-radius: 4px 4px 0 0;
    color: #057bdf;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 16px 30px;
    border-bottom: 1px solid #d8dbdc;
    margin-bottom: 20px;
}

a[href="\#"], a[href=""] {
    cursor: default;
}

.Student-details-tab ul > li.active > a {
    background: #eff2f3;
    margin: 0px;
    font-size: 14px;
    color: #057bdf;
}

.separator2 {
    border: 1px solid #bcc7da;
    margin-top: 15px;
    margin-bottom: 10px;
}

.disply-flex {
    display: flex;
}

.form-group.otp-button {
    padding: 0px 15px;
    width: 123px;
}

.white-space {
    white-space: nowrap;
}

.Text-Area {
    border-radius: 5px !important;
}


.labelRight {
    float: right!important;
}


.image-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .image-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.image-preview-input-title {
    margin-left: 2px;
}

/*Subject Selection*/

.doe-collapse .panel-default > .panel-heading > h4 > a > span {
    font-size: 12px;
}

.doe-collapse .panel-default > .panel-heading > h4 > a {
    color: #444444;
    font-size: 18px;
    font-weight: 600;
}

.doe-collapse .panel-default > .panel-heading {
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
}

    .doe-collapse .panel-default > .panel-heading + .panel-collapse > .panel-body {
        padding: 0px 0px 0px 0px;
    }

.doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > thead > tr > th {
    padding: 20px 0px 20px 23px;
    border-bottom: none;
    color: #222222;
    font-size: 14px;
    font-weight: 600;
    background: transparent;
}

.doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > tbody > tr > td {
    padding: 20px 0px 15px 23px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.doe-collapse .panel-default .panel-collapse .panel-body .subtopics, .doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table {
    margin-bottom: 0px;
}

    .doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > tbody > tr > td > .md-checkbox {
        top: 0px;
    }

    .doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > thead > tr > th > .md-checkbox {
        top: 0px !important;
    }

        .doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > thead > tr > th > .md-checkbox > label {
            color: #222222 !important;
            font-size: 14px !important;
            font-weight: 600 !important;
        }

.doe-collapse .panel-default .panel-collapse .panel-body .subtopics {
    overflow-x: scroll;
    margin-left: 220px;
}

    .doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > tbody > tr > td > .md-checkbox > span {
        color: #666666;
        font-size: 12px;
        font-weight: 400;
        position: relative;
        left: 25px;
        bottom: 5px;
    }

    .doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > tbody > tr > td > div > p {
        margin-bottom: 0px;
    }

    .doe-collapse .panel-default .panel-collapse .panel-body .subtopics .table > tbody > tr > td > button {
        border-radius: 3px;
        background-color: #e1ebeb;
        color: #222222;
        font-size: 11px;
        font-weight: 500;
    }

td.CHECKBOX-DATATABLE LABEL {
    color: #222222;
    font-size: 14px;
    font-weight: 500 !important;
}

td.CHECKBOX-DATATABLE.sorting_1 > span.md-checkbox {
    white-space: nowrap;
}

.panel-title > a:before {
    float: right !important;
    content: url(../images/up.png);
    padding-right: 5px;
}

.panel-title > a.collapsed:before {
    float: right !important;
    content: url(../images/down.png);
}

.panel-title > a:hover,
.panel-title > a:active,
.panel-title > a:focus {
    text-decoration: none;
}

h4.panel-title {
    color: #40494d;
    font-size: 18px;
    font-weight: 400; /* Text style for "E, nglish" */
    letter-spacing: 0.45px;
}

div#accordion {
}

.year-planCollapse.doe-collapse .panel-group {
    margin-bottom: 0px;
}

.panel-body.bg-grey {
    background: #f5f5f594 !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.14);
    background-color: #ffffff;
}

.panel-sector > div.bbg {
    border-bottom: 1px solid #ddd;
}

.year-planCollapse.doe-collapse .panel.panel-default {
    border-color: transparent;
}

.label-text {
    font-size: 14px;
    color: #333;
    padding: 20px 15px;
    font-weight: 600;
    margin-bottom: 0px;
}

.col-sm-9.label-text > span:first-child {
    white-space: nowrap;
}

.md-checkbox.checkbox-panel label:before {
}

.md-checkbox.checkbox-panel label:before, .md-checkbox.checkbox-panel label:after {
    left: 15px !important;
}

.md-checkbox.checkbox-panel input[type="checkbox"]:checked + label:after {
    left: 19px !important;
}

.col-sm-3.md-checkbox.checkbox-panel {
    top: 20px;
}

.magin-bot {
    margin-bottom: 20px;
}

.panel-body.bg-grey {
    padding: 0px 15px !important;
}

img.ib-img {
    width: 16px;
}

.student-data {
    text-align: left;
}

    .student-data .label-text {
        padding: 0px;
        color: #333;
    }

    .student-data .label-value {
        font-weight: bold;
    }

.terms-data {
    text-align: justify;
}

.smallerror-msg {
    color: #057bdf;
    font-size: 12px;
}

.smalltext {
    color: #666666;
    font-size: 12px;
    font-weight: 300;
    margin-bottom: 0px;
}


.time-date-label{
    color: #4c4c4c;   
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.14px;
    padding:10px;
}

.m15 {
    margin-top: 20px;
}

.dynamic-lbl {
    color: #34353d;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin-bottom: 0px; 
    padding-bottom: 5px;
}

.divfloat {
    margin-bottom : 15px;
    min-height: 65px !important;
}

.divfloatla {
    margin-bottom : 15px;
    min-height: 85px !important;
}

.avatar-wrapperDoc .upload-buttondoc {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.avatar-wrapperDoc .upload-buttondoc .fa-arrow-circle-up {
    position: absolute;
    text-align: center;
    opacity: 0;
    transition: all .3s ease;
    color: #34495e;
}

.avatar-wrapperDoc .upload-buttondoc:hover .fa-arrow-circle-up {
    opacity: .9;
}




.avatar-wrapperDoc:hover .profile-pic1 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic1 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic1:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic2 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic2 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic2:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic3 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic3 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic3:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}


.avatar-wrapperDoc:hover .profile-pic4 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic4 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic4:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic5 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic5 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic5:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}


.avatar-wrapperDoc:hover .profile-pic6 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic6 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic6:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic7 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic7 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic7:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic8 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic8 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic8:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic9 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic9 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic9:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic10 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic10 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic10:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic11 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic11 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic11:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic12 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic12 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic12:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic13 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic13 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic13:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic14 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic14 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic14:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic15 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic15 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic15:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic16 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic16 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic16:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic17 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic17 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic17:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
}

.avatar-wrapperDoc:hover .profile-pic18 {
    opacity: .5;
}

.avatar-wrapperDoc .profile-pic18 {
    height: 100%;
    width: 100%;
    transition: all .3s ease;
    padding: 10px;
    border-radius: 17px;
}

.avatar-wrapperDoc .profile-pic18:after {
    font-family: FontAwesome;
    content: "\f007";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    color: #34495e;
    text-align: center;
} 

.avatar-wrapperDoc {
    position: relative;
    height: 167px;
    width: 158px;
    overflow: hidden;
    border: 1px solid #bcc7da;
}
.avatar-wrapperDoc:hover {
    cursor: pointer;
}

.tab-titleDoc {
    height: 65px;
    border-radius: 4px 4px 0 0;
    color: #057bdf;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    padding: 16px 30px;
    border-bottom: 1px solid #d8dbdc;
    margin-bottom: 20px;
}

.divfloatdoc {
    margin-bottom : 15px;
    min-height: 250px !important;
}

.lbldoc {
    min-height: 50px !important;
}