/* ============================================
   FORM INPUTS & LABELS
   ============================================ */

label {
    font-weight: bold;
}

.field-users-password,
.field-users-email {
    width: 100% !important;
    padding-left: 5%;
}

.field-users-password {
    width: 90% !important;
}

.invalid-feedback {
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 0;
}

.required-staric {
    float: right;
    color: red;
}

.required .required-staric,
.field-sessions-rotationunit .required-staric {
    display: none;
}

.help-block {
    color: red;
}

/* ============================================
   BACKGROUNDS & IMAGES
   ============================================ */

.auth-wrapper.auth-cover {
    background: url('/uploads/rmur-cover-image.jpg');
    background-size: 100% auto;
}

.register-page-cover-image-sidebar {
    background: url('/uploads/signup.png');
    background-size: 100% 100%;
}

/* ============================================
   PREVIEW & THUMBNAILS
   ============================================ */

.already_added_preview,
.profile_pic_preview {
    text-align: center;
    border: 0.5px solid #999;
}

.already_added_preview {
    margin-top: 10px;
    padding: 5px 0;
    height: 110px;
}

.already_added_preview img {
    height: 100px;
    width: auto;
}

.profile_pic_preview {
    margin-bottom: 10px;
    padding-bottom: 5px;
    height: 100px;
    width: 100px;
}

.profile_pic_preview img {
    height: 100px;
    width: 100%;
}

/* ============================================
   LAYOUT UTILITIES
   ============================================ */

.header-side-view {
    width: 20%;
    float: left;
    padding: 0;
}

.header-title-heading {
    width: 60%;
    float: left;
    padding: 0;
}

.emp_info {
    width: 30% !important;
}

.disabled-link {
    pointer-events: none;
    cursor: default;
    background: #8f8f8f !important;
}

#toast-container {
    display: none !important;
}

/* ============================================
   FILE UPLOAD
   ============================================ */

.ff_fileupload_wrap table.ff_fileupload_uploads td.ff_fileupload_summary .ff_fileupload_filename {
    white-space: pre-wrap !important;
}

.ff_fileupload_uploads {
    word-break: break-word;
}

.toast-body {
    padding: 0 5px 5px 10px !important;
}

/* ============================================
   PANELS & TABLES
   ============================================ */

.panel {
    margin-bottom: 15px;
    background-color: white;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel table th {
    color: #6E6B7B !important;
}

.panel-heading {
    color: #fff;
    background-color: #931718;
    border-color: #337ab7;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-radius: 3px 3px 0 0;
}

.two-column-table th,
.two-column-table td {
    width: 25%;
}

.card .card-header {
    color: #dcdcdc !important;
    background: #10163a !important;
}

.card .card-header h1,
.card .card-header h2,
.card .card-header h3,
.card .card-header h4,
.card .card-header h5,
.card .card-header h6 {
    color: white !important;
}

.card-header .feather-plus {
    float: left;
    margin-top: 5px;
}

.modal-header,
.panenl-heading-title {
    background: black !important;
    padding: 10px !important;
}

/* ============================================
   SESSION TIME TABLE
   ============================================ */

.session-time-table table .timeduration {
    width: 25%;
}

.session-time-table table .dateday {
    width: 15%;
}

.session-time-table th,
.session-time-table td {
    text-align: center;
}

.session-time-table p {
    margin-bottom: 0;
}

.session-time-table .timetable {
    background: #000;
    color: #fff;
    font-weight: bold;
}

.session-time-table .department {
    background: #891111;
    color: #fff;
}

.session-time-table .sessionBatch {
    padding: 0 5px;
    background: #2f8799;
    color: #fff;
    margin-right: 3px;
    font-size: 12px;
}

.session-time-table .sessioncampus {
    padding: 0 5px;
    background: #eb7b10;
    color: #fff;
    font-size: 12px;
}

.session-time-table .sessionvenue {
    padding: 0 5px;
    background: #7d7876;
    color: #fff;
    font-size: 12px;
}

.session-time-table .sessionTypeBatch {
    background: #4f30a7;
    padding: 0 5px;
    margin-right: 3px;
    color: #fff;
    font-size: 12px;
}
/* ============================================
   STUDENT CARD
   ============================================ */

.image-card {
    height: 250px;
    max-width: 400px;
}

.student-card-section {
    background: url('../images/cards/card.jpg');
    background-size: 475px 287px;
    background-repeat: no-repeat;
}

.student-card-section-content {
    width: 400px;
    height: 205px;
    margin-top: 95px;
}

.card-heading {
    float: left;
    width: 70px;
    font-size: 12px;
}

.card-image {
    width: 90px;
    height: 110px;
    margin-top: 20px;
}

.card-stamp {
    width: 55px;
    margin-top: -30px;
}

.student-card-title {
    text-decoration: underline;
    font-size: 12px;
}

.card-description {
    float: left;
    margin: 0;
    border-bottom: 1px dotted;
    width: 80px;
    font-size: 12px !important;
    text-align: justify;
}

.card-description-address {
    width: 215px;
    text-align: left;
    text-decoration: underline;
    float: left;
    margin: 0;
    font-size: 12px !important;
    word-spacing: -1px;
    text-decoration-style: dotted;
    text-decoration-thickness: from-font;
    min-width: 242px;
}

/* ============================================
   TABS
   ============================================ */

.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    background-color: #ddd;
}

.tab button.active {
    background-color: #e02222;
    color: white;
}

.tabcontent,
.subtabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}

.tab-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f1f1f1;
}

/* ============================================
   ACCORDION
   ============================================ */

.accordion {
    background-color: #10163a !important;
    color: #dcdcdc !important;
    cursor: pointer;
    padding: 5px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
}

.accordion:hover {
    background-color: #ccc;
}

/* ============================================
   MESSAGES
   ============================================ */

.display_error_messages {
    color: red;
}

.display_success_messages {
    color: green;
}

/* ============================================
   SESSION & APPOINTMENTS
   ============================================ */

.sessionDateTime {
    vertical-align: middle !important;
    text-align: center;
}

.sessionDateTimeRow,
.sessionDateTimeRow td {
    background: #bc3333 !important;
    color: white !important;
    font-weight: bold;
}

.display_attended_on {
    display: none;
}

.session-dropdown select {
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-size: 14px;
    background: #b11a09;
    color: white;
}

.time-table-sub-sessions-group th,
.time-table-sub-sessions-group td {
    font-size: 10px;
    padding: 3px;
}

/* ============================================
   UTILITIES & TEXT
   ============================================ */

.vertical-text {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    white-space: nowrap;
    text-align: center;
    vertical-align: middle;
}

.vertical-align-middle {
    text-align: center;
    vertical-align: middle;
}

.fixed-dept {
    width: 220px;
    max-width: 220px;
    white-space: normal;
    word-break: break-word;
}

#info-table td {
    background: white !important;
}

.document-upload-confirm-note {
    font-size: 10px;
    color: #811f0c;
}

/* ============================================
   PRINT STYLES
   ============================================ */
  


@media print {
    div,
    body {
        -webkit-print-color-adjust: exact;
    }

    .main-menu,
    .header-navbar-shadow,
    .content-overlay,
    .scroll-top,
    .go-back-btn,
    .btn {
        display: none !important;
    }

    .app-content {
        padding: 0 !important;
    }

    .sessionDateTimeRow,
    .sessionDateTimeRow td {
        background: #bc3333 !important;
        color: white !important;
        font-weight: bold;
    }
}

/* ============================================
   DARK LAYOUT
   ============================================ */

@media screen {
    .dark-layout .panel,
    .dark-layout .card {
        background-color: unset !important;
    }
}