.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.skin-blue .main-header .navbar {
    background-color: #287fc4 !important;
    border-right: 1px solid #fff;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #287fc4 !important;
}


/* .skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a {
    background: #1764a1 !important;
} */

.main-tabs {
    margin-top: 4px;
}

.main-tabs .nav-tabs.main-tabs-cat .fa {
    font-size: 14px;
    margin-left: 15px;
    margin-top: -10px;
    position: absolute;
}

.main-tabs .nav-tabs.main-tabs-cat li {
    background-color: #eee !important;
    padding: 0px 15px;
}

.main-tabs .nav-tabs.main-tabs-cat li.active a {
    background-color: #120033 !important;
    color: #287fc4 !important;
    padding: 11px 18px;
    border: none;
}

.skin-blue .sidebar-menu>li:hover>a,
.skin-blue .sidebar-menu>li.active>a,
.skin-blue .sidebar-menu>li.menu-open>a,
.skin-blue .sidebar-menu>li.active>a>i,
.skin-blue .sidebar-menu>li.hover>a>i {
    color: #fdfdfd !important;
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
    font-size: 12px;
}

.skin-blue .sidebar-menu .treeview-menu>li>a {
    font-size: 12px;
}

.skin-blue .sidebar-menu>li>a {
    background-color: #F7F7F7;
    border-bottom: 1px solid white;
    border-right: 1px solid #fff;
}

.skin-blue .sidebar-menu .treeview-menu>li>a:hover {
    color: #ffcc00 !important;
}

.skin-blue .sidebar-menu .treeview-menu>li.active>a {
    color: #ffcc00 !important;
    font-weight: bold;
}

h3.box-title {
    color: #287fc4;
    margin-left: 10px;
    font-size: 16px;
    margin-bottom: 5px;
    /* text-transform: uppercase; */
    font-weight: 600;
    margin-top: 0px;
}

.form-control {
    /*border-color: #dadada !important; */
    border-color: #ece9e9 !important;
    background-color: #f6f6f6 !important;
    font-size: 12px !important;
}

.input-group-addon {
    padding: 2px 0px !important;
}

.form-control {
    /* height: 26px!important;  */
    padding: 0px 8px!important;
    border-radius: 3px;
}

.form-control2 {
    border-radius: 0.45rem;
    font-size: 10px;
}

.breadcrumb {
    padding: 0px 15px !important;
    margin-bottom: 6px!important;
    background-color: transparent !important;
    margin-top: 39px !important;
}

label {
    font-weight: 500!important;
    margin-bottom: 0px!important;
    font-size: 12px;
}

.skin-blue .sidebar-form .btn {
    height: 21px!important;
    padding-top: 0px!important;
}


/*.input-group .input-group-addon {
	background-color: #eee !important;
}*/

.content-header {
    padding: 9px 15px 0 0px!important;
    margin-bottom: 16px!important;
}

.action-button {
    text-align: left;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
}

ol.breadcrumb {
    font-size: 12px;
}

.iframe-tabs {
    position: relative;
    background: none;
    overflow-x: scroll;
    overflow-y: hidden;
}

label {
    margin-top: 6px;
}

.box-footer {
    border-top: 0px solid #f4f4f4 !important;
}

.nav-tabs-custom {
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.1) !important;
}

@media screen and (max-width: 767px) {
    .breadcrumb {
        text-align: center;
    }
    h3.box-title {
        text-align: center;
    }
    .action-button {
        text-align: center;
    }
    .action-button {
        text-align: center;
    }
    .action-button .btn {
        margin-bottom: 5px;
    }
    .main-footer {
        text-align: center;
    }
    .screen-title {
        text-align: center;
    }
}

.screen-title {
    color: #fff;
    margin-left: 0px;
    font-size: 15px;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 0px;
    font-family: unset;
    background-color: #287fc4;
    height: 24px;
    padding-left: 10px;
    padding-top: 5px;
    border-radius: 3px;
}


/*My Added  */

.alert-error>div>span {
    font-size: 12px;
    padding-left: 5px;
}

button.btn.btn-primary.btn-xs {
    width: 76px;
}

.box-body.box-profile {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    padding: 0px 0px 0px 0px;
}

li.active>a>strong {
    color: #ffcc00 !important;
    font-weight: 550;
}

.logo-client {
    float: inherit;
    /* height: 50px; */
    font-size: 15px;
    line-height: 38px;
    text-align: center;
    width: 230px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 0 15px;
    font-weight: 300;
    overflow: hidden;
    color: white;
}

.div-toolbar {
    padding-top: 0px;
    padding-bottom: 0px;
    border-style: none;
    /* background-color: #f3f3f3; */
    background-color: #e2e2e2;
    width: 100%;
    height: 24px;
    margin-bottom: 1px;
    /* float: left; */
    border-left: 1px solid #fff;
    box-sizing: border-box;
    cursor: default !important;
}

.btn-group {
    background-color: transparent;
    color: #287fc4;
    /* padding: 4px 5px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0%;
    font-weight: 500;
    min-width: 100px;
    height: 25px;
}

.btn-group:hover {
    color: #fff;
    background: #1764a1;
}

.flat-icon {
    color: #1764a1;
    padding: 0px 2px;
    text-shadow: 1px 1px 1px #ccc;
}

.flat-icon-grid {
    color: #1764a1;
    padding: 0px 2px;
    font-size: 12px;
    text-shadow: 1px 1px 1px #ccc;
}

.flat-icon-grid:hover {
    font-size: 14px;
}
input:focus {
    border-color: #287fc4 !important;
}

textarea:focus {
    border-color: #287fc4 !important;
}

select:focus {
    border-color: #287fc4 !important;
}

#select+span:focus {
    border-color: #287fc4 !important;
}

.ag-theme-balham .ag-cell-focus {
    border-color: #287fc4 !important;
}

#time-picker-wrapper {
    z-index: 1070 !important
}


/*List and Selected item in list css*/

.selected {
    background-color: #287fc4 !important;
    color: white !important;
}

.items {
    margin: -7px -21px 2em -21px;
    list-style-type: none;
    padding: 0;
    /* width: 100%; */
    position: inherit;
}

.items li {
    cursor: pointer;
    position: inherit;
    left: 0;
    background-color: #eee;
    margin: 0.5em;
    /* padding: .3em 0; */
    /* height: 1.6em; */
    border-radius: 4px;
    /* width: 100%; */
    font-size: 12px;
    color: #7B7B7B;
}

.items li .selected:hover {
    color: white;
    background-color: #287fc4 !important;
}

.items li:hover {
    color: white;
    background-color: #287fc4 !important;
}

.items .text {
    position: relative;
    top: -3px;
}

.items .badge {
    display: inline-block;
    font-size: small;
    color: white;
    /*padding: 0.8em 0.7em 0 0.7em;*/
    background-color: #287fc4;
    line-height: 1em;
    position: relative;
    /*left: -1px;
  top: -4px;*/
    height: 2em;
    border-right: 1px solid white;
    width: 2.5em;
    margin-right: 0.8em;
    border-radius: 4px 0 0 4px;
}

.btn-back {
    background-color: #fed201 !important;
}

.ixsControl {
    position: relative;
    height: 26px;
    z-index: 0;
}

.rag-red {
    background-color: #ff4c4c;
    color: #ffffff;
}

.rag-green {
    background-color: #34bf49;
    color: #ffffff;
}

.rag-blue {
    background-color: rgb(110, 186, 237);
    color: #545353;
    /* color: #ffffff; */
}

.rag-yellow {
    background-color: rgb(242, 216, 112);
    color: #545353;
    /* color: #ffffff;  */
}

.rag-pink {
    background-color: rgb(244, 147, 168);
    color: #545353;
    /* color: #ffffff; */
}

.rag-gray {
    background-color: #e6e9ed;
    color: #545353;
}

.rag-red-outer .rag-element {
    background-color: #ff4c4c;
}

.rag-green-outer .rag-element {
    background-color: #34bf49;
}

.rag-blue-outer .rag-element {
    background-color: rgb(112, 188, 238);
}

.rag-yellow-outer .rag-element {
    background-color: #ffcd55;
}

.rag-pink-outer .rag-element {
    background-color: #ff6284;
}

.rag-gray-outer .rag-element {
    background-color: #e6e9ed;
}

.ras-red {
    background-color: #ff513d9e;
}

.ras-blue {
    background-color: rgb(112, 188, 238);
}

.ras-blue-outer .rag-element {
    background-color: rgb(112, 188, 238);
}

.ras-red-outer .rag-element {
    background-color: #ff4c4c;
}

.rag-gray-outer .rag-element {
    background-color: #e6e9ed;
}

.ras-red {
    background-color: #ff4c4c;
}

.ras-blue {
    background-color: rgb(112, 188, 238);
}

.ras-blue-outer .rag-element {
    background-color: rgb(112, 188, 238);
}

.ras-red-outer .rag-element {
    background-color: #ff4c4c;
}

.atten-present {
    background-color: rgba(0, 255, 20, 0.48);
}

.atten-absent {
    background-color: rgba(255, 0, 0, 0.57);
}

.atten-leave {
    background-color: rgba(86, 105, 241, 0.57);
}

.atten-tardy {
    background-color: rgba(255, 255, 0, 0.5);
}

.atten-exempt {
    background-color: rgba(72, 75, 78, 0.5);
}

.atten-holiday {
    background-color: rgba(255, 255, 0, 0.5);
}

.cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}


/* Fee Status */

.fs-paid {
    background-color: rgb(88, 214, 141);
    color: #ffffff;
}

.fs-paid-outer .fs-element {
    background-color: rgb(88, 214, 141);
}

