body, .page-wrapper {
    background-color: #eef5f9;
}

.shadow {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .05) !important;
}

.shadow-md {
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.card {
    border-radius: 0.5rem;
}

.page-titles {
    padding: 15px 0;
}

@media (max-width: 767px) {
    .page-titles {
        padding: 30px 0px !important;
    }

    .landing-question {
        font-size: 18px;
        line-height: 24px;
    }
}

/* Report Absence */

.period-slot {
    display: inline-block;
    text-align: center;
    font-size: 1.0rem;
    font-weight: 400;
    border-radius: 5px;
    margin-bottom: 10px;
}

.period-slot p {
    text-align: center !important;
}

.period-slot-timing {
    font-size: 0.8rem;
}

@media (max-width: 767px) {
    .period-slot {
        width: 25% !important;
    }
}

.period-slot:hover {
    background-color: #26a69a;
    color: #ffffff;
    cursor: pointer;
}

.period-slot-selected {
    background-color: #26a69a;
    color: #ffffff;
    cursor: pointer;
}

.period-slot-disable {
    background-color: #999;
}

.period-slot-disable p {
    text-align: center !important;
}

.datepicker {
    border-radius: 4px !important;
    padding: .375rem .75rem;
}

.datepicker table {
    font-size: 0.9rem;
}

.page-titles {
    padding: 15px 0px;
}

.select2-container {
    font-weight: 400;
}

.select2-container .select2-selection--single, .select2-container .select2-selection--multiple, .select2-container .select2-selection--single .select2-selection__rendered {
    padding: .25rem .5rem;
    line-height: 1.5;
    height: auto !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #67757c;
}

form label {
    color: #455a64;
}

/* Relief Assignments */

.absent-teachers-card {
    background-color: #f9f9f9;
    max-height: 200px;
    overflow-y: auto;
}

.absentee-card {
    background-color: #ffffff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px !important;
    padding: 10px;
    margin-bottom: 15px;
}

.absentee-card img {
    height: 50px;
    width: 50px;
    margin: 10px 0px;
}

.absentee-card p {
    font-weight: 400;
    font-size: 0.75rem;
    color: #333333;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.assign-periods {
    padding: 0.5rem;
}

.assign-periods:hover {
    cursor: pointer;
    background-color: #f2f4f8;
}

.is-absent {
    color: #ffffff;
    background-color: rgba(220, 53, 70, 0.9) !important;
}

.is-absent:hover {
    background-color: rgba(220, 53, 70, 0.9) !important;
}

.assign-periods-info, .assign-periods-info-none {
    min-height: 90px;
    height: 90px;
}

.exam-periods-info, .exam-periods-info-none {
    padding: 0.5rem 0.5rem 0.25rem 0.5rem;
    margin-bottom: 0.5rem;
}

@media (max-width: 1000px) {
    .assign-periods-info, .assign-periods-info-none, .exam-periods-info, .exam-periods-info-none {
        width: 100px !important;
        min-width: 100px !important;
    }
}

.absentee-card:hover,
.absentee-card.active,
.assign-periods-info:hover,
.assign-periods-info.active,
.assign-periods-info-none.active,
.exam-periods-info:hover,
.exam-periods-info.active,
.exam-periods-info-none.active {
    cursor: pointer;
    color: #343a40;
    background-color: #ffc107 !important;
}

.assign-subject {
    font-weight: 500;
    font-size: 0.85rem;
    margin-bottom: 10px;
}

.assign-class, .assign-venue {
    font-weight: 400;
    font-size: 0.65rem;
    margin-bottom: 10px;
}

.assign-teachers {
    font-weight: 400;
    font-size: 0.65rem;
    margin-bottom: 0px;
}

.assign-periods-info-none:hover {
    background-color: #f2f4f8;
}

.available-teachers td, .available-teachers th {
    background-color: #ffffff;
}

td.assign-periods-info.active, td.assign-periods-info-none.active {
    background-color: #ffc107 !important;
}

.available-teachers-card {
    border: 2px solid #dee2e6 !important;
}

.available-teachers-card.active {
    border-color: #26dad2 !important;
}

.available-teachers-card:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
}

.tooltip-inner {
    text-align: left;
}

/* Check Availability */

.subject-text {
    font-size: 0.875rem !important;
    font-weight: 600;
}

.class-text {
    font-size: 0.7rem !important;
}

.timetable-table td {
    width: 70px;
    min-width: 70px;
    min-height: 70px;
    vertical-align: middle;
    text-align: center;
    border-color: #666;
}

.empty-td {
    min-height: 70px;
}

/* .col-15 {
    width: calc(100% / 15);
    padding: 0.5rem !important;
} */

/* Background colors */

.bg-grey {
    background-color: #cccccc;
}

.bg-light-blue {
    background-color: #f2f4f8;
}

.highlighted-card {
    border: 2px solid steelblue;
}

.select2-container--bootstrap4 .select2-selection--multiple .select2-selection__choice {
    background-color: #eeeeee;
}

.note-editor.note-airframe, .note-editor.note-frame {
    border: 1px solid #ced4da;
}

.note-editor.note-airframe .note-editing-area .note-editable, .note-editor.note-frame .note-editing-area .note-editable {
    font-weight: 400;
    color: #67757c;
}

.note-editor.note-airframe .note-status-output, .note-editor.note-frame .note-status-output {
    height: auto;
    border-top: none;
}

/* Disable image dragging for summernote */

.note-editor .note-dropzone {
    opacity: 0 !important;
}

.dt-buttons .dt-button {
    border: none;
}

.dt-buttons .dt-button:hover {
    background: #0063cc;
    color: #ffffff;
}

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

.text-sm {
    font-size: 85%;
}

/* jQuery UI */

.ui-widget {
    font-family: inherit;
}

.ui-tabs .ui-tabs-nav {
    padding: 1em 1.4em;
}

.ui-widget-header {
    border: none;
    background-color: transparent;
}

.ui-widget.ui-widget-content {
    border: none;
    box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05);
}

.ui-tabs .ui-tabs-nav li {
    border-radius: 5px;
    border-bottom-width: 1px;
    margin: 1px 1.0em 0 0;
}
