/*
    Basic Classes
*/

html, body {
    width: 100%;
    height: 100%;
}

.page_container {
    font-family: 'Roboto', sans-serif;
    padding: 10px;
    margin: auto;
    position: relative;
    width: 95%;
    min-height: 1000px;
    color: #333333;

}

.silver_border {
    border: #EEEEEE solid 1px;
}

.white_background {
    background-color: white;
}

.width_90 {
    width: 90%;
}

/*.input-width-50{*/
/*width: 50%;*/
/*}*/

.width_100 {
    width: 100%;
}

.attendance-modal {
    border-radius: 8px;
    border: 0;
}

.attendance-modal-header {
    background-color: #29658F;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
    height: 48px;
    padding: 12px;
    width: 100%;
    align-items: baseline;
}

.student-modal-header {
    background-color: #F4F7F9;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
}

.modal_expanded_image {
    width: 25px;
    height: 25px;
}

.modal_checkbox_text {
    text-align: left;
    font-size: 1.5em;
    display: inline-block;
    width: 80%;
}

/*.modal-dropdown{*/
/*margin: auto;*/
/*}*/

.whitespace_50_px {
    height: 50px;
}

/*.selected{*/
/*font-weight: bold;*/
/*}*/

.fixed_boxes {
    width: 9%;
    height: 5%;
    display: block;
}

.popup {
    width: 40%;
    height: 50px;
    padding: 6px;
    position: absolute;
    left: 30%;
    top: 250px;
    z-index: 1000;
    font-size: x-large;
    text-align: center;
}

.holder {
    width: 100%;
    display: block;
}

.inline_block {
    display: inline-block;
}

.centered_text {
    text-align: center;
}

/*
    Take Record View
*/
.topBanner {
    width: 100%;
    padding-right: 15px;
    margin-bottom: 35px;
}

.topBanner .title {
    text-align: right;
    min-width: 55%;
}

.topBanner .title.mainHeader {
    font-size: 36px;
    color: #666;
}

.topBanner .title.subHeader {
    font-size: 26px;
    color: #555;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.testing_info_div {
    float: right;
    border: solid 0.5px grey;
    max-width: 250px;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
    background-color: #EEEEEE;
}

.returnLink {
    font-size: 16px;
    float: left;
    padding-left: 80px;
    line-height: 24px;
    margin-top: 0;
}

.bold {
    font-weight: bold;
}

.infoBubble:hover {
    cursor: help;
    float: right;
}

.action_bar_div,
.export_button {
    /*height: 45px;*/
    /*max-width: 45px;*/
    /*text-align: center;*/
    /*margin: 0 5px;*/
}

.action_bar_div .bottom_text_label {
    margin-top: -10px;
    font-size: smaller;
}

.action_bar_div div,
.infoBubble div {
    display: none;
}

.action_bar_div:hover div,
.infoBubble:hover div {
    display: block;
    background-color: #444;
    color: white;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    top: 60px;
    z-index: 1000000;
    width: 350px;
    right: 0;
}

.settings_container {
    /*padding-left: 80px;*/
    /*padding-right: 80px;*/
    /*padding-top: 15px;*/
    /*padding-bottom: 20px;*/
    padding: 20px 80px;
}

.settings_container:nth-child(odd) {
    background-color: #eeeff0;
}

.settings_container:nth-child(even) {
    background-color: #DBDCDE;
}

.settingHeader {
    font-size: 22px;
    color: #29648e;
    margin-bottom: 7px;
    position: relative;
}

.mainStatusHeading {
    color: #666;
    font-size: 28px;
    margin-bottom: 15px;
}

.attendanceSubmitButton {
    background-color: white;
    border: 1px solid #666;
    border-radius: 5px;
    color: #05aae2;
    font-size: 18px;
    font-weight: 700;
    padding: 10px 20px;
}

.attendanceSubmitButton.sync {
    font-size: 1em;
    font-weight: normal;
    border-color: #05aae2;
    padding: 5px 20px;
}

.roster_resync_div,
.grade_resync_div {
    float: right;
    padding: 10px 0;
}

.settingExplanation {
    font-weight: 200;
    margin-bottom: 10px;
}

.inputsContainer {
    font-size: 16px;
}

.horizontalRadio {
    display: inline-block;
    margin-left: 10px;
    margin-right: 40px;
    position: relative;
    height: 20px;
}

.height_80_px {
    height: 80px;
}

.height_120_px {
    height: 120px;
}

.inlineHeading {
    color: #29648e;
    display: inline-block;
    font-size: 16px;
}

.attendanceInput {
    border: 1px #A7A9AB solid;
    text-align: center;
}

.statusHeadings {
    color: #666;
    font-size: 17px;
    font-weight: 700;
}

.statusesContainer td, .statusesContainer th {
    border: 1px solid #a7a9ab;
    height: 50px;
    padding: 10px;
    text-align: center;
}

.statusesContainer {
    background-color: white;
    border-collapse: collapse;
    margin-top: 10px;
    width: 800px;

}

.default_status_table {
    background-color: white;
    margin-top: 10px;
    border: 1px solid #E1E4E8;
    border-collapse: collapse;
    padding: 4px;
}

.default_status_table td {
    border: 1px solid #E1E4E8;
    padding: 8px;
    text-align: center;

}

.td_col_sm {
    width: 96px;
}

.td_col_med {
    width: 152px;
}

.td_col_lg {
    width: 288px;
}

.status_table_header {
    height: 59px;
}

.status_table_body {
    height: 80px;
}

.status_table_body td.colorTd {
    height: 80px;
    padding: 0;
}

.default_status_table .sp-replacer {
    opacity: 0;
    height: 1px;
    width: 1px;
    position: absolute;
}

.default_status_table input[type="text"] {
    border: 0;
    border-bottom: 1px solid #999;
    width: 100%;
    text-align: center;
}

#Attendance_status_table input[type="text"] {
    width: 100%;
}


.addStatusButton,
.addSessionButton {
    background-color: #eeeff0;
    border: 2px solid #a7a9ab;
    border-radius: 10px;
    color: #888;
    cursor: pointer;
    font-size: 13px;
    line-height: 14px;
    margin-left: 25px;
    margin-top: 10px;
    padding: 4px;
}

.statusesContainer input[type="text"] {
    border: 0;
    border-bottom-width: 0;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #999;
    width: 50px;
    text-align: center;
}

.deleteStatus {
    text-align: center;
    font-size: 22px;
    line-height: 12px;
    color: #999;
    cursor: pointer;
}

.statusesContainer .sp-replacer {

    opacity: 0;
    height: 1px;
    width: 1px;
    position: absolute;
}

.checkInTimer {
    height: 40px;
    font-family: 'Roboto', sans-serif;
    font-size: 48px;
    color: #29658F;
    font-weight: 700;
}

.checkInTimer.instructor_timer {
    font-weight: 400;
}

.attendanceActionBar {
    height: 50px;
    position: relative;
    width: 1000px;
}

.pageIndicator {
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-right: 5px;
    top: -10px;
    position: relative;
    color: #a7a9ab;
}

.arrowsContainer {
    position: absolute;
    right: 0;
    text-align: right;
    width: 500px;
}

.recordArrow {
    display: inline-block;
    margin-top: 5px;
}

.attendanceContainer {
    position: relative;
}

.attendanceRecordTable {
    width: 1000px;
}

.attendanceRecordTable td.leftCell {
    border-left: 0 none;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 200px;
    white-space: nowrap;
}

.attendanceRecordTable td {
    border: 2px solid #A7A9AB;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: rgb(167, 169, 171);
    text-align: center;
    padding: 5px;
    min-width: 60px;
}

.dateCell {
    max-width: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    height: 60px;
    white-space: nowrap;
}

.attendanceRecordTable td.absenceCell {
    border-right: 0;
}

/*.recordRow_0 {*/
/*    background-color: #DBDCDE;*/
/*}*/

/*.recordRow_1 {*/
/*    background-color: #EEEFF0;*/
/*}*/

.attendance_record_table tr:nth-child(even) {
    background-color: #F9FAFA;
}

.attendanceRecordTable .studentUserName {
    font-weight: 400;
}

.clickable {
    cursor: pointer;
}

.modal-content.editColumnContainer {
    background-color: white;
    border: 2px solid #999;
    padding: 20px 40px;
    border-radius: 0;
}

.editColumnLabel {
    display: inline-block;
    color: #29648e;
    width: 150px;
    font-size: 20px;
    margin-bottom: 20px;
}

.editColumnTitle {
    height: 30px;
    border: #777 2px solid;
    font-size: 18px !important;
    width: 250px;
    margin-bottom: 5px;
    padding-left: 5px;
}

.editColumnInfo {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 20px;
    width: 250px;
}

.editColumnInfoRecord {
    display: inline-block;
    font-size: 20px;
    margin-bottom: 5px;
    width: 500px;
}

.editColumnLinksContainer {
    float: right;
    padding: 15px 0 0 0;
}

.editColumnLinksContainer .columnLinkButton {
    font-size: 18px;
    color: #29648e;
    display: inline-block;
    margin-right: 5px;
}

.give_position_relative {
    position: relative;
}