.fs-unpaid {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.fs-unpaid-outer .fs-element {
    background-color: rgb(231, 76, 60);
}

.fs-Exempt {
    background-color: rgb(93, 173, 226);
    color: #ffffff;
}

.fs-Exempt-outer .fs-element {
    background-color: rgb(93, 173, 226);
}

.fs-Partial_Paid {
    background-color: rgb(254, 210, 1);
    color: #ffffff;
}

.fs-Partial_Paid-outer .fs-element {
    background-color: rgb(249, 231, 159);
}

.fs-cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.ptm-Pending {
    background-color: rgb(254, 210, 1);
    color: #ffffff;
}

.ptm-Pending-outer .ptm-element {
    background-color: rgb(254, 210, 1);
}

.ptm-Attend {
    background-color: rgb(88, 214, 141);
    color: #ffffff;
}

.ptm-Attend-outer .ptm-element {
    background-color: rgb(88, 214, 141);
}

.ptm-Absent {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.ptm-Absent-outer .ptm-element {
    background-color: rgb(231, 76, 60);
}

.ptm-cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.comp-Closed {
    background-color: rgb(88, 214, 141);
    color: #ffffff;
}

.comp-Closed-outer .comp-element {
    background-color: rgb(88, 214, 141);
}

.comp-InProcess {
    background-color: rgb(254, 210, 1);
    color: #ffffff;
}

.comp-InProcess-outer .comp-element {
    background-color: rgb(254, 210, 1);
}

.comp-Pending {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.comp-Pending-outer .comp-element {
    background-color: rgb(231, 76, 60);
}

.comp-cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.SS-Continue {
    background-color: rgb(88, 214, 141);
    color: #ffffff;
}

.SS-Continue-outer .SS-element {
    background-color: rgb(88, 214, 141);
}

.SS-leave {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.SS-leave-outer .SS-element {
    background-color: rgb(231, 76, 60);
}

.SS-cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.rslt-Pass {
    background-color: rgb(88, 214, 141);
    color: #ffffff;
}

.rslt-Pass-outer .rslt-element {
    background-color: rgb(231, 76, 60);
}

.rslt-Failed {
    background-color: rgb(231, 76, 60);
    color: #ffffff;
}

.rslt-Failed-outer .rslt-element {
    background-color: rgb(231, 76, 60);
}

.rslt-cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}


/* red 231, 76, 60 */


/* blue 93, 173, 226 */


/* yellow 249, 231, 159 */

.bgtl {
    /* background-color: white; */
    border: 1px #5fc2ff solid;
    border-radius: 1px;
    color: #1764a1;
    height: 100px;
}

.bg {
    /* background-color: white; */
    border: 2px #5fc2ff solid;
    border-radius: 10px;
    color: #1764a1;
    height: 150px;
}

.vertical {
    border-left: 1px dotted #ddd;
    height: 100px;
    margin: auto;
    position: absolute;
    left: 113px;
    color: #287fc4;
}

.vertical-right {
    border-left: 1px solid #5fc2ff;
    height: 100px;
    margin: auto;
    position: absolute;
    right: 88px;
    color: #287fc4;
}

.pac-container {
    z-index: 1061 !important;
}

.pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 400px;
}

.pac-input:focus {
    border-color: #4d90fe;
}

.primaryguardian {
    background-color: #dce7ff;
    border-radius: 15px;
    color: white;
}


/* path{
    fill: rgb(40, 127, 196) !important;
        stroke: none;
        d: path("M 53.125 120 L 25 120 A 75 75 0 0 1 100 45 L 100 73.125 A 46.875 46.875 0 0 0 53.125 120 Z");
    filter: url(#inner-shadow-undefined);
}   */

text {
    text-anchor: middle;
    font-family: Arial;
    font-size: 23px;
    stroke: none;
    fill: rgb(58, 135, 173);
    font-weight: bold;
    fill-opacity: 1;
}

.scroll-y {
    overflow-y: scroll;
    height: 630px;
    overflow-x: hidden;
}


/*TimeTable css*/


/* Table css*/

.main-table {
    font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.42em;
    color: #287fc4;
    background-color: #fff;
}

.timetable-td {
    vertical-align: top;
    border-top: none !important;
    font-weight: normal;
    font-size: 12px;
    background: #f9f9f9;
    width: 150px;
}

.timetable-td-first {
    border-top: none !important;
    font-weight: normal;
    font-size: 13px;
    border-bottom: 3px solid #acadaf;
    border-right: 3px solid #ffffff;
    background: #eee;
    width: 190px;
}

.main-table .container {
    overflow: hidden;
    width: 100%;
    display: table;
    border-spacing: 0 10px;
}

.container tbody {
    display: table;
    border-spacing: 0 5px;
    border-collapse: separate;
}

.timetable-td:hover {
    /* background-color: #f3f2f2;
    border-bottom: 3px solid #acadaf;
    cursor: pointer; */
}

.timetable-break {
    background-color: #ffecec;
}

.timetable-break a {
    color: #dd4b39 !important;
    font-size: 18px;
}

.timetable-break a :hover {
    color: #dd4b39 !important;
}

.main-table .container td:hover a {
    /* color: #287fc4; */
}


/*End*/

.Atn-Present {
    /* background-color: rgb(231, 76, 60); */
    color: #1aa15d;
}

.Atn-Present-outer .Atn-element {
    background-color: #1aa15d;
}

.Atn-Absent {
    /* background-color: rgb(231, 76, 60); */
    color: #e00606;
}

.Atn-Absent-outer .Atn-element {
    background-color: #e00606;
}

.Atn-Leave {
    /* background-color: rgb(231, 76, 60); */
    color: #1764a1;
}

.Atn-Leave-outer .Atn-element {
    background-color: #1764a1;
}

.Atn-Tardy {
    /* background-color: rgb(231, 76, 60); */
    color: #fed201;
}

.Atn-Tardy-outer .Atn-element {
    background-color: #fed201;
}

.Atn-Holiday {
    /* background-color: rgb(231, 76, 60); */
    color: #0091ea;
}

.Atn-Holiday-outer .Atn-element {
    background-color: #0091ea;
}

.Atn-Notmarked {
    /* background-color: rgb(231, 76, 60); */
    color: #696969;
}

.Atn-Notmarked-outer .Atn-element {
    background-color: #696969;
}

.Atn-Holiday {
    /* background-color: rgb(231, 76, 60); */
    color: #1779de;
}

.Atn-Holiday-outer .Atn-element {
    background-color: #1779de;
}

.Atn-cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.grid-cell-value-tag {
    padding: 5px;
    font-size: 12px;
    /* border-radius: 5px; */
    text-align: center;
    vertical-align: bottom;
    font-weight: 400;
}

.grid-cell-valuecenter-tag {
    padding: 5px;
    font-size: 12px;
    /* border-radius: 5px; */
    text-align: center;
    vertical-align: bottom;
    font-weight: 400;
}

.grid-cell-valueright-tag {
    padding: 5px;
    font-size: 12px;
    /* border-radius: 5px; */
    text-align: right;
    vertical-align: bottom;
    font-weight: 400;
}

.progress-inner {
    min-width: 15% !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    padding: 0px !important;
    border-radius: 20px !important;
}

.progress-outer {
    /* width: 96% !important; */
    margin: 10px 2% !important;
    padding: 0px !important;
    background-color: #f4f4f4 !important;
    border: 1px solid #dcdcdc !important;
    color: #fff !important;
    border-radius: 20px !important;
    text-align: center !important;
    line-height: 1.5 !important;
    /* text-combine-upright: ; */
    height: 19px !important;
    margin-top: 3px !important;
}

.scroll-y {
    overflow-y: scroll;
    height: 200px;
}

.vdivide [class*="col-"]:not(:last-child):after {
    background: #e0e0e0;
    width: 1px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    min-height: 80px;
}

.centerimglbl {
    display: block !important;
    margin-left: 30% !important;
    margin-right: auto !important;
    margin-top: 1px !important;
    font-size: 16px !important;
    width: 50% !important;
    font-weight: 600 !important;
}

.justgage {
    margin-top: -12px;
    margin-left: -30px;
}

.justgage svg {
    height: 100px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

.hh-Active {
    background-color: rgb(255, 58, 37);
    color: #fffefe;
}

.hh-Active-outer .hh-element {
    background-color: #e00606;
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
    .stud-info-profile-img {
        margin-top: 15px;
        width: 120px;
        border: 3px solid #287fc4;
        margin-left: 14px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width: 1400px;
    }
    .body-height {
        overflow-y: scroll;
        height: 630px;
    }
}

.ras-Free {
    background-color: #00a65acc;
    color: #fff;
    font-weight: 900;
}

.ras-Free-outer .rag-element {
    background-color: #00a65a;
}

.ras-Reserved {
    background-color: #d74737;
    color: #fff;
    font-weight: 900;
}

.ras-red-Reserved .rag-element {
    background-color: #ff513d9e;
}

.ras-Booked {
    background-color: #3270d3b5;
    color: #fff;
    font-weight: 900;
}

.ras-Booked .rag-element {
    background-color: #3270d3;
}

.res-Status-tag {
    padding: 5px;
    font-size: 12px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.hh-InActive {
    background-color: #1aa15d;
    color: #fffefe;
}

.hh-InActive-outer .hh-element {
    background-color: #1aa15d;
}

.hh-cell-value-tag {
    padding: 5px;
    font-size: 11px;
    border-radius: 5px;
    text-align: center;
    vertical-align: bottom;
    font-weight: bold;
}

.subject :hover {
    color: #72afd2;
    cursor: pointer;
    font-weight: 600;
}


/*Nav-Tabs*/

.nav-tabs-custom .nav-tabs {
    color: #fff;
    background-color: #f5f5f5;
    border-color: #287fc4;
    padding: 3px 5px 1px 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -2px;
}

.nav-tabs-custom .nav-tabs>li.active>a,
.nav-tabs-custom .nav-tabs>li.active>a:hover,
.nav-tabs-custom .nav-tabs>li.active>a:focus {
    color: #ffffff;
    background-color: #287fc4;
    border-left: none;
    border-right: none;
    border-bottom: transparent;
    padding-top: 6px;
    padding-bottom: 8px;
}

.nav-tabs-custom li.active>a>i,
.nav-tabs-custom li.active>a>strong {
    color: #ffffff !important;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.nav-tabs-custom li.active>a>strong {
    font-size: 12px;
    font-weight: normal !important;
}

.nav-tabs-custom .nav-tabs>li>a,
.nav-tabs-custom .nav-tabs>li>a:focus {
    color: #287fc4;
    padding-top: 5px;
    border-left: none;
    border-right: none;
    padding-bottom: 8px;
}

.nav-tabs-custom li a:hover {
    color: #287fc4;
    border-color: transparent;
    border-bottom: none;
    padding-bottom: 8px;
}

.nav-tabs-custom li a:hover strong {
    color: #287fc4;
}

.nav-tabs-custom li a strong {
    color: #287fc4;
    font-size: 12px;
}

.nav-tabs-custom .tab-content {
    margin-top: 10px;
}


/*End*/


/* Chart */

.single-chart {
    width: 60px;
    justify-content: space-around;
    margin-left: -10px;
}


/*custome css*/

.subtop>.single-chart {
    width: 60px;
    justify-content: space-around;
    margin-left: 5px;
}

.single-chart .circular-chart {
    display: block;
    margin: 10px auto;
}

.single-chart .circle-bg {
    fill: none;
    stroke: #e2e2e2;
    stroke-width: 4;
}

.single-chart .circle {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.circular-chart.blue .circle {
    stroke: #3c9ee5;
}

.single-chart .percentage {
    fill: #666;
    font-family: sans-serif;
    font-size: 0.5em;
    text-anchor: middle;
}


/*End*/


/*! START FEB 8 2019*/

.login-box-body,
.register-box-body {
    padding: 20px;
    border-top: 0;
    color: #666;
    -webkit-box-shadow: 0px 0px 34px -12px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 34px -12px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 34px -12px rgba(0, 0, 0, 0.75);
}

.login-logo,
.register-logo {
    margin-bottom: 45px !important;
    margin-top: 70px !important;
}

.table-width th {
    width: 110px;
}


/* .topchartclosed{
    stroke: #00a65a;
}
.topchartpending{
    stroke: red;
} */

.single-chart .topchartclosed-bg {
    fill: none;
    stroke: #e2e2e2;
    stroke-width: 4;
}

.single-chart .topchartclosed {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.circular-chart.blue .topchartclosed {
    stroke: #00a65a;
}

.single-chart .topchartpending-bg {
    fill: none;
    stroke: #e2e2e2;
    stroke-width: 4;
}

.single-chart .topchartpending {
    fill: none;
    stroke-width: 4;
    stroke-linecap: round;
    animation: progress 1s ease-out forwards;
}

.circular-chart.blue .topchartpending {
    stroke: red;
}


/*! END FEB 8 2019*/

.btn-timetable {
    background-color: #287fc4 !important;
    border-color: #1764a1 !important;
}

.btn-timetable :hover {
    background-color: #287fc4 !important;
}

.employeeidtxtbox {
    width: 50%;
    height: 20%;
}

.button-change:active,
.button-change:focus {
    background: #85a5bf !important;
}

.Atn-cell-value-left {
    padding-left: 5px;
}

.form-group-cust {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 0px;
}

.reportFrame {
    border: none;
    margin-top: -46px;
}

.modal {
    background: none;
}

.modal-button {
    margin-right: 10px;
    opacity: 1;
    color: #fff;
    font-weight: 500;
}

.modal-header {
    padding: 0;
    border-bottom: none;
}

.modal-content {
    border-radius: 5px;
    border: 2px solid #1764a1;
}

.input {
    border-radius: 3px;
}

.modal-body {
    padding: 10px;
    padding-top: 0px;
    margin-top: 8px;
    padding-bottom: 25px;
    max-height: 620px;
    overflow: hidden;
    overflow-y: auto;
}

.modal-header {
    background: #1764a1 !important;
    height: 26px;
    border-bottom: none;
    cursor: all-scroll;
    border-bottom: 1px solid #fff;
}

.modal-header h5 {
    padding-left: 15px !important;
    color: #fff !important;
    border-bottom: none !important;
    display: inline-block;
    cursor: auto !important;
    padding-bottom: 5px !important;
    padding-top: 1px !important;
}

.modal-header .close {
    margin-right: 10px !important;
    opacity: 1 !important;
    color: #fff !important;
    font-weight: 500 !important;
    margin-bottom: 2px !important;
    font-size: 18px !important;
    margin-top: 2px !important;
}

.modal-header .close:focus,
.modal-header .close:active,
.modal-header .close:hover {
    outline: none;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: none;
    opacity: 1;
}

.modal-header .close :hover {
    cursor: pointer;
}

fieldset {
    padding: 0.35em 0.625em 0.75em;
    margin: 0 2px;
    border: 1px solid red;
}

legend {
    width: inherit;
    border-bottom: 0px;
    color: red;
    margin-bottom: 0px;
    line-height: 1;
}

.dot-view p {
    white-space: nowrap;
    width: 85%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    pointer-events: none;
}

.dot-view p:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    z-index: 1;
    pointer-events: initial;
}

.dot-view p:hover:after {
    cursor: pointer;
}

.tooltip {
    width: 100%;
    visibility: hidden;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.dot-view p:hover+.tooltip {
    visibility: visible;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.div-toolbar-header {
    /* margin-top: 6px;
    border-left: 1.5px solid #fff;
    border-right: 1.5px solid #fff; */
}

.body-style {
    margin-top: 27px;
}

.calendar-modal .modal-body {
    margin-top: 28px;
}

.calendar-modal .box-body {
    margin-top: -25px;
}

.display {
    display: none !important;
}

.back-icon {
    float: right;
    font-size: 15px;
    font-weight: 700;
    font-family: unset;
    float: left;
    padding-right: 3px;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child>.btn,
.input-group-btn:first-child>.btn-group>.btn,
.input-group-btn:first-child>.dropdown-toggle,
.input-group-btn:last-child>.btn-group:not(:last-child)>.btn,
.input-group-btn:last-child>.btn:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

.sidebar-menu>li.active>a {
    background: #287fc4 !important;
}

.sidebar-menu>li.hover>a {
    background: none !important;
}

.lister-body .modal-body {
    margin-top: 0px !important;
}

.lister-body .modal-body .rowclass {
    padding-left: 8px;
    padding-right: 8px;
}

.custom-toolbar {
    margin-top: 0 !important;
    margin-bottom: 12px;
    /* border-left: 6.5px solid #fff;
    border-right: 6.5px solid #fff; */
}

.display-none {
    display: none;
}

actions-editor-cell a {
    padding-left: 5px;
}

.label-width {
    font-size: 12px;
}

.label-width th {
    width: 80px;
}

.label-width td {
    text-align: left;
}

.custom-modal-use .modal-body {
    padding: 0 10px 25px 10px;
    padding-bottom: 25px;
    max-height: 620px;
    overflow: hidden;
    overflow-y: auto;
    margin-top: 0px;
}

.arrow-liactive {
    float: right;
    font-size: 14px !important;
    margin-top: 1px;
    font-weight: 500 !important;
}

.toolbar-action {
    min-width: 80px;
    padding-bottom: -1px;
}

.toolbar-action-last {
    min-width: 80px;
    padding-bottom: -1px;
}

.toolbar-action:hover b {
    color: #fff !important;
}

.toolbar-action-last:hover b {
    color: #fff !important;
}

@media only screen and (max-width: 780px) {
    .toolbar-action {
        min-width: 35px;
    }
    .toolbar-action b {
        display: none;
    }
    .toolbar-action-last {
        min-width: 35px;
    }
    .toolbar-action-last b {
        display: none;
    }
}

.timetable-name .widget-user-username {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    pointer-events: none;
}

.timetable-name .widget-user-username:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 48px;
    z-index: 1;
    pointer-events: initial;
}

.timetable-name .widget-user-username:hover:after {
    cursor: pointer;
}

.timetable-name .widget-user-username:hover+.tooltip {
    visibility: visible;
    transition: opacity 0.5s ease;
    opacity: 1;
}

.timetable-name .tooltip {
    width: auto;
    visibility: hidden;
    background-color: #f2f2f2;
    border-radius: 5px;
    padding: 10px;
    opacity: 0;
    transition: opacity 0.5s ease;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    margin-left: 75px;
}

.tree-width .ui-tree {
    display: block;
    border: none;
   width: 100% !important;
    height: 460px;
    margin-bottom: 20px;
    overflow-x: hidden;
    background-color: #eeeeeea8;

    
}
.ui-tree .ui-tree-container
{
      display: block;
    border: none;
    width: 100% !important;
    height: 460px !important;
    margin-bottom: 20px ;
    overflow-x: hidden !important;
    background-color: #eeeeeea8;
}

.box-height {
    height: 80px;
}

.ui-tree-container {
    overflow: inherit !important;
}

.ui-treenode-label {
    white-space: nowrap;
    width: 85% !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
}

@media only screen and (max-width: 780px) {
    .box-height {
        height: 90px;
    }
    .ui-tree .ui-treenode-label {
        display: inline-block;
        padding: 0 0.25em;
        vertical-align: middle;
        font-size: 12px;
    }
}

.ag-theme-balham .ag-paging-panel {
    display: none !important;
}


/* Spinner */

.spinner {
    margin: 100px auto 0;
    width: 70px;
    text-align: center;
}

.spinner>div {
    width: 18px;
    height: 18px;
    background-color: #287fc4;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bouncedelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.quiz-marks {
    text-align: center;
    font-weight: bold;
    margin-left: 10px;
    font-size: 11.5pt;
}

.quiz-tiles {
    width: 100%;
    height: auto;
    border: 1px solid #5fc2ff;
    border-radius: 10px;
    margin-bottom: 5px;
    box-shadow: 0 5px 7px 0 rgba(0, 0, 0, 0.2);
}

.sub-heading {
    text-align: center;
    width: 100%;
    height: auto;
    color: #FED201;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 17pt;
    margin: 6px 0 10px 0;
}

.tiles-content {
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: small;
    width: auto;
}

.tiles-content-marks {
    text-align: center;
    font-weight: bold;
    margin: 0;
    font-size: 11pt;
}

.pass-M {
    color: red;
}

.pass-Obt {
    color: #287FC4;
}

.pass-per {
    color: #36C111;
    font-size: 17pt;
}

.Start-quiz-btn {
    margin: 0 0 10px 6px;
    border: none;
    width: 25px;
    padding: 0;
    height: 25px;
    border-radius: 100%;
    background-color: #287FC4;
    color: white;
    position: relative;
}

.Start-quiz-btn:hover {
    background-color: #fed201;
}

.Start-quiz-btn .tooltiptext {
    visibility: hidden;
    width: auto;
    background-color: #5fc2ff;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 5px;
    position: absolute;
    z-index: 1;
    left: -16px;
    bottom: 100%;
}

.Start-quiz-btn:hover .tooltiptext {
    visibility: visible;
}

.result-show {
    color: #36C111;
    font-size: 14pt;
    font-weight: bold;
    margin: 3px 0 0 0;
    text-transform: capitalize;
}

.check-icon {
    color: #36C111;
}

.Total-question {
    color: red;
    font-weight: bold;
    padding: 5px;
    float: right;
}

.Question-heading {
    font-size: 12pt;
    color: #2196F3;
    border-radius: 5px;
    padding: 12px;
    border-bottom: 1px dashed #ddd;
}

.radiocontainer {
    display: block;
    position: relative;
    padding: 4px 35px;
    margin-bottom: 1px;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
    font-size: 11pt;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    word-wrap: break-word;
}


/*.checkmark {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 19px;
  width: 19px;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
}*/

.radiocontainer input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.check-mark {
    position: absolute;
    top: 9px;
    height: 11px;
    width: 10px;
    background-color: #fed201;
}

.radiocontainer input:checked~.checkmark {
    background-color: #2196F3;
}

.radiocontainer .checkmark:after {
    top: 6px;
    left: 6px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: white;
}

.next-btn {
    float: right;
    border: none;
    height: 26px;
    padding: 0 10px;
}

.label-tableWidth th {
    width: 95px;
}

.label-tableWidth b {
    font-weight: 900;
}

.label-tableWidth td {
    font-weight: 700
}

.login-box-d {
    width: 685px;
    /* margin: 7% 21% auto; */
    display: block;
    margin: 11% auto;
}

.outer-div {
    display: table;
    position: absolute;
    height: 100%;
    width: 100%;
}

.mid-div {
    display: table-cell;
    vertical-align: middle;
}

.center-div {
    margin: 0 auto;
    max-width: 756px;
}

.client-logo {
    height: 400px;
    width: 409px;
    float: left;
    padding: 10px 10px;
    border-radius: 1;
    /* border: 10px; */
    border-radius: 10px 0 0 10px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.login-body {
    width: 341px;
    border-radius: 9px;
    background-image: linear-gradient(#056E96, #3FA4CB);
    float: left;
    border-radius: 0 10px 10px 0;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    line-height: 1.89;
}

.logo-top {
    position: relative;
    top: -46px;
    left: 48px;
}

.login-footer {
    background-color: white;
    border-radius: 0 0 10px 0;
    padding: 10px;
    margin-top: 85px;
    text-align: end;
}

.input-containr {
    display: -ms-flexbox;
    /* IE10 */
    display: flex;
    width: 100%;
    margin-bottom: 1px;
}

.icon {
    padding: 6px 0px;
    color: #777;
    min-width: 50px;
    position: relative;
    left: -43px;
    text-align: center;
}

.input-field1 {
    width: 68%;
    margin-left: 54px;
    padding: 1px 7px;
    outline: none;
    font-size: 12px;
    border: none;
    height: 25px;
    border-radius: 3px;
}

.input-field1:focus {
    color: black;
}

.btn-login {
    color: white;
    padding: -1px 10px;
    border: none;
    cursor: pointer;
    /* width: 20%; */
    float: right;
    height: 27px;
    background-color: Transparent;
    border-radius: 3px;
    border: 1px solid white;
}

.center-img {
    text-align: center;
    /* position: relative; */
    /* top: 25%; */
    margin: 25% 0 0 0;
}

.Student-bg {
    width: 412px;
    margin-top: 39px;
    margin-left: -6px;
}

@media screen and (min-width: 768px) {
    .sidebar-mini.sidebar-collapse .main-header .navbar {}
    .sidebar-mini.sidebar-collapse .main-header .set {
        background: #00a65a;
        width: 50px;
    }
    .sidebar-mini.sidebar-collapse .main-footer .footer-set {
        width: 96%;
    }
}

@media screen and (max-width: 767px) {
    .sidebar-open .main-sidebar {
        margin-top: 39px !important;
        border-top: 1px solid #fff !important;
    }
}

@media screen and (max-width: 768px) {
    .dropdown-content {
        right: -100px !important;
        top: 40px !important;
    }
    .login-box-d {
        width: auto;
        margin: 0;
    }
    .dashbvoard-m {
        float: right;
    }
    .set-col-m-v {
        padding-left: 0;
    }
    .Student-bg {
        width: 344px;
        margin-top: -10px;
        margin-left: -12px;
        opacity: .2;
    }
    .logo-top {
        position: relative;
        top: -47px;
        left: 33px;
    }
    .client-logo {
        width: 340px;
    }
    .login-body {
        border-radius: 0 0px 10px 0;
    }
    .client-logo {
        height: 218px;
        margin-top: 10px;
        border-radius: 0 0 0 0;
    }
    .center-img {
        margin: 0;
    }
    .center-img {
        text-align: center;
        position: unset;
    }
    .outer-div {
        margin: auto 5%;
    }
    .mid-div {
        vertical-align: top;
    }
    .center-div {
        margin: auto 5%;
        max-width: 756px;
    }
}

.aside-bg {
    position: fixed;
    background-color: #F7F7F7 !important;
}

.Menu-bar-lick-color {
    color: #7B7B7B !important;
    padding: 8px 15px !important;
}

.Menu-bar-lick-color:hover {
    color: white !important;
}

.Menu-bar-icon-color {
    color: #287FC4 !important;
    font-size: 10pt;
}

.skin-blue .sidebar li:hover>a>i {
    color: #fff !important;
}

.skin-blue .sidebar.Menu-bar-icon-color li:hover>a>i {
    color: #fff !important;
}

.skin-blue .main-header .logo {
    background: #287fc4 !important;
}

.skin-blue .main-header .logo:hover {
    background-color: #287fc4 !important;
}

.dashboard-tiles {
    width: 100%;
    margin-bottom: 22px;
    background-color: #f9f9f9;
    border-radius: 5px;
    height: 65px;
    box-shadow: 0 7px 7px #ddd;
    margin-top: 5px;
}

.dashboard-tiles-icon {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    height: auto;
}

.dashboard-tiles-head {
    width: 100%;
    padding: 16px 6px 0 0;
    text-align: right;
    font-size: 10pt;
    /* height: 40px; */
    line-height: 1;
    font-weight: bold;
}

.dashboard-tiles-count {
    width: 100%;
    padding: 0 6px;
    font-size: 22px;
    text-align: right;
}

.navbar-height {
    min-height: 38px !important;
}

.main-sidebar {
    padding: 0 !important;
}

.user-panel {
    padding: 12px 7px !important;
}

.main-footer {
    padding: 4px 15px !important;
}

.screen-title-f {
    min-width: 80.7% !important;
    position: fixed !important;
    top: 70px !important;
    z-index: 100 !important;
}

.ui.image {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    background-color: transparent;
}

.ui.menu .logo.image {
    width: 35px;
    margin-right: 1em;
}

.clearfix {
    width: 230px;
}

.user-panel-area {
    float: left;
    width: 45px;
    height: 45px;
    border-radius: 63px;
    margin-top: 11px;
    margin-left: 3px;
}

.user-panel-label {
    margin-left: 47px;
    padding: 18px 13px;
    line-height: 1.1;
    width: auto;
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
}

.notification-label {
    position: absolute !important;
    top: 5px !important;
    left: 31px !important;
    font-size: 65% !important;
    background-color: #f39c12 !important;
}

.main-header .navbar {
    transition: margin-left .3s ease-in-out !important;
    -webkit-transition: .3s ease-in-out !important;
}

.navbar-nav>.user-menu>.dropdown-menu {
    width: 244px !important;
    transition-property: all !important;
    transition-duration: .5s !important;
    box-shadow: 1px 1px 15px rgba(0, 0, 0, .1);
    margin: 4px;
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1) !important;
}

.menu-hover-icon {
    font-family: FontAwesome;
    font-size: 1rem;
    display: inline-block;
    position: absolute;
    right: 0;
    color: #F7F7F7;
    top: 6px;
    font-size: 22px !important;
}

#style-2::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 2.3);
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #287fc4;
}

.ag-body-viewport::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 2.3);
    background-color: #F5F5F5;
}

.ag-body-viewport::-webkit-scrollbar {
    height: 10px;
    width: 6px;
    background-color: #F5F5F5;
}

.ag-body-viewport::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #287fc4;
}

.main-menu1 .main-menu1-content {
    height: 100%;
    position: relative;
}

.menu-fixed {
    position: fixed;
    top: 4.57rem;
    height: -webkit-calc(100% - 4.57rem);
    height: -moz-calc(100% - 4.57rem);
    height: calc(100% - 4.57rem);
}

#wrapper {
    min-height: 100%;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    display: inline-block;
}

#sidebar-wrapper {
    height: 100%;
    padding: 50px 0 0px 0;
    position: fixed;
    border-right: 1px solid gray;
    z-index: 99;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, .85);
}

#sidebar .list-group-item {
    border-radius: 0;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    background: transparent;
}

