/* put your own styles to customize and override the theme */
body{
    color: #555;
}
@media (min-width: 992px){
    .page-inner {
        padding-right: 1rem;
        padding-left: 1rem;
        padding-top: 1rem;
    }
}
.auth-footer{
    text-align: center;
    font-size: 0.8rem;
}
.dataTables_paginate{
    float: right;
}
.table-striped tbody tr:nth-of-type(odd){
    background-color: #fcfcfc;
}
.table{
    color: #555;
}
.table td{
    padding: 0.2rem 0.4rem;
    vertical-align:middle;
    font-size: .85rem;
    color: #555;
}
.table thead th {
    width: auto !important;
}
.header-fixed thead th{
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
}
.page-link{
    color: #777;
}
.modal-body{
    padding: 0.2rem 1rem 0.8rem 1rem;
}
.modal{
    top: 30px;
}
.modal-body-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 1rem;
}
.tile-circle{
    margin-right: 1rem;
}
.flatpickr-day{
    line-height: 25px !important;
}
span.flatpickr-weekday{
    text-decoration: none;
}
.flatpickr-current-month .flatpickr-monthDropdown-months{
    font-size: initial !important;
}
.flatpickr-current-month input.cur-year{
    font-size: initial !important;
}
.help-block{
    color: #c82d22;
    font-size: 12px;;
}
.swal2-popup.swal2-toast {
    box-shadow: 0px 0px 2px #666 !important;
}
.swal2-toast-shown .swal2-container.swal2-top-end{
    right: 24px !important;
}
@media (min-width: 768px){
    .auth-header {
        margin-bottom: -3rem;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media (max-height: 992px){
    .page {
        min-height: calc(100vh - 7.8rem);
    }
}
.ui-datepicker{
    z-index: 1050 !important;
}
.ps__thumb-y{
    width: 8px;
    right: 0px;
    border-radius: 8px;
    background-color: rgb(170, 170, 170);
}
.ps__rail-y{
    border-left: 1px solid #fff;
    border-right: 1px solid #ccc;
}
.ps--active-y>.ps__rail-y{
    background-color: #ebebeb;
}
.ps__rail-y:hover{
    background-color: #ebebeb;
}
.app.has-compact-menu .stacked-menu .has-child.has-open>.menu {
    border: 1px solid #ddd;
    box-shadow: 3px 3px 3px #eee;
}
.app.has-compact-menu .stacked-menu .has-child>.menu .menu {
    border-radius: 0rem;
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
#select2-get_Institute-container {
    font-size: 14px;
    font-weight: normal;
}
.table tbody+tbody{
    border-top:0px;
}
.section-block {
    margin: 0;
}
.card-metric{
    background-color: #346CB0;
    color: #fff;
    margin-bottom: 20px;
}
.metric-row .metric {
    margin: 0;
    min-height:0;
}

/*---- Display Menu List with Checkbox ----*/
#menuList ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;
  }
  
#menuList li {
    float: left;
  }
  
#menuList li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
  }
  
#menuList li a:hover {
    background-color: #111111;
  }

/*---- Attendance Sheet Report ----*/
.table-sheet{
    padding: 15px;
}
.sheet{
    margin-top: 1rem;
}
.table-sheet .sheet td, .sheet th{
    border: 1px solid #666;
    color: #333;
    padding: 0.1rem;
    vertical-align:middle;
}
.rotated{
    padding: 5px;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    width: 1.5em;
    height:90px;
}
.table-sheet div{
    transform: rotate(-90.0deg); /* W3C */
    -webkit-transform: rotate(-90.0deg); /* Safari & Chrome */
    -moz-transform: rotate(-90.0deg); /* Firefox */
    -ms-transform: rotate(-90.0deg); /* Internet Explorer */
    -o-transform: rotate(-90.0deg); /* Opera */
    margin-left: -37px;
    margin-right: -10em;
    color:#333;
    font-size: 14px;
    width: 90px;
}
.table-sheet div span{
    background-color:rgb(221, 244, 252);
    padding: 1px 8px;
}
.subject_sheet{
    margin-top: 0px;
    margin-bottom: 15px;
}
.table-sheet .subject_sheet td, .subject_sheet th{
    border: 1px solid #555;
    color: #555;
    padding: 0.1rem;
    vertical-align:middle;
}
.subject_sheet_table{
    border: 1px solid #555;
    margin-bottom: -1px;
    width: 100%;
}
.subject_sheet_table th{
    padding: 5px 0px 0px 10px;
}
/*---- Attendance Sheet Design ----*/
.card-header-sheet {
    padding: 0.5rem 1rem;
    margin-bottom: 0;
    background-color: transparent;
}
.sheet_title{
    text-align: center;
}
.sheet_title h3{
    display:inline-block;
    font-size: 1rem;
    margin-left: 15px;
    text-decoration: underline;
}
.sheet_title h4{
    font-size: 16px;
    font-weight: normal;
    margin-top: -12px;
}
.sheet_status {
    font-size: 12px;
    margin-left: 15px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 0px;
}
.sheet_total_student{
    width: 25%;
    font-weight: bold;
    background-color: rgb(231, 237, 243);
}
.sheet_absentee{
    width: 25%;
    font-weight: bold;
    background-color: blanchedalmond;
}
.sheet_present{
    width: 25%;
    font-weight: bold;
    background-color:  rgb(231, 237, 243);
}
.sheet_absent_all{
    width: 25%;
    font-weight: bold;
    background-color: blanchedalmond;
}
.sheet_absent_all label{
    margin: 0.2rem;
}
.attendance_table{
    width: auto;
}
.attendance_table td {
    padding-right: 70px;
    padding-left: 10px;
}
.sheetError{
    background-color: #fff2f2;
    margin: 0px 20px;
    text-align: center;
    border: 1px solid #ffddda;
    border-radius: 5px;
}
.sheetError h2{
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    font-weight: normal;
}
.attendance_report_table{
    margin: 0 auto;
}
.attendance_report_table td{
    padding: 0px 10px;
}
.attendance_report_table h4{
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
}
/*------------- Student Log ---------*/
.select2-container .select2-selection{
    height: 35px !important;
}
.select2-container .select2-selection .select2-selection__rendered{
    line-height: 36px !important;
}
.select2-container .select2-selection .select2-selection__arrow{
    height: 35px !important;
}
/*----------------Sheet Edit---------------*/

