body {
    overflow-x: hidden;
    overflow: auto !important;
    padding-right: 0 !important;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
    background-color: #f5f5f5;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #272727;
    }

@media (min-width: 1200px) {
    .h4,
    h4 {
        font-size: 1.5em;
    }
}

.header-user-details {
    display: inline-block;
    vertical-align: middle;
    letter-spacing: 0.5px;
    font-size: 14px;
}

.header-username {
    color: #014bb9;
    font-weight: bold;
    background: #e2eeff;
    padding: 0 5px;
    border-radius: 3px;
    margin-bottom: 3px;
    box-shadow: #1919c6a3 1px 1px 2px 0px;
}

.header-userrole {
    color: #3b3b3b;
    font-weight: bold;
    background: #e9e9e9;
    padding: 0 6px;
    border-radius: 3px;
    display: inline;
    box-shadow: #32325da3 1px 1px 2px 0px;
}

.header-userdetails-dropdown ul.dropdown-menu {
    padding: 10px 0;
    right: 0 !important;
}

.tooltip {
    letter-spacing: 1px;
}

.font-input-range-tooltip {
    color: #fff;
    font-weight: bold;
}

.font-input-range-a1 {
    font-size: 14px;
    padding-right: 7px;
    padding-left: 7px;
}

.font-input-range-a2 {
    font-size: 16px;
    padding-right: 7px;
    padding-left: 12px;
}

.font-input-range-a3 {
    font-size: 18px;
    padding-right: 6px;
    padding-left: 7px;
}

.font-input-range-a4 {
    font-size: 20px;
    padding-right: 9px;
    padding-left: 8px;
}

.font-input-range-a5 {
    font-size: 22px;
    padding-left: 7px;
}

a.nooutline,
a.nooutline:hover,
a.nooutline:focus {
    border: none;
    outline: none;
}

.sticky_table_header {
    position: sticky;
    top: 0;
    z-index: 1020;/*changed 1030 for scroll under by top header part*/
}

.sep-txt {
    position: relative;
    font-size: 1.8em;
    line-height: 1;
    font-weight: 300;
    color: #fff;
    font-style: italic;
    text-align: center;
    margin-bottom: 30px;
}

    .sep-txt span:before,
    .sep-txt span:after {
        content: "";
        height: 1px;
        width: 15%;
        display: inline-block;
        margin: 0 1%;
        background-color: #fff;
        position: relative;
        top: -6px;
    }

.aim-container {
    background: #434363;
    position: relative;
    z-index: 3;
}

    .aim-container h2 {
        padding: 15px;
        margin: 0px;
        text-align: center;
        position: relative;
        top: -20px;
        left: -20px;
        width: 103%;
        border-bottom: 1px #ccc solid;
        text-transform: uppercase;
        word-spacing: 18px;
        color: #fff;
    }

.back-btnn {
    min-width: 100px;
    position: absolute;
    right: 15px;
    z-index: 1;
    background: #fa6800;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff !important;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
    top: -10px;
}

.page-print-btn {
    background: #ff9800;
    color: #fff;
}

    .page-print-btn:hover {
        background: #cc8317;
        color: #fff;
    }

.page-save-btn {
    background: #2283c5;
    color: #fff;
}

    .page-save-btn:hover {
        background: #186295;
        color: #fff;
    }

.print-btn {
    min-width: 100px;
    font-weight: bold;
    position: absolute;
    right: 130px;
    z-index: 1;
    background: #60bc60;
    border-radius: 0;
    border: none;
    text-transform: uppercase;
    font-weight: 300;
    color: #fff;
}

    .print-btn .glyphicon {
        margin-right: 5px;
    }

    .print-btn.bottoms {
        position: relative;
        float: right;
        right: 15px;
    }

.testi_container .row {
    padding: 0;
    margin: 0;
}

    .testi_container .row .col-md-2 {
        padding-left: 0;
    }

        .testi_container .row .col-md-2 img {
            border-radius: 50%;
            box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
            margin: 0px auto;
            border: solid 5px rgba(255, 255, 255, 0.8);
        }

.detailscard {
    margin: 0px;
    background-color: rgba(255, 255, 255, 1);
    border-radius: 5px;
    box-shadow: inset -1.4px -1.4px 2px rgba(0, 0, 0, 0.3);
}

    .detailscard.green {
        background-color: #5cb85c;
    }

    .detailscard.orenge {
        background-color: #f0ad4e;
    }

    .detailscard.red {
        background-color: #d9534f;
    }

    .detailscard table.teacherdetails {
        width: 100%;
        margin: 10px 0;
    }

        .detailscard table.teacherdetails td {
            text-align: left;
            padding: 5px;
        }

            .detailscard table.teacherdetails td table.gendertable {
                margin: 0px;
                width: 100%;
            }

                .detailscard table.teacherdetails td table.gendertable td {
                    text-align: center;
                }

                    .detailscard table.teacherdetails td table.gendertable td i {
                        font-size: 3rem;
                        margin: 10px;
                        color: #eee;
                    }

span.specials {
    background: rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    padding: 3px 6px;
    color: #fff;
    font-weight: bold;
    display: block;
    text-align: center;
    min-height: 29px;
}

    span.specials.ta-left {
        text-align: left;
    }

/*Students list**/
.row.studentslist {
    margin: 0;
    padding: 0px;
}

    .row.studentslist .studentslist-table {
        background: #eee;
        text-align: center;
    }

        .row.studentslist .studentslist-table td {
            vertical-align: middle;
            padding: 2px;
        }

.studentprofilepic {
    max-width: 40px;
    border-radius: 50%;
    border: solid 2px #fff;
}

.row.studentslist .studentslist-table .listheadings {
    height: 94px;
}

    .row.studentslist .studentslist-table .listheadings:first-child {
        height: 80px;
    }

.listheadings {
    font-weight: bold;
}

    .listheadings td {
        background: #f8c425;
    }

        .listheadings td .titletransform {
            transform: rotate(270deg);
            font-weight: bold;
            line-height: 15px;
            margin-bottom: -15px;
        }

        .listheadings td.contract {
            max-width: 50px;
            text-align: left;
            min-width: 40px;
        }

        .listheadings td.contract1 {
            max-width: 70px;
            text-align: left;
        }

            .listheadings td.contract1 .titletransform {
                margin-bottom: -20px;
            }

    .listheadings .btn-successs i {
        margin-right: 8px;
    }

.row.studentslist .studentslist-table td a {
    font-weight: bold;
    text-decoration: underline;
}

.row.studentslist .studentslist-table td.light_green {
    background: #b0e4ba;
    color: #012e03;
}

.row.studentslist .studentslist-table td.light_blue {
    background: #85b7e6;
    color: #05335d;
}

.row.studentslist .studentslist-table td.light_orange {
    background: #f8cd81;
    color: #913a06;
}

.row.studentslist .studentslist-table td.light_purple {
    background: #d793ee;
    color: #691f82;
}

.row.studentslist .studentslist-table td.light_red {
    background: #f198a3;
    color: #4e0407;
}

.row.studentslist .studentslist-table td.light_green a {
    color: #012e03;
}

.row.studentslist .studentslist-table td.light_blue a {
    color: #05335d;
}

.row.studentslist .studentslist-table td.light_orange a {
    color: #913a06;
}

.row.studentslist .studentslist-table td.light_red a {
    color: #4e0407;
}

.row.studentslist .studentslist-table td i {
    background: #4ea350;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}

.customdd {
    width: 100%;
}

    .customdd .customddbtn {
        background: rgba(0, 0, 0, 0.15);
        border-radius: 2px;
        padding: 3px 6px;
        color: #fff;
        font-weight: bold;
        display: block;
        text-decoration: none;
    }

        .customdd .customddbtn .caret {
            width: 0;
            height: 0;
            border-top: 6px solid #fff;
            border-right: 6px solid transparent;
            border-bottom: 0 dotted;
            border-left: 6px solid transparent;
            content: "";
            position: absolute;
            right: 8px;
            top: 12px;
        }

    .customdd .dropdown-menu {
        width: 100%;
        background: rgba(0, 0, 0, 0.6);
    }

        .customdd .dropdown-menu a {
            color: #fff;
        }

            .customdd .dropdown-menu a:hover {
                background: rgba(0, 0, 0, 0.5);
            }

.row.studentslist .studentslist-table td.thick,
.row.studentslist .studentslist-table td.thick a {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

    .row.studentslist .studentslist-table td.thick.white a {
        color: #333;
    }

    .row.studentslist .studentslist-table td.thick.green {
        background: #5cb85c;
    }

    .row.studentslist .studentslist-table td.thick.orange {
        background: #f0ad4e;
    }

    .row.studentslist .studentslist-table td.thick.red {
        background: #d9534f;
    }

    .row.studentslist .studentslist-table td.thick.white {
        color: #333;
    }

.gendericon {
    padding: 0;
}

    .gendericon i {
        font-size: 3rem;
        padding: 0 !important;
        background: none !important;
        color: #333 !important;
    }

.detailscard.blue {
    background: #1ba1e2;
}

.btn.btn-info.link {
    min-width: 38px;
    min-height: 34px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 5px;
    position: relative;
    top: -2px;
}

.row.studentslist .studentslist-table td a.btn.btn-info.link i {
    border-radius: 0;
    padding: 0;
    background: none;
}

a.btn:focus {
    outline: none;
}
/*progressReport modal styles*/
#progressReport {
    overflow: hidden;
    overflow-y: auto;
}

    #progressReport .modal-dialog {
        min-width: 84%;
    }

#PDFViewModal .modal-dialog {
    min-width: 80%;
}

#progressReport .modal-dialog .modal-body {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
}

#progressReport .modal-dialog .modal-content {
    border-radius: 10px;
}

#progressReportBody .row,
#progressReportBody .row .col-md-2,
#progressReportBody .row .col-md-10 {
    padding: 0;
    margin: 0;
}

    #progressReportBody .row .col-md-2 {
        text-align: center;
    }

        #progressReportBody .row .col-md-2 img {
            width: 70%;
            border-radius: 50%;
        }

    #progressReportBody .row .col-md-10 h4 {
        color: #369;
        margin: 5px 10px;
        font-weight: 300;
    }

        #progressReportBody .row .col-md-10 h4.second {
            font-weight: 300;
            font-size: 1.2em;
            color: #c1740f;
            margin: 3px 10px;
            line-height: 26px;
        }

            #progressReportBody .row .col-md-10 h4.second img {
                margin-right: 5px;
                width: 26px;
                height: 26px;
                margin-top: -3px;
            }

    #progressReportBody .row .col-md-10 p {
        color: #e58a1b;
        margin: 5px 10px;
    }

    #progressReportBody .row .col-md-10 a {
        color: #d9534f;
        position: absolute;
        right: 5px;
        top: 0;
        font-size: 1.5em;
        cursor: pointer;
        transition: all ease-in 0.2s;
    }

        #progressReportBody .row .col-md-10 a:hover {
            opacity: 0.7;
        }

    #progressReportBody .row .table {
        border-collapse: collapse;
        border: 1px solid #eee;
    }

        #progressReportBody .row .table th {
            text-align: center;
            background: #00cccc;
            color: #035151;
            border-color: #eee;
            vertical-align: middle;
        }

        #progressReportBody .row .table td {
            color: #666;
            border: 1px solid #eee;
            padding: 6px 10px;
            border-collapse: collapse;
            text-align: center;
            vertical-align: middle;
        }

    #progressReportBody .row:nth-child(3) .table td:nth-child(2) {
        text-align: left;
    }

    #progressReportBody .row .table td:last-child,
    #progressReportBody .row .table th:last-child {
        border-right: none;
        text-align: center;
    }

    #progressReportBody .row .table td i {
        font-size: 2em;
    }

        #progressReportBody .row .table td i.fa-thumbs-down {
            color: #d9534f;
        }

        #progressReportBody .row .table td i.fa-thumbs-up {
            color: #5cb85c;
        }

    #progressReportBody .row .table td.light_green {
        background: #b0e4ba;
        color: #012e03;
    }

    #progressReportBody .row .table td.light_blue {
        background: #85b7e6;
        color: #05335d;
    }

    #progressReportBody .row .table td.light_purple {
        background: #d793ee;
        color: #691f82;
    }

    #progressReportBody .row .table td.light_red {
        background: #f198a3;
        color: #4e0407;
    }