.editHeader {
    clear: both;
    color: #444;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

.editDate {
    font-size: 20px;
    margin-left: 5px;
}

.editStudentName {
    font-size: 22px;
}

.editCommentContainer {
    margin-bottom: 10px;
}

.editStatusComments {
    border: 2px solid #999;
    height: 90px;
    padding: 5px;
    width: 390px;
}

.successBanner {
    background-color: #F69322;
    font-size: 22px;
    padding: 5px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}

.successBanner .banner_text,
.errorBanner .banner_text,
.attendanceTodayBanner .banner_text {
    min-width: 50%;
    margin: 0 auto;
    text-align: center;
}

.student_check_in_button {
    margin: 0 auto;
    text-align: center;
}

.warningBanner {
    background-color: #cc5500;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}

.underline {
    text-decoration: underline;
}

.attendanceTodayBanner {
    background-color: #05aae2;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}

.attendanceRow {
    padding-left: 70px;
    padding-right: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    min-height: 100px;
}

.attendanceRow.saved_message_row {
    color: #29648e;
    font-weight: bold;
    min-height: 50px;
}

.attendanceRow.extra_padding {
    padding-bottom: 100px;
}

.attendanceRow.fin_aid_student_row {
    padding-top: 40px;
}

.attendanceRow:nth-child(odd) {
    background-color: #EEEFF0;
}

.attendanceRow:nth-child(even) {
    background-color: #DBDCDE;
}

/*.oneByOne .attendanceRow:nth-child(odd),*/
/*.oneByOne .attendanceRow:nth-child(even) {*/
/*    background-color: #DBDCDE;*/
/*}*/

.blueText {
    color: #29648e;
}

/*noinspection ALL*/
.styleOptions {
    /*noinspection CssRedundantUnit*/
    padding: 0px 0px 0px 67px;
}

.styleOptions.nav-tabs {
    border-bottom: none;
}

.optionButton {
    background-size: 150px 43px;
    cursor: pointer;
    float: left;
    height: 40px;
    margin-right: 2px;
    width: 150px;
}

.check-in-pin {
    border-bottom: 1px solid #333333;
    padding: 5px;
    text-align: center;
    width: 280px;
    font-size: 48px;
    font-weight: 400;
    line-height: 56px;
    letter-spacing: 20px;

}

/*Redesign Styles*/
.attendance_dropdown_chevron.right {
    transform: rotate(90deg);
}

.student_activity_container {
    border-top: 1px solid #E1E4E8;
    gap: 8px;
}

.activity_selector_container {
    width: 60%;
    min-width: 300px;
    flex-grow: 1;
}

.selected_activities_container {
    background-color: #F5F5F5;
    border-radius: 8px;
    padding: 16px;
    min-width: 300px;
    flex-grow: 1;
}

.student_activity_panel {
    cursor: pointer;
    max-width: 370px;
    border: 2px solid #C2C9D1;
    border-radius: 8px;
    padding: 8px;
    background-color: #FCFCFD;
}

.student_activity_panel.panel_selected {
    border: 2px solid #2D5AFB;
    background-color: #EAEFFF;
}

.student_activity_panel.hidden {
    display: none;
}

.qr_flex_container {
    display: flex;
    padding: 16px 0;
    width: 100%;
    flex-flow: row wrap;
    justify-content: space-evenly;
    align-items: center;
}

.first-child {
    padding: 16px;

}

.second-child {
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
}

.qr_wrapper {
    padding: 16px;
}

.qrcode_container.expanded {
    height: 80vh;
    display: flex;
}

.qrcode_container {
    height: 40vh;
    display: flex;
}

#qrcode {
    max-height: 90vh;
    display: flex;
    flex-grow: 1;
}

#qrcode canvas {
    object-fit: contain;
}


.take_record_section_header {
    min-height: 56px;
    background-color: #245C84;
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
}

.take_record_section_header.collapsed {
    border-radius: 8px;
    margin-bottom: 16px;
}

.take_record_content {
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 #33333326;
    border-radius: 0 0 8px 8px;
}

.take_record_list_content {
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 #33333326;
    border-radius: 0 0 8px 8px;
}

.status_select_all {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.check_in_header {
    font-size: 48px;
}

.nfc_check_in_body {
    box-shadow: 0 8px 24px rgba(41, 101, 143, 0.15);
    border-radius: 8px;
    min-height: 320px;
}

#submit_attendance_record_2 {
    margin-right: 0;
}

.student_row {
    width: 100%;

}

.status_container {
    justify-self: center;
    margin-left: 0;
}

.check_in_header {
    font-size: 34px;
}


.status_div {
    min-width: 85px;
    min-height: 30px;
    margin: -.5px;
    text-align: center;
    border: 1px solid #616569;
    padding: 8px;
    background-color: #FFFFFF;
}

.status_count_div {
    min-width: 85px;
    min-height: 30px;
    margin: -.5px;
    text-align: center;
    border: 1px solid #616569;
    padding: 8px;
}

.status_div.statusSelected {
    background-color: #616569;
    color: #FFFFFF;
}

.list_view_column_headers {
    min-height: 48px;
    background-color: #F0F2F3;
    border: 1px solid #D4D4D4;
}

.e_v_child {
    flex-basis: 33%;
}

.all_students_row_small {
    min-height: 50px;
    border: 1px solid #D4D4D4;
}

.list_view_student_row,
.all_students_row {
    min-height: 126px;
    border: 1px solid #D4D4D4;
    padding: 16px 32px;
}

.all_students_dropdown {
    width: 33%;
}

.status_selector_container {
    width: 370px;
}

.absences_comments_drop_container {
    flex-grow: 1;
    justify-content: center;
    min-width: 150px;
}

.drop_student_container {
    min-width: 80px;
    text-align: right;
}

.drop_student_header {
    width: 175px;
}

.list.top_sync_roster_btn,
.oneByOne.top_sync_roster_btn {
    display: none;
}

.cardSwipe.top_sync_roster_btn,
.checkIn.top_sync_roster_btn {
    display: block;
}

.list_view_student_row.red_border,
.oneByOne .list_view_student_row.red_border {
    border: 1px solid #CC0000;
    background-color: #FCF2F2;
}

.oneByOne .list_view_student_row.red_border:nth-of-type(even),
.list_view_student_row.red_border:nth-of-type(even) {
    border: 1px solid #CC0000;
    background-color: #FCF2F2;
}

.onebyonearrow {
    z-index: 100000;
}


.status_count_row {
    min-height: 126px;
    border: 1px solid #D4D4D4;
    background-color: #FFFFFF;
    padding: 16px;
}

.oneByOne .submit_row {
    border-top: none;
    background-color: #FFFFFF;
}

.submit_row {
    min-height: 126px;
    border: 1px solid #D4D4D4;
    background-color: #F0F2F3;

}

.list_view_student_row:nth-of-type(even) {
    background-color: #F9FAFA;
}

.list_view_student_row.fin_aid_row:nth-of-type(odd) {
    background-color: #F9FAFA;
}

.list_view_student_row.fin_aid_row:nth-of-type(even) {
    background-color: #FFFFFF;
}

.student_name_clickable:hover {
    text-decoration: underline;
    color: black;
}

.student_photo {
    height: 90px;
    width: 90px;
    border-radius: 90px;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.student_photo_container {
    height: 90px;
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 90px;
    background-color: #92979D;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.student_avatar_img {
    border-radius: 90px;
}

.absence_count_bubble {
    width: 40px;
    height: 40px;
    border-radius: 30px;
    text-align: center;
    padding-top: 10px;
    background: #ffffff;
    box-shadow: inset 0 0.5px 1px rgba(0, 0, 0, 0.2), inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.absence_count_bubble.yellow {
    background: #FEF8E8;
}

.absence_count_bubble.red {
    color: #CC0000;
    background: #FCF2F2;
}

.contentHeader {
    background-color: #29648e;
    border-color: #29648e;
    padding: 0 70px;
    min-width: 1010px;
    margin-left: -15px;
}

.contentHeader.StudentCheckIn {
    padding: 0 10px;
    min-width: auto;
    margin-left: 0;
}

.sessionInfoDiv {
    min-height: 130px;
}

.attendanceTimeHeading {
    color: white;
    font-size: 20px;
    margin-bottom: 10px;
}

.titleLabel,
.groupOrSectionLabel {
    color: white;
    font-size: 20px;
    display: inline-block;
    width: 130px;
}

.titleLabel.no_width {
    width: 100%;
}

.titleInput {
    width: 150px;
    margin-bottom: 5px;
    display: inline-block;
}

.attendanceInput2 {
    border: 1px solid #a7a9ab;
    padding: 3px;
    text-align: left;
    margin-left: 5px;
    margin-right: 10px;
}

.white_text {
    color: white;
}

#card_reader_link:hover {
    color: white;
}

.endCheckInDescription,
.endCardSwipeDescription {
    color: white;
    font-size: 20px;
}

.cardReaderContainer {
    border: 2px solid #5F5F5F;
}

.cardReaderHeader {
    width: 100%;
    color: #5F5F5F;
    background-color: #DFDFDF;
    font-size: 20px;
    font-weight: 600;
    padding: 10px 0;
}

.cardReaderDescription {
    padding: 20px 130px;
    text-align: center;
    font-weight: 400;
    line-height: 200%;
    background-color: #2F6F99;
}

.cardReaderInputContainer {
    background-color: #DFDFDF;
    width: 100%;
    padding-bottom: 20px;
}

.cardReaderTimeRemainder {
    color: #5F5F5F;
    padding-top: 12px;
}

.statusInfoBlock {
    border: 3px solid #FFFFFF;
    margin-bottom: 10px;
    padding: 10px 0;
    font-size: 20px;
}

.statusInfoBlock.status_100 {
    font-size: 15px;
    padding: 8px;
    background-color: #E7F8EF;
}

#status_100 {
    color: #0E7842;
    border: 1px solid #0E7842;
}

.statusInfoBlock.hideStatusDiv {
    display: none;
}

.status_info_banner.hideStatusDiv {
    display: none;
}

.checkInCode {
    border-bottom: 3px solid #999;
    display: inline-block;
    font-size: 80px !important;
    font-weight: 700;
    letter-spacing: 30px;
    margin-bottom: 30px;
    padding: 5px;
    text-align: center;
    text-indent: 30px;
    width: 400px;
    border-top: 0;
    border-right: 0;
    border-left: 0;
    background-color: white;
}

.check_in_pin_container input::placeholder {
    color: #E0E0E0;
}


.checkInValues {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}

.timerLabel {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #666666;
}

.cardSwipeAttendanceContainer {
    display: block;
    background-color: #dbdcde;
    padding: 20px 70px;
    position: relative;
    text-align: center;
}

.cardSwipeInput {
    height: 100px;
    max-width: 400px;
    width: 60%;
    font-size: 60px;
    padding: 20px;
}

.card_reader_input {
    height: 70px;
    width: 295px;
    border: 2px solid #000000
}

.checkInInput {
    height: 100px;
    width: 300px;
    font-size: 60px;
    padding: 20px;
    border-radius: 4px;
}

.cardSwipeMessage {
    min-height: 10vh;
    margin-right: 10vw;
    position: fixed;
    top: 10vh;
    border-radius: 6px;
    background-color: white;
    font-size: 48px;
    z-index: 1000;
    padding: 16px;
    border: 1px solid #212529;
}

.statusSelect.statusSelected,
.groupStatusSelect.groupStatusSelected {
    /*background-color: #A7A9AB;*/
    background-color: #525252;
    color: white;
}

.groupStatusSelect,
.statusSelectTotal {
    white-space: nowrap;
    background-color: white;
    border: 1px solid #666;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin-left: -1px;
    margin-top: -6px;
    overflow: hidden;
    padding: 5px;
    text-align: center;
    text-overflow: ellipsis;
}

.statusSelectTotal {
    width: 100px;
}

.groupStatusSelect {
    min-width: 100px;
}

.list .statusPicker,
#recordModal .statusPicker {
    display: inline-block;
    /*width: 500px;*/
    vertical-align: top;
    margin-top: 6px;
}