@media (max-width: 992px) {
    #sidebar-wrapper {
        position: static;
        height: auto;
        max-height: 300px;
        border-right: 0;
        overflow: scroll;
        display: none !important;
    }
}

@media (min-width: 992px) {
    .main-header .navbar {
        min-width: 78%;
        border-bottom: 1px solid white;
    }
}

@media screen and (max-width: 767px) {
    .footer-set {
        display: none;
    }
}

.sider-bar-set {
    overflow-x: hidden;
    height: 83%;
    overflow-y: auto;
    position: absolute;
    width: 100%;
}

.logo-element {
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: white;
    display: none;
    padding: 18px 0;
}

.mini-navbar .logo-element {
    display: block;
}

.set {
    margin: 1px 0 0 0;
    border-top: 1px solid #d2d6de;
    text-align: bottom;
    position: fixed;
    bottom: 4px;
    width: 100%;
}

.footer-set {
    width: 83%;
    height: 24px;
    float: left;
}

.challan_box {
    width: 100%;
    margin-bottom: 9px;
    background-color: #f9f9f9;
    border-radius: 5px;
    height: 65px;
    box-shadow: 0 7px 7px #ddd;
}

.challan_box_icon {
    width: 100%;
    height: auto;
    padding: 12px 0px;
    height: auto;
}

