﻿/* Ep future new design styles here */
* {
    padding: 0;
    margin: 0;
    font-family: 'Public Sans', sans-serif;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

html {
    cursor: default;
}

::-webkit-scrollbar, .scroller {
    padding: 2px;
}

::selection {
    background: #318ad5;
    color: #fff;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #318ad5;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.scroller {
    scrollbar-width: thin;
    scrollbar-color: #318ad5;
}

p {
    margin: 0 !important;
    margin-bottom: 0px !important;
}

.p-rl-15 {
    padding: 0px 15px !important;
}

.p-t-10 {
    padding-top: 10px;
    padding-bottom: 0;
}

.p-15 {
    padding: 0 15px;
}

body {
    background: #1b4a710f;
    padding: 0;
    margin: 0;
    font-family: 'Public Sans', sans-serif;
    cursor: default;
}
.vertical-timeline .btn-focus {
    padding: 7px 13px;
    border-radius: 3px;
}
.vertical-timeline .btn-focus:focus{
    color: #fff;
    text-decoration: none;
}
.vertical-timeline .btn-container{
    margin-top: 5px !important;
}
.sNo {
    height: 73px;
    width: 73px;
    background-image: linear-gradient(315deg, #043b2c 0%, #87c092 74%);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sNo > span{
    font-size: 19px;
    color: #fff;
}
.p-l-15{
    padding-left: 15px !important;
}
fieldset[disabled] input[type=checkbox] + label, fieldset[disabled] input[type=radio] + label, input[type=checkbox].disabled + label,
input[type=checkbox][disabled] + label, input[type=radio].disabled + label, input[type=radio][disabled] + label {
    cursor: not-allowed;
}
.tab-content > .fade.active{
    opacity: 1 !important;
}
/*@font-face {
  font-family: 'RobotoSlab';
  src:url('../fonts/RobotoSlab.woff') format('woff'),
        url('../fonts/RobotoSlab.woff2') format('woff2'),
        url('../fonts/RobotoSlab.svg#RobotoSlab') format('svg'),
        url('../fonts/RobotoSlab.eot'),
        url('../fonts/RobotoSlab.eot?#iefix') format('embedded-opentype'),
        url('../fonts/RobotoSlab.ttf') format('truetype');
  	font-weight: normal;
  	font-style: normal;
  	font-display: swap;
}*/
.dataTables_wrapper .row:first-child {
    flex-direction: row-reverse
}

    .dataTables_wrapper .row:first-child .col-sm-6:first-child {
        max-width: 30%
    }

    .dataTables_wrapper .row:first-child .col-sm-6:nth-child(2) {
        max-width: 70%
    }

body, html {
    padding: 0;
    margin: 0;
    width: 100%;
}

.bg-ff {
    padding: 50px;
    margin: auto;
    text-align: center;
}

    .bg-ff img {
        width: 300px
    }

bg-ff-img {
    width: 300px
}
.rptAtt {
    display: flex;
    min-width: 170px;
    max-width: 400px;
    flex-basis: auto; /* default value */
    flex-grow: 1;
}
.login {
    height: 500px;
    background: #fff;
    width: 1000px
}

.box-shadow2 {
    box-shadow: 0px 0px 2px #ddd
}

.log-img {
    background: url(../images/girl-bg.jpg) no-repeat; /*images/girl-bg.jpg*/
    /*background: url(../images/tchrday_2024.png) no-repeat; /*images/girl-bg.jpg*/
    width: 100%;
    height: 500px;
    background-position: center
}
.mob-view {
    display: none;
}
.mob-view:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 0.5s;
}
.btn.radio {
    border: 2px solid #318ad5;
    padding: 0px;
    border-radius: 5px;
}

.m-t-15 {
    margin-top: 15px
}

.p-t-5 {
    padding-top: 5px;
}

input:checked {
    background: #318ad5
}

button, html input[type=button], input[type=reset], input[type=submit] {
    border: 0
}

.login-txt {
    color: #318ad5;
    font-weight: 700;
    text-align: center;
    font-size: 20px
}

.app-sidebar, .app-header__logo {
    width: 17%;
    min-width: 17%;
}
.closed-sidebar .app-sidebar:hover{
    flex: 0 0 17% !important;
    width: 17% !important;
}

.app-sidebar-close, .app-header__logo-close {
    min-width: 0;
    border-right: 2px solid #1b4a71;
}

input[type="radio"].toggle:checked + label {
    background-image: linear-gradient(to top,#969696,#727272);
    box-shadow: inset 0 1px 6px rgba(41, 41, 41, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    cursor: default;
    color: #E6E6E6;
    border-color: transparent;
    text-shadow: 0 1px 1px rgba(40, 40, 40, 0.75);
}

.distint.table-bordered > tbody > tr > td:nth-child(1), .distint.table-bordered > tbody > tr > td:nth-child(2), .distint.table-bordered > tbody > tr > td:nth-child(3) {
    background: #318ad560
}

input[type="radio"].toggle + label {
    width: 3em;
}

input[type="radio"].toggle:checked + label.btn:hover {
    background-color: inherit;
    background-position: 0 0;
    transition: none;
}

input[type="radio"].toggle-left + label {
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

input[type="radio"].toggle-right + label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.app-sidebar .scrollbar-sidebar {
    background: #1b4a71;
    width: 100%;
}

.app-header__logo {
    background: #004a8f;
    border-right: 6px solid transparent;
}

.vertical-nav-menu ul:before {
    width: 2px;
}

.icon-gradient {
    -webkit-background-clip: text;
    -webkit-text-fill-color: white;
}

.btn-icon-vertical .btn-icon-wrapper {
    opacity: 1;
}

.grid-menu [class*="col-"]:nth-child(1n) {
    border: none;
}

.nav-item.nav-item-divider {
    background: none;
    height: 0;
}

.dropdown-menu-right {
    border: none;
}

.widget-content .widget-content-left .widget-heading, .widget-content .widget-content-left .widget-subheading {
    opacity: 1;
}

.nav-item.nav-item-header {
    color: #062F82;
}

.bg-deep-blue {
    background-image: none;
    background: #1b4a71 !important;
}

.menu-header-subtitle {
    opacity: 1;
}

.text-dark {
    color: #ffffff !important;
}

.tabs-animated .nav-link::before {
    background: #318ad5;
}

.tabs-animated-shadow .nav-link::before {
    box-shadow: none;
}

.pop-rel {
    position: relative;
}

.inTxt {
    display: none;
}

#help-popover {
    position: absolute;
    display: inline-block;
    right: 0;
    background: #fff;
    box-shadow: 0px 0px 10px #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    display: none;
    min-width: 320px;
}

    #help-popover:hover {
        display: block;
    }

.help-pop:before {
    content: "\A";
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    transform: rotate(90deg);
    right: 10px;
    top: -10px;
}

.tab-pane {
    background: #fff;
    float: left;
    width: 100%;
    padding: 1rem 0px;
}

.mm-active {
    background: #1b4a71;
}

.app-header__logo {
    background: rgb(21, 22, 49);
}

.vertical-nav-menu ul li a ul {
    padding: .5em 0 1rem 2rem;
}

.bg-clr {
    background: #fff;
}

.app-header__logo .logo-src {
    background: url(../images/epflogo_wb.png) no-repeat;
    width: 160px;
    height: 50px;
    background-size: contain;
}

.app-header__logo {
    background-color: #1b4a71 !important;
}

.bg-heavy-rain {
    background-color: #fff;
    background-image: linear-gradient(to top, #fff 0%, #fff 100%) !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    border: 0px;
}

.card-header, .card-title {
    color: #505050;
    font-weight: normal;
    border-bottom: 0;
}

.panel-default {
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 5px;
    padding: 14px;
    float: left;
    width: 100%;
}

.mar-30 {
    margin: 15px;
}

.f-left {
    float: left;
}

.form-control:disabled, .form-control[readonly] {
    background: transparent
}
/* ============= Font Face ===============*/
/* cyrillic-ext */
/* ============= Font Face ===============*/
/* vietnamese */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: local('Barlow Light'), local('Barlow-Light'), url(fonts/7cHqv4kjgoGqM7E3p-ks6FospT4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: local('Barlow Light'), local('Barlow-Light'), url(fonts/7cHqv4kjgoGqM7E3p-ks6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 300;
    src: local('Barlow Light'), local('Barlow-Light'), url(fonts/7cHqv4kjgoGqM7E3p-ks51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow Regular'), local('Barlow-Regular'), url(fonts/7cHpv4kjgoGqM7E_A8s52Hs.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow Regular'), local('Barlow-Regular'), url(fonts/7cHpv4kjgoGqM7E_Ass52Hs.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow Regular'), local('Barlow-Regular'), url(fonts/7cHpv4kjgoGqM7E_DMs5.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local('Barlow Medium'), local('Barlow-Medium'), url(fonts/7cHqv4kjgoGqM7E3_-gs6FospT4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local('Barlow Medium'), local('Barlow-Medium'), url(fonts/7cHqv4kjgoGqM7E3_-gs6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 500;
    src: local('Barlow Medium'), local('Barlow-Medium'), url(fonts/7cHqv4kjgoGqM7E3_-gs51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* vietnamese */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url(fonts/7cHqv4kjgoGqM7E30-8s6FospT4.woff2) format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url(fonts/7cHqv4kjgoGqM7E30-8s6VospT4.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 600;
    src: local('Barlow SemiBold'), local('Barlow-SemiBold'), url(fonts/7cHqv4kjgoGqM7E30-8s51os.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* =============/ Font Face ===============*/
.ui-switcher {
    background-color: #bdc1c2;
    display: inline-block;
    height: 20px;
    width: 48px;
    border-radius: 10px;
    box-sizing: border-box;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    transition: border-color 0.25s;
    margin: -2px 4px 0 0;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.15);
}

    .ui-switcher:before {
        font-family:;
        font-size: 10px;
        font-weight: 400;
        color: #ffffff;
        line-height: 1;
        display: inline-block;
        position: absolute;
        top: 6px;
        height: 12px;
        width: 20px;
        text-align: center;
    }

    .ui-switcher:after {
        background-color: #ffffff;
        content: '\0020';
        display: inline-block;
        position: absolute;
        top: 2px;
        height: 16px;
        width: 16px;
        border-radius: 50%;
        transition: left 0.25s;
    }
/* ============= Sub-pages - Student absentees Report ===============*/

/* =============  navigation ===============*/
.pr-2, .px-2 {
    padding-right: 5px !important
}

.app-page-title {
    margin: 0;
    display: flex;
    align-items: center;
    padding: 0;
}

.page-title-right {
    display: flex;
    justify-content: flex-end;
    margin-top: 10px;
}

.breadcrumb {
    font-size: 12px;
    background: none;
}

    .breadcrumb > li > a {
        color: #6D6B6B !important;
    }

.breadcrumb-item.active {
    color: #318ad5;
    font-weight: 500;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: #6d6b6b;
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px !important;
}

.page-title-right a {
    margin: 0;
}

.card-body {
    padding: 0;
}

.d-ne {
    display: none;
}

#input-section {
    width: 98%;
    margin: 10px auto;
    background: #fff;
    box-shadow: 0px 0px 5px #0A469E50;
    padding: 20px;
}

.radio input[type=radio]:checked + label {
    color: #fff !important;
    background: #318ad5;
}

.radio input[type=radio] + label {
    padding: 5px 10px;
}

.input-sm {
    height: 36px !important;
}

.d-flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

#help, .help, .page-title-right > a {
    color: #0a8ba9;
    font-size: 13px;
    margin-top: 5px !important;
}

.modal-dialog {
    padding-top: 0;
}

.modal-body {
    overflow-y: auto;
    overflow-x: scroll;
}

::-webkit-scrollbar {
    width: 0
}

/*.inner-container {
    width: 90%;
    margin: 5% 5% 0;
    float: left;
}*/

.inner-container {
    width: 100%;
    padding: 15px;
    margin: 0;
    float: left;
}

.btn-darker {
    background: #1b4a71;
    border-color: #1b4a71
}

.updatesection {
    width: 100%;
    text-align: center;
    padding-bottom: 20px
}
/* =============/ website module ===============*/
.websitelabel {
    color: black;
    font-size: 12px;
    font-weight: 600;
}

/* =============/ navigation ===============*/

/*.btn-primary:hover{background-color:#58b674d4;border-color:#58b674d4}*/
.btn-darker:hover {
    background-color: #1b4a71d4;
    border-color: #1b4a71d4
}
/* ============= IconsWithButtons ===============*/
.ic-w-btn {
    height: calc(2.25rem + 2px);
    border-radius: 0px;
    margin-top: 15px;
    background: #1b4a71
}
/* ============= /IconsWithButtons ===============*/

/* ============= input-section ===============*/
.btn, .btn:hover {
    color: #fff;
    font-size: 14px;
}

.btn-add {
    height: 20px;
    text-align: left;
    background: none;
    display: inline-block;
    border: none;
}
.btn-view, .btn-view:hover {
    padding: 10px 20px;
    background-image: linear-gradient(315deg, #13386a 0%, #7bcdff 74%);
    font-size: 15px;
    color: #fff;
    border-radius: 3px;
}
.flex {
    display: flex;
}

.flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.course-content {
    display: flex;
    align-content: center;
    width: 100%;
    justify-content: flex-start;
}

.d-flex1 {
    display: flex;
    align-items: center;
}

.roundedicon {
    border-radius: 50%;
    object-fit: contain;
    width: 55px;
    height: 55px !important;
}

.chapter-name {
    background-image: linear-gradient( 45deg, #00f59e, #a5e83b);
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 60px;
    border-radius: 50%;
    text-transform: uppercase;
    width: 60px;
    margin-right: 30px;
}

.icon-bg {
    background-image: linear-gradient( 45deg, #99e5ff, #0064d0);
    font-size: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 0px 15px;
    text-transform: uppercase;
}

.bold {
    font-weight: bold !important;
}

.ip-div {
    display: inline-block;
    width: 100%;
    padding-top: 15px;
    padding-left: 0px;
}

.withIcon {
    position: relative;
    margin: 0;
    padding: 0;
    transition: 0.3s;
}

    .withIcon .fa-calendar-check {
        color: #279bfb;
        position: absolute;
        right: 10px;
        top: 13px;
    }


/* =============/ input-section ===============*/
/*.pagination li a:hover
{
    color: #318ad5  !important;
}*/
.pagination li.active a {
    background-color: #318ad5 !important;
    border-color: #318ad5 !important;
}

/* ============= Profile Pop-ups ===============*/
.nav-item a, .nav-link:hover {
    color: #062F82;
}

.btn-inbox {
    color: #fff;
    background-color: #1b4a71;
    border-color: #1b4a71;
}

.btn-outbox {
    color: #fff;
    background-color: #318ad5;
    border-color: #318ad5;
}

.btn-logout.btn-shadow {
    box-shadow: 0 0.125rem 0.625rem rgb(68,64,84,0.2), 0 0.0625rem 0.125rem rgba(68,64,84,0.2);
}

.widget-content-left .mr-3 img {
    border: 2px solid #fff;
    background: #fff;
}

.widget-group {
    border: 1px solid transparent;
    padding: 1rem;
}

.btn-cons {
    padding: 10px 40px;
    margin: 0px 5px;
}

.bg-vicious-stance {
    background-image: linear-gradient(120deg, #e36cd9 0%, #fe5faf 100%) !important;
}

.bg-night-sky {
    background-image: linear-gradient(to top, #f48665 0%, #fea23f 101%) !important;
}

.bg-primary {
    background-image: linear-gradient(120deg, #9c59ff 0%, #d78afe 100%) !important;
}

.bg-info {
    background-color: #318ad5 !important;
}

.btn-focus {
    background: #1b4a71 !important;
    border-color: #1b4a71 !important
}
/* ============= /Profile Pop-ups ===============*/

/* ============= Sub-pages ===============*/
.semi-bold {
    font-weight: 600;
    background: #fff;
    padding: 10px 10px 0px;
    font-size: 24px;
    color: #151631;
    display: none;
}

    .semi-bold:after {
        border: 1px solid #C25013;
    }

.radio-selection {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column
}

.modal-footer {
    float: right
}

.dataTables_filter label {
    font-size: 12px
}

div.dataTables_wrapper div.dataTables_info {
    font-size: 12px
}

#SchoolName {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 1.375rem;
    color: #151631;
    padding-top: 5px;
    font-size: 36px;
}

.hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #fff;
}

.edit-ic {
    background: #00ACB1;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
}

.del-ic {
    background: #27474C;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
}

.icon, .icon > img {
    height: 32px;
    padding: 0 8px;
}

.print-lg {
    height: 36px;
    padding: 3px 13px;
    background: #24a0ed;
    border-radius: 5px;
}

.del-ic:hover {
    color: #fff;
}

.edit-ic:hover {
    color: #fff;
}

.page-container {
    margin-top: 0;   /* 15px */
    padding: 10px;   /* 15px */
    background: #fff;
    box-shadow: 0px 0px 6px #ddd;
}

.btn-primary {
    background-color: #2651BF;
    border: 2px solid #2651BF;
    padding: 8px 35px;
}

.vertical-nav-menu li a:hover {
    background: #286ca4;
    text-decoration: none;
    border: none;
}

.vertical-nav-menu i.metismenu-state-icon, .vertical-nav-menu i.metismenu-icon {
    opacity: 80%;
}

.page-title-head h3 {
    color: #1b4a71;
    text-transform: capitalize;
    font-size: 20px;
    margin-top: 8px;
    font-weight: 800;
}

.header-dots .icon-wrapper-alt .icon-wrapper-bg {
    opacity: 0.9 !important;
}

#help img {
    margin-right: 5px;
}

.bg-danger {
    background: #318ad5 !important;
}

.text-danger {
    color: #fff !important;
}

.btn .badge-dot.badge-dot-sm {
    background: #F55C47 !important;
}

.card {
    width: 100%;
    margin: 0 auto;
}

.btn-group img {
    width: 40px;
    height: 40px;
    border: 0px solid #c93d80;
    object-fit: contain;
}

.fa-paper-plane:before {
    color: #ffeb3b
}

.fa-table:before {
    color: #318ad5
}

.fa-red:before {
    color: #ff4242
}

.fa-blue:before {
    color: #17d7e3
}

.fa-green:before {
    color: #13b38d
}

.fa-violet:before {
    color: #bc91fa
}

.fa-indigo:before {
    color: #1850ec
}

.fa-cream:before {
    color: #fffdc9
}

.fa-orange:before {
    color: #ffa756
}

.metismenu-icon {
    font-size: 15px !important;
    margin-left: 5px;
}

.app-sidebar .app-sidebar__inner {
    padding: 10px 0px;
}

.app-sidebar__heading {
    display: none;
}

.sub-heading {
    margin: 15px 0px;
    display: inline-block;
    color: #318ad5;
    /*font-weight: 600;*/
}

.label-reverse {
    background-color: #318ad5;
    font-weight: 500;
    color: #fff;
    padding: 6px 15px;
    font-size: 20px;
    border-radius: 5px;
}
/*input[title]:hover
{
    border: 1px solid red !important;
}*/
input .form-control {
    border: 1px solid blue;
}

.page-title-heading i {
    color: #1b4a71;
    opacity: 100% !important;
}
/*.app-header__logo-close
{
    border-right: 2px solid #ffe00e;
}*/
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after, .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
    background-color: #cecece;
}

.main-container_close {
    width: 88%;
    float: left;
    margin-left: 8.5%;
    height: 100%;
    padding: 0;
}

.main-container {
    width: 78%;
    float: left;
    margin-left: 20%;
    height: 100%;
    padding: 0;
    margin-right: 1%;
}

.fa-user-cog {
    color: #cfef87;
}

.fa-calendar-check {
    color: #e4bbea;
}

.fa-notes-medical {
    color: #ff9fbf;
}

.fa-user {
    color: #9ffbff;
}

.fa-user-friends {
    color: #feff9f;
}

.fa-check-circle {
    color: #54b5e6;
}

.fa-file-alt {
    color: #bdb5f1;
}

.fa-globe {
    color: #c8a6ff;
}

.close:hover {
    color: #fff;
}

.card {
    box-shadow: none;
}

..table > tbody > tr > td {
    font-weight: 400;
}

.modal-dialog {
    box-shadow: none;
}

.close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: 1;
}

.bg-arielle-smile, .bg-happy-green, .bg-night-fade {
    background: #8183b5;
    background-image: none;
}

.btn-warning {
    background-color: #5F88EA;
    border-color: #5F88EA;
    margin-right: 10px;
}

    .btn-warning.focus, .btn-warning:focus {
        background-color: #5F88EA;
        border-color: #5F88EA;
    }

    .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
    }

.btn-excel, .btn-excel:hover {
    background-color: #064635;
    border-color: #064635;
}

.btn-print, .btn-print:hover {
    background-color: #2651BF;
    border-color: #2651BF;
}

.btn-mail, .btn-mail:hover {
    background-color: #f1c00d;
    border-color: #f1c00d;
}

.btn-pdf, .btn-pdf:hover {
    background-color: #FF1700;
    border-color: #FF1700;
}

.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    opacity: 0.9;
}

.btn-pdf, .btn-word, .btn-excel {
    width: 45px;
}

.btn-mail, .btn-print {
    width: 50px;
}

.table-header {
    background-color: #318ad5;
}

.table thead th, .no-th tr:first-child td {
    background-color: #318ad5;
    z-index: 1;
}

.table-bordered {
    border: 2px solid #318ad5;
}

    .table-bordered th, .no-th tr:first-child td {
        color: #fff !important;
        outline: none !important;
    }

.table tbody tr:nth-child(odd) {
    background: #fff;
}

.table tbody tr:nth-child(even) {
    background: #318ad51a;
}

.table tbody tr:hover {
    background: #318ad54f !important;
}

label[for="Edit"]:before {
    text-align: center !important;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td, .table-bordered > thead > tr > th,
.no-th tr:first-child td {
    border: 1px solid #318ad552;
    color: #101010;
    font-size: 14px;
    font-weight: Normal;
    /*padding:12px;*/
    padding: 2px 8px;
    vertical-align:middle;
}
.table-bordered tr > th{
    padding: 10px !important;
}
.card {
    box-shadow: none;
}

.pagination li a {
    color: #318ad5;
    font-size: 12px;
    padding: 5px;
    font-weight: normal;
}

.h-style {
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    color: #5c5f61;
    float: left;
}

.f-right {
    float: right;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px !important;
    height: max-content !important;
    vertical-align: middle !important;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    opacity: 0;
    display: none;
}

.form-inline {
    display: block;
}

.dataTables_length {
    display: none;
}

.form-inline label {
    display: inline-block;
}
/* ============= Student absentees Report ===============*/


div.dataTables_wrapper div.dataTables_filter input {
    width: 85% !important;
}

.pagination li.active a {
    background-color: #27a1cf;
    border-color: #27a1cf;
}

.input_newsection {
    width: 100%;
    box-shadow: 0 0.46875rem 2.1875rem rgba(255,255,255,1), 0 0.9375rem 1.40625rem rgba(4,9,20,0.03), 0 0.25rem 0.53125rem rgba(4,9,20,0.05), 0 0.125rem 0.1875rem rgba(4,9,20,0.03);
    height: 1px;
    padding: 20px 0px;
}

.table_fullsize {
    width: 100%;
    height: 320px; /*  overflow-x:scroll; */
    display: inline-block;
}

.table_90 {
    width: 90%;
    height: 320%; /*  overflow-x:scroll; */
    display: inline-block;
    margin: 5% 5%;
}

.table_50 {
    width: 50%;
    height: 320px; /*  overflow-x:scroll; */
    display: inline-block;
    margin-left: 25%;
}

.pinned {
    position: inherit; /* i.e. not scrolled */
    background-color: White; /* prevent the scrolled columns showing through */
    z-index: 100; /* keep the pinned on top of the scrollables */
}

.divgrid table tr td {
    word-wrap: break-word;
}

.instruction {
    color: #ff6347 !important;
    font-weight: 600;
    width: 100%;
    padding: 15px 0;
    text-align: justify;
    font-size: 13px;
    font-style: italic;
}

.instruction_green {
    color: #318ad5 !important;
    font-weight: 600;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    font-style: italic;
}

.instruction_red {
    color: #f00 !important;
    font-weight: 600;
    width: 100%;
    padding: 15px 0;
    font-size: 13px;
    font-style: italic;
}

.w-auto {
    width: auto;
}

.tabpanel .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background: #318ad5;
    border: 1px solid#318ad5;
    color: #ffff;
    padding: 10px 30px;
}

.tabpanel .nav-tabs > li > a {
    padding: 10px 30px;
    color: #fff !important;
    background: #1b4a71;
    cursor: pointer;
}

.white-border {
    background: #fff;
    float: left;
    width: 100%;
    padding: 1rem 0px;
}

.nav-tabs {
    border-bottom: 5px solid#318ad5;
    margin-bottom: 0;
}

.gvimg {
    height: 100px;
    width: 100px;
}
.gvimg_banner {
    height: 150px;
    width: 300px;
}
.gvimg_Mobile {
    height: 150px;
    width: 150px;}
    
/*========= Pop Up ============*/
.modal-footer, .modal-header {
    padding: 15px;
}

.modal-footer {
    border-top: 0;
    background: transparent;
}

.modal-header {
    background: #318ad5;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
    top: 0;
    z-index: 99;
}

.modal-content {
    background: transparent;
}

.close {
    color: #fff !important;
}

.modal-dialog {
    width: 50%;
    height: max-content;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: #fff;
    border-radius: 0px;
}

.modal-title {
    color: #fff;
    font-weight: 500;
}

.width_25 {
    width: 25% !important;
}

.width_30 {
    width: 30% !important;
}

.width_40 {
    width: 40% !important;
}

.width_50 {
    width: 50% !important;
}

.width_60 {
    width: 60% !important;
}

.width_75 {
    width: 75% !important;
}

.form-control:focus {
    /*border: 0;
    border: 1px solid #c6c6c6;
    box-shadow: none;*/
    color: #212529;
    background-color: #fff;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 25%);
}

.form-control.empty:focus {
    border-color: #ff6666;
    box-shadow: 0 0 0 0.25rem rgb(255 77 77 / 25%)
}

.form-control.error:focus {
    border-color: #ff6666;
    box-shadow: 0 0 0 0.25rem rgb(255 77 77 / 25%)
}
input[type="file"].form-control:focus{
    outline: none !important;
    outline-offset: 0 !important;   
}

.close {
    color: #fff;
    opacity: 1;
}
/*========= Forms ============*/
.form-label {
    margin-bottom: 0.5rem;
    padding: 0.2em 0.6em 0.3em;
    float: left;
    font-weight: 600;
    color: #1b4a71;
    font-size: 14px;
    margin-right: 15px;
    width: 100%;
    line-height: 1.5;
}

.lblColor {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-size: 16px;
}

.form-control {
    font-size: 14px;
    border: 0;
    border: 1px solid #c6c6c6;
    border-radius: 0;
    box-shadow: none;
    padding: 0 10px;
    border-radius: 3px;
    /*margin-bottom:0.5rem;*/
}

.datepicker th {
    color: #495057 !important;
}

.sticky-header thead tr {
    position: sticky;
    top: 61px;
}

.sticky-header .dataTables_wrapper .row:last-child {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 10px;
}
/*========= Setting Fixed height for modal and grids  ============*/
.overflow {
    max-height: 67vh;
    overflow-y: auto;
}

.overflow-lg {
    max-height: 78vh;
    overflow-y: auto;
}

.overflow-small {
    max-height: 49vh;
    overflow-y: auto;
}

.modal-content {
    max-height: 75vh;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 0!important;
    border: none;
}
.inner-container .text-center:last-child{
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
}
.form-group.text-center {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
}
.btn-container {
    width: 100%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    padding: 0 !important;
    margin-top: 20px !important;
    float: left;
}
/*========= Sticky Footer and header for grids  ============*/
.overflow .dataTables_wrapper .row:last-child {
    position: sticky;
    bottom: -1px;
    background: #fff;
    padding-top: 10px;
    z-index: 1;
}

@media (max-width: 700px) {
    .inner-container .overflow .dataTables_wrapper .row:last-child div {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        text-align: left;
    }
}

.overflow-lg .dataTables_wrapper .row:last-child {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding-top: 10px;
    z-index: 10;
}

.overflow thead tr {
    position: sticky;
    top: 0;
    z-index: 1;
}
.table-bordered, .table{
    border-top: 0 !important;
}
th, .no-th tr:first-child td{
    border: none !important;
}
.overflow table tr:first-child th, .overflow .no-th tr:first-child{
    padding: 10px;
    position: sticky;
    top: 0;
    border: 0px !important;
}
.overflow thead tr th, .overflow table tr:nth-child(1) th, .overflow .no-th tr:nth-child(1) td {
    padding: 10px !important;
}

.overflow-small tr:nth-of-type(1) th {
    position: sticky;
    top: 0;
    padding: 10px !important;
}
/*.overflow-small table tr:nth-child(1) {
    position: sticky;
    top: 0;
    padding: 10px !important;
}*/
.overflow-small thead tr, .overflow-small table tr:nth-child(1) {
    padding: 10px !important;
}

.overflow-lg thead tr {
    position: sticky;
    top: 0;
    padding: 10px !important;
}
    /*.overflow-lg table tr:nth-child(1) th {
    position: sticky;
    top: 0;
    padding: 10px !important;
}*/
    .overflow-lg thead tr th, .overflow-lg table tr:nth-child(1) th {
        padding: 10px !important;
    }

input[type="radio"].toggle, .radio input[type=radio], .radio-inline input[type=radio] {
    display: none;
}

.radio label {
    font-size: 0.88rem;
    min-width: 50px;
    /*color: #495057;*/
    color: #318ad5;
}

.checkbox label, .radio label {
    padding: 0px 5px
}
/*========= Forms ============*/
/*========= Buttons ============*/
.btn {
    cursor: pointer;
}

.btn-update {
    background-color: #4653F7;
    border-color: #4653F7;
    padding: 8px 35px;
    margin: 0px 5px;
}

.btn-cancel {
    background-color: #27474C;
    border-color: #27474C;
    padding: 8px 35px;
    margin: 0px 5px;
}

.btnSecondary {
    background: #fff;
    color: #318ad5;
    border: 2px solid #318ad5 !important;
    padding: 8px 35px;
    /*padding: 10px 40px;*/
    margin: 0px 5px;
}

.button {
    /*background: #318ad5;*/
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
}

.btnSecondary:hover {
    color: #318ad5;
    background: #f1f1f1;
}

.btnSecondary:focus {
    color: #318ad5 !important;
}

.btn-back {
    background-color: #27474C;
    border-color: #27474C;
}

.btn-save {
    background-color: #27A9AF;
    border-color: #27A9AF;
    padding: 8px 35px;
    margin: 0px 5px;
}
.btn-white{
    background: #fff;
}
.btn-white > span{
    color: #3668a1
}
.btn-edit {
    background-color: #318ad5;
    border: 2px solid #318ad5 !important;
    padding: 8px 35px;
    margin: 0px 5px;
}
.btn-delete {
    background-color: #1b4a71;
    border: 2px solid #1b4a71 !important;
    padding: 8px 35px;
    margin: 0px 5px;
}
.required {
    position: absolute;
    top: 0;
    left: 5px;
    font-size: 16px;
    color: red;
}

.staff-h {
    font-size: 20px;
    background: #318ad5;
    color: #fff;
    padding: 7px; /* display: inline; */
    width: fit-content;
}

.ic-w-btn i {
    margin-right: 10px
}
/*========= Buttons ============*/
/*=========/Pop Up ============*/
/*=========/School Basic Information ============*/
.panel-heading {
    color: #318ad5 !important;
    background-color: #fff !important;
    border: 0;
    font-weight: 500;
}

.table table-bordered {
    display: none !important;
    margin-top: 7px !important;
}

.calender {
    border: 1px solid #318ad5 !important;
}

.noc-details {
    color: #062F82;
    font-weight: 500;
}
.table_noc {
    width: 60%;
    max-width: 100%;
    margin-bottom: 10px;
    /*margin-left: 20px;*/
}

.authority {
    border: none;
    padding-left: 40px;
    width: 33%;
}

.affiliation {
    padding-left: 40px;
    border: none;
    width: 268px;
}

.affiliation-label {
    border: none;
    padding: 0px;
}

.management-grid-panel {
    overflow-x: hidden;
    overflow-y: scroll;
    color: #318ad5;
    margin-top: 20px;
    float: left;
    font-weight: 500;
    font-size: 14px;
}

th {
    color: #fff !important;
    font-weight: 500;
}

.gridlabel {
    color: black !important;
    font-size: 12px !important;
}

.grid-dropdown, .textbox {
    border: 1px solid #c6c6c6;
    width: 170px !important;
    border-radius: 0;
    box-shadow: none;
    padding: 2px 4px;
    border-radius: 3px;
}

.form-control-width {
    width: 100% !important;
}

.paragraph {
    color: Red;
    font-weight: 500;
    font-style: italic;
    width: 100%;
    padding: 10px;
}

.m-t-17 {
    margin-top: 17px;
}

.label-route {
    margin-right: 5px;
    color: #24498e;
    font-weight: bold;
}

.grid-route {
    background: #DEEEF5;
}

/*=========/Set Transport Timings ============*/
.input-group-addon {
    width: 35px !important;
}

.Autosave-visible {
    display: none;
}

.form-control-50 {
    width: 145px !important;
    margin-left: 70px;
    margin-right: 20px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*=========/SChool Calendar ============*/
.label {
    color: #000;
    cursor: default;
    padding: 0.2em 0.6em 0.3em;
    font-size: 14px;
    font-weight: 600;
    white-space: pre-wrap;
    float: left;
    line-height: 1.5;
}

.label2 {
    color: #000;
    cursor: default;
    padding: 0;
    font-weight: 600;
    word-break: break-word;
    white-space: pre-wrap;
    padding: 2px;
}

.Event {
    color: #965C05;
}

.Holiday {
    color: #06538F;
}

.Others {
    color: #000000;
}

.month tr td {
    width: 25px;
    height: 25px;
    border-bottom: none;
}

.year tr td {
    border-bottom: none;
}

.style1 {
    width: 25px;
}

.space {
    padding: 5px;
}

.content {
    font-size: 14px;
    text-align: center;
}

.checkbox label {
    margin-top: 5px;
    margin-left: 20px;
}

/*=========/SChool Calendar footer ============*/


.GridPager a,
.GridPager span {
    display: inline-block;
    padding: 0px 9px;
    margin-right: 4px;
    border-radius: 3px;
    border: solid 1px #c0c0c0;
    background: #e9e9e9;
    box-shadow: inset 0px 1px 0px #318ad5, 0px 1px 3px rgba(0,0,0, .1);
    font-size: .875em;
    font-weight: bold;
    text-decoration: none;
    color: #717171;
    text-shadow: 0px 1px 0px rgba(255,255,255, 1);
}

.GridPager a {
    background-color: #f5f5f5;
    color: #969696;
    border: 1px solid #969696;
}

.GridPager span {
    background: #318ad5;
    box-shadow: inset 0px 0px 8px #318ad5, 0px 1px 0px #318ad5;
    color: #f0f0f0;
    text-shadow: 0px 0px 3px #318ad5;
    border: 1px solid #318ad5;
}
/*------Admission Form Fee PrintDiv-------*/
.invoice-coverbg {
    background: url(images/top-bg.png) repeat-x;
    width: 595px;
    height: auto;
    border: 0px;
}

.invoice-headertxt {
    float: left;
    display: inline;
    font-family: calibri;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
    margin-top: -6px;
}

    .invoice-headertxt span {
        font-family: calibri;
        font-size: 23px;
        color: #fff;
        text-decoration: none;
        font-weight: bold;
    }

.fee-header {
    ;
}

    .fee-header th {
        background-color: #62A1C9;
        border-collapse: collapse;
        border-bottom: solid 1px #96C7E2;
        font-family: calibri;
        color: #FFFFFF;
        padding: 4px 0px 4px 0px;
    }

    .fee-header td {
        font-family: calibri;
        font-size: 12px;
        color: #333;
        font-weight: bold;
        padding: 8px 8px 8px 8px;
        border-bottom: solid 1px #96C7E2;
    }

        .fee-header td span {
            color: #135986;
        }

.fee-total td {
    background-color: #62A1C9;
    color: #FFF;
}

.theader {
    color: white;
    font-weight: 600;
    font-size: 16px;
    padding: 4px !important;
}

.printtable td {
    text-align: left;
    font-weight: bold;
    padding: 8px 8px 8px 8px;
    font-size: 14px;
    border-bottom: solid 1px #96C7E2;
}

.printtable {
    font-family: 'RobotoSlab';
    margin-bottom: 40px;
}

    .printtable td:nth-child(2) {
        color: #FF8600;
    }

    .printtable td:nth-child(4) {
        color: #CD0DDE;
    }

.no-border td {
    font-size: 12px;
    color: #135986;
}



.enrolment-gridbg {
    background: url(images/enrolment-details_bg.png) no-repeat;
    width: 594px;
}

.enrolment-gridheader {
    font-family: 'RobotoSlab';
    font-size: 24px;
    font-weight: bold;
    color: #000;
}

.enrolment-grid {
    font-family: 'RobotoSlab';
}

    .enrolment-grid th {
        font-family: 'RobotoSlab';
        font-size: 16px;
        font-weight: bold;
        color: #000;
        background: #8ad1ec;
        padding: 5px;
    }

    .enrolment-grid td {
        font-family: calibri;
        font-size: 13px;
        font-weight: normal;
        color: #000;
        background: #f6f6f6;
        padding: 5px 0px 0px 6px;
        height: 25px;
    }

.top-righttxt {
    padding: 4px;
    font-family: calibri;
    color: #fff;
    font-size: 12px;
    position: relative;
    top: 10px;
}

.autocomplete_completionListElement {
    background-color: window;
    color: windowtext;
    padding: 1px;
    font-size: small;
    z-index: 10;
    width: 200px;
    visibility: hidden;
    border: buttonshadow;
    border-width: 1px;
    border-style: solid;
    cursor: 'default';
    overflow: auto;
    height: 200px;
    text-align: left;
    list-style-type: none;
    font-family: 'RobotoSlab';
    font-size: 8pt;
    margin-top: 0px;
}

.autocomplete_highlightedListItem {
    background-color: #8ABBDA;
    color: windowtext;
    width: 300px;
    list-style-type: none;
    font-family: 'RobotoSlab';
    font-size: 8pt;
    cursor: pointer;
    padding: 3px;
}

.autocomplete_listItem {
    background-color: window;
    color: windowtext;
    width: 300px;
    list-style-type: none;
    font-family: 'RobotoSlab';
    font-size: 8pt;
    cursor: pointer;
    padding: 3px;
}

.style2 {
    width: 146px;
}

.width_33 {
    width: 33.33% !important;
}


a:hover {
    text-decoration: none;
}

.pageHead {
    position: relative;
    padding: 20px;
    color: #fff;
    background: #151634;
    text-align: center;
    border-radius: 5px 5px 0px 0px
}

    .pageHead:before {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        background: #318ad5;
        height: 5px
    }

.rightside-content {
    width: 82%;
    margin-left: 100px;
    border: 1px solid #151634;
    border-radius: 5px;
    float: left
}

.pageContents {
    padding: 20px 15px
}

.h5-head {
    font-weight: 700;
    color: #151634;
    margin-left: -15px;
    margin-right: -15px
}

.f7bg {
    background: #f7f7f7;
    padding: 5px
}

.width_auto {
    width: auto;
}

.float-none {
    float: none;
}

.d-inlblk {
    display: inline-block
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    height: 6px;
    width: 7px;
}

::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(204, 204, 204,0.8);
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
/*Colors*/
td, th {
    border: none;
}
/*Green Table*/
.print-header-green {
    background: #045c1f;
    height: 100px !important;
    position: relative !important;
    width: 210mm;
}

    .print-header-green:before {
        content: '';
        width: 15%;
        background: #bfd5c6 !important;
        height: 100px !important;
        display: block !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }

.table-bordered-green {
    border: 1px solid #ddd;
    width: 200mm;
    margin: 0 5mm;
}

    .table-bordered-green tr:nth-child(1) {
        border: 1px solid #16652a;
    }

    .table-bordered-green tbody tr:nth-child(1) th {
        background: #16652a;
    }

    .table-bordered-green tr:nth-child(odd) {
        background: #fff;
    }

    .table-bordered-green tr:nth-child(even) {
        background: #3eed541a;
    }

    .table-bordered-green tr:hover {
        background: #3eed541a !important;
    }

    .table-bordered-green > tbody > tr > td,
    .table-bordered-green > tfoot > tr > td,
    .table-bordered-green > thead > tr > td {
        font-size: 12px !important;
        padding: 5px 8px;
        border: 1px solid #8ad13a !important;
    }
    .table-bordered-green > tbody > tr > th,
    .table-bordered-green > tfoot > tr > th,
    .table-bordered-green > thead > tr > th {
        font-size: 12px !important;
        padding: 5px 8px;
        border: 1px solid #16652a !important;
    }

/*Blue*/
.print-header-blue {
    background: #2e3298;
    height: 100px !important;
    position: relative !important;
    width: 210mm;
}

    .print-header-blue:before {
        content: '';
        width: 15%;
        background: #8689e1 !important;
        height: 100px !important;
        display: block !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }

.table-bordered-blue {
    border: 1px solid #ddd;
    width: 200mm;
    margin: 0 5mm;
}

    .table-bordered-blue tr:nth-child(1) {
        border: 1px solid #14279B;
    }

    .table-bordered-blue tbody tr:nth-child(1) th {
        background: #14279B;
    }

    .table-bordered-blue tr:nth-child(odd) {
        background: #fff;
    }

    .table-bordered-blue tr:nth-child(even) {
        background: #14279B0d;
    }

    .table-bordered-blue tr:hover {
        background: #14279B1a !important;
    }

    .table-bordered-blue > tbody > tr > td, .table-bordered-blue > tbody > tr > th,
    .table-bordered-blue > tfoot > tr > td, .table-bordered-blue > tfoot > tr > th,
    .table-bordered-blue > thead > tr > td, .table-bordered-blue > thead > tr > th {
        font-size: 12px !important;
        padding: 5px 8px;
    }

/*Orange*/

.print-header-orange {
    background: #fa7a48;
    height: 100px !important;
    position: relative !important;
    width: 210mm;
}

    .print-header-orange:before {
        content: '';
        width: 15%;
        background: #fdb582 !important;
        height: 100px !important;
        display: block !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }

.table-bordered-orange {
    border: 1px solid #ddd;
    width: 200mm;
    margin: 0 5mm;
}

    .table-bordered-orange tr:nth-child(1) {
        border: 1px solid #F58840;
    }

    .table-bordered-orange tbody tr:nth-child(1) th {
        background: #F58840;
    }

    .table-bordered-orange tr:nth-child(odd) {
        background: #fff;
    }

    .table-bordered-orange tr:nth-child(even) {
        background: #f588400d;
    }

    .table-bordered-orange tr:hover {
        background: #F588401a !important;
    }

    .table-bordered-orange > tbody > tr > td, .table-bordered-orange > tbody > tr > th,
    .table-bordered-orange > tfoot > tr > td, .table-bordered-orange > tfoot > tr > th,
    .table-bordered-orange > thead > tr > td, .table-bordered-orange > thead > tr > th {
        font-size: 12px !important;
        padding: 5px 8px;
    }

/*Red*/
.print-header-red {
    background: #FF2626;
    height: 100px !important;
    position: relative !important;
    width: 210mm;
}

    .print-header-red:before {
        content: '';
        width: 15%;
        background: #FDD2BF !important;
        height: 100px !important;
        display: block !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }

.table-bordered-red {
    border: 1px solid #ddd;
    width: 200mm;
    margin: 0 5mm;
}

    .table-bordered-red tr:nth-child(1) {
        border: 1px solid #F90716;
    }

    .table-bordered-red tbody tr:nth-child(1) th {
        background: #F90716;
        font-weight: bold;
    }

    .table-bordered-red tr:nth-child(odd) {
        background: #fff;
    }

    .table-bordered-red tr:nth-child(even) {
        background: #F907160d;
    }

    .table-bordered-red tr:hover {
        background: #F907161a !important;
    }

    .table-bordered-red > tbody > tr > td, .table-bordered-red > tbody > tr > th,
    .table-bordered-red > tfoot > tr > td, .table-bordered-red > tfoot > tr > th,
    .table-bordered-red > thead > tr > td, .table-bordered-red > thead > tr > th {
        font-size: 12px !important;
        padding: 5px 8px;
    }
/*Grey*/

.print-header-grey {
    background: #476072d9;
    height: 100px !important;
    position: relative !important;
    width: 210mm;
}

    .print-header-grey:before {
        content: '';
        width: 15%;
        background: #EEEEEE !important;
        height: 100px !important;
        display: block !important;
        position: absolute !important;
        left: 0;
        top: 0;
    }

.table-bordered-grey {
    border: 1px solid #ddd;
    width: 200mm;
    margin: 0 5mm;
}

    .table-bordered-grey tr:nth-child(1) {
        border: 1px solid #eaeaea;
    }

    .table-bordered-grey tbody tr:nth-child(1) th {
        background: #f1f1f1;
        color: #000 !important;
    }

    .table-bordered-grey tr:nth-child(odd) {
        background: #fff;
        text-align: left;
    }

    .table-bordered-grey tr:nth-child(even) {
        background: #f9f9f9;
        text-align: left;
    }

    .table-bordered-grey tr:hover {
        background: #f6f6f6 !important;
    }

    .table-bordered-grey > tbody > tr > td, .table-bordered-grey > tbody > tr > th,
    .table-bordered-grey > tfoot > tr > td, .table-bordered-grey > tfoot > tr > th,
    .table-bordered-grey > thead > tr > td, .table-bordered-grey > thead > tr > th {
        font-size: 12px !important;
        padding: 5px 8px;
    }

/*Certificate Css*/
/*School Name*/

/*@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap');*/

@font-face {
    font-family: 'RobotoSlab';
    src: url('../fonts/Poppins/Poppins/Poppins-Black.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-ExtraBold.ttf') format('truetype'), url('../fonts/Poppins/Poppins-ExtraLight.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins/Poppins-SemiBold.ttf') format('truetype');
}
@media (max-width: 600px) {
    .modal-dialog {
        width: 70%;
    }

    .wrapper {
        align-items: flex-start !important;
    }

    .bg-ff {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .bg-ff img {
            width: 240px
        }
}
/*Design Area*/
.splCharBtnDiv {
    display: flex;
    justify-content: space-evenly;
    box-sizing: border-box;
    background-color: rgb(204, 204, 204);
    border-radius: 4px 4px 0 0;
    border: 2px solid transparent;
    padding: 0 2px;
    opacity: 0;
}

    .splCharBtnDiv.active {
        opacity: 1;
    }

.splCharBtn {
    outline: none;
    cursor: pointer;
    color: rgb(51, 51, 51);
    width: 40px;
    height: 40px;
    font-weight: bold;
    font-size: 18px;
    padding: 8px 0;
    text-align: center;
    background-color: rgb(204, 204, 204);
}

.spanSplit {
    background-color: rgb(110, 110, 110);
    height: 27px;
    width: 2px;
}

.options {
    border: 1px solid #ddd;
    padding: 0;
    /*width: calc(50% -3rem) !important;
    box-shadow: rgb(0 0 0 / 15%) 0px -0.25rem 0px 0px inset;
    transition: box-shadow 0.2s ease 0s, background 0.2s ease 0s, opacity 0.2s ease 0s;*/
    position: relative;
    display: flex;
    align-items: center;
    flex: 1 0 auto;
    max-width: 100%;
    color: rgb(204,204,204);
    fill: rgb(255,255,255);
}

.text-field {
    min-height: 7rem;
}

    .text-field input {
        display: flex;
        align-items: center;
        width: 100%;
        position: relative;
        height: 100%;
        padding: 25px 10px;
        border: none;
        /*max-width: calc(100% - 3rem);*/
    }

    .text-field .icons {
        flex: 0 0 auto;
        height: calc(100% - 1rem);
        margin: 0 0.25rem 0.2rem;
        padding: 0;
        display: flex;
        align-items: center;
        width: 40px;
    }

        .text-field .icons img {
            width: 40px;
            height: 40px;
            display: inline-block;
            max-width: 100%;
            max-height: 100%;
            min-width: 1rem;
            min-height: 1rem;
        }

    .text-field .type-area {
        width: 100%;
    }

.type-area .form-control, .type-area .form-control:focus {
    border: none;
    resize: none;
    box-shadow: none;
}

.text-field .option1 {
    background-color: rgb(226, 27, 60);
    border-radius: 4px;
}

.text-field .option2 {
    background-color: rgb(19, 104, 206);
    border-radius: 4px;
}

.text-field .option3 {
    background-color: rgb(216, 158, 0);
    border-radius: 4px;
}

.text-field .option4 {
    background-color: rgb(38, 137, 12);
    border-radius: 4px;
}

.add-image {
    width: 43px;
    height: 43px;
    background-color: rgb(19, 104, 206);
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
}

    .add-image img {
        height: 30px;
    }

.splChar {
    margin: 0px -1px -1px 0px;
    height: 64px;
    width: 64px;
    border: 1px solid #ddd !important;
    font-size: 18px;
    font-weight: bold;
    padding: 8px 12px;
    background-color: transparent;
}

    .splChar:nth-child(odd) {
        background-color: #fff;
    }

    .splChar:nth-child(even) {
        background-color: #318ad51a;
    }

    .splChar:hover {
        background-color: #318ad54f;
    }

.redBg {
    background-color: rgb(226, 27, 60);
}

.blueBg {
    background-color: rgb(19, 104, 206);
}

.yellowBg {
    background-color: rgb(216, 158, 0);
}

.greenBg {
    background-color: rgb(38, 137, 12);
}

    .redBg .form-control, .blueBg .form-control, .yellowBg .form-control, .greenBg .form-control {
        color: #fff !important;
    }

        .redBg .form-control::placeholder, .blueBg .form-control::placeholder,
        .yellowBg .form-control::placeholder, .greenBg .form-control::placeholder {
            color: #fff;
        }

.label.redBg, .label.blueBg,
.label.yellowBg, .label.greenBg {
    color: #fff;
    padding: 15px 10px;
}

.redtxt, .bluetxt, .yellowtxt, .greentxt {
    line-height: 26px !important;
}

.flex-start {
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.flex-end {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end
}

.formula {
    opacity: 1;
}

.qp-bg {
    background-color: #318ad51a !important;
}

#qb-front-page {
    background: url(../images/qb-bg.png)
}
/*media queries for datepicker*/
/*@media (max-width: 991px){
    .popover, .dropdown-menu{
        top: 55% !important;
        left: 7% !important;
        width: 26% !important;
    }
    .popover, .dropdown-menu .datepicker-days .table-condensed,
    .popover, .dropdown-menu .datepicker-months .table-condensed,
    .popover, .dropdown-menu .datepicker-years .table-condensed{
        width: 100%
    }
}
@media (max-width: 767px){
    .popover, .dropdown-menu{
        top: 67% !important;
        left: 8% !important;
        width: 42% !important;
    }
    .popover, .dropdown-menu .datepicker-days .table-condensed,
    .popover, .dropdown-menu .datepicker-months .table-condensed,
    .popover, .dropdown-menu .datepicker-years .table-condensed{
        width: 100%
    }
}
@media (max-width: 600px) {
    .popover, .dropdown-menu {
        top: 69% !important;
    }
}
@media (max-width: 567px){
    .popover, .dropdown-menu{
        top: 75% !important;
        left: 10% !important;
        width: 85% !important;
    }
    .popover, .dropdown-menu .datepicker-days .table-condensed,
    .popover, .dropdown-menu .datepicker-months .table-condensed,
    .popover, .dropdown-menu .datepicker-years .table-condensed{
        width: 100%
    }
}*/

@media (max-width: 991px) {
    .popover, .dropdown-menu {
        width: calc(33% - 88px) !important;
    }

        .popover, .dropdown-menu .datepicker-days .table-condensed,
        .popover, .dropdown-menu .datepicker-months .table-condensed,
        .popover, .dropdown-menu .datepicker-years .table-condensed {
            width: 100% !important;
        }

    .inner-container .radio input[type=radio] + label {
        display: block;
    }
}

@media (max-width: 767px) {
    .popover, .dropdown-menu {
        width: calc(50% - 88px) !important;
    }

        .popover, .dropdown-menu .datepicker-days .table-condensed,
        .popover, .dropdown-menu .datepicker-months .table-condensed,
        .popover, .dropdown-menu .datepicker-years .table-condensed {
            width: 100% !important;
        }
    .btn-container{
        gap: 1rem
    }
}

@media (max-width: 575px) {
    .popover, .dropdown-menu {
        width: calc(96% - 88px) !important;
    }

        .popover, .dropdown-menu .datepicker-days .table-condensed,
        .popover, .dropdown-menu .datepicker-months .table-condensed,
        .popover, .dropdown-menu .datepicker-years .table-condensed {
            width: 100% !important;
        }
}

@media (max-width: 600px) {
    .page-title-right > nav {
        display: none;
    }
}

@media (max-width: 767px) {
    .radio input[type=radio] + label {
        display: block;
    }
    .btn.radio{
        width: 100%
    }
}
@media (min-width: 601px) and (max-width: 725px ){
    .modal .btn-container {
        flex-direction: column-reverse;
        gap: 1rem
    }
    .modal .btn-container > input {
        margin: 0 !important;
    }
}
@media (max-width: 500px) {
    .btn-container{
        flex-direction: column-reverse;
        gap: 1rem
    }
    .btn-container > input {
        margin: 0 !important;
    }
}
.clr-fff {
    color: #fff;
}

.metismenu-icon {
    border-radius: 30px;
}

.vertical-nav-menu li a {
    padding: 0 1.5rem 0 55px;
}

.largecard *, .smallcard * {
    border: none !important;
}

.table-bordered th {
    outline: none;
}

.nav-tabs {
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: -1px;
}

.box-modal > .tab-sec.nav-tabs .nav-item a.active {
    background: #318ad5;
    color: #fff;
    border: 1px solid #318ad5;
}

.box-modal > .tab-sec.nav-tabs .nav-item a {
    background: #1b4a71;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    color: #fff;
}

.box-modal > .tab-content {
    width: 100%
}

.cls-orange {
    color: #ff7b2a;
}

.cls-drk-gr {
    color: #1b4a71;
}

.cls-green {
    color: #39b54a;
}

#Calendar th {
    background: #318ad5;
}

#Calendar tr td, #Calendar tr th {
    padding: 0 6px;
}

.sp-between {
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 100%;
    min-width: 155px;
    max-width: fit-content;
    flex-basis: auto;
    flex-grow: 1;
    padding: 6px 3px;
    border-radius: 8px;
}
.sp-between:last-child{
    background: #318ad5;
    color: #fff;
}
.sp-between h6{
    margin: 0 !important
}

.font-bold {
    font-weight: bold;
}

.h2-style {
    font-size: 18px;
    position: relative;
}

.box-modal > .blue-bg {
    background: #318ad5;
    padding: 10px;
    border-radius: 10px 10px 0px 0px;
    justify-content: space-evenly;
}

.box-modal > .bg-box {
    background: #fff;
    border: 1px solid #f7f7f7;
    height: 300px;
    border-radius: 0px 0px 10px 10px;
    overflow: scroll
}
.td_head > td > span {
    color: #fff !important;
}
.time-table {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 5px;
}
.space-between {
    display: flex;
    justify-content: space-between
}
.box-modal #background{
    border-bottom: 1px solid #fff !important;
    padding: 3px 5px
}
.box-modal > .nav-tabs .nav-item a {
    color: #fff;
    padding: 8px;
}

    .box-modal > .nav-tabs .nav-item a:hover, .box-modal > .nav-tabs .nav-item a:focus,
    .box-modal > .nav-tabs .nav-item a.active {
        background: #1b4a71
    }

.schedule > table {
    width: 100%
}

.schedule table td {
    padding: 6px 8px;
    border: 3px solid whitesmoke;
    border-radius: 10px 10px 0 0;
    color: #fff;
}

.schedule table .td_head, .schedule table .table_head > td {
    background-color: #318ad5;
    /*background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%);*/
    /* background-size: 200% 200%;
    animation: gradient 10s ease infinite;*/
}

.schedule table .table_head .today {
    background-color: #FFAB76;
    /*background-image: linear-gradient(315deg, #378b29 0%, #74d680 74%);*/
    /* background-size: 200% 200%;
    animation: gradient 10s ease infinite;*/
}

.schedule table .table_head .holiday {
    background-color: #F6A9A9;
    /* background-size: 200% 200%;
    animation: gradient 10s ease infinite;*/
}

.schedule table tr .today {
    background: #FFAB7638;
}

.schedule table tr .holiday {
    background: #F6A9A938;
}

.schedule table tr td {
    background: #378b2938;
}
.schedule table tr{
    height: 52px;
}
@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}
@font-face {
    src: url('../fonts/Montserrat/Montserrat-VariableFont_wght.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.id-card-container * {
    font-family: 'Montserrat', sans-serif;
}
.clr-blue {
    color: #016599 !important;
}
.clr-grey {
    color: #4d4d4e !important;
}
.id-card-container {
    /*height: 201.6px;
            width: 316.8px;*/
    width: 525px;
    height: 350px;
    display: flex;
    flex-direction: column;
    border: 1px solid #ddd;
    position: relative;
    background-image: url('../images/id-front-page.png');
}

.id-details-sub-div > .form-label {
    margin-bottom: 0 !important;
    font-size: 13px !important;
}
.stud-img{
    position: absolute;
    right: 18px;
    height: 180px;
    width: 172px;
    top: 27px;
    border-radius: 100%;
    border: 3px solid #fff;
}
.stud-img > img{
    height: 100%;
    width: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.id-card-header {
    display: flex;
    align-items: center;
    background: #318ad5;
    color: #fff;
    padding: 5px;
    gap: 10px;
}

.id-card-body {
    display: flex;
    justify-content: space-between;
    padding: 5px;
}

.id-details {
    display: flex;
    flex-direction: column;
    position: relative;
}

.id-studPic {
    display: flex;
    flex-direction: column;
    justify-content: end;
}

.id-logo {
    height: 80px;
    width: 90px;
    /*width: 70px;*/
}

.id-sign {
    height: 70px;
    width: 145px;
}
.id-sign > img, .id-logo > img {
    height: 100%;
    width: 100%;
}

.id-stud-img {
    height: 130px;
    width: 130px;
}
.id-stud-img img {
    height: 100%;
    width: 100%;
    border: 3px solid #318ad5;
}

.id-details-sub-div {
    display: flex;
    align-items: center;
    gap: 10px;
}
.id-details-sub-div:nth-of-type(1) {
    gap: 5px;
}
.id-details-sub-div.gap {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-left: 5px;
}
.id-details-sub-div > span > .fa-phone {
    transform: rotate(90deg);
}
.id-details-sub-div > .fa-i {
    width: 34px;   
    height: 27px;
    display: flex;
    justify-content: center; 
    align-items: center;
    margin: 3px 0;
}
.id-details-sub-div.border-t{
    flex-direction: column;
}
.id-details-sub-div.border-t::before{
    content: '';
    height: 6px;
    width: 108.5%;
    background: #318ad5;
}
.id-details-sub-div > span > .fa {
    color: #318ad5;
    font-size: 18px;
}
.m-b-5 {
    margin-bottom: 5px;
}
.floating-div{
    position: absolute;
    top: 90px;
    right: -105px;
    transform: rotate(270deg);
}
.floating-div > span{
    font-size: 17px !important;
}
.vertical-nav-menu ul > li > a{
    height: 28px;
}
.smallcard_inner_container {
    padding: 0.5em 0 0 1rem !important;
    position: relative !important;
}
.smallcard .smallcard_inner_container:before {
    content: '';
    height: 90%;
    opacity: 1;
    background: #e0f3ff;
    position: absolute;
    left: 2px;
    top: 7%;
    border-radius: 15px;
}
/*Left menu*/
.vertical-nav-menu .type-1 {
    background-color: #1b4a71
}
.vertical-nav-menu .type-1  a:hover {
    background-color: #286ca4
}
.vertical-nav-menu .type-2 {
    background-color: #7c3e66
}
.vertical-nav-menu .type-2  a:hover {
    background-color: #aa558c
}
.vertical-nav-menu .type-3 {
    background-color: #3fa796
}
.vertical-nav-menu .type-3  a:hover {
    background-color: #6bc7b8
}