/*.list .studentStatus {*/
/*    display: none;*/
/*}*/

/*.oneByOne .studentStatus {*/
/*    display: none;*/
/*}*/

.accessibilityMode .statusPicker {
    display: none;
}

.list .commentButton {
    cursor: pointer;
    display: inline-block;
    margin-top: 1px;
    vertical-align: top;
    background-size: 40px 28px;
}

.list .commentDiv.hideDiv {
    display: none;
}

.list .take_record_section_header .search,
.list .status_row,
.list .list_view_absence_count,
.oneByOne .oneByOneAbsenceCount {
    display: flex;
}

.oneByOne .status_row,
.oneByOne .take_record_section_header .search,
.oneByOne .list_view_absence_count,
.list .oneByOneAbsenceCount {
    display: none;
}

.oneByOne .list_view_student_row,
.oneByOne .list_view_column_headers,
.oneByOne .attendanceRow {
    display: none;
}

.oneByOne .list_view_student_row {
    background-color: #FFFFFF;
    border: 0;
}

.oneByOne .list_view_student_row .student_row,
.oneByOne .list_view_student_row .student_row .student_info,
.oneByOne .list_view_student_row .student_row .status_container,
.oneByOne .list_view_student_row .comment_container,
.oneByOne .list_view_student_row .comment_container .commentDiv {
    width: 100%;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.oneByOne .list_view_student_row .student_row .student_info .student_photo {
    height: 120px;
    width: 120px;
}

.oneByOne .list_view_student_row .student_comment_container .commentDiv .comment_input {
    max-width: 376px;
    height: 100px;
    width: 90%;
}

.list .list_view_student_row .student_row,
.list .list_view_student_row .student_info {
    display: flex;
    flex-direction: row;
}

.list .list_view_student_row .student_info {
    width: 33%;
}

#mark_all_options_div {
    padding: 16px 32px;

}

.list_view_absence_count, .comment_container, .drop_student_container {
    /*margin-left: auto;*/
    margin-right: auto;

}


.list .list_view_student_row .student_comment_container {
    display: flex;
    flex-direction: row;
}

.oneByOne .commentButton {
    display: none;
}

.oneByOne .submitRow2
{
    display: none;
}

.oneByOne .list_view_student_row.submitRow,
.oneByOne .attendanceRow.submitRow,
.oneByOne .list_view_student_row .student_comment_container .comment_container .commentDiv .comment_input {
    display: flex;
    flex-direction: row;
}

.oneByOne .list_view_student_row.activeStudent,
.oneByOne .attendanceRow.activeStudent {
    display: block;
}

.oneByOne .list_view_student_row.activeStudent .studentInformation,
.oneByOne .list_view_student_row.activeStudent .studentInformation,
.oneByOne .list_view_student_row.activeStudent .width_100_percent,
.oneByOne .list_view_student_row.activeStudent .comment_div,
.oneByOne .attendanceRow.activeStudent .studentInformation,
.oneByOne .attendanceRow.activeStudent .studentInformation,
.oneByOne .attendanceRow.activeStudent .width_100_percent,
.oneByOne .attendanceRow.activeStudent .comment_div {
    min-width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 10px 0;
}

.oneByOne .studentInformation {
    color: #666;
    font-size: 26px;
    margin-bottom: 20px;
    margin-top: 15px;
    text-align: center;
    width: 100%;
}

.oneByOne .statusPicker {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.oneByOne .studentCommentContainer {
    display: block;
    text-align: center;
}

.oneByOne .studentCommentContainer .studentComment {
    height: 100px;
    width: 400px;
}

.list .arrowContainer,
.list .arrowContainerUpdated {
    display: none;
}

/*.accessibilityMode .arrowContainer ,*/
/*.accessibilityMode .arrowContainerUpdated {*/
/*    display: none;*/
/*}*/

.oneByOne .arrowContainer {
    display: block;
    position: relative;
    width: 825px;
    margin: auto;
}

.oneByOne .arrowContainerUpdated {
    display: block;
    width: 90%;
    margin: auto;
    z-index: 10;
}

.oneByOne .studentName {
    display: inline-block;
    font-weight: 700;
}

.studentUserName.full_list {
    word-break: break-all;
}

.oneByOne .studentUserName {
    font-size: 22px;
}

.oneByOne .width_100_percent {
    width: 100%;
}

.attendanceSubmitButton.topSubmitButton {
    font-size: 16px;
    padding: 7px 14px;
    float: right;
    border: 1px solid #FFF;
}

.secondButtonRow {
    height: 65px;
}

.checkInLink,
.cardReaderLink {
    background-color: #29658F;
    color: white;
    display: inline-block;
    font-size: 26px;
    padding: 15px;
    border: 4px solid white;
    cursor: pointer;
}

.editStatusComments {
    border: 2px solid #999;
    height: 90px;
    padding: 5px;
    width: 390px;
}

.hiddenStudent {
    display: none !important;
}

.studentPhoto_container {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.studentPhoto {
    width: 90px;
    height: 90px;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    display: inline-block;
    background-color: black;
    border: 2px solid #CCC;
}

.studentPhoto.large {
    width: 175px;
    height: 175px;
}

.oneByOne .studentPhoto,
.photostoreOn .cardSwipeMessage .studentPhoto,
.studentPhotoSwipe {
    width: 175px;
    height: 175px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-color: black;
    margin: auto;
    margin-bottom: auto;
    border: 2px solid #CCC;
    display: block;
    margin-bottom: 15px;
    vertical-align: top;
}

.finalizeButton div,
.finalizedButton div {
    display: none
}

.finalizeButton:hover div,
.finalizedButton:hover div {
    display: block;
    background-color: #444;
    color: white;
    font-size: 14px;
    padding: 10px;
    position: absolute;
    top: 30px;
    z-index: 1000;
    width: 350px;
    left: 0;
}

/*
    Splash Screen
*/

.splashHeader {
    font-size: 36px;
    border-bottom: 2px solid #F69322;
    padding: 20px;
    text-align: center;
    font-weight: bold;
}

.splashContainer {
    text-align: center;
    height: 800px;
}

.session-btn-width {
    width: 10%;
}

.splashLink {
    border-radius: 5px;
    background-color: #29648e;
    font-size: 30px;
    margin-bottom: 120px;
    display: inline-block;
    padding: 10px;
    padding-left: 70px;
    padding-right: 70px;
    margin-top: 60px;
    margin-bottom: 100px;
}

.splashBoxes {
    margin: auto;
    max-width: 990px;
}

.splashBox {
    display: inline-block;
    float: left;
    width: 30%;
    text-align: center;
    padding-left: 1.5%;
    padding-right: 1.5%;
}

.splashImg {
    width: 45%;
}

.splashBoxName {
    font-size: 18px;
    font-weight: bold;
    margin-top: 35px;
    height: 40px;
}

.splashBoxDesc {
    font-size: 16px;
    margin-bottom: 25px;
    color: #777;
    line-height: 22px;
}

/*
    Student View
*/

.studentReportContainer {
    position: relative;
}

.studentReportContainer .studentName {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.studentReportContainer .courseTitle {
    text-align: center;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 10px;
}

.studentReportContainer #studentRecordTable td.tableHeader {
    font-size: 24px;
    /*color: #05aae2;*/
    color: #FFFFFF;
    background-color: #29648e;
}


#group_details > summary {
    list-style: none;

}

.user_info_footer_div {
    bottom: 0;
    margin: 8px 0;
    position: fixed;

}

.grey_font {
    color: #767676;
}

#section_details > summary {

}