.challan_box_head {
    width: 100%;
    padding: 16px 0 0 0;
    text-align: right;
    color: #1764A1;
    font-size: 10pt;
    /* height: 40px; */
    line-height: 1;
    font-weight: bold;
}

.challan_box_count {
    width: 100%;
    color: #1764A1;
    font-size: 14pt;
    text-align: right;
}

.Total-fee {
    width: 100%;
    padding: 9px 0 0 0;
    text-align: right;
    color: #1764A1;
    font-size: 14pt;
    /* height: 40px; */
    font-weight: bold;
}

.Total_Std {
    width: 100%;
    color: #1764A1;
    font-size: 14pt;
    text-align: right;
    margin: 0;
    height: auto;
}

.error .modal-content {
    border: 2px solid #BD362F !important;
}

.error .modal-header {
    background: #BD362F !important;
}

.success .modal-content {
    border: 2px solid #51A351 !important;
}

.success .modal-header {
    background: #51A351 !important;
}

.info .modal-content {
    border: 2px solid #287fc4 !important;
}

.info .modal-header {
    background: #287fc4 !important;
}

.warning .modal-content {
    border: 2px solid #f89406c7 !important;
}

.warning .modal-header {
    background: #f89406c7 !important;
}

.error-modal .modal-footer {
    padding: 6px;
    padding-right: 0px;
    background: #f4f4f4;
}