.ptnum {
    margin-left: 10px;
    color: #555;
    font-weight: bold;
}

.listheadings .btn.btn-successs {
    color: #fff !important;
    background-color: #2196f3 !important;
    border-color: #2196f3 !important;
}

    .listheadings .btn.btn-successs:hover {
        background-color: #39a1f4 !important;
        border-color: #39a1f4 !important;
    }

    .listheadings .btn.btn-successs i {
        background-color: rgba(0, 0, 0, 0.2) !important;
    }

ul.filterdd li a {
    text-decoration: none !important;
    text-align: left;
}

    ul.filterdd li a i {
        margin-left: 5px;
        background: none !important;
        color: #555 !important;
        font-size: 1.5em;
    }

.checkboxparent {
    position: relative;
    bottom: -50px;
    margin-left: 5px;
}

.checkbox {
    position: relative;
}

    .checkbox label {
        padding-left: -24px;
    }

input[type="checkbox"] {
    display: none;
}

    input[type="checkbox"] + .box:before,
    input[type="checkbox"] + .box:after {
        transition: all 0.3s;
    }

    input[type="checkbox"] + .box:after {
        position: absolute;
        left: 4px;
        top: 3px;
        margin-top: -5px;
        margin-left: -4px;
        display: inline-block;
        content: " ";
        width: 20px;
        height: 20px;
        border: 2px solid #999;
        border-radius: 2px;
        background-color: #fff;
        z-index: 1000;
    }

    input[type="checkbox"]:checked + .box:after {
        background-color: #2196f3;
        border-color: #2196f3;
    }

    input[type="checkbox"]:checked + .box:before {
        transform: rotate(45deg);
        position: absolute;
        left: 7px;
        top: 0px;
        width: 6px;
        height: 13px;
        border-width: 2px;
        border-style: solid;
        border-top: 0;
        border-left: 0;
        border-color: #fff;
        content: "";
        z-index: 10000;
    }

.contract .dropdown-menu li a {
    text-decoration: none !important;
    font-weight: normal !important;
}

    .contract .dropdown-menu li a i {
        margin-right: 5px !important;
        color: #369 !important;
        background: none !important;
        font-size: 1.5em !important;
    }

    .contract .dropdown-menu li a:hover i {
        color: #fff !important;
    }

ul.dropdown-menu .checkboxparent {
    bottom: 0 !important;
    text-align: left;
}

    ul.dropdown-menu .checkboxparent .box {
        margin-left: 30px;
    }

ul.dropdown-menu {
    padding-top: 15px;
    padding-left: 10px;
}

.modal-dialog .print-btn.bottoms {
    position: absolute;
    right: 20px;
    top: 90px;
}

.gendericon i.fa-male {
    color: #333 !important;
}

.gendericon i.fa-female {
    color: #333 !important;
}

.textred {
    color: #ff0101;
}

.textgreen {
    color: #187805;
}

.checkboxparent i {
    background: none !important;
    position: relative;
    right: -20px;
    top: -8px;
    font-size: 1.4em;
}

    .checkboxparent i.fa-male {
        color: #333 !important;
    }

    .checkboxparent i.fa-female {
        color: #333 !important;
    }

.checkboxparent label {
    margin-bottom: 0;
}

.btnclearfilters {
    position: relative;
    top: -30px;
    left: 5px;
    min-width: 220px;
    text-decoration: none !important;
    background: #5f5aa6;
    border: none;
    border-radius: 0;
}

#progressReportBody h4.second {
    color: #c1740f;
    width: auto;
    display: inline-block;
    padding: 5px 10px;
    border: dotted 1px #c1740f;
}

#progressReportBody i {
    color: #333;
}

i.fa-male {
    color: #333 !important;
}

i.fa-female {
    color: #333 !important;
}

.teacherdetails i.fa-male {
    color: #fff !important;
}

.teacherdetails i.fa-female {
    color: #fff !important;
}

i.show-hidden-menu {
    margin-left: 5px;
    color: #012e03;
    font-size: 1.6em;
    cursor: pointer;
}

#maintable {
    border-collapse: initial;
}

@keyframes fadeInPara {
    from {
        opacity: 0;
        transform: translateY(-40px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.table-container-parent {
    margin-bottom: 60px;
}

.table-container {
    margin: 10px;
}

    .table-container table {
        background: #eee;
        text-align: center;
    }

    .table-container .listheadings:first-child {
        height: 80px;
    }

    .table-container .listheadings {
        height: 94px;
    }

    .table-container td {
        vertical-align: middle !important;
        padding: 2px 5px !important;
        font-size: 0.9em;
    }

        .table-container td.light_green {
            background: #b0e4ba;
            color: #012e03;
        }

        .table-container td.light_blue {
            background: #85b7e6;
            color: #05335d;
        }

        .table-container td.light_orange {
            background: #f8cd81;
            color: #913a06;
        }

        .table-container td.light_purple {
            background: #d793ee;
            color: #1e0028;
        }

        .table-container td i.fa-check {
            box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 25%);
        }

.hb4545-btn-span button {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 10%), inset -2px -2px 2px rgb(0 0 0 / 41%);
    border: 1px solid #5b5b5b;
}

.table-container td.light_red {
    background: #f198a3;
    color: #4e0407;
}

.table-container td.light_green a {
    color: #012e03;
}

.table-container td.light_blue a {
    color: #05335d;
}

.table-container td.light_orange a {
    color: #913a06;
}

.table-container td.light_red a {
    color: #4e0407;
}

.table-container td i {
    background: #4ea350;
    padding: 7px;
    border-radius: 50%;
    color: #fff;
}

.table-container td.thick,
.table-container td.thick a {
    color: #fff;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

    .table-container td.thick.white a {
        color: #333;
    }

    .table-container td.thick.green {
        background: #5cb85c;
        font-weight: bold !important;
    }

    .table-container td.thick.orange {
        background: #f0ad4e;
        font-weight: bold !important;
    }

    .table-container td.thick.red {
        background: #d9534f;
        font-weight: bold !important;
    }

    .table-container td.thick.white {
        color: #333;
    }

.table-container td a.btn.btn-info.link i {
    border-radius: 0;
    padding: 0;
    background: none;
}

.table-container input[type="checkbox"] + .box::after {
    z-index: 1;
}
/*from _Header.cshtml */
#divCIDMainHeader {
    padding-top: 46px;
}

.fixedtopbar {
    background: rgba(40, 62, 74, 1);
    min-height: 40px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    padding: 8px 0;
    border-bottom: solid 2px rgba(0, 0, 0, 1);
}

.moveddown {
    background: rgba(40, 62, 74, 0.85);
}

.fixedtopbar .col-md-6 a {
    margin: 0 10px;
    text-decoration: none;
    color: #eee;
    display: inline-block;
    text-align: center;
    position: relative;
}

    .fixedtopbar .col-md-6 a:after,
    .fixedtopbar .col-md-6 .userdropdown a:first-child:after {
        background: none repeat scroll 0 0 transparent;
        bottom: -3px;
        content: "";
        display: inline-block;
        height: 3px;
        left: 50%;
        position: absolute;
        background: rgba(255, 255, 255, 0.6);
        transition: width 0.3s ease 0s, left 0.3s ease 0s;
        width: 0;
    }

    .fixedtopbar .col-md-6 a:hover:after,
    .fixedtopbar .col-md-6 .userdropdown a:hover:first-child:after {
        width: 100%;
        left: 0;
    }

    .fixedtopbar .col-md-6 a:active:after,
    .fixedtopbar .col-md-6 a:focus:after {
        left: 0;
        width: 100%;
    }

    .fixedtopbar .col-md-6 a img {
        max-width: 28px;
        display: block;
        margin: 0 auto;
    }

.userdropdown a img {
    border-radius: 50%;
    border: solid 0.01em #fff;
}

.fixedtopbar #notiparent {
    display: inline-block;
    color: #fff;
    text-align: center;
    vertical-align: top;
}

.fixedtopbar #topbarnotifications {
    display: none;
    width: 430px;
    position: absolute;
    top: 48px;
    right: 10px;
    background: #fff;
    border: solid 1px rgba(100, 100, 100, 0.2);
    -webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    z-index: 1041;
    text-align: center;
}

    .fixedtopbar #topbarnotifications:before {
        content: "";
        display: block;
        width: 0;
        height: 0;
        color: transparent;
        border: 10px solid #ccc;
        border-top-color: rgb(204, 204, 204);
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-left-color: rgb(204, 204, 204);
        border-color: transparent transparent #fff;
        margin-top: -20px;
        margin-left: 83%;
    }

    .fixedtopbar #topbarnotifications ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }

        .fixedtopbar #topbarnotifications ul li {
            display: inline-block;
            margin: 2px 10px;
            text-align: center;
            vertical-align: top;
            min-width: 80px;
        }

            .fixedtopbar #topbarnotifications ul li a {
                display: block;
                clear: both;
                color: #666;
                font-size: 90%;
                margin: 0;
            }

                .fixedtopbar #topbarnotifications ul li a img {
                    display: block;
                    width: 56px;
                    margin: 10px auto;
                    transition: all ease 300ms;
                    min-width: 56px;
                }

.fixedtopbar #topbarnotibutton {
    cursor: pointer;
    margin-left: 20px;
}

    .fixedtopbar #topbarnotibutton img {
        min-width: 30px;
        max-width: 40px;
    }

.logotitle {
    font-size: 1.5em;
    padding: 10px 10px 10px 60px;
    margin: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0em;
    font-weight: bold;
}

    .logotitle img {
        position: absolute;
        left: 10px;
        top: 0px;
        max-width: 54px;
    }

/*.forfixedtopbar .marquee {
        height: 30px;
        width: 50%;
        right: 0%;
        overflow: hidden;
        position: relative;
        margin: 25px auto 0px auto;
        color: #0f075a;
    }*/
.forfixedtopbar .marquee {
    height: 30px;
    overflow: hidden;
    position: relative;
    margin: 25px auto 0px auto;
    color: #0f075a;
}

.notificationn {
    position: relative;
    border-radius: 50%;
    color: #fff;
    background: #db0d0d;
    padding: 3px 7px;
    top: -20px;
    font-size: 0.7em;
    font-weight: bold;
    left: -28px;
}
/*searchbox style*/
.mainn {
}

    .mainn input {
        border: 1px solid #ccc;
        font-size: 15px;
        height: 34px;
        padding: 4px 8px;
        position: absolute;
        width: 50%;
    }

        .mainn input:focus {
            outline: none;
        }

    .mainn button {
        text-align: center;
    }

        .mainn button:focus {
            outline: none;
        }

        .mainn button.btn-search,
        .mainn button.btn-reset {
            background: hotpink;
            border: none;
            height: 34px;
            font-size: 16px;
            padding: 4px;
            position: absolute;
            width: 34px;
        }

    .mainn .sample {
        float: left;
        height: auto;
        margin: 0;
        position: relative;
        width: 400px;
    }

        .mainn .sample.one input,
        .mainn .sample.two input {
            border-radius: 18px;
            left: 0;
            transition: all 0.6s ease-in-out;
            width: 80%;
            padding-left: 40px;
        }

            .mainn .sample.one input:focus,
            .mainn .sample.two input:focus {
                width: 100%;
            }

                .mainn .sample.one input:focus ~ button.btn-search,
                .mainn .sample.two input:focus ~ button.btn-search {
                    background: #00a68e;
                    color: #fff;
                    transform: rotateZ(360deg);
                    left: 369px;
                }

                .mainn .sample.one input:focus ~ button.btn-reset,
                .mainn .sample.two input:focus ~ button.btn-reset {
                    left: -22px;
                }

        .mainn .sample.one button,
        .mainn .sample.two button {
            transition: all 0.3s ease-in-out;
        }

            .mainn .sample.one button.btn-search,
            .mainn .sample.two button.btn-search {
                background: #ccc;
                border-radius: 50%;
                height: 30px;
                left: 2px;
                top: 2px;
                transition: all 0.6s ease-in-out;
                width: 30px;
            }

            .mainn .sample.one button.btn-reset,
            .mainn .sample.two button.btn-reset {
                background: #fff;
                border: 1px solid #ccc;
                border-radius: 50%;
                font-size: 10px;
                height: 20px;
                line-height: 20px;
                padding: 0;
                right: 5px;
                top: 5px;
                width: 20px;
                z-index: -1;
            }