#studentRecordTable .small_column {
    width: 40%;
}

#studentRecordTable .med_column {
    width: 50%;
}

#studentRecordTable .large_column {
    width: 60%;
}

#student-table {
    margin-bottom: 24px;
}

.record_status_span {
    width: 16px;
    height: 16px;
    display: inline-block;
    border-radius: 50%;
}

#studentRecordTable .table_row {
    border: #E1E4E8 1px solid;
}

#studentRecordTable .student-table-header-row {
    background-color: #F0F2F3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.studentRecord_table_container {
    width: 100%;
}

.check_pin_error_parent_container {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
}

#student_check_in {
    width: 300px;
}

.checkInInput.error_target {
    border: 4px solid #CC0000;
    color: #CC0000;
}

.studentReportContainer .totalAbsence {
    text-align: center;
    top: 100px;
}

.studentReportContainer .attendanceSubmitButton {
    background-color: white;
    border: 1px solid #666;
    border-radius: 5px;
    color: #05aae2;
    font-weight: 700;
    padding: 10px 20px;
    font-size: 40px;
    width: 100%;
}

.totalAbsence .absenceHeader {
    display: inline-block;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
}

.totalAbsence .absences {
    color: #05aae2;
    display: inline-block;
    font-size: 18px;
    text-align: center;
}

.errorBanner {
    background-color: #D03436;
    text-align: center;
    font-size: 22px;
    padding: 5px;
    color: white;
    position: relative;
    margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
    .studentReportContainer .attendanceSubmitButton {
        font-size: 18px;
        width: 25%;
    }
}

@media (max-width: 767px) {

    .studentReportContainer .topBanner {
        height: 10%;
        width: 100%;
        margin-bottom: 20px;
    }

    .studentReportContainer .mainHeader {
        text-align: right;
        font-size: 24px !important;
        color: #666;
    }

    .studentReportContainer .studentName,
    .studentReportContainer .courseTitle,
    .studentReportContainer .absenceHeader {
        text-align: center;
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .successCheck,
    .errorMark {
        display: none;
    }

    .studentPhoto.studentView {
        margin: 20px 0;
    }

    .studentReportContainer .endCheckInDescription {
        font-size: 16px;
        font-weight: 400;
    }

    .checkInValues {
        margin-bottom: 50px;
    }

}


/*
    System Settings View
*/

.attendanceOptionsContainer {
    border: 2px solid #A7A9AB;
    padding: 20px;
}

.qTitle {
    font-size: 24px;
    color: #555;
    font-weight: bold;
}

.qOption {
    padding: 7px 0 9px 25px;
}

.attendanceOption {
    display: inline-block;
    width: 45%;
    margin: 10px 0;
    vertical-align: top;
}

.attendanceSubOption {
    margin-left: 30px;
    padding-top: 15px;
}

.attendanceSubOption.description_text,
.attendanceSubOption .description_text {
    color: grey;
    font-size: 0.75em;
}

.emailLabel,
.cardReaderLabel,
.photoStoreLabel {
    width: 200px;
    text-align: right;
    margin-right: 15px;
    font-size: 22px;
    display: inline-block;
    color: #29648e;
}

.emailInput {
    width: 600px;
    height: 100px;
    border: 2px #777 solid;
    font-size: 20px !important;
    padding-left: 5px;
}

.emailFieldDescription {
    margin-left: 220px;
    font-size: 18px;
    color: #777;
    margin-top: 7px;
    display: inline-block;
}

.cardReaderFieldDescription2,
.photoStoreFieldDescription {
    margin-left: 220px;
    font-size: 18px;
    color: #777;
    margin-top: 7px;
}

.cardReaderFieldDescription,
.photoStoreFieldDescription {
    font-size: 18px;
    color: #777;
    margin-top: 7px;
    display: inline-block;
}

.cardReaderFieldLabel,
.photoStoreFieldLabel,
.financialAidFieldLabel {
    display: inline-block;
}

.exportSection {
    width: 30%;
    float: left;
    color: #555;
    padding: 20px;
}

.exportTitle {
    font-size: 22px;
    margin: 5px 0;
    text-align: center;
}

.exportDescription {
    font-size: 12px;
    text-align: center;
}

.exportIcon {
    margin: auto;
    height: 100px;
    width: 100px;
    border-radius: 10px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 10px;
    cursor: pointer;
}

#or_div_system_settings {
    margin: auto;
    width: 50%;
    padding: 10px;
    text-align: center;
    font-weight: bold;
}

/*

TEACHER VIEW

 */

.attendance_top_bar {
    width: 100%;
    min-height: 45px;
    background-color: #29658f;
    border-radius: 5px;
    padding-top: 5px;
    margin-bottom: 10px;
    text-align: center;
    color: #FFFFFF;
}

.attendance_top_bar .custom_url_message {
    font-size: 1em;
    margin-top: 10px;
    margin-bottom: 20px;
}

.attendance_top_bar #log_in_message {
    font-size: 1.5em;
}

.attendance_top_bar #username_div {
    display: inline-block;
    color: #FFFFFF;
    padding-left: 10px;
    font-size: 1.25em;
}

.attendance_top_bar #log_out_teacher {
    float: right;
    display: inline-block;
    padding-right: 10px;
    font-size: 1em;
}

.attendance_top_bar #log_out_teacher a {
    color: #FFFFFF;
}

.attendance_top_bar #log_out_teacher a:hover {
    color: #FF6D41;
}

.courses_title_div {
    text-align: center;
    font-size: 2em;
}


.course_panel {
    background-color: #F5F9FD;
    width: 270px;
    height: 225px;
    margin: 25px 25px;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    border-color: #29658f;
    padding: 10px 15px;
    display: inline-block;
}

.course_panel .panel_head {
    height: 30%;
    text-align: center;
    font-size: 1.5em;
}

.course_panel .panel_body {
    padding: 10px 0;
    text-align: center;
    height: 40%;
}

.course_panel .panel_foot {
    height: 20%;
    text-align: center;
}

.course_panel .panel_foot .btn {
    margin-top: 5px;
    width: 90%;
}

.scheduledAttendanceTimer {
    width: 70px;
}

.scheduledAttendanceTimer.inline_time {
    width: 25px;
}

#record-modal {
    position: fixed;
    top: 10vh;
}

.search {
    max-width: 400px;
    height: 34px;
    border: 1px solid #92979D;
    border-radius: 30px;
    padding: 5px;
    background-color: #FFFFFF;
    margin-bottom: 8px;
}

.search_input {
    border: none;
    max-width: 350px;
}

.search_input:focus {
    outline-width: 0;
}


.records_block_action_bar.new_york {
    height: 60px;
    width: 100%;
    min-width: 1158px;
    background-color: #245C84;
    border: 0.5px solid #D4D4D4;
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.records_block_action_bar {
    height: 60px;
    width: 100%;
    background-color: #245C84;
    border: 0.5px solid #D4D4D4;
    border-radius: 8px 8px 0 0;
    color: #FFFFFF;
    padding: 8px;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.records_table_header {
    position: sticky;
    top: 60px;
    z-index: 100;
    background-color: #FFFFFF;
    border: 0.5px solid #D4D4D4;
}

.records_block_action_bar .action_bar_div.left_spacing {
    margin-left: 100px;
}

.action_bar_div .action_bar_graphic {
    height: 30px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
}

.records_block_action_bar .arrows_container {
    position: absolute;
    display: inline-block;
    right: 20px;
    text-align: right;
    width: 450px;
}

.records_block_action_bar .arrows_container .page_label_text {
    display: inline-block;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    color: #efefef;
}

.records_block_action_bar .arrows_container .record_arrow {
    display: inline-block;
    position: relative;
    top: 5px;
}

.attendance_record_table {
    width: 100%;
    border: 1px solid #D4D4D4;
    text-align: center;
}

.attendance_record_table td.top-cell {
    height: 70px;
    position: relative;
    padding: 0;
}

.attendance_record_table td.top-cell.pre_created,
.attendance_record_table th.top-cell.pre_created {
    background-color: #F0F2F3;
}

.attendance_record_table .left_cell,
.attendance_record_table .left_cell .student_username {
    word-break: break-all;
    width: 230px;
    max-width: 280px;
    padding-top: 4px;
}

.attendance_record_table .username,
.attendance_record_table td.points_col,
.attendance_record_table td.absence_col,
.attendance_record_table td.time_col,
.attendance_record_table th.points_col,
.attendance_record_table th.absence_col,
.attendance_record_table th.time_col,
.attendance_record_table .attendance-grid,
.attendance_record_table .points,
.attendance_record_table .absence-container {
    border: 1px solid #D4D4D4;
}

.attendance_record_table td.points_col,
.attendance_record_table td.absence_col,
.attendance_record_table td.time_col,
.attendance_record_table .student_row .points_col,
.attendance_record_table .student_row .absence_col,
.attendance_record_table .student_row .time_col,
.attendance_record_table .student_row .absence_col .absence {
    width: 80px;
    max-width: 80px;
    text-align: center;
}

.date_cell {
    max-width: 80px;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
    height: 70px;
}

.record_title_font {
    font-size: 8px;
    font-weight: 400;
    line-height: 9px;
    letter-spacing: 0.5px;
    text-align: center;
    margin-top: 2px;
    wrap-option: wrap;
}

.attendance_record_table .attendance-grid {
    width: 80px;
    max-width: 80px;
}

.record_grid_letter {
    color: #333333;
    font-size: 54px;
}

.grey_out_section {
    opacity: 0.3 !important;
}


.fill_parent_element {
    z-index: -1000;
    width: 100%;
    height: 100%;
}

.status_name_label {
    position: absolute;
    top: 20px;
    z-index: 1000;
    width: 100%;
    height: 100%;
    text-align: center;
}

.student_status_count {
    font-size: 1.25em;
}

#error_page_div {

    width: 100%;
    height: 100%;
}

.lookup_container_bottom_row {
    border-top: 1px solid #C2C9D1;
}

#error_page_div.red,
#error_page_div #info .error_graphic.red {
    background-color: #b10000;
}