.fa-folder-open:before {
    color: #ffd000;
}

.fa-folder:before {
    color: #ffd000;
}

.fa-certificate:before {
    color: #287fc4;
}

.fa-caret-down:before {
    color: gray;
}

.fa-caret-right:before {
    color: gray;
}

.web-btn {
    background: #287fc4 !important;
    border: none !important;
    height: auto !important;
    padding: 2px 7px !important;
}

@media screen and (max-width: 360px) {
    .custom .modal-dialog {
        width: 340px !important;
        height: auto !important;
    }
    .custom .modal-content {
        width: 340px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 320px) {
    .custom .modal-dialog {
        width: 300px !important;
        height: auto !important;
    }
    .custom .modal-content {
        width: 300px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 375px) {
    .custom .modal-dialog {
        width: 340px !important;
        height: auto !important;
    }
    .custom .modal-content {
        width: 340px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 411px) {
    .custom .modal-dialog {
        width: 375px !important;
        height: auto !important;
    }
    .custom .modal-content {
        width: 375px !important;
        height: auto !important;
    }
}

@media screen and (max-width: 414px) {
    .custom .modal-dialog {
        width: 378px !important;
        height: auto !important;
    }
    .custom .modal-content {
        width: 378px !important;
        height: auto !important;
    }
}

.switch-btn {
    margin-top: 26px;
    float: right;
    height: 27px;
    padding: 2px 0;
}

.menus-switch {
    border: none !important;
    padding: 2px 11px !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.menus-switch.active {
    background-color: #fed201 !important;
    color: white !important;
    text-transform: uppercase;
}

.switch-btn p {
    margin: 0;
    text-transform: uppercase;
}

.btn-default.btn-on.active {
    background-color: #fed201;
    color: white;
    outline: none;
}

.btn-default.btn-off.active {
    background-color: #fed201;
    color: white;
    outline: none;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-panel>p {
    color: gray;
    font-size: 1.6rem;
    margin-top: 2px;
    position: absolute;
    left: 86px;
    padding: 0 8px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-panel {
    height: 93px;
    background-color: none;
    padding: 10px;
    text-align: center;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-panel>img {
    border: none;
    float: left;
    height: 63px;
    width: 74px;
}

.img-logout {
    border-radius: 10%;
    height: 64px;
    width: 74px;
}

.img-circle2 {
    border-radius: 10%;
    height: 64px;
    width: 74px;
    height: 50px;
    width: 55px;
    margin-top: 5px;
}

.logout-btn {
    float: left;
    color: #212529;
    cursor: pointer;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer {
    background-color: none !important;
    padding: 12px !important;
    border-top: 1px solid #ddd !important;
}

.navbar-nav>.user-menu>.dropdown-menu>.user-footer:hover {
    background-color: #f7fafc;
}

.view-profile {
    float: left;
    margin-top: 3px;
    /* left: 2px; */
    padding: 0px 1px;
    position: relative;
    height: auto;
    background: red;
    border-radius: 15px;
}

.profile-btn {
    border: none;
    background: none;
    color: white;
    font-size: 12px;
    outline: none;
}

.panel-heading {
    padding: 5px 15px !important;
}

.fa-star-o {
    font-size: 11px !important;
    float: right !important;
    color: #e5e5e5 !important;
    margin-top: 7px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
}

.fa-star-o:hover {
    color: #FED201 !important;
}

.fa-star {
    font-size: 11px !important;
    float: right !important;
    color: #FED201 !important;
    margin-top: 7px !important;
    margin-right: 5px !important;
    cursor: pointer !important;
}

.bars-icon {
    cursor: pointer !important;
    font-size: 11px !important;
    float: right !important;
    color: #e5e5e5 !important;
    margin-top: 7px !important;
    margin-right: 5px !important;
}

.bars-icon:hover {
    color: #FED201 !important;
}

.panel-default {
    margin-top: 10px !important;
}

.fa-square {
    font-size: 8px !important;
    position: relative !important;
    top: -2px !important;
    left: -3px !important;
    color: #c6c6c6 !important;
}

.menus-dropdown {
    position: relative;
    display: inline-block;
    float: right;
}

.dropdown-icon {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    left: 0;
    top: 8px;
    padding: 2px 5px;
    outline: none;
}

.menus-dropdown:hover .dropdown-icon {
    display: block;
}

.panel {
    margin-bottom: 0 !important;
}

.switch-btn {
    margin-top: 26px;
    float: right;
    height: 27px;
    padding: 2px 0;
}

.menus-switch {
    border: none !important;
    padding: 2px 11px !important;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125) !important;
}

.menus-switch.active {
    background-color: #fed201 !important;
    color: white !important;
    text-transform: uppercase;
}

.switch-btn p {
    margin: 0;
    text-transform: uppercase;
}

.btn-default.btn-on.active {
    background-color: #fed201;
    color: white;
    outline: none;
}

.btn-default.btn-off.active {
    background-color: #fed201;
    color: white;
    outline: none;
}

.Role-id {
    margin: 0;
    font-size: 10pt;
    color: lightslategray;
    line-height: 1.1;
    text-align: left;
}

.profile-img-area {
    float: left;
    width: 76px;
    border-right: 1px solid #ddd;
    margin-right: 7px;
}

.usr-nam {
    margin: 0;
}

.disabled {
    cursor: not-allowed;
}

.info-box-summary {
    min-height: 51px;
    margin-bottom: 10px;
    padding: 5px;
    background-color: #f9f9f9;
    box-shadow: 1px 2px 5px #ddd;
}

.info-box-summary-count {
    text-align: right;
    font-size: 15px;
    margin-top: 5px;
}

.upload-std-img {
    position: relative;
    top: 92px;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 134px;
    height: 130px;
    cursor: pointer;
    margin-bottom: 45px;
    overflow: hidden;
    border-radius: 5px;
    border: 2px solid #ddd;
}

.upload-std-img .imgBoX,
.upload-std-img .detailsimg {
    width: 134px;
    height: 126px;
    position: absolute;
    box-sizing: border-box;
    transition: .5s;
    cursor: pointer;
    float: left;
    color: darkgray;
    font-size: 24pt;
}

.upload-std-img .imgBoX {
    top: 0;
    left: 0;
}

.upload-std-img:hover .imgBoX {
    top: -100%;
    left: 0;
}

.upload-std-img:focus .imgBoX {
    top: -100%;
    left: 0;
}

.upload-std-img .imgBoX img {
    width: 100%;
}

.upload-std-img .detailsimg {
    background: transparent;
    top: 100%;
}

.upload-std-img:hover .detailsimg {
    top: 0;
    left: 0%;
}

.upload-std-img:focus .detailsimg {
    top: 0;
    left: 0%;
}

.detailcard .detailsimg p {
    background: antiquewhite;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    padding: 4px 10px;
}

.upload-btn-area {
    float: left;
    width: 97.5%;
    position: absolute;
    bottom: 0;
}

.upload-img-btn {
    height: 24px;
    padding: 2px;
    border: #1764a1;
    background: #1764a1;
}

.upload-img-btn:hover {
    background: #1764a1;
    color: white;
}


/* Additional Button CSS */

.dropdown-menu-right {
    margin-top: 1px;
    right: auto;
    padding: 0;
    /* background: #e2e2e2; */
    background: #fff;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
    /* padding: 10px; */
}

.icon-list {
    min-width: 0;
    border: none;
    height: 24px;
    cursor: pointer;
    /* background: #287fc4; */
    margin-top: 0;
    margin-right: 0;
    color: 287fc4;
    width: 25px;
    padding: 0;
    border-right: 1px solid white;
    float: left !important;
    border-radius: 0;
}


/* .icon-list:hover {
    background: #ddd;
    color: #287fc4; 
} */

.addtional-button .panel-body a {
    font-size: 12px;
    font-weight: 500;
    padding-left: 0px;
    cursor: pointer !important;
    color: #1764a1 !important;
}

.addtional-button .panel-body a:hover {
    border-bottom: 1px solid #1764a1 !important;
    color: #1764a1 !important;
}

.addtional-button .panel-title {
    font-weight: 600;
    font-size: 13px;
    white-space: nowrap;
}

.addtional-button .panel-default {
    margin-top: 4px;
    border: none;
    border-bottom: none !important;
}

.addtional-button .panel-heading {
    color: #1764a1;
}

.addtional-button .panel-title .pull-right :hover,
.addtional-button .panel-title .pull-right :focus,
.addtional-button .panel-title .pull-right :active {
    color: #fff
}

.addtional-button .panel-body {
    padding: 7px 15px 5px 15px;
    /* box-shadow: 0 6px 12px rgba(0, 0, 0, .175); */
}

.ag-theme-balham .ag-popup-editor {
    /* left: 21px !important; */
    background: none !important;
    border: none !important;
    outline: none !important;
    border-radius: 4px !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175) !important;
}

.stud-info-data {
    width: auto;
}

.stud-infomation-img {
    border-radius: 10% !important;
}

.stud-info-details-h {
    width: 85px;
    margin-bottom: 1px;
    font-size: 12px;
    float: left;
    font-weight: 600;
    color: #7B7B7B;
}

.stud-info-details-h p {
    margin: 0;
    font-size: 12px;
}

.stud-info-details-p {
    font-size: 10.5pt;
    height: 18px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #3c8dbc;
}

.stud-info-details-p p {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    float: left;
    width: 105px;
    font-size: 12px;
    text-overflow: ellipsis;
}

.stud-info-details-p td {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    text-overflow: ellipsis;
}

.stud-info-id {
    font-weight: 800;
    border-bottom: 1px dotted #d6d6d6;
    padding: 7px 0;
}

.stud-info-id-span {
    font-size: 9.5pt;
    position: absolute;
    left: 13px;
    top: 15px;
    font-weight: 400;
    margin-left: 1px;
    color: #999999;
}

.stud-info-profile-img {
    margin-top: 15px;
    width: 110px;
    height: 110px;
    border: 2px solid #ddd;
}

.teacher-info-profile-img {
    border: none;
    height: 105px;
    width: 88%;
    border-radius: 8px;
    padding: 0;
    margin-top: 15px;
    margin-left: 14px;
    border: 2px solid #ddd;
}

.img-heading {
    text-align: center;
    height: 18px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #3c8dbc;
}

.additional {
    padding-left: 0;
}

.ui-tree-container::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 2.3);
    background-color: #F5F5F5;
}

.ui-tree-container::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

.ui-tree-container::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #ababab;
}

.p-tree-search {
    border: none;
    width: 100%;
    background-color: #e2e0e0;
    /* position: absolute; */
    padding: 5px;
    border-radius: 5px 5px 0 0;
    border: none;
    outline: none;
    border-bottom: 1px solid #ddd;
}
.ui-corner-all
{
    width: 100%;
}
.p-tree-search-icon {
    position: absolute;
    top: 7px;
    right: 55px;
}

.p-tree-collapse-icon {
    position: absolute;
    /* top: 62px;
    right: 35px;
    font-size: 14px !important; */

    margin-left: -30px;
    margin-top: 7px;
}

.p-tree-copy-icon {
    position: absolute;
    top: 7px;
    right: 15px;
    font-size: 14px !important;
}

.dashbopard-box {
    border-radius: 7px;
    box-shadow: 0 7px 7px #ddd !important;
    margin-bottom: 19px !important;
}

.dashbopard-box-top {
    padding: 3px 10px;
    background: #f4f4f4;
    border-radius: 7px 7px 0 0;
    border-bottom: 2px solid #287fc4 !important;
}

.dashboard-box-icon {
    color: #1764a1;
    padding: 0px 2px;
    text-shadow: 1px 1px 1px #ccc;
}

.dashboard-box-icon:hover {
    font-size: 13px;
}

.modal-body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, 2.3);
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar {
    height: 10px;
    width: 6px;
    background-color: #F5F5F5;
}

.modal-body::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(255, 255, 255, .3);
    background-color: #287fc4;
}

.stud-sibiling-card-id {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
    color: #999999;
}

.stud-sibiling-card-head {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
    margin-top: 0;
    margin-left: 75px;
    color: #287fc4;
}

.stud-sibiling-card-txt {
    width: 51px;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0px;
    float: left;
    color: #7B7B7B;
}

.stud-sibiling-card-p {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 1px !important;
    color: #3c8dbc;
}

.input-drop-list {
    color: #287fc4;
    font-size: 12px;
    padding: 5px 15px !important;
}

.input-group-btn .input-drop-list a:hover {
    border-bottom: 1px solid #1764a1 !important;
    color: #1764a1 !important;
}

@media screen and (max-width: 930px) {
    .dropdown-menu-Mob {
        position: absolute;
        left: -143px
    }
}

.report .modal-body {
    margin-top: 0px;
}


/* End */


/* PTM Schedule */

.custom-select .btn-group {
    background-color: transparent;
    color: #287fc4;
    /* padding: 4px 5px; */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border: 1px solid #fff;
    border-left: none;
    border-top: none;
    border-bottom: none;
    border-radius: 0%;
    font-weight: 500;
    min-width: 100px;
    height: 22px;
    padding-right: 5px;
    padding-left: 2px
}

.custom-select .btn-select {
    background-color: transparent;
    color: #287fc4;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    cursor: pointer;
    border: none;
    font-weight: 500;
    min-width: 100px;
    height: 22px;
    padding-right: 5px;
    padding-left: 2px
}

.custom-select .btn-select option {
    background-color: transparent;
    color: #777;
}

.custom-select select {
    border: none;
    outline: none;
    scroll-behavior: smooth;
    font-size: 12px;
    height: 22px;
    padding-right: 1px;
    padding-left: 1px;
    padding-bottom: 3px;
}

.custom-select .select-title {
    color: #1764a1;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #e2e2e2;
    height: 22px;
    padding-right: 0px;
    padding-left: 5px;
}


/* END */


/* End */

.birth-header {
    background: #f5f5f5;
    padding: 0px 10px;
    height: 27px;
    border-bottom: 1px solid white;
    border: none;
    background: #e4e4e4 !important;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.birth-header-heading {
    background: #efefef !important;
    padding: 1px 0 !important;
    cursor: pointer;
    height: 27px !important;
    border-bottom: none;
}

.stud-age {
    padding: 0;
    margin: 0;
    /* font-weight: bold; */
    line-height: 1.3;
    font-size: 13px;
}

.birth-header-small-text {
    color: white !important;
    font-weight: 600;
    font-size: 11px !important;
    /* text-decoration: underline;
    text-transform: uppercase; */
    background: #2aad06;
    padding: 2px 7px;
    border-radius: 50px !important;
}

.birth-p {
    padding: 0;
    margin: 0;
    font-size: 12px;
}

.birth-area {
    max-height: 330px !important;
    list-style: none;
    overflow-y: scroll;
    margin: 0;
    overflow: auto;
    height: auto !important;
    padding: 0;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
}

.slimScrollDiv {
    max-height: 330px !important;
    height: auto !important;
    transition: all .5s ease;
    width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.birth-name {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    width: 192px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.img-border {
    margin: 0 8px 0 0 !important;
    width: 45px !important;
    height: 45px !important;
    border-radius: 5px;
}

.total-count-Stud {
    padding: 0px 5px;
    font-size: 14px;
    margin-top: 0;
    width: auto;
    color: red;
    font-weight: bold;
    background: white;
    border-radius: 100%;
}

.label-span {
    top: 5px !important;
    position: absolute;
    right: 6px;
    padding: 2px 4px;
    background: #00a65a;
}


/* Student Birthday Notification */

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropbtn:hover {
    color: white;
}

.cake-icon {
    color: white;
    font-size: 18px;
    text-shadow: 2px 1px 2px #000000;
    margin: 12px 2px 0 0;
}

.cake-icon:hover {
    font-size: 18px;
    transition: .3s;
}

.dropdown {
    position: relative;
    display: inline-block;
    float: left;
}

.dropdown-content {
    position: absolute;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
    display: none;
    width: 325px;
    top: 32px;
}

.dropdown-content a {
    color: black;
    padding: 6px 9px !important;
    text-decoration: none;
    display: block;
    margin-left: 1px !important;
}

.dropdown-content a:hover {
    background-color: #f3f3f378;
}

.dropdown:hover .dropdown-content {
    display: block;
}


/* 
.dropdown-content a:hover {
    background-color: #f9f8f88a;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: transparent;
} */

.skin-blue .main-header .navbar .nav .birth-header-heading>li.active>a {
    color: white;
}

.skin-blue .main-header .navbar .nav .birth-header-heading>li>a {
    color: #287fc4;
}

.skin-blue .main-header .navbar .nav .birth-header-heading>li>a:hover {
    color: white;
}

#notification-scroll::-webkit-scrollbar {
    width: 7px;
    background-color: #F5F5F5;
}

#notification-scroll::-webkit-scrollbar-thumb {
    background-color: #e2e2e2;
    border-radius: 5px;
}

#notification-scroll::-webkit-scrollbar-track {
    background-color: #F5F5F5;
    border-radius: 5px;
}