.userdropdown {
    display: inline-block;
    cursor: pointer;
}

    .userdropdown .dropdown-menu {
        min-width: 220px;
        left: -150%;
        padding: 10px;
    }

        .userdropdown .dropdown-menu .userblock img {
            width: 50px;
            float: left;
            border-radius: 50%;
        }

        .userdropdown .dropdown-menu .userblock {
            overflow: hidden;
        }

            .userdropdown .dropdown-menu .userblock p {
                float: left;
                margin-left: 20px;
                margin-top: 10px;
            }

                .userdropdown .dropdown-menu .userblock p.username {
                    color: #555;
                    display: block;
                }

                    .userdropdown .dropdown-menu .userblock p.username span.role {
                        color: #999;
                        font-size: 0.9em;
                        display: block;
                    }

        .userdropdown .dropdown-menu .linkblock {
            border-top: dotted 1px #ccc;
            overflow: hidden;
        }

            .userdropdown .dropdown-menu .linkblock a {
                display: block;
                margin: 10px;
                text-align: left;
                color: #777;
                transition: all ease-in 0.2s;
            }

                .userdropdown .dropdown-menu .linkblock a:hover {
                    color: #444;
                }

.fixedtopbar .col-md-2 {
    border-left: dotted 1px #888;
}

    .fixedtopbar .col-md-2 .welcome,
    .fixedtopbar .col-md-2 .username {
        margin: 0;
        color: #ccc;
    }

    .fixedtopbar .col-md-2 .username {
        color: #fff;
        font-weight: bold;
    }

.fixedtopbar .col-md-6 {
    text-align: right;
}

#notifications ul li a img {
    min-width: 56px;
}

#notifications ul li {
    max-width: 80px;
    text-align: center;
    vertical-align: top;
}

.fixedtopbar #notifications ul li a {
    display: block;
    clear: both;
    color: #666;
    font-size: 90%;
    margin: 0;
}

#notifications::before {
    margin-top: -18px;
    margin-left: 67%;
}

#notifications {
    top: 50px;
}

.has-search .form-control-feedback {
    right: initial;
    left: 0;
    color: #999;
    position: absolute;
    left: 10px;
    top: 8px;
}

.has-search .form-control {
    padding-right: 12px;
    padding-left: 34px;
}

.maiinn {
}

.customstar {
    position: absolute;
    top: 10px !important;
    right: 10px !important;
    width: 30px;
    height: 30px;
}

    .customstar img {
        max-width: 100%;
        margin-left: 0 !important;
    }

.custom-box:hover .customstar img {
    margin-left: 0;
}

.tab-bg,
.tab-icon,
.inside {
    display: block;
}
/*for active topbar link*/
.fixedtopbar .col-md-6 a:first-child:after {
    left: 0;
    width: 100%;
}
/*from _Header.cshtml end*/
.maiinn .btn-group button.multiselect.btn.btn-default {
    border-radius: 18px !important;
}

.maiinn .dropdown-menu {
    text-align: left;
    min-width: 200px;
    left: 10px;
}
/*Documents/index.html*/
.teks-link-placer {
    -webkit-transform: rotate(0deg) !important;
    -moz-transform: rotate(0deg) !important;
    -o-transform: rotate(0deg) !important;
    -ms-transform: rotate(0deg) !important;
    transform: rotate(0) !important;
    white-space: nowrap;
    margin-left: 0;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    position: absolute;
    top: -20px !important;
    left: 800px !important;
    background: #428bca url(../imgs/TEKS_anim.gif);
    background-size: cover;
    padding: 0px;
}

    .teks-link-placer a {
        text-indent: -9999px !important;
        display: inline-block;
        min-width: 100px;
        min-height: 36px;
        outline: none !important;
        border: none !important;
    }

        .teks-link-placer a:visited,
        .teks-link-placer a:focus {
            outline: none !important;
            border: none !important;
        }

#teks {
}

.teks-list::after {
    display: none !important;
}

ul#MainTab li.active:after,
.my-panel .nav-tabs li.active a:after {
    bottom: -18px;
    content: "";
    display: inline-block;
    height: 3px;
    left: 0%;
    position: absolute;
    background: rgba(255, 255, 255, 0.6);
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 100%;
}

.my-panel .nav-tabs li.active a:after {
    bottom: -10px;
}

.arrow-up1,
.arrow-up2,
.arrow-up3,
.arrow-up4,
.arrow-up5,
.arrow-up6,
.arrow-up7,
.arrow-up11 {
    border-bottom-color: transparent !important;
}
/*for loading animated text*/
.load-6 {
    position: relative;
}

.letter-holder {
    padding: 16px;
    width: 100%;
    text-align: center;
    display: block;
}

.letter {
    display: inline-block;
    font-size: 2em !important;
    color: #ccc;
}

.load-6 .letter {
    animation-name: loadingF;
    animation-duration: 1.6s;
    animation-iteration-count: infinite;
    animation-direction: linear;
}

.l-1 {
    animation-delay: 0.48s;
}

.l-2 {
    animation-delay: 0.6s;
}

.l-3 {
    animation-delay: 0.72s;
}

.l-4 {
    animation-delay: 0.84s;
}

.l-5 {
    animation-delay: 0.96s;
}

.l-6 {
    animation-delay: 1.08s;
}

.l-7 {
    animation-delay: 1.2s;
}

.l-8 {
    animation-delay: 1.32s;
}

.l-9 {
    animation-delay: 1.44s;
}

.l-10 {
    animation-delay: 1.56s;
}

@keyframes loadingF {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.ledger-tbl {
    background: #eee;
    margin: 0 auto 10px auto;
    border: solid 1px #ccc;
}
/* previews v1 custom1.css end */

body {
    font-family: "Inter", sans-serif;
    font-size: 1rem;
    transition: 0.5s;
}

p {
    text-align: justify;
}

.h2,
h2 {
    font-size: 2em;
}

@media (min-width: 1200px) {
    .h2,
    h2 {
        font-size: 2em;
    }
}

.h6,
h6 {
    font-size: 1em;
}

.breadcrumb-layout {
    padding-top: 4px;
}

.breadcrumb-sticky-on {
    background: #fff;
    width: 100%;
    padding-top: 4px;
    display: none;
}

.breadcrumb-sticky-off {
}

.h3,
h3 {
    font-size: 1.75em;
}

.body-minus-one {
    font-size: 11pt !important;
}

.body-minus-two {
    font-size: 9pt !important;
}

.body-plus-one {
    font-size: 14pt !important;
}

.body-plus-two {
    font-size: 16pt !important;
}

.main-container {
    padding: 0;
}

.main-header {
    position: fixed;
    top: 0;
    z-index: 1030;
    width: 100%;
}

.main-logo {
    height: 100px;
    transition: 0.2s;
}

.main-container {
    margin-top: 164px;
}

main.main-container .main-container {
    margin-top: 0 !important;
    display: block;
    width: 100%
}

.header-profile-icon img {
    height: 68px;
    width: 68px;
}

.btn-main-header {
    color: #fff;
    background-color: #0c0d89;
    border-color: #07074c;
    font-size: 18px;
}
/*for calendar in top bar start*/
.dropdown-menu.forCalendar {
    min-width: 350px;
    padding: 0;
}

    .dropdown-menu.forCalendar li {
        padding: 10px;
        border-bottom: solid 1px rgba(0,0,0,.25);
        transition: all ease-in 0.2s;
    }

        .dropdown-menu.forCalendar li:hover {
            background: #eee;
        }

        .dropdown-menu.forCalendar li a img {
            max-width: 40px;
        }
/*for calendar in top bar end*/
.btn-main-header:focus {
    color: #fff;
}

.btn-main-header:hover {
    color: #fff;
    background-color: #2425cb;
    border-color: #1415b3;
}

.dropdown-toggle::after {
    margin-left: 0.2em;
    font-size: 20px;
}

.sidebar-right-btn {
    background: #e2eeff;
    height: 68px;
    text-align: center;
    width: 68px;
    color: #014bb9;
    font-size: 16px;
    transition: background 0.5s ease-out;
    box-shadow: inset #0c0d8969 2px 3px 2px 1px;
}

.header-app-close {
    position: relative;
    top: 55%;
    border: 5px solid #b5b5b5;
    background: #dfdfdf;
}

.header-app-title {
    line-height: 1;
    padding: 0;
    margin: 0;
}

.offcanvas-header {
    padding: 0.2rem 1rem;
}

.sidebar-right-btn i {
    vertical-align: middle;
    margin-top: 34%;
    font-size: 24px;
}

.sidebar-right-btn:hover {
    background: #0d6efd;
    color: #fff;
}

.form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #040988;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    appearance: none;
}

.offcanvas-end {
    width: 47%;
}

input[type="range"].apps-font-size-input::-webkit-slider-runnable-track {
    background: #999bd4;
}

.offcanvas-header {
    background: #eee;
}

.footer-wrapper {
    background: #eee;
    font-size: 16px;
}

a {
    text-decoration: none;
    color: #000;
}

h1,
h2 {
    color: #040988;
}

.my-app-page .card {
    border: 0;
}

header {
    background: #ffffff;
}

.ms-n5 {
    margin-left: -40px;
}

.search-form {
    position: relative;
    max-width: 600px;
    min-width: 400px;
}

    .search-form .fa-search {
        cursor: pointer;
    }

    .search-form .fa-times {
        cursor: pointer;
    }

    .search-form .form {
        position: relative;
    }

        .search-form .form .fa-search {
            position: absolute;
            top: 16px;
            left: 16px;
            color: #9ca3af;
            font-size: 21px;
        }

        .search-form .form .fa-times {
            top: 16px;
            left: 16px;
            color: #9ca3af;
            font-size: 21px;
        }

        .search-form .form span {
            position: absolute;
            right: 17px;
            top: 14px;
            padding: 2px;
            border-left: 3px solid #a5a8ad;
        }

    .search-form .left-pan {
        padding-left: 7px;
    }

        .search-form .left-pan i {
            padding-left: 10px;
            color: #9ca3af;
        }

    .search-form .form-input {
        height: 55px;
        text-indent: 33px;
        border-radius: 30px;
    }

        .search-form .form-input:focus {
            box-shadow: none;
        }

.voice-search {
    margin-left: 10px;
    padding: 9px;
    width: 56px;
    height: 56px;
    border: 5px solid #0c0d893b;
}

.breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    top: -2px;
    position: relative;
}

.breadcrumb-two .breadcrumb li.active a {
    background: #0c0d89;
    color: #fff;
}

.breadcrumb-item.active {
    color: #6c757d;
    position: relative;
    left: -4px;
}

.breadcrumb-two .breadcrumb li a:before {
    border-left: 30px solid #0c0d89;
}

.main-search {
    border: 1px solid #040988;
}

.bg-primary {
    background: #040988 !important;
}

.border-primary {
    border-color: #040988 !important;
}

.bg-light-blue {
    background: #e7f1ff !important;
}

.text-primary {
    color: #040988 !important;
}

.detailscard.blue {
    background: #8383ff !important;
}

