

.top-nav .bootstrap-select .btn.dropdown-toggle {
    border: solid 1px #747474;
}

.top-nav .bootstrap-select.btn-group .dropdown-toggle .filter-option {
    color: #fff;
}

.top-nav .bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #fff;
}


.navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    vertical-align: top;
}

.fixed-sidebar-left {
    margin-top: 15px;
}

    .fixed-sidebar-left .nav li {
        border-bottom: solid 1px #ccc;
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

        .fixed-sidebar-left .nav li:last-child, .fixed-sidebar-left .nav li li {
            border-bottom: none;
            padding-bottom: 0;
            margin-bottom: 0;
        }

    .fixed-sidebar-left .side-nav > li > a.active {
        color: #000 !important;
        font-weight: bold !important;
    }

a.toggle-left-nav-btn {
    color: #fff;
}

.navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 50px;
    padding-left: 3px;
}
.navbar.navbar-inverse.navbar-fixed-top .nav-header {
    width: 50px;
    padding-left: 3px;
}
    .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-img {
        top: 8px;
        width: 45px;
    }

.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .nav-header .logo-wrap .brand-text {
    color: #fff;
    padding-left: 5px;
    font-size: 20px;
    line-height: 36px;
}

.wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top {
    background: #000;
    border-bottom: solid 1px #000;
}

    .wrapper.theme-2-active .navbar.navbar-inverse.navbar-fixed-top .mobile-only-brand {
        background: #000;
    }

.btn.btn-success, .dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #6b90de;
    border: solid 1px #5775b3;
}

    .btn.btn-success:hover, .btn.btn-success:focus, .btn.btn-success:active {
        background: #5775b3;
    }

.form-control {
    border-color: #ccc;
}

    .form-control.input-validation-error {
        border-color: #ff0000;
    }

.btn-square {
    width: 27px !important;
    height: 29px !important;
    margin-bottom: 3px;
}

a.btn .fa {
    line-height: 30px;
}

a.btn.btn-success.btn-icon-anim.btn-square {
    background: none;
    border: none;
}

    a.btn.btn-success.btn-icon-anim.btn-square:before {
        box-shadow: 0 0 0 35px #6b90de inset;
    }

    a.btn.btn-success.btn-icon-anim.btn-square:hover:before {
        box-shadow: 0 0 0 1px gainsboro inset
    }


.dataTables_wrapper .dataTables_filter input {
    border: solid 1px #ccc;
    padding: 0 10px;
    height: 36px;
}

.dataTables_wrapper .dataTables_length select {
    border: solid 1px #ccc;
    padding: 0 5px;
    height: 36px;
}

.table > thead > tr > th, .jsgrid-table > thead > tr > th, .table > tfoot > tr > th, .jsgrid-table > tfoot > tr > th {
    border-bottom: 2px solid #ccc !important;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-color: #bfbdbd;
}

.table, .jsgrid-table {
    border-color: #ccc !important;
}

.login-logo {
    width: 150px;
    display: block;
    margin: 0 auto 15px auto;
}



.switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 25px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 20px;
        width: 20px;
        left: 4px;
        bottom: 3px;
        background-color: #fff;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #76c880;
}