.fav-label {
    margin-top: 24px;
    height: 21px;
    border: none;
    margin-left: -3px;
    color: white;
    background: #1764a1;
    font-size: 13px;
    border-radius: 0 3px 3px 0;
}


.center-divs {
    margin: 0 auto;
    width: 221px;
}

.wish-label {
    margin: 0;
    font-size: 11.5pt;
    text-align: left;
    color: #287fc4;
    font-weight: 600;
}

.radio-tile-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.input-container {
    margin: 0.5rem;
}

.radio-button {
    position: absolute;
    top: 11px;
    right: 12px;
    margin: 0;
    cursor: pointer;
}

.radio-button checkbox {
    background: black;
}

.radio-tile {
    width: 100%;
    background-color: #f9f9f9;
    border: none;
    float: left;
    box-shadow: 0 2px 2px #ddd;
    border-radius: 5px;
    border: 1px solid #f9f9f9;
    padding: 8px;
    transition: transform 300ms ease;
}

.radio-tile-label {
    font-size: 11px;
    color: #7B7B7B;
    border-left: 1px solid #ddd;
    list-style: none;
    padding: 0px 5px;
    margin: 0;
    float: left;
}

.radio-tile-label li {
    width: 88px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}

.radio-button:checked+.radio-tile {
    background-color: #f9f9f9;
    border: 1px solid #287fc4;
    box-shadow: 0 7px 7px #ddd;
}