#error_page_div.yellow,
#error_page_div #info .error_graphic.yellow {
    background-color: #f38d02;
}

#error_page_div.blue,
#error_page_div #info .error_graphic.blue {
    background-color: #07AEFF;
}

#error_page_div #info {
    padding: 20px 20px;
    width: 90%;
    height: 80%;
    margin: 50px auto;
    background-color: white;
    line-height: 2;
    text-align: center;
}

#error_page_div #info #error_header {
    font-size: 2.5em;
}

#error_header.header_color {
    color: #29658F;
}


.italics {
    font-style: italic;
}

#error_page_div #info .error_graphic {
    margin: auto;
    position: absolute;
    bottom: 45%;
    width: 100%;
    height: 50%;
}

#error_page_div #info .error_graphic .graphic_div {
    margin: auto;
    width: 240px;
    height: 305px;
}

.clickable_link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

#record-modal .record_modal_header,
#course_download_modal .record_modal_header {
    background-color: #29658f;
    color: #FFFFFF;
    width: 100%;
    height: 30px;
}

#record-modal .record_modal_header .modal_header_text,
#course_download_modal .record_modal_header .modal_header_text {
    padding: 5px 15px;
    font-weight: 500;
}

#record-modal .record_modal_header .editCloseButton_new,
#course_download_modal .record_modal_header .editCloseButton_new {
    margin-top: -10px;
    margin-right: -10px;
}

#record-modal .modal-body .left_panel {
    /*border: blue 1px solid;*/
    width: 282px;
    font-weight: 600;
}

#record-modal .modal-body .left_panel #record_user_name_div,
#course_download_modal .modal-body .modal-subheader {
    color: #28648f;
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 5px;
}

#course_download_modal .modal-body .modal-section-header {
    color: #28648f;
    font-weight: 500;
    margin-bottom: 15px;
}

#course_download_modal .modal-body .body-content .left_section,
#course_download_modal .modal-body .body-content .right_section {
    width: 49%;
    padding: 10px;
    display: inline-block;
    margin-top: 5px;
    vertical-align: top;
}

#record-modal .modal-body .left_panel #session_date_div {
    color: #555555;
    font-size: 1.25em;
}

#record-modal .modal-body .right_panel {
    width: 282px;
    text-align: right;
    margin-right: -15px;
}

#record-modal .modal-body .right_panel_formatted {
    text-align: right;
}

#record-modal .modal-body .right_panel #record_method_taken,
#record-modal .modal-body .right_panel_formatted #record_method_taken {
    color: #555555;
    font-weight: 600;
}

#record-modal .modal-body .right_panel #record_date_time_div,
#record-modal .modal-body .right_panel_formatted #record_date_time_div {
    color: #777777;
}

#record-modal .modal-body .form_body {
    /*border: purple 1px solid;*/
    padding: 15px 0;
}

#record-modal .modal-body .form_body .comment_div {
    /*border: red 1px solid;*/
    margin-left: 30px;
}

#record-modal .modal-body .form_body .comment_div #record_comment {
    width: 480px;
    padding: 10px;
}

#record-modal .modal-body .form_body .comment_div #record_comment::placeholder {
    text-align: center;
    font-size: 20px;
    color: #C0C0C0;
    padding-top: 20px;
    font-weight: 600;
}

#record-modal .record_modal_footer,
#course_download_modal .course_download_modal_footer {
    display: inline-block;
    width: 100%;
    padding: 10px 10px;
}

#record-modal .record_modal_footer #updated_record_date_time_div,
#course_download_modal .course_download_modal_footer #footer_option {
    width: 282px;
    color: #777777;
    display: inline-block;
    margin-top: 5px;
    font-style: italic;
}

#course_download_modal .course_download_modal_footer #footer_option {
    color: #000000;
    padding-left: 15px;
    font-style: normal;
}

.course_download_modal_options {
    margin: 5px 0;
}

#record-modal .record_modal_footer .button_div,
#course_download_modal .course_download_modal_footer .button_div {
    display: inline-block;
    float: right;
    width: 300px;
}

.button_div .cancel_btn {
    margin-top: 5px;
    margin-left: 150px;
}

.button_div .record_submit_button,
.button_div .download_options_submit_button {
    font-size: 18px;
    color: #29648e;
    display: inline-block;
    float: right;
}

.comment_div #comments_span_div {
    /*border: 1px solid purple;*/
    text-align: center;
    margin-left: 30px;
}

#comments_span_div .comments_span {
    background-color: white;
    border: 1px solid #666;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    text-align: center;
    width: 170px;
    margin-bottom: -10px;
    position: relative;
}

#comments_span_div .comments_span.selected {
    background-color: #29648e;
    color: #FFFFFF;
}

#take_record_loading_div {
    text-align: center;
    font-size: 1.5em;
}

#take_record_loading_div .text_div {
    margin-top: 15px;
}

#user_activity_select_div,
#user_activity_display_stats {
    background-color: #EEEFF0;
    border: 1px solid #DBDCDE;
}

#user_activity_display_stats {
    padding: 10px 70px;
}

#user_activity_select_time_label {
    background-color: #EEEFF0;
    text-align: center;
    color: #A0A0A0;
    font-size: 28px;
    padding: 40px 10px;
}

#user_activity_select_div .activity_content .titleLabel,
#user_activity_display_stats .titleLabel {
    color: #28648f;
    margin-top: 20px;
}

#user_activity_select_div .activity_content .titleLabel,
#activity_lookup_display_div .titleLabel {
    margin-top: 20px;
}

#user_activity_select_div .activity_content .sub_text {
    color: #333333;
}

#user_activity_select_div {
    display: flex;
}

#user_activity_select_div .activity_content {
}

.activity_content.main_label {
    min-width: 50%;
    margin: 0 auto;
    text-align: center;
}

#user_activity_select_div .activity_content.left {
    flex: 0 1 auto;;
    width: 70%;
    float: left;
    display: inline-block;
    padding-left: 70px;
}

#user_activity_select_div .activity_content.right {
    flex: 1;
    display: inline-block;
    background-color: #DBDCDE;
    padding: 0 10px;
    border-left: 1px solid #A0A0A0;
    border-right: 1px solid #A0A0A0;
}

#user_activity_select_div .activity_content .activity_panel {
    display: inline-block;
    width: 310px;
    cursor: pointer;
    margin: 15px 0;
    vertical-align: top;
}

#user_activity_select_div .activity_content .activity_panel.hidden {
    display: none;
!important;
}

#user_activity_select_div .activity_content .activity_panel.panel_selected {
    border: 2px solid #29658f;
    border-radius: 10px;
    background-color: #FFFFFF;
    padding-top: 8px;
}

#user_activity_select_div .activity_content .activity_panel .activity_panel_container {
    display: flex;
}

#user_activity_select_div .activity_content .activity_panel .activity_panel_container .activity_description {
    flex: 1;
    padding: 0 5px;
}

#user_activity_select_div .activity_content .activity_panel .activity_panel_container .activity_description .description_title {
    font-weight: 600;
    color: #333333;
    vertical-align: top;
    overflow: auto;
}

#user_activity_select_div .activity_content .activity_panel .activity_panel_container .activity_description .description_text {
    font-size: 0.90em;
    color: #333333;
}

#user_activity_select_div .activity_content .activity_panel .activity_panel_container .activity_graphic {
    flex: 0 1 auto;
    height: 100px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
}

#activity_lookup_display_div .initial {
    text-align: center;
    color: #333333;
    font-size: 20px;
    margin-top: 20px;
}

#modal_records_container-refresh button {
    height: auto;
}

#teacher_login_form_div {
    padding: 10px;
    width: 350px;
    margin: 0 auto;
}

#teacher_login_form_div #form_header {
    text-align: center;
    color: #29658f;
    font-weight: 600;
}

#teacher_login_form_div .login_input_div {
    margin: 15px 0;
}

#teacher_login_form_div .login_button {
    width: 100%;
}

.attendanceRow.red_border {
    border: red 1px solid;
    background-color: #ffb0b0;
}

.modal-header.pre_creation_modal {
    background-color: #29658f;
    color: #FFFFFF;
    font-weight: bold;
    text-align: center;
}

.modal-footer.pre_creation_modal {
    background-color: #29658f;
    color: #FFFFFF;
    font-weight: bold;
}

#pre_created_sessions_div,
#pre_created_sessions_div_check_in,
#pre_created_sessions_div_card_reader {
    margin-bottom: 10px;
    padding: 0 10px;
    display: inline-block;
}

.user_activity_date_div {
    max-width: 175px;
}

.user_activity_date_div.right_div {
    margin-left: 20px;
}

.activity_list_div {
    display: flex;
}

.activity_select_icon {
    flex: 0 1 auto;
    background-repeat: no-repeat;
    position: relative;
    z-index: 999;
    background-size: 22px;
    background-position-y: center;
    width: 30px;
    height: 30px;
    display: inline-block;
}