input:focus + .slider {
    box-shadow: 0 0 1px #76c880;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }


.switch-block {
    position: relative;
    margin-bottom: 10px;
}

    .switch-block label {
        display: inline-block;
        font-weight: bold;
        padding: 3px 0 5px 66px;
        cursor: pointer;
        position: absolute;
        left: 0px;
        z-index: 99;
    }


.select-tags {
    position: relative;
}

    .select-tags .control-label {
        display: inline-block;
        margin-right: 15px;
        margin-bottom: 5px;
    }

    .select-tags .select2-choices {
        min-height: 50px !important;
        position: relative;
        padding-right: 40px !important;
    }

        .select-tags .select2-choices:before {
            content: "\f0d7";
            position: absolute;
            right: 7px;
            top: 12px;
            width: 25px;
            height: 25px;
            font: normal normal normal 20px/1 FontAwesome;
            color: #222 !important;
            text-align: center;
            line-height: 28px;
        }


    .select-tags input {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 0px;
        height: 0px;
        opacity: 0;
        overflow: hidden;
        visibility: hidden;
    }

    .select-tags .tag-label {
        color: #fff;
        padding: 8px 30px;
        display: inline-block;
        margin: 0 0 15px 0;
        cursor: pointer;
        background: #888;
    }

    .select-tags input:checked + .tag-label {
        background: #5cb85c;
        color: #fff;
    }



    .select-tags .select2-choices li.select2-search-choice {
        padding: 3px 25px 3px 5px !important;
        background: #eee !important;
        color: #000 !important;
        border: solid 1px #ccc !important;
        border-radius: 0px !important;
        margin-top: 5px !important;
    }

    .select-tags .select2-choices li a {
        color: #fff !important;
        background-position: right -11px !important;
        left: auto !important;
        right: 3px !important;
    }

.dtaction {
    display: inline;
}


.login-page .page-wrapper.auth-page {
    position: relative;
    background: url(../../images/login_bg.jpg) no-repeat 0 0;
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
}


.login-page .auth-form {
    width: 500px;
    padding: 60px 30px;
}

    .login-page .auth-form h6 {
        font-size: 14px;
        line-height: 20px;
    }

.form-group {
    position: relative;
}

    .form-group span.text-danger {
        position: absolute;
        bottom: -20px;
        font-size: 13px;
        left: 15px;
        width: 100%;
    }

    .form-group.select-tags {
        margin-top: 15px;
    }

.login-page .form-group span.text-danger {
    position: relative;
    bottom: 0;
    left: 0;
}

table.dataTable thead {
    background: #ccc;
}

.card-view.panel .panel-body {
    padding: 10px 0 20px;
}

.card-view.panel > .panel-heading {
    padding: 20px 15px 5px 15px;
}

.heading-bg {
    height: 50px;
    display: flex;
}

.icon-enb {
    background: #76c880 !important;
}



/* RT 05-20-19 */
.fixed-sidebar-left {
    margin-top: 0 !important;
    background: #fcfcfc !important;
}

    .fixed-sidebar-left .slimScrollDiv {
        margin-top: 10px;
    }

.admin-name {
    line-height: 65px;
    color: #fff;
    display: block;
    width: 200px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}




.icon-enb.btn.btn-icon-anim.btn-default:before {
    box-shadow: none !important;
}

.slide-nav-toggle .table,
.sidebar-hover .table {
    width: 100% !important;
}





.theme-2-active .table tr th:last-child,
.theme-2-active .table tr td:last-child {
    width: 100px !important;
}

    .theme-2-active .table tr th:last-child:after {
        display: none;
    }



.auth-form-wrap {
    padding: 100px 0 0 !important;
}

.theme-2-active .table tr th {
    font-weight: 700;
}

.theme-2-active .table {
    border: 1px solid #ccc !important;
}

.fa-external-link:before {
    content: "\f044";
}

.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_length {
    padding: 0px !important;
}

.select-tags .select2-choices:before {
    top: 0;
}

.select2-container-multi .select2-choices {
    min-height: 30px !important;
}

.theme-2-active.sidebar-hover .page-wrapper {
    margin-left: 225px;
}

.theme-2-active.slide-nav-toggle.sidebar-hover .page-wrapper {
    margin-left: 225px;
}

.theme-2-active .table tr td,
footer p {
    color: #212121 !important;
}

    footer p a {
        color: #337ab7 !important;
    }

.theme-2-active .table.school-admin-tb tr th:first-child,
.theme-2-active .table.school-admin-tb tr td:first-child,
.theme-2-active .table.school-admin-tb tr th:nth-child(2),
.theme-2-active .table.school-admin-tb tr td:nth-child(2) {
    width: 150px !important;
}

.theme-2-active .table tr th:last-child,
.theme-2-active .table tr td:last-child {
    width: 120px !important;
}


@media (max-width: 991px) {
    .dataTables_wrapper .dataTables_length {
        display: block !important;
    }
}



/* RT 30-05-19 */
.sweet-alert h2 {
    font-size: 24px;
    line-height: 30px;
    padding: 10px 0 10px;
}

#SchoolId {
    /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;*/ 
}