.radio-button:checked+.radio-tile>.radio-tile-label {
    color: #287fc4;
}

.border-label {
    width: inherit;
    border-bottom: 0px;
    color: #1764a1 !important;
    margin-bottom: 0px;
    line-height: 1;
    font-size: 15px;
}

.check-mrk-btn input[type=checkbox] {
    cursor: pointer;
}

.check-mrk-btn:before {
    content: "";
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 0;
    left: 0;
    border: 1px solid #5fc2ff;
    border-radius: 3px;
    background-color: white;
}

.check-mrk-btn:checked:after {
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    border: solid #1764a1;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -2px;
    left: 6px;
}

.check-mrk {
    margin: 0 !important;
    position: sticky !important;
}

.sent-btn {
    background: #1764a1;
    color: white;
    margin: 0;
    float: right;
    border-radius: 5px;
    padding: -2px 22px !important;
    min-width: 69px !important;
}

.stud-image {
    width: 85px;
    height: 77px;
    border-radius: 5px;
}

.stud-image>img {
    width: 85px;
    height: 77px;
    border-radius: 5px;
}

.stud-profile-birth-p {
    font-size: 10.5pt;
    height: 18px;
    margin-bottom: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #3c8dbc;
}

.stud-profile-birth-p p {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    float: left;
    width: 125px;
    font-size: 12px;
    text-overflow: ellipsis;
}

.fav-label {
    margin-top: 24px;
    height: 21px;
    border: none;
    margin-left: -3px;
    color: white;
    background: #1764a1;
    font-size: 13px;
    border-radius: 0 3px 3px 0;
}

.ag-floating-filter-button {
    display: none !important;
}

.ag-theme-balham .ag-floating-filter-body {
    width: 100% !important;
}

.grid-first-column {
    border-left: none !important;
    padding-left: 5px !important;
}

.grid-column {
    border-left: 1px solid #ddd !important;
    padding-left: 5px !important;
}

.filter-icon {
    background-color: #1764a1;
    color: #fff;
}

.lookup-Totalcount-label {
    color: #1764a1;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
    background-color: #e2e2e2;
    height: 22px;
    padding-right: 0px;
    padding-left: 5px;
}

.Serialno-cell {
    padding-left: 6px !important;
    padding-right: 6px !important;
}

.backgroundnone {
    background: #eee !important;
    cursor: not-allowed;
}

.left-bt-group {
    float: none !important;
}

.btn_getdata {
    color: white;
    padding: -1px 10px;
    border: none;
    cursor: pointer;
    /* width: 20%; */
    float: right;
    height: 27px;
    background-color: Transparent;
    border-radius: 3px;
    border: 1px solid white;
    background: #1764a1;
    /* left: 53px; */
}

.select-dropdown {
    background-color: transparent !important;
    border: none !important;
}

.items-set-height {
    height: 26px;
}

.stud-image-mark {
    width: 61px;
    padding: 2px 2px;
    height: 61px;
    border-radius: 50%;
    top: -1px;
    bottom: 0;
    background: #fff;
    margin: auto;
    position: absolute;
    left: 0;
    border: 1px solid #fff;
    right: 0;
}

.grid-tolbar-height-auto {
    float: left !important;
    height: auto !important;
}

.grid-tolbar-height-set {
    height: 25px;
}

.grid-menu-mood {
    padding-top: 0px;
    top: 100%;
    left: 16px;
}

@media screen and (max-width: 768px) {
    .grid-btn-group {
        min-width: 85px !important;
    }
    .grid-menu-mood {
        top: 24% !important;
    }
}

.stud-image-mark>img {
    width: 56px;
    height: 54px;
    border-radius: 50%;
}

.Tile-view {
    width: 50%;
    height: 60px;
    float: left;
}

.Tile-viw {
    width: 50%;
    height: 60px;
    float: left;
    padding-left: 37px;
}

.stud-detail-align-Center {
    text-align: center;
    font-weight: 600;
}

.stud-detail-p {
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    float: left;
    max-width: 157px;
    font-size: 12px;
    text-overflow: ellipsis;
}

@media screen and (max-width: 680px) {
    .stud-image-mark {
        top: 0 !important;
        bottom: 0 !important;
        margin: auto !important;
        position: absolute !important;
        right: 14px !important;
        left: auto !important;
    }
    .Tile-view {
        width: 100% !important;
        padding: 0 !important;
    }
    .Tile-viw {
        width: 100% !important;
        padding: 0 !important;
    }
    .stud-detail-align-Center {
        text-align: left !important;
    }
}

.remove-ellipsis p {
    width: auto;
}

.revenue-tiles-head {
    width: 100%;
    padding: 8px 6px 0 0;
    text-align: right;
    font-size: 8.7pt;
    min-height: 20px;
    line-height: 1;
    font-weight: 600;
}

.revnue-tiles-count {
    width: 100%;
    padding: 0 6px;
    font-size: 14px;
    text-align: right;
    font-weight: 600;
}

.justgage-set {
    width: 116px;
    height: 109px;
    left: 69px;
    position: absolute;
    top: -6px;
}

.table-amount-td {
    color: green !important;
    font-weight: 700;
    text-align: right;
}

.table-blance-amount-td {
    color: red !important;
    font-weight: 700;
    text-align: right;
}

.timetable-td-first-add {
    vertical-align: top !important;
    padding: 0 !important;
    background-color: #e8e8e8b3 !important;
    border-bottom: 1px solid #356ca7;
}

.timetable-td-first-data {
    vertical-align: top !important;
    padding: 0 !important;
    border-right: 1px dotted #ddd !important;
    border-bottom: 1px solid #356ca7;
}

.timetable-td-first-data p {
    padding: 5px;
    margin: 0;
}

.timetable-td-first-data-heading {
    margin: 0;
    padding: 5px 7px;
}

.timetable-td-first-data-heading p {
    margin: 0;
    padding: 0;
}

.timttbl-period {
    margin: 0 !important;
    padding: 0 !important;
    color: #6c6e71;
    font-weight: bold;
}

.timttbl-period a {
    color: #6c6e71;
}

.days-onlclick {
    color: #fff;
    background-color: #356ca7;
    border-radius: 5px 5px 0 0;
    font-size: 14px;
    text-align: left;
    cursor: pointer !important;
}

.period-bg-head {
    height: 76px;
    min-width: 357px;
    border: 1px solid #bdc3c7;
    background-color: #f5f7f7;
    margin-bottom: -2px;
}

.border-right {
    border-right: 1px dotted #ddd;
}

.Emp-details-Title-img {
    width: 102px;
    height: 83px;
    border-radius: 5px;
    margin: 3px;
}

.Emp-details-Title {
    margin: 0;
    float: left;
    width: 103px;
    height: auto;
}

.Emp-details-Title p {
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    float: left;
    color: #7d7c7c;
    min-width: 102px;
}

.Emp-details-des {
    margin: 0;
    float: left;
    height: auto;
}

.Emp-details-des p {
    font-size: 13px;
    font-weight: 600;
    color: #1764a1;
    margin: 0;
}

.modal-header-tollbar {
    padding-right: 0px;
}

.periods-caption p {
    margin: 0;
    padding: 4px 12px;
    float: left;
    font-weight: 600;
    font-size: 12px;
    color: #717477;
    border-right: 1px solid #fff;
}

.tab-bars-icon {
    float: right;
    color: #808386;
    font-size: 12px !important;
    margin: 5px;
    cursor: pointer;
}