.testi_container {
    color: #fff;
    text-align: center;
    font-size: 1em;
    background-color: #5656ed !important;
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 0px #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 55%), inset -2px -2px 2px rgb(0 0 0 / 43%) !important;
}

.ledger-tbl {
    width: 100%;
    background: #eee;
    margin: 0 auto 10px auto;
    border: solid 1px #ccc;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 55%), inset -2px -2px 2px rgb(0 0 0 / 43%) !important;
}

.bevel-1 {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.bevel-2 {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 55%), inset -2px -2px 2px rgb(0 0 0 / 43%) !important;
}

#selTeks .c-border {
    clear: both;
    margin: 0px auto;
    border: dotted 1px #ddd;
    vertical-align: middle;
    width: 83%;
    padding: 10px;
    background: #eee;
}

    #selTeks .c-border:nth-child(even) {
        background-color: #dadada;
    }

.modal-header .fa-times-circle {
    font-size: 2em;
    cursor: pointer;
}

.sync-overlay {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background: #2b2b77a6;
    z-index: 222222222;
}
    .sync-overlay i {
        color: #FFF;
        font-size: 500%;
        position: relative;
        left: 48%;
        top: 48%;
    }
    .sync-overlay .spinner-div {
        position: relative;
        top: 45%;
    }

    .sync-overlay .spinner-border {
        width: 4em;
        height: 4em;
        font-size: 1.5em;
        font-weight: bolder;
    }

/* Chrome version 29 and above */
@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: 0.001dpcm) {
    .date_input_calender {
        display: none;
    }
}

@supports (-moz-appearance: none) {
    .date_input_calender {
        display: inline;
    }
}
/* Chrome version 22-28 */
@media screen and(-webkit-min-device-pixel-ratio:0) {
    .date_input_calender {
        -chrome-: only (display: none;);
    }
}

.breadcrumb-layout .userdetails {
    background: #e2eeff;
    display: inline;
    padding: 3px 10px;
    border-radius: 4px;
    position: relative;
    top: 5px;
    font-style: italic;
    color: #cf1324;
    font-weight: normal;
}

    .breadcrumb-layout .userdetails .badge {
        position: relative;
        top: -2px;
    }

#cycleData img {
    display: block;
    margin: 0 auto;
}

#cycleData .table-text-align-left img {
    display: inline;
    margin: 0;
}

.table-text-align-left th,
.table-text-align-left td {
    text-align: left !important;
}

.rating-ar {
    background: #999933;
    padding: 8px 5px;
}

.rating-src {
    background: #666699;
    padding: 8px 5px;
}

.rating-tapr {
    background: #d99a5b;
    padding: 8px 5px;
}

.modal-content {
    border: 0;
}

.modal-dialog {
    /*box-shadow: rgb(0 0 0 / 25%) 0px 54px 55px, rgb(0 0 0 / 35%) 0px -12px 30px, rgb(0 0 0 / 33%) 0px 4px 6px, rgb(0 0 0 / 35%) 0px 12px 13px, rgb(0 0 0 / 12%) 0px -3px 5px;*/
}

.purplebox-bg {
    background: #b391ca !important;
}

.text-justify {
    text-align: justify !important;
}

label.error {
    color: #ffeb3b !important;
    background: #e40e0e;
    border-radius: 5px !important;
    display: inline-block;
    padding: 0 5px;
    box-shadow: inset 2px 1px 0px 1px #ffffff42, 2px 2px 3px 1px rgb(106 90 90 / 47%);
    position: relative;
    top: -2px;
    left: 6px;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 1px;
    -webkit-animation: wobble-hor-bottom 0.8s both;
    animation: wobble-hor-bottom 0.8s both;
}

.input-group > .form-control,
.input-group > .form-select {
    width: 100%;
}