.activity_select_label {
    flex: 1;
    display: inline-block;
    vertical-align: top;
    padding-top: 5px;
}

#user_activity_how_to_modal .modal-header {
    background-color: #EEEEEE;
}

#user_activity_how_to_modal .modal-content {
    width: 700px;
    height: 430px
}

.absence_threshold_input {
    width: 175px;
    margin-right: 20px;
}

#precreate_session_modal_content {
    padding: 20px 40px;
}

#session_precreation_header_div .header_text {
    color: #555555;
    font-size: 1.5em;
    font-weight: bolder;
}

#session_precreation_header_div .close_text {
    color: #888888;
    font-size: 1.5em;
    font-weight: bolder;
    float: right;
}

#confirm_sessions_container, #manage_sessions_container {
    height: 100%;
}

.scheduled_sessions_container {
    padding: 0 0 24px 0;
    height: 100%;
}

.schedule_content_container {
    background-color: #FFFFFF;
    box-shadow: 0 8px 16px 0 #33333326;
    border-radius: 0 0 8px 8px;
}

.checkbox_container, .sessions_header_content_row {
    min-height: 96px;
    border-radius: 8px;
    gap: 3em;
}

.checkbox_container:nth-of-type(odd), .sessions_header_content_row:nth-of-type(odd) {
    border: 1px solid #D4D4D4;
    padding: 16px 32px;
}

.checkbox_container:nth-of-type(even), .sessions_header_content_row:nth-of-type(even) {
    background-color: #F9FAFA;
    border: 1px solid #D4D4D4;
    padding: 16px 32px;
}

.sessions_header_title_column {
    padding: 16px 32px;
    border-bottom: 1px solid #D4D4D4;
}


.occurrence_column_style {
    flex-grow: 1;
    gap: 1em;
}


#session_precreation_input_container .input_div .label {
    color: #888888;
    font-size: 1.2em;
    font-weight: bolder;
    display: block;
    text-align: left;

}

.confirm_sessions_header_row .label, .manage_sessions_header_row .label {
    color: #888888;
    font-size: 1.2em;
    font-weight: bolder;
}

#session_precreation_input_container .input_div.inline {
    display: inline-block;
}

#session_precreation_input_container .input_div.large {
    width: 500px;
}

#session_precreation_input_container .input_div.small.right {
    margin-left: 35px;
}

#session_precreation_input_container .input_div .precreation_checkbox_div {
    display: inline-block;
    width: 110px;
    margin-right: 5px;
    margin-bottom: 15px;
}

#session_precreation_input_container .input_div .precreation_checkbox_div.margin_left {
    margin-left: 73px;
}

.precreation_span {
    width: auto;
    display: block;
    text-align: center;
    cursor: pointer;
    background-color: #eeeff0;
    border: 1px solid #a7a9ab;
    border-radius: 10px;
    color: #888;
}

.precreation_span.selected {
    background-color: #525252;
    color: white;
}

.precreation_button_left, .precreation_button_right {
    display: inline-block;
    padding: 0 40px;
}

.precreation_session_button {
    background-color: white;
    border: 1px solid #29658f;
    border-radius: 5px;
    color: #29658f;
    font-size: 18px;
    padding: 10px 20px;
    width: 140px;
}

.precreation_session_button.create_button {
    background-color: #29658f;
    color: white;
}

.precreate_session_modal {
    min-width: 550px;
}

.centered_button_div {
    width: 50%;
    margin: 0 auto;
    text-align: center
}

.activity_date_range {
    width: 90%;
}

#location_context_header_div,
#location_context_ci_header_div {
    padding: 10px 0;
}

#location_context_header_div .label_text,
#location_context_ci_header_div .label_text {
    color: white;
    font-weight: bold;
}

#location_context_header_div .label_description,
#location_context_ci_header_div .label_description {
    color: white;
    font-size: 0.75em;
}

.fin_aid_input {
    width: 75px;
}

.fin_aid_input.datepicker {
    width: 150px;
}


#finaid_prompt_div {
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    width: 80%;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 1000;
}

#finaid_prompt_div.incomplete {
    background-color: #fcf2f2;
    color: #CC0000;
    border: 1px solid #CC0000;
}

#finaid_prompt_div.complete {
    border: 1px solid #0E7842;
    color: #0E7842;
    background-color: #E7F8EF;
}

#user_activity_video_link {
    cursor: pointer;
    color: #069;
    text-decoration: underline;
}

#fin_aid_modal.incomplete .modal-header {
    background-color: #fcf2f2;
    color: #CC0000;
    border: 1px solid #CC0000;
    border-radius: 5px;
}

#fin_aid_modal.complete .modal-header {
    border: 1px solid #0E7842;
    color: #0E7842;
    background-color: #E7F8EF;
    border-top: 5px;
}

#fin_aid_modal.incomplete .modal-header .modal-title,
#fin_aid_modal.complete .modal-header .modal-title {
    height: auto;
    margin: 0 auto;
    position: relative;
}

.fin_aid_radio_span.left {
    margin-right: 16px;
}

#fin_aid_modal_body {
    padding: 0;
}

.financial_aid_verification_div .header_div {
    background-color: #245C84;
    padding: 24px;
}

.financial_aid_verification_div .header_div div {
    padding: 10px 0;
}

.wid-20 {
    width: 203px;
    padding: 10px 10px;
}

.wid-40 {
    width: 393px;
    padding: 10px 10px;
}

.wid-60 {
    width: 584px;
    padding: 10px 10px;
}

.qr_code_qa_text {
    color: #DDDDDD;
}

.fin_aid_div {
    vertical-align: top;
}

.fin_aid_student_row {
    padding-top: 10px;
}

.qr_caption {
    color: grey;
    padding-top: 10px;
}

.qr_caption.underline {
    padding-top: 0;
    text-decoration: underline;
}

.ta_sdt_checkbox {
    width: 200px;
    display: inline-block;
}

.ta_sdt_checkbox.long {
    width: 270px;
}

.absence_bubble {
    width: 25px;
    height: 25px;
    border-radius: 30px;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    padding: 5px 7px;
    background: #ffffff;
    color: #333333;
    border: 2px solid #cccccc;
    margin-left: 5px;
}

.absence_bubble.yellow {
    color: #EDAF00;
    background: #fef8e8;
}

.absence_bubble.red {
    color: #CC0000;
    background: #fcf2f2;
}

.graphic_wrap {
    position: relative;
}

.graphic_blob {
    position: absolute;
}

.logo_container {
    width: 100%;
    display: flex;
    flex-direction: row;
    z-index: -1000;

}

.left {
    width: 50%;

}

.right {
    width: 50%;

}

.flag_status_text_area_style {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.sessions_row a {

    color: #333333;
}

.close_btn_white {
    color: #FFFFFF;
}

.modal-link {
    color: #0000EE;
}

.add_session_btn_container, .view_course_logs_btn_container {
    width: 40%;
}

.session-btn-width {
    min-width: 228px;

}


/*TEMPLATE REVISED STYLING*/


.timer-input-style {
    width: 40px;
    height: 38px;
    border-radius: 8px;
}

.timer-input-style.large {
    width: 75px;
}

#preferences_radio_group.flex-row .flex-item {
    width: 15%;

}

#preferences_radio_group.radio-group.flex-row {
    width: 80%;
    margin: 0 auto 0 0;
    justify-content: space-evenly;
}


.modal_border {
    border-radius: 8px;
    border: 0;
}

.modal_header {
    background-color: #29658F;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
    height: 48px;
    text-align: center;
    padding-right: 12px;
    width: 100%;
}

.attendance_nav {
    overflow-y: auto;
}

.rotate-180 {
    transform: rotate(180deg);
}

.attendance_container_base.course_logs {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

/*Concurrent Sections/Groups Styles*/

#groups_list_header,
#sections_list_header {
    background-color: #29648E;
    padding: 0 8px;
    border-radius: 8px 8px 0 0;
    height: 56px;
    justify-content: space-between;
    align-items: center;

}

.groups_list_content_bottom,
.sections_list_content_bottom {
    padding: 8px 0;
    overflow-y: scroll;
    height: 235px;
}

.groups_checkbox_row,
.sections_checkbox_row {
    margin-bottom: 8px;
    align-items: center;
}

.groups_list_title,
.sections_list_title {
    flex-basis: 20%;
}

.groups_list_filter,
.sections_list_filter {
    flex-basis: 40%;
}

.available_groups_container,
.available_sections_container {
    border-radius: 8px;
    width: 50%;
    height: 300px;
    border: 1px solid #616569;
}

.groups_list_content_bottom::-webkit-scrollbar,
.sections_list_content_bottom::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.groups_list_content_bottom:hover::-webkit-scrollbar-thumb,
.sections_list_content_bottom:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
}

.check_in_concurrent_groups_container,
.check_in_concurrent_sections_container {
    display: flex;
    flex-flow: row wrap;
    width: 80%;
    border-radius: 8px;
    border: 1px solid #F0F2F3;
}

.groups_content_rows_container,
.sections_content_rows_container {
    width: 100%;
    max-height: 500px;
    overflow-y: scroll;
}

.groups_content_rows_container::-webkit-scrollbar,
.sections_content_rows_container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.groups_content_rows_container:hover::-webkit-scrollbar-thumb,
.sections_content_rows_container:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
}

.groups_headers_row,
.sections_headers_row {
    width: 100%;
}

.group_name_column, .groups_status_column, .groups_action_column,
.section_name_column, .sections_status_column, .sections_action_column {
    width: 33.3%;
}