.table-scroll {
    position: relative;
    width: 100%;
    z-index: 1;
    margin: auto;
    overflow: auto;
    height: 350px;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-wrap {
    position: relative;
}

.table-scroll th,
.table-scroll td {
    padding: 3px 10px !important;
    font-size: 12px;
    color: #287fc4;
    border-left: 1px dotted #ddd;
    border-bottom: 1px dotted #ddd;
}

.table-scroll thead th {
    position: sticky;
    top: 0;
    background-color: #f9f9f9;
    color: #909090;
    border-bottom: 1px solid #ddd;
}

.center-head-footer-txt {
    text-align: right;
}

.table-scroll tfoot,
.table-scroll tfoot th,
.table-scroll tfoot td {
    position: sticky;
    background-color: #f9f9f9;
    bottom: 0;
    color: #909090;
    z-index: 4;
    border-top: 1px solid #ddd;
}

.time-tbl {
    color: #5d7482 !important;
    font-weight: 600;
}

.box-title-timetbl {
    font-size: 13px;
    font-weight: 600;
    color: #7B7B7B;
}

.emp-img-timetbl {
    float: left;
    border-right: 1px dotted #ddd;
}

.emp-img-timetbl>img {
    margin: 4px 9px;
    width: 74px;
    height: 65px;
}

.time-tbl-Booked {
    float: left;
    margin: 3px 2px;
}

.time-tbl-Booked>span {
    background: #3270d3b5;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 2px;
    margin-top: 3px;
}

.time-tbl-Booked p {
    font-size: 13px;
    float: left;
    margin: 0;
}

.time-tbl-free {
    float: left;
    margin: 3px 2px;
}

.time-tbl-free>span {
    background: #00a65acc;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 2px;
    margin-top: 3px;
}

.time-tbl-free p {
    font-size: 13px;
    float: left;
    margin: 0;
}

.time-tbl-Reserved {
    float: left;
    margin: 3px 2px;
}

.time-tbl-Reserved>span {
    background: #d74737;
    width: 10px;
    height: 10px;
    float: left;
    margin-right: 2px;
    margin-top: 3px;
}

.time-tbl-Reserved p {
    font-size: 13px;
    float: left;
    margin: 0;
}

.wrapper1 {
    display: flex;
    align-items: stretch;
}

#sidebar1 {
    min-width: 400px;
    max-width: 400px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #fff;
    transition: all 0.3s;
    margin-top: 5px;
    position: absolute;
    right: 0;
    height: 100%;
    background: #f9f9f9;
    z-index: 0;
}

.sidebar1 {
    min-width: 400px;
    max-width: 400px;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #fff;
    transition: all 0.3s;
    margin-top: 5px;
    position: absolute;
    right: 44px;
    height: 100%;
    background: #f9f9f9;
    z-index: 0;
}

#sidebar1.active {
    min-width: 0px;
    max-width: 0px;
    text-align: center;
}

#sidebar1.active .sidebar-header h3,
#sidebar1.active .CTAs {
    display: none;
}

#sidebar1.active .hours-details {
    display: none;
}

#sidebar1.active .timetbl-tbl {
    display: none;
}

#sidebar1.active .timetbl-tbl tr th {
    display: none;
}

#sidebar1.active .timetbl-tbl tr td {
    display: none;
}

#sidebar1 .sidebar-header h3 {
    margin: 0;
    text-align: left;
    color: white;
    font-weight: bold;
    font-size: 12px;
    background: #356ca7;
    padding: 5px 5px;
    margin: 0;
}

#sidebar1 .hours-details p {
    padding: 1px 5px;
    width: 100%;
    float: left;
    font-size: 8pt;
    font-weight: 600;
    margin: 0;
    color: #797878;
    font-family: arial;
}

#sidebar1 .hours-details p span {
    float: right;
}

#sidebar1 .timetbl-tbl tr th {
    font-size: 8pt;
    color: #797878;
    font-weight: 600;
    text-align: center;
    font-family: arial;
}

#sidebar1 .timetbl-tbl tr td {
    font-size: 8pt;
    color: #356ca7;
    font-weight: 600;
    text-align: center;
    font-family: arial;
}

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

.time-tbl-summry {
    height: 100%;
    float: right;
    padding: 0 0;
    margin-top: 5px;
    border-radius: none;
    color: #287fc4;
    outline: none;
    font-size: 9.5pt;
    font-family: arial;
    cursor: pointer;
    white-space: nowrap;
    background: #e2e2e2;
    border: none;
}

.time-tbl-summry:active {
    color: #287fc4;
    background: #e2e2e2;
}

.time-tbl-summry:link {
    outline: none;
}

.time-tbl-summry:hover {
    color: white;
    background-color: #356ca7;
    cursor: pointer;
}

@media (max-width: 768px) {
    #sidebar1.active {
        min-width: 0px;
        max-width: 0px;
        text-align: center;
        right: 6.7%;
    }
    .time-tbl-summry {
        margin-left: -4.7%;
        position: relative;
        margin-top: 0;
    }
    .timetable-td-first {
        min-width: 186px;
    }
    .timetable-td {
        min-width: 144px;
    }
    .resposive-table {
        min-width: 144px;
    }
    #sidebar1 {
        min-width: 203px;
        max-width: 203px;
        text-align: center;
        margin-top: 0;
        right: 3%;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar1.active {
        margin-left: 0 !important;
    }
    #sidebar1 .sidebar-header strong {
        display: block;
    }
    #sidebar1 {
        margin-left: 0;
        height: 97%;
    }
}

@media (max-width: 1180px) {
    .timetable-td {
        min-width: 144px;
    }
}

@media (max-width: 980px) {
    #sidebar1.active {
        min-width: 0px;
        max-width: 0px;
        text-align: center;
        right: 3.4%;
    }
    .time-tbl-summry {
        margin-left: -3.5%;
        position: relative;
        margin-top: 0;
    }
    .timetable-td-first {
        min-width: 186px;
    }
    .timetable-td {
        min-width: 144px;
    }
    .resposive-table {
        min-width: 144px;
    }
    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    #sidebar1.active {
        margin-left: 0 !important;
    }
    #sidebar1 {
        margin-left: 0;
        height: 95.5%;
        min-width: 400px;
        max-width: 400px;
        /* text-align: center; */
    }
    #sidebar1Collapse span {
        display: none;
    }
}

.info-box-text {
    font-size: 11px;
    color: #797878;
    font-weight: bold;
    width: 80px;
}

.subject-heading {
    width: 100%;
    /* background: #f2f2f2; */
}

.subject-heading h2 {
    padding: 5px;
    margin: 0;
    font-weight: 700;
    color: #287fc4;
    border-radius: 3px;
    background: #eeeeee;
    font-size: 13px;
}

.field-data {
    width: 50%;
    float: left;
}

.field-data h2 {
    color: #7B7B7B;
    font-size: 13px;
    margin: 0;
    font-weight: 600;
    margin-top: 2px;
}

.Total-color {
    color: #1764a1 !important;
}

.obtaiend-color {
    color: green !important;
}

.Total-color {
    color: #1764a1;
}

.grade-circle {
    background: #287fc4;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: black;
    padding: 7px;
    line-height: 1.2;
    margin: auto 30px;
    text-align: center;
}

.grade-circle .innerTEXT {
    position: relative;
    top: 3px;
    color: white;
    font-weight: bold;
}

.cell-value-r{
    background-color: #0cd36e !important;
    color: white;
}

.cell-value-u{
    background-color: #e55252 !important;
    color: white;
}

.cell-value-s{
    background-color: #4fa5e8;
    color: white;
}

.cell-value-p{
    background-color: #f3bd18 !important;
    color: white;
}
.expse_btn
{
    margin-top: 13px;
    background: #e2e2e2 ;
    border-radius: 5px;
}
.expse_btn:hover
{
    color: white;
    background: #1764a1;
}

/* dual-list  */

.dual-list input {
    height: 33px !important;
}

.dual-list .record-picker {
    height: 220px;
}

.dual-list .btn-primary, .dual-list .btn-default {
    background: #287fc4;
    color: #fff;
    border: none !important;
}
.dual-list .btn-primary:active:focus
{
    background-color: #287fc4c7 !important;
    color: #fff !important;
}

.dual-list .btn-default:active:focus
{
    background-color: #287fc4c7 !important;
    color: #fff !important;
}

.record-picker{
    height: 400px !important;
}

.record-picker > li {
    padding-top: 0 !important;
    padding-bottom: 0px !important;
}

.dual-list .btn-default.disabled.focus, 
.dual-list .btn-default.disabled:focus, 
.dual-list .btn-default.disabled:hover, 
.dual-list .btn-default[disabled].focus, 
.dual-list .btn-default[disabled]:focus, 
.dual-list .btn-default[disabled]:hover, 
fieldset[disabled] .dual-list .btn-default.focus, 
fieldset[disabled] .dual-list .btn-default:focus,
 fieldset[disabled] .dual-list .btn-default:hover {
    background-color: #287fc4c7 !important;
    color: #fff !important;
    border-color: transparent !important;
}


/* dual-list  */

.gm-style .gm-style-iw-d {
    box-sizing: border-box;
    overflow: hidden !important;
    max-height:  140px !important;
    width: 100% !important;
}

.gm-style .gm-style-iw-c {
    position: absolute;
    box-sizing: border-box;
    overflow: hidden;
    top: 0;
    left: 0;
    transform: translate(-50%,-100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px;
    box-shadow: 0 2px 7px 1px rgba(0,0,0,0.3);
    max-height:  140px !important;
    width: 100% !important;
}

.gm-ui-hover-effect{
    height:  35px !important;
    width: 35px !important;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 10px 15px;
    font-family: fontAwesome;
}

.sidebar-menu>li>a:hover {
    background: #287fc4 !important;
    color: #fff;
}