@-webkit-keyframes wobble-hor-bottom {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

@keyframes wobble-hor-bottom {
    0%, 100% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        -webkit-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
    }

    15% {
        -webkit-transform: translateX(-30px) rotate(-6deg);
        transform: translateX(-30px) rotate(-6deg);
    }

    30% {
        -webkit-transform: translateX(15px) rotate(6deg);
        transform: translateX(15px) rotate(6deg);
    }

    45% {
        -webkit-transform: translateX(-15px) rotate(-3.6deg);
        transform: translateX(-15px) rotate(-3.6deg);
    }

    60% {
        -webkit-transform: translateX(9px) rotate(2.4deg);
        transform: translateX(9px) rotate(2.4deg);
    }

    75% {
        -webkit-transform: translateX(-6px) rotate(-1.2deg);
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

.rotate-in-center {
    -webkit-animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: rotate-in-center 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
    .rotate-in-center.col-3.bevel-2.rounded-circle.bg-primary img {
        max-width:64px;
    }

    @-webkit-keyframes rotate-in-center {
        0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

@keyframes rotate-in-center {
    0% {
        -webkit-transform: rotate(-360deg);
        transform: rotate(-360deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        opacity: 1;
    }
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    20% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        opacity: 1;
    }
}

.bounce-top {
    -webkit-animation: bounce-top 0.9s both;
    animation: bounce-top 0.9s both;
}

@-webkit-keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

@keyframes bounce-top {
    0% {
        -webkit-transform: translateY(-45px);
        transform: translateY(-45px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 1;
    }

    24% {
        opacity: 1;
    }

    40% {
        -webkit-transform: translateY(-24px);
        transform: translateY(-24px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    65% {
        -webkit-transform: translateY(-12px);
        transform: translateY(-12px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    82% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    93% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    25%, 55%, 75%, 87% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
        opacity: 1;
    }
}

.slide-in-elliptic-bottom-fwd {
    -webkit-animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: slide-in-elliptic-bottom-fwd 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-elliptic-bottom-fwd {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1;
    }
}

@keyframes slide-in-elliptic-bottom-fwd {
    0% {
        -webkit-transform: translateY(600px) rotateX(30deg) scale(0);
        transform: translateY(600px) rotateX(30deg) scale(0);
        -webkit-transform-origin: 50% 100%;
        transform-origin: 50% 100%;
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotateX(0) scale(1);
        transform: translateY(0) rotateX(0) scale(1);
        -webkit-transform-origin: 50% -1400px;
        transform-origin: 50% -1400px;
        opacity: 1;
    }
}

.positive-behavior-bg {
    background: #0dcaf0 !important;
}

.positive-behavior-table th {
    background: #0dcaf0 !important;
    color: #04333d !important;
}

.guardian-positive-behaviour-block th {
    background: #0dcaf0 !important;
    color: #04333d !important;
}
/*****/
.major-infraction-table th {
    background: #e84a42 !important;
    color: #333 !important;
}

.guardian-major-infraction-block th {
    background: #e84a42 !important;
    color: #333 !important;
}

.major-infraction-bg {
    background: #e84a42 !important;
    border-color: #e84a42 !important;
}
/*****/
.cellphone-validation-bg {
    background: #8f77f8 !important;
    border-color: #8f77f8 !important;
}

.cellphone-validation-table th {
    background: #8f77f8 !important;
    color: #333 !important;
}

.cellphone-validation-block th {
    background: #8f77f8 !important;
    color: #333 !important;
}
/*****/
/*****/
.counseling_referral-bg {
    background: #c8d651 !important;
    border-color: #c8d651 !important;
}

.counseling_referral-table th {
    background: #c8d651 !important;
    color: #333 !important;
}

.counseling_referral-block th {
    background: #c8d651 !important;
    color: #333 !important;
}
/*****/
#DemeritCategoryModal a span.LIGHT_GREEN {
    background: #c8d651;
    border: #768026 1px solid;
    margin-right: 5px;
}

.LIGHT_GREEN-td {
    color: #768026;
}

    .LIGHT_GREEN-td .circle {
        background: #c8d651;
        color: #333;
        border: #768026 1px solid;
    }
.second.shadow.pblabel.shadow.major-infraction-bg {
    color: #333 !important;
}
/*
	.major-infraction-bg:hover {
		background: #8C0016 !important;
		border-color: #8C0016 !important;
	}*/
/* */
.year-popover {
    width: 120%;
    background: #193b58 !important;
    border: none;
    box-shadow: none;
    max-width: 120%;
}

    .year-popover .arrow:after {
        border-bottom-color: #193b58 !important;
    }

    .year-popover a {
        display: block;
        color: #fff !important;
    }
/*Year Select styles start*/
ul#MainTab li.active {
    pointer-events: none !important;
}

    ul#MainTab li.active ul.selectCF {
        pointer-events: all !important;
    }

.selectCF {
    position: absolute;
    font-size: 11px;
    bottom: 5px;
    right: 0px;
    text-align: right;
    margin: 0;
    padding: 0;
    z-index: 2;
    pointer-events: none !important;
    /*min-width:191px;*/
}

    .selectCF li {
        list-style: none;
        cursor: pointer;
        perspective: 900px;
        -webkit-perspective: 900px;
        text-align: right;
    }

    .selectCF > li {
        position: relative;
        font-size: 0;
    }

    .selectCF span {
        display: inline-block;
        height: 25px;
        line-height: 25px;
        color: #fff;
        z-index: 1;
    }

    .selectCF .arrowCF {
        transition: 0.3s;
        -webkit-transition: 0.3s;
        width: 20px;
        text-align: center;
        vertical-align: top;
        font-size: 14px;
        float: right;
        font-weight: bold;
    }

    .selectCF .titleCF {
        padding: 0 25px;
        font-size: 14px;
        font-weight: 400;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .selectCF .searchCF {
        padding: 0px;
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

@keyframes searchActive {
    from {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

@-moz-keyframes searchActive {
    from {
        transform: rotateY(180deg);
    }

    to {
        transform: rotateY(0deg);
    }
}

@-webkit-keyframes searchActive {
    from {
        -webkit-transform: rotateY(180deg);
    }

    to {
        -webkit-transform: rotateY(0deg);
    }
}

.searchActive .searchCF {
    z-index: 1;
    animation: searchActive 0.3s alternate 1;
    -moz-animation: searchActive 0.3s alternate 1;
    -webkit-animation: searchActive 0.3s alternate 1;
}

.searchActive .titleCF {
    opacity: 0;
}

.selectCF .searchCF input {
    line-height: 25px;
    border: none;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    font-size: 11px;
}

    .selectCF .searchCF input:active,
    .selectCF .searchCF input:focus {
        box-shadow: none;
        border: none;
        outline: none;
        cursor: pointer;
    }

.selectCF li ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    padding: 0 !important;
    width: 100%;
    background: #fff;
    max-height: 255px;
    overflow-y: auto;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    z-index: 2;
    background: #193b58;
    padding: 10px;
}

    .selectCF li ul li {
        padding: 5px;
        font-weight: normal;
        font-size: 13px;
        transition: 0.2s;
        -webkit-transition: 0.2s;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        text-align: left;
        color: #fff;
    }

        .selectCF li ul li:hover {
            color: #ccc;
        }

.selectCF .selected {
    color: #ccc;
    background: rgba(0, 0, 0, 0.2);
}

.selectCF li ul li:last-child {
    border-bottom: none;
}

.onCF .arrowCF {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}

.onCF li ul {
    display: block;
    -moz-animation: effect1 0.3s alternate 1;
    -webkit-animation: effect1 0.3s alternate 1;
}

input.date {
    width: auto !important;
}

.modal-no-shadow .modal-dialog {
    box-shadow: none !important;
}

@keyframes placeholder-glow {
    50% {
        opacity: 0.5;
    }
}

.fileicon {
    font-size: 23px;
    text-transform: uppercase;
}

    .fileicon.file {
        width: 31px;
        height: 39px;
        line-height: 30px;
        border-radius: 0.25em;
        color: #fff;
        display: inline-block;
        margin: 0 0 0 0;
        position: relative;
        box-shadow: 1.74em -2.1em 0 0 #a4a7ac inset;
        font-family: "Font Awesome 5 Free";
    }

        .fileicon.file:after {
            content: "";
            position: absolute;
            z-index: 1;
            border-width: 0;
            border-bottom: 13px solid #dadde1;
            border-right: 13px solid rgba(0, 0, 0, 0);
            top: 0px;
            right: 0px;
        }

.fileicon-name {
    background: #000000a6;
    position: relative;
    top: 14px;
    font-size: 13px;
    padding: 0px 2px;
    width: 100%;
    display: inline;
    margin: 0;
    height: 14px;
    border-radius: 2px;
    right: 24px;
    animation-name: fileiconnameani;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    font-family: "Inter", sans-serif;
}

@keyframes fileiconnameani {
    0% {
        right: 30px;
    }

    50% {
        box-shadow: 1px 2px 0px #606060;
    }

    100% {
        right: 24px;
    }
}

.directory-list a:hover .fileicon .fileicon-name {
    animation-name: fileiconnameani2;
    animation-duration: 0.5s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

@keyframes fileiconnameani2 {
    50% {
        box-shadow: inset -2px -1px 2px 2px #faf2f2;
    }

    100% {
        right: 30px;
    }
}

.fileicon.file:first-line {
    font-size: 13px;
    font-weight: 700;
}

.fileicon.file:before {
    top: -2px;
    position: relative;
    left: 2px;
    font-size: 15px;
    color: #ffffffbf;
    content: "\f111";
}

.directory-list a:hover .fileicon.file::before {
    color: #fff;
}

.fileicon.file.f-gif:after,
.fileicon.file.f-jpg:after,
.fileicon.file.f-jpeg:after,
.fileicon.file.f-pdf:after,
.fileicon.file.f-png:after {
    border-bottom-color: #5d060a;
}

.directory-list a {
    position: relative;
    height: 42px;
    display: inline-block;
    vertical-align: middle;
}

.fileicon.file.f-7z:before {
    content: "\f0c1";
}

.fileicon.file.f-avi,
.fileicon.file.f-flv,
.fileicon.file.f-mkv,
.fileicon.file.f-mov,
.fileicon.file.f-mpeg,
.fileicon.file.f-mpg,
.fileicon.file.f-mp4,
.fileicon.file.f-m4v,
.fileicon.file.f-wmv {
    box-shadow: 18px -26px 0 0 #7e70ee inset;
}

    .fileicon.file.f-avi:after,
    .fileicon.file.f-flv:after,
    .fileicon.file.f-mkv:after,
    .fileicon.file.f-mov:after,
    .fileicon.file.f-mpeg:after,
    .fileicon.file.f-mpg:after,
    .fileicon.file.f-mp4:after,
    .fileicon.file.f-m4v:after,
    .fileicon.file.f-wmv:after {
        border-bottom-color: #5649c1;
    }

    .fileicon.file.f-avi:before,
    .fileicon.file.f-flv:before,
    .fileicon.file.f-mkv:before,
    .fileicon.file.f-mov:before,
    .fileicon.file.f-mpeg:before,
    .fileicon.file.f-mpg:before,
    .fileicon.file.f-mp4:before,
    .fileicon.file.f-m4v:before,
    .fileicon.file.f-wmv:before {
        content: "\f03d";
    }

.fileicon.file.f-mp2,
.fileicon.file.f-mp3,
.fileicon.file.f-m4a,
.fileicon.file.f-wav,
.fileicon.file.f-m3u,
.fileicon.file.f-wma {
    box-shadow: 18px -26px 0 0 #cf781e inset;
}

    .fileicon.file.f-mp2:after,
    .fileicon.file.f-mp3:after,
    .fileicon.file.f-m4a:after,
    .fileicon.file.f-wav:after,
    .fileicon.file.f-m3u:after,
    .fileicon.file.f-wma:after {
        border-bottom-color: #84480b;
    }

    .fileicon.file.f-mp2:before,
    .fileicon.file.f-mp3:before,
    .fileicon.file.f-m4a:before,
    .fileicon.file.f-wav:before,
    .fileicon.file.f-m3u:before,
    .fileicon.file.f-wma:before {
        content: "\f028";
    }

.fileicon.file.f-doc,
.fileicon.file.f-docx,
.fileicon.file.f-psd {
    box-shadow: 18px -26px 0 0 #03689b inset;
}

    .fileicon.file.f-doc:after,
    .fileicon.file.f-docx:after,
    .fileicon.file.f-psd:after {
        border-bottom-color: #2980b9;
    }

    .fileicon.file.f-doc:before,
    .fileicon.file.f-docx:before,
    .fileicon.file.f-psd:before {
        content: "\f1c2";
    }

.fileicon.file.f-ppt,
.fileicon.file.f-pptx {
    box-shadow: 18px -26px 0 0 #ef8410 inset;
}

    .fileicon.file.f-ppt:after,
    .fileicon.file.f-pptx:after {
        border-bottom-color: #ac5e0a;
    }

    .fileicon.file.f-ppt:before,
    .fileicon.file.f-pptx:before {
        content: "\f1c4";
    }

.fileicon.file.f-xls,
.fileicon.file.f-xlsx {
    box-shadow: 18px -26px 0 0 #519727 inset;
}

    .fileicon.file.f-xls:after,
    .fileicon.file.f-xlsx:after {
        border-bottom-color: #38691a;
    }

    .fileicon.file.f-xls:before,
    .fileicon.file.f-xlsx:before {
        content: "\f1c3";
    }

.fileicon.file.f-gif,
.fileicon.file.f-jpg,
.fileicon.file.f-jpeg,
.fileicon.file.f-pdf,
.fileicon.file.f-png {
    box-shadow: 18px -26px 0 0 #ad3d3a inset;
}

    .fileicon.file.f-gif:after,
    .fileicon.file.f-jpg:after,
    .fileicon.file.f-jpeg:after,
    .fileicon.file.f-pdf:after,
    .fileicon.file.f-png:after {
        border-bottom-color: #5d060a;
    }

    .fileicon.file.f-gif:before,
    .fileicon.file.f-jpg:before,
    .fileicon.file.f-jpeg:before,
    .fileicon.file.f-png:before {
        content: "\f03e";
    }

    .fileicon.file.f-pdf:before {
        content: "\f1c1";
    }

.fileicon.file.f-deb,
.fileicon.file.f-dmg,
.fileicon.file.f-gz,
.fileicon.file.f-rar,
.fileicon.file.f-zip,
.fileicon.file.f-7z {
    box-shadow: 18px -26px 0 0 #867c75 inset;
}

    .fileicon.file.f-deb:after,
    .fileicon.file.f-dmg:after,
    .fileicon.file.f-gz:after,
    .fileicon.file.f-rar:after,
    .fileicon.file.f-zip:after,
    .fileicon.file.f-7z:after {
        border-bottom-color: #685f58;
    }

.fileicon.file.f-html,
.fileicon.file.f-rtf,
.fileicon.file.f-xml,
.fileicon.file.f-xhtml {
    box-shadow: 18px -26px 0 0 #a94bb7 inset;
}

    .fileicon.file.f-html:after,
    .fileicon.file.f-rtf:after,
    .fileicon.file.f-xml:after,
    .fileicon.file.f-xhtml:after {
        border-bottom-color: #d65de8;
    }

    .fileicon.file.f-html:before,
    .fileicon.file.f-rtf:before,
    .fileicon.file.f-xml:before,
    .fileicon.file.f-xhtml:before {
        content: "\f1c9";
    }

.fileicon.file.f-js {
    box-shadow: 18px -26px 0 0 #d0c54d inset;
}

    .fileicon.file.f-js:after {
        border-bottom-color: #a69f4e;
    }

.fileicon.file.f-css,
.fileicon.file.f-saas,
.fileicon.file.f-scss {
    box-shadow: 18px -26px 0 0 #44afa6 inset;
}

    .fileicon.file.f-css:after,
    .fileicon.file.f-saas:after,
    .fileicon.file.f-scss:after {
        border-bottom-color: #30837c;
    }

.text-bg-newfile {
    background: #54a624;
    font-size: 11px;
    font-weight: 500;
    box-shadow: 1px 1px 0px 1px #336e11;
    position: relative;
    top: 4px;
    animation-name: newfileani;
    animation-duration: 0.5s;
    animation-iteration-count: infinite;
}

@keyframes newfileani {
    50% {
        background: #60b72d;
    }
}

span.filenameSpan {
    position: relative;
    top: 7px;
    font-size: 21px;
    font-family: monospace;
    color: #5a5a5a;
}

span.onlyfoldername {
    position: relative;
    top: 3px;
    font-size: 22px;
    color: #414141;
    font-family: system-ui;
    left: -6px;
}

.roll-in-bottom {
    -webkit-animation: roll-in-bottom 0.6s ease-out both;
    animation: roll-in-bottom 0.6s ease-out both;
}

@-webkit-keyframes roll-in-bottom {
    0% {
        -webkit-transform: translateY(800px) rotate(540deg);
        transform: translateY(800px) rotate(540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

@keyframes roll-in-bottom {
    0% {
        -webkit-transform: translateY(800px) rotate(540deg);
        transform: translateY(800px) rotate(540deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg);
        opacity: 1;
    }
}

@-webkit-keyframes tracking-in-contract {
    0% {
        letter-spacing: 1em;
        opacity: 0;
    }

    40% {
        opacity: 0.6;
    }

    100% {
        letter-spacing: normal;
        opacity: 1;
    }
}

.tilewatermark {
    text-align: center;
    position: absolute;
    top: 25%;
    left: 32%;
    padding: 20px;
    background: rgba(139, 167, 227, 0);
    /* transform: rotate(1deg); */
    max-width: 317px;
    pointer-events: none;
    background-size: 220px;
}

span.tileimgspan {
    width: 170px;
    height: 170px;
    padding: 20px;
    border-radius: 50%;
    background: rgba(139, 167, 227, 0.2);
    display: inline-block;
}

.tilewatermark img.tileimg {
    width: 100%;
    -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation-delay: 0.8s;
}

.tilewatermark .tilename {
    font-size: 2em;
    display: block;
    color: rgba(139, 167, 227, 0.2);
    -webkit-animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
    animation: flip-in-hor-bottom 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

@keyframes flip-in-hor-bottom {
    0% {
        -webkit-transform: rotateX(80deg);
        transform: rotateX(80deg);
        opacity: 0;
    }

    100% {
        -webkit-transform: rotateX(0);
        transform: rotateX(0);
        opacity: 1;
    }
}

.document-tab-loader {
    background: #0c0d89ab;
    width: 98vw;
    height: 100%;
    height: 100%;
    position: absolute;
    z-index: 999;
    text-align: center;
    justify-content: center;
    display: none;
}

    .document-tab-loader .loader-icon {
        font-size: 12px;
        width: 100px;
        height: 100px;
        margin-top: 30px;
    }

/* Teksli styles */
ul.teksli-child {
    border: 1px solid #369;
    background: #369;
    padding: 4px;
    position: relative;
    margin-top: 20px;
}

    ul.teksli-child:after {
        content: "";
        display: block;
        position: absolute;
        top: -40px;
        left: 10%;
        width: 20px;
        height: 20px;
        border-color: transparent transparent #369 transparent;
        border-style: solid;
        border-width: 20px;
    }

    ul.teksli-child li {
        padding: 3px 0;
        margin: 5px 0;
    }

.teksli label {
    padding: 15px 0;
    background: url(../imgs/teks-icon.png) no-repeat left center !important;
    padding-left: 50px;
    transition: all 0.2s ease-in;
    color: #369;
    cursor: pointer;
    font-weight: normal;
}

.teksli ul {
    padding: 0;
    margin: 0;
    width: 350px;
}

.teksli li ul {
    overflow: visible;
    background: #369;
    float: left;
}

.teksli li {
    margin: 10 0px;
    padding: 5px !important;
    border: 1px solid #000;
    border-radius: 5px;
}

    .teksli li button {
        position: relative;
        float: left;
        margin: 4px;
    }

.teksli input[type="checkbox"] {
    display: none;
}

    .teksli input[type="checkbox"] ~ ul {
        max-height: 0;
        max-width: 0;
        opacity: 0;
        overflow: hidden;
        white-space: nowrap;
        -webkit-transition: all 1s ease;
        -moz-transition: all 1s ease;
        -o-transition: all 1s ease;
        transition: all 1s ease;
        position: relative;
        overflow: visible;
    }

    .teksli input[type="checkbox"]:checked ~ ul {
        max-height: 100%;
        max-width: 100%;
        opacity: 1;
        position: relative;
    }

.teksli li {
    border: none;
    display: inline-block;
}

    .teksli li .btntooltip {
        white-space: normal;
        top: -300px;
        padding: 10px;
        left: 125%;
        background-color: #333;
        color: white;
        border-radius: 5px;
        opacity: 0;
        position: absolute;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        z-index: 1;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        text-align: left;
        width: 100%;
    }

.teksli button:hover .btntooltip {
    opacity: 1;
}

    .teksli button:hover .btntooltip:after {
        content: "";
        display: block;
        position: absolute;
        top: 300px;
        left: -25px;
        width: 15px;
        height: 15px;
        border-color: transparent #333 transparent transparent;
        border-style: solid;
        border-width: 15px;
    }

.teksli .btntooltip h3 {
    color: #47a6f7;
    border-bottom: dotted 1px #444;
    padding: 5px 0;
    font-size: 135% !important;
    margin: 0;
}

    .teksli .btntooltip h3 span {
        display: block;
        font-style: italic;
        font-size: 88%;
        color: #ccc;
        margin: 10px 0;
    }

.teks-link-placer a:hover,
.teks-link-placer a:focus {
    text-decoration: none;
}

.toast {
    background-color: rgb(255 255 255);
    box-shadow: 1px 3px 0px 2px rgb(0 0 0 / 15%);
}

.teks-list {
    display: table;
    padding-left: 10px;
    width: 100%;
}

    .teks-list .list {
        padding-left: 15px;
    }

.teksBtn1 {
    padding: 3px 0px;
    min-width: 64px;
}

.bg-teks {
    --bs-bg-opacity: 1;
    background-color: #008280;
}

.teks-list .close {
    color: white;
    margin-right: 5px;
}

.teks-list:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: -40px;
    width: 20px;
    height: 20px;
    border-color: transparent #369 transparent transparent;
    border-style: solid;
    border-width: 20px;
}

.teks-list .btn-sm {
    position: relative;
    margin: 4px;
    float: left;
    overflow: visible;
}

    .teks-list .btn-sm .btntooltip {
        opacity: 0;
        display: none;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=0);
        /* Older than Firefox 0.9 */
        -moz-opacity: 0;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0;
        white-space: normal;
        top: -50px;
        padding: 10px;
        left: 125%;
        background-color: #333;
        color: white;
        border-radius: 5px;
        position: relative;
        z-index: 111 !important;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        text-align: left;
        width: 100%;
    }

    .teks-list .btn-sm:hover .btntooltip:after {
        content: "";
        display: block;
        position: absolute;
        top: 50px;
        left: -25px;
        width: 15px;
        height: 15px;
        border-color: transparent #333 transparent transparent;
        border-style: solid;
        border-width: 15px;
    }

    .teks-list button.btn-sm:hover .btntooltip,
    .teks-list .btn-sm:hover .btntooltip {
        white-space: normal;
        top: -50px;
        padding: 10px;
        left: 125%;
        background-color: #333;
        color: white;
        border-radius: 5px;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=100);
        /* Older than Firefox 0.9 */
        -moz-opacity: 1;
        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 1;
        position: absolute;
        -webkit-transition: opacity 0.5s;
        -moz-transition: opacity 0.5s;
        -ms-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        transition: opacity 0.5s;
        z-index: 3;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
        text-align: left;
        width: 100%;
        display: block;
    }

.fake {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: none;
}

.fake1 {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border: none;
}

#partialSummaryDiv {
    padding-left: 35px;
}

.teks-list .col-lg-12 {
    margin: 12px 0;
    padding: 0 35px;
}

ul.pagination {
    margin: 35px 15px 15px 10px;
    float: right;
}

.input-group.input-group-unstyled input.form-control {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}

.input-group-unstyled .input-group-addon {
    border-radius: 0px;
    border: 0px;
    background-color: transparent;
}

.teks-list .input-group-addon {
    padding: 3px 6px;
    background: rgba(0, 0, 0, 0.4);
    border: none;
    color: #eee;
    border-radius: 0px;
}

/**LESSON PLAN styles start**/
/** Lesson Plans styles start **/
.lp-container {
    margin: 0 15px;
    padding: 35px;
    color: #57687a;
    overflow: hidden;
}

.hist-bg {
    background: url(../imgs/watermark-historical.png);
}

.lp-container .tile {
    background: #eff0f2;
    padding: 15px;
    border: solid 1px #1abc9c;
    border-radius: 15px;
    display: inline-block;
    min-width: 25%;
    text-align: center;
    margin: 20px 45px;
}

    .lp-container .tile h2.title {
        background: #eff0f2;
        border: solid 8px #1abc9c;
        border-radius: 50%;
        color: #1abc9c;
        margin: 0 auto;
        display: table;
        padding: 5px 13px;
        position: relative;
        top: -45px;
        height: 65px;
        width: 65px;
    }

    .lp-container .tile h3 {
        position: relative;
        top: -40px;
    }

    .lp-container .tile p.date {
        font-size: 115%;
        position: relative;
        top: -40px;
        text-align: center;
    }

    .lp-container .tile a.go {
        background: #1abc9c;
        padding: 5px 15px;
        color: #fff;
        top: -20px;
        position: relative;
        cursor: pointer;
        border-radius: 4px;
        display: block;
        font-size: 160%;
    }

        .lp-container .tile a.go:hover {
            text-decoration: none;
        }

        .lp-container .tile a.go img {
            width: 50px;
            height: 50px;
            display: inline-block;
            margin-left: 20px;
        }

    .lp-container .tile.published {
        border-color: #e74c3c;
    }

        .lp-container .tile.published h2.title {
            border: solid 8px #e74c3c;
            color: #e74c3c;
        }

        .lp-container .tile.published a.go {
            background: #e74c3c;
        }

    .lp-container .tile a.go.view-in-new,
    .lp-container .tile.new a.go.view-in-new {
        margin-top: 10px;
        background: #3f82b7 !important;
    }

    .lp-container .tile.new {
        border-color: #f39c12;
    }

        .lp-container .tile.new h2.title {
            border: solid 8px #f39c12;
            color: #f39c12;
        }

        .lp-container .tile.new a.go {
            background: #f39c12;
        }

    .lp-container .tile.complete {
        border-color: rgba(148, 0, 156, 0.7);
    }

        .lp-container .tile.complete h2.title {
            border: solid 8px rgba(148, 0, 156, 0.7);
            color: #94009c;
        }

        .lp-container .tile.complete a.go {
            background: rgba(148, 0, 156, 0.7);
        }

.lp-container a.btn {
}

.cust-but {
    display: inline-flex;
}

    .cust-but i.fa-plus {
        position: relative;
        top: 3px;
        left: -2px;
    }

a.edit-btn {
    font-size: 15px;
    margin: 0;
    padding: 8px !important;
    background: #00000091;
    color: #fff;
    border: solid 1px #0000000a;
    cursor: pointer;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    align-content: space-around;
    justify-content: space-around;
    background-image: linear-gradient(358deg, #090909, #022b4c00);
}

    a.edit-btn:hover {
        text-decoration: none;
    }

.background div a.edit-btn {
    padding: 3px 6px;
    font-size: 0.8em;
    margin: -1px -6px 0 0;
}

.lp-container .buttons-row {
    padding: 0;
    margin: 0;
    position: relative;
}

    .lp-container .buttons-row .btn-group {
    }

        .lp-container .buttons-row .btn-group .btn {
            width: 33%;
            font-size: 130%;
        }

            .lp-container .buttons-row .btn-group .btn i {
                margin-right: 15px;
            }

    .lp-container .buttons-row .status-col {
        padding: 4px;
        border-radius: 4px;
        font-weight: bold;
        text-align: right;
        position: relative;
        top: 5px;
    }

    .lp-container .buttons-row .status-row-span {
        background: #ffffff !important;
        position: relative;
        right: -21px;
        z-index: 1;
        border-bottom-right-radius: 0 !important;
        border-top-right-radius: 0 !important;
        color: #656565 !important;
        background-image: linear-gradient(359deg, #e2e2e2, transparent) !important;
        box-shadow: inset 3px 0px 2px 0px #c3c3c3;
    }

    .lp-container .buttons-row .status-col span {
        background: #390;
        color: #fff;
        padding: 12px 23px;
        border-radius: 29px;
        display: inline;
        text-align: center;
        font-weight: 600;
        background-image: linear-gradient(0deg, #00000038, transparent);
        font-size: 20px;
        position: relative;
        z-index: 2;
    }

.lp-container h2.weektitle {
    padding-bottom: 10px;
    text-align: center;
    position: relative;
}

.lp-container .tiletitle {
    padding: 0px;
    margin: 0 auto 25px auto;
    text-align: center;
    position: relative;
}

    .lp-container .tiletitle h4 {
        margin-top: 10px;
    }

    .lp-container .tiletitle span {
        padding: 5px 10px;
        font-size: 90%;
        background: #ffffff;
        border: solid 1px #eee;
        color: #333;
        border-radius: 7px;
    }

.head-form-row {
    background: #00000008;
    padding: 10px 0;
    margin: 0;
    border: 0;
    position: relative;
    border-radius: 4px;
}

.content-row {
    padding: 10px 0;
    margin: 0;
    position: relative;
}
/*** PANEL SUCCESS ***/
.lp-container .panel {
    background-color: #dff0d8;
    border-color: #cbe6b3;
    color: #666;
}

.lp-container .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.lp-container .panel-success > .panel-body {
    background-color: #fff;
    padding: 10px;
}

    .lp-container .panel-success > .panel-body .tab-content {
        color: #666;
        padding: 10px;
        border: solid 1px #cbe6b3;
        border-top: none;
    }

.lp-container .with-nav-tabs.panel-success .nav-tabs {
    margin-bottom: -2px;
}

    .with-nav-tabs.panel-success .nav-tabs > li > a,
    .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
    .lp-container .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #3c763d !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .lp-container .with-nav-tabs.panel-success .nav-tabs li a {
        background: rgba(0, 0, 0, 0.1) !important;
    }

.lp-container .with-nav-tabs.panel-success .tab-content > .active {
    overflow: hidden;
}
/*** PANEL SUCCESS ***/
.lp-container .panel {
    background-color: #dff0d8;
    border-color: #cbe6b3;
    color: #666;
}

.lp-container .panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.lp-container .panel-success > .panel-body {
    background-color: #fff;
    padding: 10px;
}

    .lp-container .panel-success > .panel-body .tab-content {
        color: #666;
        padding: 10px;
        border: solid 1px #cbe6b3;
        border-top: none;
    }

.lp-container .with-nav-tabs.panel-success .nav-tabs {
    margin-bottom: -2px;
}

    .with-nav-tabs.panel-success .nav-tabs > li > a,
    .with-nav-tabs.panel-success .nav-tabs > li > a:hover,
    .lp-container .with-nav-tabs.panel-success .nav-tabs > li > a:focus {
        color: #3c763d !important;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    .lp-container .with-nav-tabs.panel-success .nav-tabs li a {
        background: rgba(0, 0, 0, 0.1) !important;
    }

.lp-container .with-nav-tabs.panel-success .tab-content > .active {
    overflow: hidden;
}

.modal-body .btn span.glyphicon {
    opacity: 0;
}

.modal-body .btn.active span.glyphicon {
    opacity: 1;
}

.modal-body .btn span.teks-text {
    padding: 5px 10px;
    background: rgba(255, 255, 255, 0.6);
    margin-left: 10px;
    color: #000;
}

.with-nav-tabs.panel-success
.nav-tabs > li > a
.with-nav-tabs.panel-success
.nav-tabs > .open > a,
.with-nav-tabs.panel-success .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-success .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-success .nav-tabs > li > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li > a:focus {
    color: #3c763d !important;
    background-color: #d6e9c6 !important;
    border-color: transparent !important;
}

.with-nav-tabs.panel-success .nav-tabs > li.active > a,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-success .nav-tabs > li.active > a:focus {
    color: #3c763d !important;
    background-color: #fff !important;
    border-color: #d6e9c6 !important;
    border-bottom-color: transparent !important;
}

.with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

    .with-nav-tabs.panel-success .nav-tabs > li.dropdown .dropdown-menu > li > a {
        color: #3c763d !important;
    }

        .with-nav-tabs.panel-success
        .nav-tabs > li.dropdown
        .dropdown-menu > li > a:hover,
        .with-nav-tabs.panel-success
        .nav-tabs > li.dropdown
        .dropdown-menu > li > a:focus {
            background-color: #d6e9c6 !important;
        }

    .with-nav-tabs.panel-success
    .nav-tabs > li.dropdown
    .dropdown-menu > .active > a,
    .with-nav-tabs.panel-success
    .nav-tabs > li.dropdown
    .dropdown-menu > .active > a:hover,
    .with-nav-tabs.panel-success
    .nav-tabs > li.dropdown
    .dropdown-menu > .active > a:focus {
        color: #fff !important;
        background-color: #3c763d !important;
    }

p.navtext {
    color: #360303;
    background: #ffc9c9;
    font-size: 2rem;
    border-radius: 4px;
    padding: 10px 17px;
    text-align: center;
    font-weight: 600;
    box-shadow: 1px 4px 2px 1px #0000004f;
    font-family: "Inter", sans-serif;
    margin-top: 21px;
}

p.navtext-2 {
    color: white;
    font-size: 2rem;
    text-align: center;
    text-shadow: 0px 1px 20px #000000ba;
    font-family: "Inter", sans-serif;
    text-transform: capitalize;
}

.creativelounge p.navtext {
    color: #13485f;
    background: #a1d7ef;
}

.company {
    background-color: #16225f;
}

.capabilities {
    background-color: #7a0909;
    padding: 30px;
    margin: 15px;
    background-image: linear-gradient(183deg, #b30b0b, #6e0e0e);
    border-radius: 6px;
    box-shadow: inset 2px 2px 0 1px #9e0808;
    cursor: pointer;
}

    .capabilities:hover {
        background-image: linear-gradient(183deg, #781515, #620000);
    }

    .capabilities .capabilities-icon {
        height: 150px;
    }

.branding {
    background-color: #00a1e1;
}

.creativelounge {
    background-color: #336b7f;
    padding: 30px;
    margin: 15px;
    background-image: linear-gradient(185deg, #5fa6c9, #265a6a);
    border-radius: 6px;
    box-shadow: inset 2px 2px 0 1px #70a7d3;
    cursor: pointer;
}

    .creativelounge:hover {
        background-image: linear-gradient(185deg, #3a89b1, #265a6a);
    }

    .creativelounge .creativelounge-icon {
        height: 150px;
    }

.panel-body .tab-content button.help {
    position: absolute;
    top: 5px;
    right: 7px;
    z-index: 1;
    background: #71fffc;
    border-radius: 50%;
    box-shadow: 2px 2px 4px 0px #0000004a;
    border: 0;
    color: #000;
    width: 40px;
    height: 40px;
}

.capabilities img,
.creativelounge img {
    margin: 10px auto;
}

.customercare {
    background-color: #932749;
}

.panel-heading {
    background: #000;
}

.centered-form {
    margin-top: 60px;
}

    .centered-form .panel {
        background: #e9e9e9;
    }

/*Circle*/
.navlinks div {
    position: relative;
}

    .navlinks div::before {
        position: absolute;
        top: 50%;
        left: 50%;
        z-index: 2;
        display: block;
        content: "";
        width: 0;
        height: 0;
        background: rgba(255, 255, 255, 0.2);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        opacity: 0;
    }


@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    100% {
        width: 120%;
        height: 120%;
        opacity: 0;
    }
}

.popover {
    max-width: 100%;
    background: rgba(0, 0, 0, 0.9);
}

.popover-content p {
    margin: 5px;
    color: #fff;
    font-size: 90%;
}

    .popover-content p i {
        margin: 0 10px 0 0;
    }

.popover-content mark strong {
    padding: 5px 10px;
}

.popover.right .arrow:after {
    border-right-color: rgba(0, 0, 0, 0.9);
}

.lp-container .tab-content .row1 {
    padding: 0;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: "Roboto Slab";
    color: #34495e;
}

    .lp-container .tab-content .row1 h2 {
        padding: 10px;
        border: dotted 1px #eee;
        background: #f7f7f7;
        word-spacing: 10px;
    }

.lp-container .tab-content .table-row {
    margin: 0;
    padding: 0;
    font-family: "Open Sans", helvetica, ariel;
    text-transform: capitalize;
}

    .lp-container .tab-content .table-row th {
        background: rgba(226, 186, 17, 0.8);
        text-align: center;
        vertical-align: middle;
        color: #222;
        padding: 8px;
    }

        .lp-container .tab-content .table-row th p {
            font-weight: normal;
            text-transform: capitalize;
            margin: 0;
            font-size: 0.85em;
            text-align: center;
        }

    .lp-container .tab-content .table-row .table-bordered,
    .lp-container .tab-content .table-row table,
    .lp-container .tab-content .table-row th,
    .lp-container .tab-content .table-row td {
        border-color: #a88a11;
    }

    .lp-container .tab-content .table-row td {
        background: #f3f2a9;
        color: #333;
        padding: 0;
        vertical-align: middle;
        padding-left: 10px;
        text-align: left;
    }

.td111 .tab-content .table-row td {
    vertical-align: top;
    text-align: left;
    padding: 10px;
}

.lp-container .tab-content .table-row td .cust-but {
    position: relative;
    top: 0px;
    left: 0px;
    font-size: 1em;
    margin: 10px;
}

    .lp-container .tab-content .table-row td .cust-but.btn22 {
        width: 95%;
        text-align: left;
    }

.btn-collapse .fa-circle-plus {
    font-size: 22px;
    margin-right: 4px;
}

.lp-container .tab-content .table-row td .cust-but.btn22 .help {
    position: absolute;
    top: 2px;
    left: 95%;
    padding: 0px;
    text-align: center !important;
    z-index: 2;
    background: #71fffc73;
    border-radius: 50%;
    box-shadow: 2px 2px 4px 0px #0000004a;
    border: 0;
    color: #000;
}

.popover.in {
    z-index: 2 !important;
}

.lp-container .tab-content .table-row td .cust-but.btn22 .help i {
    margin: 5px 10px !important;
}

.tab-content .table-row th.my-th {
    text-align: right !important;
    width: 24%;
}

.day-buttons-row .btn {
    font-family: "Open Sans", helvetica, ariel;
    font-size: 1.2em;
    min-width: 182px;
}

    .day-buttons-row .btn i {
        margin-right: 10px;
    }

.modal.modal-wide .modal-dialog {
    width: 60%;
    max-width: 60%;
}

.modal-widest .modal-dialog {
    width: 90%;
    max-width: 90%;
}

.modal-widest .lp-container {
    padding: 10px 0;
    margin: 15px 0;
}

#tallModal1 .modal-footer {
    margin-top: -100px;
    z-index: 111;
    position: relative;
}

.modal-widest .modal-body {
    overflow-y: auto;
}

.modal-widest .modal-footer .btn {
    font-size: 1.2em;
    min-width: 150px;
}
/**calendar start**/
.popover.calendar-event-popover {
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    color: rgb(120, 120, 120);
    border-radius: 2px;
    max-width: 300px;
}

    .popover.calendar-event-popover h4 {
        font-size: 14px;
        font-weight: 900;
    }

    .popover.calendar-event-popover .location,
    .popover.calendar-event-popover .datetime {
        font-size: 14px;
        font-weight: 700;
        margin-bottom: 5px;
    }

        .popover.calendar-event-popover .location > span,
        .popover.calendar-event-popover .datetime > span {
            margin-right: 10px;
        }

    .popover.calendar-event-popover .space,
    .popover.calendar-event-popover .attending {
        margin-top: 10px;
        padding-bottom: 5px;
        border-bottom: 1px solid rgb(160, 160, 160);
        font-weight: 700;
    }

        .popover.calendar-event-popover .space > .pull-right,
        .popover.calendar-event-popover .attending > .pull-right {
            font-weight: 400;
        }

    .popover.calendar-event-popover .attending {
        margin-top: 5px;
        font-size: 18px;
        padding: 0px 10px 5px;
    }

        .popover.calendar-event-popover .attending img {
            border-radius: 50%;
            width: 40px;
        }

        .popover.calendar-event-popover .attending span.attending-overflow {
            display: inline-block;
            width: 40px;
            background-color: rgb(200, 200, 200);
            border-radius: 50%;
            padding: 8px 0px 7px;
            text-align: center;
        }

        .popover.calendar-event-popover .attending > .pull-right {
            font-size: 28px;
        }

    .popover.calendar-event-popover a.btn {
        margin-top: 10px;
        width: 100%;
        border-radius: 3px;
    }

[data-toggle="calendar"] > .row > .calendar-day {
    font-family: "Roboto", sans-serif;
    width: 14.28571428571429%;
    border: 1px solid rgb(235, 235, 235);
    border-right-width: 0px;
    border-bottom-width: 0px;
    min-height: 70px;
    float: left;
}

    [data-toggle="calendar"] > .row > .calendar-day.calendar-no-current-month {
        color: rgb(200, 200, 200);
    }

    [data-toggle="calendar"] > .row > .calendar-day:last-child {
        border-right-width: 1px;
    }

[data-toggle="calendar"] > .row:last-child > .calendar-day {
    border-bottom-width: 1px;
}

.calendar-day > time {
    position: absolute;
    display: block;
    bottom: 0px;
    left: 0px;
    font-size: 1.5em;
    font-weight: 300;
    width: 100%;
    padding: 10px 10px 3px 0px;
    text-align: right;
}

.calendar-day > .events {
    cursor: pointer;
}

    .calendar-day > .events > .event h4 {
        font-size: 12px;
        font-weight: 700;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 3px;
    }

    .calendar-day > .events > .event > .desc,
    .calendar-day > .events > .event > .location,
    .calendar-day > .events > .event > .datetime,
    .calendar-day > .events > .event > .attending {
        display: none;
    }

    .calendar-day > .events > .event > .progress {
        height: 10px;
    }

.dayclass {
    font-size: 1.5em;
    text-align: center;
    width: 100%;
    height: 100%;
    line-height: 60px;
    color: #036;
}

.greens {
    color: #6c0;
}

.orenges {
    color: #c60;
}

.table-row textarea {
    border: none;
    background-color: transparent;
    box-shadow: none;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 5px;
}

    .table-row textarea:focus {
        box-shadow: none;
        background-color: rgba(255, 255, 255, 0.5);
    }

.plus-but {
    padding: 5px 10px;
    background: #339;
    color: #fff;
    position: absolute;
    right: 5px;
    top: 10px;
    cursor: pointer;
}

    .plus-but:hover {
        color: #ccc;
        text-decoration: none;
    }

.foooterbut .btn {
    min-width: 40% !important;
}

.tabbb {
    position: relative;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.tabbbb {
    display: none;
}

a.tabbb-link {
    cursor: pointer;
}
/**calendar end**/
/** Lesson Plan Form styles start **/
.lp-container .form-container,
.lp-container .form-container .row {
    padding: 0;
    margin: 0;
}

    .lp-container .form-container .row h2 {
        text-align: center;
    }

    .lp-container .form-container .head-form-row1 {
        background: #eee;
        padding: 10px 0;
        margin: 0;
        border: dotted 1px #ccc;
    }

        .lp-container .form-container .head-form-row1 input[type="text"] {
            margin-bottom: 0;
        }
/** Lesson Plan Form styles end **/

/*Demerit KPI start*/
.countDiv {
    position: relative;
}

    .countDiv img {
    }

    .countDiv .title {
        position: absolute;
        font-weight: bold;
        font-size: 1.2rem;
        top: 28px;
        left: 100px;
    }

    .countDiv .count {
        position: absolute;
        font-weight: bold;
        top: 64px;
        right: 150px;
        font-size: 1.3rem;
    }

.for_ratingbg {
    padding: 7px 8px;
    color: #fff;
    background: #f0ad4e;
    pointer-events: none;
}

    .for_ratingbg img {
        width: 20px;
        position: relative;
        top: -3px;
    }
/*Demerit KPI end*/
.bottom_buttons {
    text-align: center;
}

    .bottom_buttons .btn {
        min-width: 280px;
    }

.modal-footer .btn {
    min-width: 160px;
}
/*Demerit New KPI RESPONSIVE CSS START*/
@media only screen and (max-width: 500px) {
}

@media only screen and (max-width: 768px) and (min-width: 501px) {
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .table-container {
        overflow: auto;
    }

    .ledger-tbl td {
        font-size: 10px;
    }

    .breadcrumb-layout .userdetails {
        font-size: 1.2rem;
    }
    .accordion-body .h-card-parent {
        padding: 0;
    }
    .h-card-parent .h-card .school-img {
        display:none;
    }
    .accordion-body .h-card-parent .h-card {
        min-height: 280px;
    }
    .accordion-body .h-card-parent .h-card .content {
        width: 97%;
        left: 10px;
        font-size: .8rem;
    }
    .countDiv img {
        width: 150px;
    }

    .countDiv .title {
        font-size: 0.43rem;
        top: 10px;
        left: 46px;
    }

    .countDiv .count {
        top: 26px;
        right: 20px;
        font-size: .7rem;
    }

    .bottom_buttons .minwidth260 {
        min-width: 130px !important;
        padding: 3px;
        font-size: .7rem;
    }

    .for_ratingbg img {
        width: 10px;
    }

    .for_ratingbg .bevel_circle {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: .5rem;
    }
}

@media only screen and (max-width: 1280px) and (min-width: 1025px) {
    .table-container {
        overflow: auto;
    }

    .ledger-tbl td {
        font-size: 10px;
    }
    .accordion-body.row.row-cols-3 .h-card-parent .h-card .content {
        left: 190px;
        font-size: 1rem;
    }
    .h-card-parent .h-card .school-img {
        top: 10% !important;
    }

    .h-card-parent .h-card {
        min-height: 470px !important;
    }
    .countDiv img {
        width: 180px;
    }

    .countDiv .title {
        font-size: .5rem;
        top: 12px;
        left: 56px;
    }

    .countDiv .count {
        top: 36px;
        right: 30px;
        font-size: .7rem;
    }

    .bottom_buttons .minwidth260 {
        min-width: 130px !important;
        padding: 3px;
        font-size: .7rem;
    }
    .for_ratingbg img {
        width: 10px;
    }
    .for_ratingbg .bevel_circle {
        width: 16px;
        height: 16px;
        line-height: 16px;
        font-size: .5rem;
    }
    body main .ttesscontainer {
        padding-top: 50px;
    }
    body .container-fluid.custom-container .pb-3 {
        margin-top: 70px;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1367px) {
    .table-container {
        overflow: auto;
    }
    .h-card-parent .h-card .school-img {
        top: 10% !important;
    }
    .h-card-parent .h-card {
        min-height: 500px !important;
    }
    .countDiv img {
        width: 230px;
    }

    .countDiv .title {
        font-size: 0.73rem;
        top: 16px;
        left: 60px;
    }

    .countDiv .count {
        top: 42px;
        right: 116px;
    }

    .bottom_buttons .minwidth260 {
        min-width: 210px !important;
        padding:5px;
        font-size: .9rem;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
    .table-container {
        overflow: auto;
    }
    .h-card-parent .h-card {
        min-height: 630px !important;
    }
    .countDiv .title {
        font-size: 1rem;
        top: 22px;
        left: 90px;
    }
    .countDiv .count {
        top: 65px;
        right: 70px;
    }
    .bottom_buttons .minwidth260 {
        min-width: 220px !important;
        padding: 10px 5px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 1840px) and (min-width: 1601px) {
    .h-card-parent .h-card {
        min-height: 770px !important;
    }
    .countDiv img {
        width: 100%;
    }

    .bottom_buttons .btn-lg.minwidth260 {
        min-width: 220px;
        font-size: 1rem;
    }

    .h-card-parent .h-card .content {
        font-size: 1rem;
    }

    .countDiv .title {
        font-size: 1.2rem;
        top: 25px;
        left: 90px;
    }

    .countDiv .count {
        top: 75px;
        right: 84px;
    }

    .h-card-parent .h-card .school-img {
        width: 290px;
        height: 290px;
    }

    .h-card-parent .h-card {
        min-height: 310px;
    }

    .schoolHeading a {
        font-size: 1.1rem;
    }

    .schoolHeading i {
        font-size: 2rem;
    }

    .toprightrow .col-md-5,
    .toprightrow .col-md-2,
    .toprightrow div {
        line-height: 50px;
    }

    .h-card-parent .h-card .school-img {
        width: 270px;
        height: 270px;
        left: -150px;
    }

    .h-card-parent {
        padding: 0 0 0 140px;
    }
}

@media only screen and (max-width: 1910px) and (min-width: 1841px) {
    .countDiv img {
        width: 100%;
    }

    .bottom_buttons .btn-lg.minwidth260 {
        min-width: 220px;
        font-size: 1rem;
    }

    .h-card-parent .h-card .content {
        font-size: 1rem;
    }

    .countDiv .title {
        font-size: 1.2rem;
        top: 28px;
        left: 110px;
    }

    .countDiv .count {
        top: 90px;
        right: 90px;
    }

    .for_ratingbg {
        padding: 4px 8px;
    }

    .h-card-parent .h-card .school-img {
        width: 290px;
        height: 290px;
    }

    .h-card-parent .h-card {
        min-height: 310px;
    }

    .schoolHeading a {
        font-size: 1.1rem;
    }

    .schoolHeading i {
        font-size: 2rem;
    }

    .toprightrow .col-md-5,
    .toprightrow .col-md-2,
    .toprightrow div {
        line-height: 50px;
    }

    .h-card-parent .h-card .school-img {
        width: 270px;
        height: 270px;
        left: -150px;
    }

    .h-card-parent {
        padding: 0 0 0 140px;
    }
    /*AimHi/Schools card width responsive*/
    .card__content {
        min-width: 530px;
    }
    .h-card-parent .h-card {
        min-height: 795px;
    }
}

@media only screen and (max-width: 2048px) and (min-width: 1911px) {
    .h-card-parent .h-card {
        min-height: 815px;
    }
    .countDiv img {
        width: 94%;
    }

    .bottom_buttons .btn-lg.minwidth260 {
        min-width: 220px;
        font-size: 1.2rem;
    }

    .h-card-parent .h-card .content {
        font-size: 1rem;
    }

    .countDiv .title {
        font-size: 1.2rem;
        top: 28px;
        left: 100px;
    }

    .countDiv .count {
        top: 90px;
        right: 110px;
    }

    .for_ratingbg {
        padding: 4px 8px;
    }

    .h-card-parent .h-card .school-img {
        width: 290px;
        height: 290px;
    }

    .h-card-parent .h-card {
        min-height: 310px;
    }

    .schoolHeading a {
        font-size: 1.1rem;
    }

    .schoolHeading i {
        font-size: 2rem;
    }

    .toprightrow .col-md-5,
    .toprightrow .col-md-2,
    .toprightrow div {
        line-height: 50px;
    }

    .h-card-parent .h-card .school-img {
        width: 270px;
        height: 270px;
        left: -150px;
    }

    .h-card-parent {
        padding: 0 0 0 140px;
    }
    /*AimHi/Schools card width responsive*/
    .card__content {
        min-width: 530px;
    }
    /*for top scrollbar at table top AimHi Class start*/
    .large-table-fake-top-scroll-container-3 {
        display:none;
    }
    /*for top scrollbar at table top AimHi Class end*/
}
/*
	@media only screen and (max-width: 2048px) and (min-width: 1921px) {
	}*/

@media only screen and (max-width: 2560px) and (min-width: 2049px) {
    .h-card-parent {
        width: 90% !important;
    }
        .h-card-parent .h-card {
            min-height: 870px !important;
        }
    .countDiv .count {
        right: 180px !important;
        top: 110px;
    }
    .col-md-4.countDiv img {
        width: 500px !important;
        min-width: 500px !important;
    }
    /*AimHi/Schools card width responsive*/
    .card__content {
        min-width: 530px;
    }
    .countDiv .title {
        left: 120px;
        top: 38px;
    }
    /*for top scrollbar at table top AimHi Class start*/
    .large-table-fake-top-scroll-container-3 {
        display: none;
    }
    /*for top scrollbar at table top AimHi Class end*/
}

@media only screen and (min-width: 2561px) {
    .h-card-parent {
        width: 80% !important;
    }
        .h-card-parent .h-card {
            min-height: 905px !important;
        }

    .countDiv .count {
        right: 180px !important;
        top: 110px !important;
    }
    .countDiv .title {
        top: 36px;
        left: 120px;
    }
    .col-md-4.countDiv img {
        width: 500px !important;
        min-width: 500px !important;
    }
    /*for top scrollbar at table top AimHi Class start*/
    .large-table-fake-top-scroll-container-3 {
        display: none;
    }
    /*for top scrollbar at table top AimHi Class end*/
}
/*Demerit New KPI RESPONSIVE CSS END*/



.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}


element.style {
    background-image: url(img/corner-3.png);
}

.bg-holder {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    overflow: hidden;
    will-change: transform,opacity,filter;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-repeat: no-repeat;
    z-index: 0;
}

.bg-card {
    background-size: contain !important;
    background-position: right !important;
    border-top-right-radius: 0.375rem;
    border-bottom-right-radius: 0.375rem;
}

.shadow3 {
    box-shadow: 0 7px 14px 0 rgb(65 69 88 / 10%), 0 3px 6px 0 rgb(0 0 0 / 7%) !important;
}

.bevel4 {
    background-image: linear-gradient(359deg, #00000029, transparent) !important;
}

.btn-collapse {
    background: #f8f7bb;
    background-image: linear-gradient(1deg, #f8f7bb, #e9e896);
    color: #000;
    box-shadow: 0 0 0 1px rgb(43 45 80 / 10%), 0 2px 5px 0 rgb(43 45 80 / 10%), 0 3px 9px 0 rgb(43 45 80 / 8%), 0 1px 1.5px 0 rgb(0 0 0 / 8%), 0 1px 2px 0 rgb(0 0 0 / 8%);
    border: 1px solid #fffebf;
}

#nlCalDateTabs .nav-link {
    background: #00000021;
    color: #7b6408;
    background-image: linear-gradient(0deg, #debd35, #ffd116);
    border: 1px solid #a98c14;
    font-weight: 600;
    font-size: 20px;
    border-radius: 22px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

    #nlCalDateTabs .nav-link.active {
        background: #FFF;
        color: #7b6408;
        border: 1px solid #a98c14;
        font-weight: 600;
        border-bottom: 0;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 0.25rem 0.5rem;
    color: #fff;
    text-align: center;
    background-color: #3c5885;
    border-radius: 10px;
    margin: 0;
}

    .tooltip-inner strong {
        background: #1b7ae3 !important;
        color: #fff !important;
        padding: 0 5px;
        border-radius: 6px;
        padding: 2px 10px !important;
    }

.tooltip.show {
    opacity: 1 !important;
}