.group_name_header, .group_status_header, .group_action_header,
.section_name_header, .section_status_header, .section_action_header {
    padding: 1rem;
    width: 100%;
    border-radius: 8px 0 0 0;
    height: 48px;
    background-color: #29658F;
}

.group_status_header,
.section_status_header {
    border-radius: 0 0 0 0;
}

.group_action_header,
.section_action_header {
    border-radius: 0 8px 0 0;

}

.running_color_status {
    color: #0E7842;
}

.stopped_color_status {
    color: #CC0000;
}

.unstarted_color_status {
    color: #29658F;
}

.group_row_parent div:nth-child(even),
.section_row_parent div:nth-child(even) {
    background-color: #F0F2F3;
}

.group_row_parent div:nth-child(odd),
.section_row_parent div:nth-child(odd) {
    background-color: #FFFFFF;
}

.check_in_groups_row,
.check_in_sections_row {
    flex-basis: 100%;
    min-height: 150px;
    padding: 1rem;

}

.clear_form_btn {
    border: none;
    background-color: #FFFFFF;
}

@media (max-width: 1218px) {
    #statusPicker_all {
        margin-bottom: 16px;
    }
}

@media (max-width: 950px) {

    .studentRecord_table_container {
        width: 100%;
    }


    #student_check_in {
        width: 60%;
    }

    .check_pin_error_parent_container {
        width: 80%;
    }

    .cardSwipeMessage {
        font-size: 24px;
    }

    #finaid_prompt_div {
        position: static;
        margin-top: 16px;
        width: 100%;
    }

    #enrollment_verification_chevron {
        display: none;
    }
}

@media (max-width: 700px) {
    #record_status_group {
        width: 100%;
    }

    .submit_attendance_list_mode_container {
        width: 100%;
    }
}


@media (max-width: 600px) {
    #studentRecordTable .small_column {
        width: 30%;
    }

    .take_record_section_header {
        justify-content: center;
    }

}


@media (max-width: 450px) {
    #studentRecordTable .med_column {
        width: 50%;
    }

    #studentRecordTable .large_column {
        width: 50%;
    }

    #record_status_group {
        width: 100%;
    }

    .comment_icon {
        width: 20%;
    }

    .status_div {
        width: 100%;
    }

    #student_check_in {
        width: 80%;
    }

    .check_pin_error_parent_container {
        width: 95%;
    }

    #attendanceRecord-absences-container {
        width: 100%;
        flex-flow: column wrap-reverse;
    }

    #studentName-courseName-container {
        display: block;

    }

    #attendanceRecord-txt {
        width: 100%;
    }

    #absences-txt {
        text-align: left;
        width: 100%;
    }

    #course_name_content {
        text-align: left;
        width: 100%;
    }

    #student_name_content {
        width: 100%;
    }


}


.merge_sessions_table td {
    padding: 8px;
    align-items: center;
}

.modal-border {
    border-radius: 10px;
}

/***********SEATING CHART TAKE ATTENDANCE***************/

.sticky_timer_container {
    width: 200px;
    background-color: #FFFFFF;
    padding: 8px;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: fixed; /* Positions the element relative to the viewport */
    top: 20px; /* Positions the button 20px from the bottom */
    right: 20px; /* Positions the button 20px from the right */
    z-index: 9999; /* Ensures the button is on top of other elements */
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

#seating_chart_content_parent {
    width: 100%;
    padding: 24px;

}

#seating_chart_live_content {
    width: 100%;
    transform: scale(0.9);
    top: 0;
}

.seating_chart_grid_container {
    width: 100%;
    height: 100%;
    padding: 24px;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    overflow-x: scroll;
}

#enrollment_list_manager {
    max-height: 240px;
    padding: 16px;
    border: 1px solid #D4D4D4;
    border-radius: 8px;
    overflow-y: scroll;
}


.seating_chart_comment {
    width: 80%;
    height: 20%;
}


.seating_chart_status_div {
    min-width: 85px;
    min-height: 30px;
    text-align: center;
    border: 1px solid #616569;
    padding: 8px;
    background-color: #FFFFFF;
}

.seating_chart_status_div.statusSelected {
    background-color: #616569;
    color: #FFFFFF;
}


/***********SEATING CHART CREATION***************/
/*Panels & Containers */
.saved_seating_chart_container {
    gap: 24px;
}

.seating_chart_status_select {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    padding: 0 16px;
}

.saved_seating_chart_card {
    background: #F4F7F9;
    border: 1px solid #245C84;
    border-radius: 10px;
    width: 226px;
    min-width: 226px;
}

.blue_panel {
    border: 1px solid #245C84;
    border-radius: 10px;
    padding: 8px;
}

.left_panel {
    background: #F4F7F9;
}

.right_panel {
    flex-grow: 1;
    min-height: 80vh;
    padding: 24px;
}

.grid-wrapper {
    display: grid;
    margin: 0 auto;
    grid-gap: 8px;
    grid-template-columns: repeat(10, minmax(100px, 1fr) );
    grid-template-rows: repeat(10, minmax(100px, 1fr));
}

/*Student Card*/
.student_card, .nfc_tag_card {
    min-height: 34px;
    border: 2px solid #767676;
    background-color: #FFFFFF;
    border-radius: 8px;
    cursor: pointer;
}

.student_card.student_selected, .nfc_tag_card.tag_selected {
    border: 2px solid #245C84;
    background-color: #CEE4F6;
}

.unassigned_student_list, .unassigned_nfc_tag_list {
    min-height: 600px;
    padding: 0 8px 0 8px;
}

.truncate_sm {
    width: 80px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate_md {
    width: 152px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*Grid Square*/
.grid_square,
.unassigned_student_div {
    border: 2px solid #92979D;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    background-color: #FFFFFF;
}

.grid_square.no_border {
    border: 2px solid #FFFFFF;
}

.unassigned_student_div {
    max-width: 400px;
}

.students_not_checked_in_container {
    align-self: flex-start;
    padding: 0 24px;
}

.unassigned_student_div_ci {
    border: 2px solid #92979D;
    margin-bottom: 16px;
    border-radius: 8px;
    padding: 8px;
    cursor: pointer;
    background-color: #FFFFFF;
    width: 100%;
}

.grid_square.add_seat {
    background-color: #F0F2F3;
}

.grid_square.filled_chair .top_right_icon,
.grid_square.filled_student .top_right_icon {
    transform: rotate(45deg);
}

.grid_square.add_seat .center_content,
.grid_square.filled_chair .student_name,
.grid_square.filled_chair .tag_name,
.grid_square.filled_student .filled_icon,
.grid_square.taking_attendance .top_right_icon,
.grid_square.taking_attendance .filled_icon {
    display: none;
}

.grid_square.taking_attendance.filled_chair .filled_icon {
    display: block;
}

.grid-wrapper.student_selected .grid_square.filled_chair:hover, .grid-wrapper.tag_selected .grid_square.filled_chair:hover {
    border: 2px solid #245C84;
    background-color: #CEE4F6;
}

.center_content {
    flex-grow: 1;
    justify-content: center;
    padding: 8px;
}

.center_icon {
    align-self: center;
}

.grid-wrapper img::selection {
    color: transparent;
}

/* NFC Check In - w/ Seating Chart */
.student_check_in_display_card {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/*
.grid_square.present {
    background: #C3EED7;
    border: 2px solid #0E7842;
}

.grid_square.absent {
    background: #F2BFBF;
    border: 2px solid #660000;
}

.grid_square.excused {
    background: #CBD6FE;
    border: 2px solid #2243BC;
}

.grid_square.custom {
    background-color: #767676;
    border: 2px solid #333333;
}
 */

.front_room_bar {
    width: 100%;
    min-height: 26px;
    background: #F0F2F3;
    border-radius: 8px;
    text-align: center;
    padding: 6px;
}

.sc_warning_row {
    border: 1px solid #D4D4D4;
    padding: 16px;
}

.ci_modal_header {
    background-color: #29658F;
    color: #FFFFFF;
    height: 48px;
    text-align: center;
    padding: 8px;
    width: 100%;
}

.nfc_ci_header {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.student-status-row {
    border-bottom: 1px solid #D4D4D4;
}

/* NY MODAL STYLES */

.ny_modal_body_styles {
    padding: 16px;
}

/* NY Report Print View CSS */
#ny_report_print_view {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Outer frame to match provided report border */
.ny-print-frame {
    width: 90%;
    border: 2px solid #CFCFCF; /* slightly thicker outer frame */
    padding: 12px;
    background: #FFFFFF;
}

/* Header table and grid use consistent borders */
.ny-print-header-table,
.ny-print-grid {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    border: 1px solid #CFCFCF; /* outer border for each table */
}

.ny-print-header-table th,
.ny-print-header-table td,
.ny-print-grid th,
.ny-print-grid td {
    border: 1px solid #D4D4D4;
    padding: 8px;
    vertical-align: middle;
}

/* Subheader styling for gray columns and labels */
.ny-print-grid thead tr:nth-child(2) th.gray_cell,
.ny-print-grid .gray_cell {
    background-color: #F5F5F5;
}

/* Preserve gray background for designated cells */
.new_york_reporting .gray_cell {
    background-color: #F5F5F5;
}

/* Header bottom separator to visually match image */
.ny-print-header-table {
    border-bottom: 2px solid #CFCFCF;
}

/* Smaller caption text in header */
.ny-print-header-table .caption {
    font-size: 12px;
    color: #6c757d;
}

/* Inputs mimic boxed fields in print (initials boxes) */
.initials_input_container .new-york-table-txt-input,
.ny-print-grid .initials_input_container div.new-york-table-txt-input {
    border: 1px solid #D4D4D4;
    height: 24px;
    line-height: 24px;
}

/* Notes areas boxed */
.ny-print-grid .new-york-table-textArea {
    border: 1px solid #D4D4D4;
    min-height: 40px;
    padding: 8px;
    width: 100%;
}

/* Ensure header repeats on page break for printing */
@media print {
    .ny-print-grid thead {
        display: table-header-group;
    }

    .ny-print-grid tfoot {
        display: table-footer-group;
    }

    .ny-print-frame {
        width: 100%;
        border: 2px solid #CFCFCF;
        padding: 12px;
    }

    /* Ensure background colors print (Chrome/WebKit + Firefox) */
    * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    #ny_report_print_view, #ny_report_print_view * {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* Force gray backgrounds for designated cells in print */
    .ny-print-grid th.gray_cell, .ny-print-grid td.gray_cell {
        background-color: #F5F5F5 !important;
    }

    /* Respect inline background-color attributes inside the print view */
    #ny_report_print_view [style*="background-color"] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

.course_groups {
    row-gap: 1rem;
}

/*Download Records Modal Styles */

.groups-label {
    max-width: 400px;
    word-wrap: break-word;
}

.groups-modal-footer {
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}

/*Print View CSS*/


#list_header {
    margin-bottom: 0;
}

.print-view-checkbox-container {
    flex-direction: column;
    align-items: center;
    margin: 32px auto;
}

.checkbox-container-header {
    background-color: #29658F;
    color: #FFFFFF;
    height: 48px;
    align-content: center;
}

.checkbox-content {
    height: 275px;
    background-color: #D9D9D9;
}


.check-box-headers {
    margin: 0 auto;
    width: 90%;
    border-bottom: 3px solid #888888;
}

.checkbox-fields {
    margin: 20px auto;
    width: 85%;
}

.checkbox-group {
    margin: 0 auto;
}

#print-content {
    width: 90%;
    margin: 0 auto;
    /*border: black solid 1px;*/
}

#courseinfo {
    margin-top: 0;
}

.checkbox-content hr, .lines-container hr {
    border: none;
    border-top: 2px solid #999;
    color: #999;
    background-color: #fff;
    height: 1px;
    margin: 20px 0;
}

.lines-container {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#print-view-footer {
    justify-content: flex-end;
}

#print-btn {
    width: 150px;
    margin: 40px 0;
    margin-right: 40px;
}

.student-info-container {
    width: 20%;
}

#print-content .comment_box_container {
    border: black solid 1px;
    background-color: #d9d9d9;
    width: 40%;
    height: 90px;
    margin: 0 16px
}