.radio-item input[type='radio'] {
    visibility: hidden;
    height: 14px;
    margin: 0 2px 0 10px;
    padding: 0;
}
.radio-item input[type=radio]:before {
    position: relative;
    margin: 1px -21px -3px 0;
    display: inline-block;
    visibility: visible;
    width: 14px;
    height: 14px;
    border-radius: 10px;
    border:1px solid #ccc;
    content: "";
}
.radio-item input[type=radio]:checked:after {
    position: relative;
    top: 1px;
    left: 9px;
    display: inline-block;
    visibility: visible;
    border-radius: 6px;
    width: 10px;
    height: 10px;
    background: radial-gradient(ellipse at top left, rgb(215 227 254) 0%, rgb(145 184 255) 5%, rgb(6 77 238) 95%, rgb(3 33 88) 100%);
    content: "";
}
.radio-item input[type=radio].present:checked:after {
    background: radial-gradient(ellipse at top left, rgb(215 227 254) 0%, rgb(145 184 255) 5%, rgb(6 77 238) 95%, rgb(3 33 88) 100%);
}
.radio-item input[type=radio].absent:checked:after {
    background: radial-gradient(ellipse at top left, rgb(255,225,200) 0%, rgb(250,200,150) 5%, rgb(200,25,0) 95%, rgb(100,25,0) 100%);
}
.radio-item input[type=radio].leave:checked:after {
    background: radial-gradient(ellipse at top left, rgb(245,255,200) 0%, rgb(225,250,100) 5%, rgb(75,175,0) 95%, rgb(25,100,0) 100%);    
}
.radio-item label {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    margin: 0;
    padding: 0;
}
/*---- Sheet Print ----*/
.print-sheet{
    border: 1px solid #333;
    margin-top: 20px;
}
.print-sheet tr th{
    color: #333;
    font-size: 14px;
    border: 1px solid #333;
    width: auto;
    padding: 8px;
}
.print-sheet tr td{
    color: #333;
    font-size: 14px;
    border: 1px solid #333;
    width: auto;
    min-width: 98px;
    max-width: 120px;
    padding: 8px;
}
.printSheet_stamp{
    margin-top: 75px;
    padding-bottom: 30px;
}
.printSheet_stamp p{
    margin: 0;
    padding: 0;
    float: left;
    width: 200px;
    border-top: 1px solid;
    text-align: center;
}
.select2-container--default.select2-container--focus .select2-selection--multiple{
    height: auto !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    top: 10px;
}
.select2-container--default .select2-selection--multiple {
    height: auto !important;
}
.viewstudent{
    margin-bottom: 15px;
}
.viewstudent th{
    padding: 5px;
}
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
    color: #000000;
    background-color: #d6ebff;
}
.nav-tabs .nav-link.active {
    background-color: #fafafa;
    border: 1px solid #f44336;
    border-width: 0 0 3px;
}
.nav-tabs {
    border-bottom: 0px;
}
.nav-tabs .nav-link {
    padding: 5px 25px;
    background-color: #fafafa;
    margin: 0px 1px;
    border: 1px solid #e1e1e1;
    border-width: 0 0 3px;
}
.viewmonth{
    background-color: #fafafa;
}
.payement_due {
    background-color: #ff9800;
    padding: 3px 7px;
    color: #fff;
    font-weight: 600;
    margin: -4px;
    border-radius: 3px;
}
.payement_received {
    background-color: #4caf50;
    padding: 3px 7px;
    color: #fff;
    font-weight: 600;
    margin: -4px;
    border-radius: 3px;
}
.payement_add{
    background-color: #2196f3;
    padding: 3px 7px;
    color: #fff;
    font-weight: 600;
    margin: -4px;
    border-radius: 3px;
}
.payement_received_next{
    background-color: #009688;
    padding: 3px 7px;
    color: #fff;
    font-weight: 600;
    margin: -4px;
    border-radius: 3px;
}
.no-data{
    padding: 10px;
    border: 1px solid #ddd;
}
.page-break{ 
    page-break-after: always; 
    width:auto; 
    margin:0 auto; 
}
@media print{@page {size: landscape}}
.overlay{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1060;
    background: rgba(255,255,255,0.8) url("/qsd/assets/images/ajax-loader.gif") center no-repeat;
}
body.loading{
    overflow: hidden;   
}
body.loading .overlay{
    display: block;
}