.switch-block {
    margin-top: 10px;
}

.theme-2-active .table.school-admin-tb {
    width: 100% !important;
}

/* RT 10-06-19 */
.table.pb-30 {
    padding-bottom: 0 !important;
    width: 99% !important;
}

.creat-student-radio .control-label {
    display: block;
}

.creat-student-radio .radio-info {
    display: inline-block;
    padding-right: 10px;
}

.email-text-box {
    clear: both;
}

.pricetxt {
    display: inline-block !important;
    width: 80px;
    margin-left: 10px;
    height: 35px;
}

/* RT 06-12-19 */
.pricingblock {
    margin-bottom: 20px;
    padding: 0;
}

    .pricingblock .lbltext {
        display: inline-block;
        width: 300px;
    }

        .pricingblock .lbltext label {
            font-size: 13px;
            color: #222;
        }

.lbltext input[type=checkbox] {
    margin: 0;
    vertical-align: middle;
}

.pricingblock .lbltext .control-label {
    font-weight: 600;
}

.imgtop {
    padding-top: 30px;
}


/* RT 06-20-19 */
.pricingblock .checkbox label {
    color: #333;
    font-weight: 600;
}

.dropify-wrapper:hover {
    background-image: none !important;
    -webkit-animation: inherit !important;
    animation: inherit !important;
}

.text-muted {
    color: #212121 !important;
}

.switch input {
    display: none;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_info {
    padding-left: 0;
}


/* RT 06-21-19 */
.theme-2-active .table tr th { /*padding-left: 25px;*/
    vertical-align: top;
}
.form-group {margin-bottom: 20px;}

.fa-check-circle-o {
    color: #1e50bb;
}
.fa-ban {
    color: red;
}

/* RT 07-03-19 */
.imgtop .mt-40 {
    margin-top: 21px !important;
}

.imgtop .card-view.panel .panel-body {
    padding: 0 0 20px;
}

/* RT 07-04-19 */

@media only screen and (max-width:1400px) {
    .slide-nav-toggle .toggle-left-nav-btn,
    .sidebar-hover .toggle-left-nav-btn {
        margin-left: 0 !important;
    }
}

.comingsoon {
    text-align: center;
    font-size: 26px;
    line-height: 30px;
    margin-top: 50px;
}

.btn.btn-default.btn-icon-anim.btn-square:hover {
    background: none !important;
    border: 1px solid #76c880;
}

.btn .fa {
    padding: 0 0 0 0;
}
.btn.btn-success.btn-sm {
    padding: 0px 15px;
    line-height: 16px;
    margin: 0 0 10px 0;
}
/*jhoni*/

.modal-header .close {
    position: absolute;
    right: -8px;
    top: -11px;
    background: #635ad6;
    border-radius: 50%;
    padding: 5px 9px 7px 10px;
    z-index: 999 !important;
    opacity: 10;
}

.modal-header .close span{color:#fff; font-weight:100;}
.modal-footer{text-align:right;}
.navbar.navbar-inverse.navbar-fixed-top .nav.top-nav > li{float:inherit !important;}
span.inst-name {
    line-height: 65px;
    color: #ed1b24;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 22px;
    position: absolute;
    left: 43%;
}
.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from { transform: scale(1) rotate(0deg); }
    to { transform: scale(1) rotate(360deg); }
}

@-webkit-keyframes spin2 {
    from { -webkit-transform: rotate(0deg); }
    to { -webkit-transform: rotate(360deg); }
}

.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}
.row.display-flex > [class*='col-'] {
    display: flex;
    flex-direction: column;
    padding-right: 0;
    padding-left: 0;
}