#print-content #status_options_container .status_option {
    margin-left: 8px;
    margin-right: 8px;
}

#print-banner {
    width: 80%;
    margin: 32px auto;

}

.student-row-container {
    border: black solid 1px;
    margin-bottom: 8px;
    break-inside: avoid-page;
}

.qwickly-grey-lighter-background {
    background-color: #F5F9FD;
}

/*REQUEST 4405 - ny_report NEW YORK REPORT - PAGE */
.gia_parent {
    padding-bottom: 48px;
}

.course_information_panel_parent {
    min-width: 448px;
}

#previous_lookup_subheader_row {
    border-bottom: 1px solid #D4D4D4;
    padding: 8px 0;

}

.previous_lookup_card {
    border-bottom: 1px solid #D4D4D4;

}

#new_york_report_table {
    width: 100%;
    padding: 0 8px;
    border: 1px solid #D4D4D4;
    text-align: center;
}

#new_york_report_table th, #new_york_report_table td {
    border: 1px solid #D4D4D4;
}

.gray_cell {
    background-color: #F0F2F3;
}

.new-york-table-txt-input {
    border-radius: 8px;
    padding: 0 8px 0 8px;
    border: 1px solid #616569;
    width: 72px;
}

.new-york-table-textArea {
    border-radius: 8px;
    padding: 0 8px 0 8px;
    border: 1px solid #616569;
}

.student-status-row, #check-in-user-container {
    padding: 8px;
}

.container_scrollable {
    max-height: 300px;
    overflow-y: scroll;
}

.container_scrollable::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.container_scrollable:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
}


.qwickly-grey-lighter-background {
    background-color: #F5F9FD;
}

/*REQUEST 4405 - GIA NEW YORK REPORT - PAGE */
.gia_parent {
    padding-bottom: 48px;
}

.course_information_panel_parent {
    min-width: 448px;
}

.attendance_gia_ny_table {
    width: 100%;
}

.attendance_gia_ny_table thead tr,
.attendance_gia_ny_table tbody tr {
    border-bottom: 1px solid #92979D;
}

.attendance_gia_ny_table th,
.attendance_gia_ny_table td {
    padding: 15px 0;
}

.attendance_gia_ny_table .favorites_options_container div {
    padding: 5px 0;
}

#new_york_report_table {
    width: 100%;
    padding: 0 8px;
    border: 1px solid #D4D4D4;
    text-align: center;
}

#new_york_report_table th, #new_york_report_table td {
    border: 1px solid #D4D4D4;
}

.gray_cell {
    background-color: #F0F2F3;
}

.new-york-table-txt-input {
    border-radius: 8px;
    padding: 0 8px 0 8px;
    border: 1px solid #616569;
    width: 80px;
}

.new-york-table-textArea {
    border-radius: 8px;
    padding: 0 8px 0 8px;
    border: 1px solid #616569;
}



/* Live Check in w/ Seating Map - IE Item #585 */

.remote_students_carousel_container {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 160px;
    flex-wrap: nowrap;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #D4D4D4;
    padding: 8px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}

.remote_student_card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 130px;
    padding: 8px;
    height: 130px;
    border-radius: 8px;
    border: 1px solid #D4D4D4;
}

.remote_student_photo {
    height: 40px;
    width: 40px;
    border-radius: 40px;
    background-color: black;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}








/*Test prints set pages to one in print settings!  Code Below makes it print only one student*/

/*.student-row-container{*/
/*    visibility: hidden;*/
/*}*/

/*.student-row-container:nth-child(1){*/
/*    visibility: visible;*/
/*}*/


/*Print View Print Query*/

@media print {

    html, body {
        height: 95%;
    }

    .print-hidden {
        display: none;
    }

    #print-content {
        width: 90%;
    }


    #printableArea {
        width: 100%;
    }

    #date-container {
        width: auto;
    }

}


/*Media q attempts to fix weird alignment issues when resizing window*/

@media (max-width: 1700px) {

    #mark_all_options_div {
        flex-flow: row wrap;
    }

    #submit_attendance_record_2 {
        width: 100%;
        margin-left: 0;
    }


    .submit_attendance_list_mode_container {
        width: inherit;
        justify-content: left;
    }

}

@media (max-width: 1150px) {
 .list .list_view_student_row .student_info {
     width: 100%;
 }
}
@media (max-width: 680px) {

    #location_context_div_all {
        display: flex;
        justify-content: center;
    }

    .status_select_all {
        grid-template-columns: 1fr;
    }

    .status_container {
        align-self: center;
    }

    /*.all_students_row >  {*/
    /*    justify-content: center;*/
    /*}*/

    #mark_all_options_div {
        display: block;
    }

    #submit_attendance_record_2 {
        margin-top: 16px;
    }

    #filter_form {
        width: 150px;
    }

    .list_view_student_row {
        justify-content: center;
    }

    .submit_attendance_list_mode_container {
        width: 100%;
        justify-content: center;
    }

    .status_container {
        margin: 0 auto;
    }


}

#comment_label {
    align-self: center;
    margin-bottom: 0;
}

.overflow_x {
    overflow-x: scroll;
}

/* Sync Session Modal CSS Override */
.sync-ch-label {
    visibility: hidden;
    font-size: 0;
    height: 0;
    margin: 0;
}

.sync-legend {
    color: #000000;
    visibility: hidden;
    height: 0;
    margin: 0;
}

.sync_sessions_table {
    border-collapse: collapse;
    width: 100%;
"
}

.sync-subtitle-first {
    color: #000000;
    background: #FFFFFF;
    font-size: 0;
}

.sync-checkbox {
    margin-top: 0px;
}

.sync_sessions_table td {
    align-items: flex-start !important;
    vertical-align: top;
}

.sync_sessions_table th {
    padding-left: 8px;
}

/*Remove sync roster text when it gets too small*/
@media (max-width: 520px) {
    #sync_roster {
        display: none;
    }

    #print-sync-container {
        padding-top: 0;
    }


    #mark_statuses_for {
        width: 100%;
    }

    .all_students_dropdown {
        width: auto;
    }

}

@media (max-width: 560px) {
    #print-sync-container {
        padding-top: 8px;
        justify-content: center;
    }
}

@media (max-width: 520px) {
    #print-sync-container {
        padding: 0;
        justify-content: center;
    }
}

@media (max-width: 456px) {

    #print-sync-container {
        margin: 8px;
        justify-content: center;
    }
}

@media (max-width: 460px) {
    .status_and_comment_div {
        width: 75%;
        margin: 0 auto
    }
}

@media (max-width: 500px) {
    .status_select_all {
        grid-template-columns: repeat(2, 1fr);
    }

    .student_row {
        width: 100%;
        justify-content: center;
    }

    .status_container {
        justify-self: center;
        margin-left: 0;
    }

    .check_in_header {
        font-size: 34px;
    }
}

.notes-container {
    flex-grow: 1;
}
