html, body {
    margin: 0;
    padding: 0;
    height: 100%;
}

.italics {
    font-style: italic;
}

/*Cloud Styles*/
.gdrive_login {
    background: url('../images/drive_logo.png');
    background-size: cover;
    width: 111px;
    height: 34px;
    padding: 3px;
    border: 0;
}

.qCloudPick {
    width: 65px;
    height: 55px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    float: left;
    background-size: 60px;
    background-repeat: no-repeat;
}

.qCompFile {
    background-image: url('../images/blue_computer.png');
}

.qGdriveFile {
    background-image: url('../images/blue_gdrive.png');
}

.qJotTemplate {
    background-image: url('../images/blue_jot.png');
}

.qBoxFile {
    background-image: url('../images/blue_box.png');
}

.qDropboxFile {
    background-image: url('../images/blue_dropbox.png');
}

.qOnedriveFile {
    background-image: url('../images/blue_onedrive.png');
}

.qMethodContinueButton {
    margin-top: 5px;
    display: block;
}

.qCloudCancel {
    font-size: 16px;
    display: block;
}

.jotTemplatesContainer {
    height: 55px;
}

/*Loading Styles*/
.loading_orbs {
    display: flex;
    justify-content: center;
}

.loading_orb {
    height: 30px;
    width: 30px;
    margin: 3px;
    border-radius: 30px;
    display: inline-block;
    animation-duration: 1s;
    animation-name: loading_orb;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    background-color: ghostwhite;
}

#loading_orb_1 {
    animation-delay: 0ms;
}

#loading_orb_2 {
    animation-delay: 250ms;
}

#loading_orb_3 {
    animation-delay: 500ms;
}

@keyframes loading_orb {
    from {
        background-color: ghostwhite;
    }

    to {
        background-color: black;
    }
}

.page_fade_overlay {
    opacity: .5;
    background-color: black;
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.page_fade_overlay > .overlay_loading {
    display: none;
}

.page_fade_overlay.loading > .overlay_loading {
    display: block;
}

.page_fade_overlay > .overlay_success {
    display: none;
}

.page_fade_overlay.success > .overlay_success {
    display: block;
}

.overlay_loading, .overlay_success {
    font-size: 48px;
    font-weight: bold;
    color: ghostwhite;
    justify-content: center;
}

.common_footer {
    padding: 5px;
    width: 100%;
    height: 50px;
    background-color: black;
    color: white;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
}

.common_footer > div {
    position: relative;
}

.footer_copyright {
    font-size: 10px;
}

.footer_text {
    margin: auto;
    width: 120px;
    text-align: center;
}

.footer_links a, .footer_links a [hover] {
    color: white;
}

.semester_manager_button,
.clear_time_button {
    background-color: #FFFFFF;
    color: #29658F;
    border: 1px solid #29658F;
    border-radius: 10px;
    cursor: pointer;
    font-size: 13px;
    line-height: 14px;
    margin-left: 25px;
    margin-top: 10px;
    padding: 8px;
    display: inline-block;
}

#semester_manager_modal_content {
    padding: 10px;
}

#semester_manager_modal .semester_header {
    clear: both;
    color: #444;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px;
}

#add_or_edit_semester_form .editColumnLabel {
    display: inline-block;
    width: 200px;
}

#add_or_edit_semester_form .editColumnTitle {
    display: inline-block;
    width: 300px;
}

#add_or_edit_semester_form #semester_form_description_label {
    margin-bottom: 20px;
    font-size: 1.25em;
}

.unverified {
    border: 2px solid #CC0000;
}

.unverified.checkbox_group {
    border: 2px solid #f2bfbf;
    border-radius: 8px;
}

.centered_body {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.main_container {
    display: flex;
    flex-direction: column;
    flex-flow: column;
    min-height: 100%;
}

.main_block {
    flex: 1;
}

.sidenav {
    height: 100%;
    width: 200px;
    position: fixed;
    top: 0;
    background-color: #29658f;
    overflow-x: hidden;
    padding-top: 20px;
    box-shadow: 5px 47px 5px -2px #888;
}

.sidenav .sidenav_option {
    padding: 6px 8px 6px 8px;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.sidenav .tools_suboptions .sidenav_option {
    padding-left: 38px;
    margin-bottom: 2px;
}

.sidenav_option.qwickly_logo_icon {
    margin-bottom: 40px;
    margin-left: 25px;
}

.sidenav a {
    color: #FFFFFF;
    display: block;
}

.sidenav .sidenav_header {
    padding: 6px 8px 26px 16px;
    color: #FFFFFF;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.sidenav .tools_suboptions {
    margin-left: 10px;
}

.sidenav_option .selected {
    color: #F7A64B;
    font-weight: bolder;
}

.respects_left_navbar {
    margin-left: 240px;
    padding: 5px 10px;
}

.nav-target-wrapper {
    margin: 24px 0;
    align-items: center;
    padding: 4px;
}

.nav-target-icon {
    display: flex;
    align-items: flex-end;
}

.inline_block_div {
    display: inline-block;
}

.statusesContainerSystem {
    background-color: white;
    border-collapse: collapse;
    margin-top: 10px;
    width: 98%;
}

.statusesContainerSystem td {
    border: 1px solid #a7a9ab;
    height: 50px;
    padding: 10px;
    text-align: center;
}

.statusesContainerSystem .sp-replacer {
    opacity: 0;
    height: 1px;
    width: 1px;
    position: absolute;
}

.statusesContainerSystem input[type="text"] {
    border: 0;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #999;
    width: 90px;
    text-align: center;
}

.input_appears_hidden {
    opacity: 0;
    width: 1px !important;
    height: 1px;
    position: absolute;
}

.table td.colorTd {
    opacity: .5;
    padding: 0;
}

.scheduled_attendance {
    display: inline-block;
    margin-bottom: 5px;
}

.scheduled_attendance.sa_label {
    width: 30%;
}

.scheduled_attendance.sa_label.right_align {
    text-align: right;
    margin-right: 20px;
}

.scheduled_attendance.sa_input {
    width: 50%;
}

#scheduled_attendance_times_system_settings_div {
    border-radius: 5px;
    border: 1px solid grey;
    padding: 10px;
}

.qTestImage {
    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;
    vertical-align: middle;
}

/* Form Styles */
.column_form {
    display: flex;
    flex-direction: column;
}

.column_form > div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.column_form > div > div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 50px;
}

.form_label {
    font-weight: bold;
    margin-bottom: 4px;
}

.form_field {
    border: 1px solid #CDCDCD;
    border-radius: 2px;
    padding-left: 3px;
    padding-top: 2px;
    padding-bottom: 2px;
    margin-right: 5px;
}

.children_b_margin_50 > div {
    margin-bottom: 50px;
}

.in_development {
    border: 1px dashed red;
}

.sidenav_option .sidenav_span {
    display: inline-block;
    vertical-align: top;
}

.sidenav_option .sidenav_span.text {
    padding-top: 5px;
}

.padding_bottom {
    padding-bottom: 10px;
}

.padding_top {
    padding-top: 10px;
}

.padding_left {
    padding-left: 10px;
}

.margin_bottom {
    margin-bottom: 10px;
}

.margin_top {
    margin-top: 10px;
}

.margin_left {
    margin-left: 10px;
}

.padding_all {
    padding: 10px;
}

.padding_8px {
    padding: 8px;
}

.underline {
    text-decoration: underline;
}

/*Error Pages Styling*/
.error_parent_container {
    width: 80%;
    margin: 0 auto;
    font-family: 'Roboto', sans-serif;
    height: 100vh;
}

.graphic_wrap.upper {
    margin-top: 10%;
    display: flex;
    position: relative;
    justify-content: center;
}

.graphic_wrap.smaller_upper {
    margin-top: 5%;
    display: flex;
    position: relative;
    justify-content: center;
}

.error_graphic img, .blob_graphic img {
    width: 100%;
    height: 100%;
}

.blob_graphic {
    display: flex;
    justify-content: center;
    position: absolute;
    width: 32%;
}

.icon_container {
    height: 150px;
}

.qwickly-banner-icon-container {
    border-bottom: 3px solid #F7A64B;
}

.icons-container-attendance-student-view {
    justify-content: space-evenly;
}

.error_graphic {
    display: flex;
    justify-content: center;
    width: 25%;
}

.suggestion_graphic {
    max-width: 110px;
}

.lower_content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    width: 100%;
}

.lower_content h1 {
    font-weight: 400;
    color: #29658F;

}
.lower_content h2 {
    font-weight: 400;
    color: #29658F;
}

.suggestions_container {
    gap: 36px;
    flex-wrap: wrap;
}
.suggestions_sub_container {
    max-width: 154px;
}

.header_color {

}

.clickable_link {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.logo_container {
    display: flex;
    height: 100px;
    width: calc(20% - 10px);
    justify-content: flex-end;
    align-items: flex-end;
    align-content: flex-end;
    position: absolute;
    bottom: 40px;
    right: 40px;
    z-index: -999;


}

.logged_user_button {
    background-color: #CEE4F6;
    color: #29658f;
}

.parent_container_base {
    height: 100%;
    width: 100%;
    font-family: 'Roboto', sans-serif;
}

.wrap {
    width: 100%;
}

.left_hand_nav_container {
    display: flex;
    flex-direction: column;
    width: 224px;
    height: 100%;
    position: fixed;
    background-color: #245C84;
    box-shadow: 5px 49px 10px gray;
    letter-spacing: 1.25px;
}


.left_hand_nav_container.full_shadow {
    box-shadow: 5px 0 10px gray;
}

.left_hand_nav_container.no_shadow {
    box-shadow: none;
}

.settings_container_base {
    width: 95%;
    margin: 0 auto;
    padding-bottom: 48px;
}

.attendance_container_base {
    width: 95%;
    margin: 0 auto;
}


.settings_header_wrap_base {
    width: 100%;
    padding: 24px 0;
}

.qwickly-select-base {
    width: 280px;
    height: 38px;
    border-radius: 8px;
}

.qwickly-select-base-small {
    width: 50px;
    height: 38px;
    border-radius: 8px;
}

.qwickly-select-base-flex {
    width: 100%;
    height: 38px;
    border-radius: 8px;
}

.qwickly-select-base-small {
    width: 50px;
    height: 38px;
    border-radius: 8px;
}

.link_wrap {
    display: flex;
    width: 100%;
    padding-left: 16px;
    margin: 20px 0;
}

.icon-wrap {
    display: flex;
    width: 82%;
    margin: 24px auto 28px auto;


}

.qwickly_logo_icon {
    margin-left: 24px;
    width: 95%;

}

.link_text {
    padding-top: 8px;
}

.nav_wrap {
    height: 80%;
    display: flex;
    flex-direction: column;
}

.horizontal_nav_container {
    width: 95%;
    margin: 0 auto;
}

.nav_wrap.horizontal {
    height: 50px;
    flex-direction: row;
    justify-content: space-around;
}

.link_wrap a, .link_wrap {
    color: #ffffff
}
.link_color a, .link_color:hover {
    text-decoration-color: #ffffff;
}

.link_text.selected, .link_text.selected a   {
    color: #F7A64B;

}

.link_color.selected, .link_color.selected a  {
    text-decoration-color: #F7A64B;
}

.help_link_container {
    display: flex;
    height: 100vh;
    align-items: flex-end;
}

.horizontal_nav_style a {
    display: flex;
    align-items: flex-end;
    font-size: 1.2rem;
    color: #007bff;
    text-decoration: none;
}

#settings_tab_list {
    border-bottom: 1px solid grey;
    padding: 10px 0;
    margin-bottom: 10px;
}

#settings_tab_list .nav-item {
    width: 20%;
    margin: 0 auto 0 0;

}

#settings_tab_list .nav-link.active {
    background-color: white;
    color: #29658f;
    font-weight: bold;
    border-bottom: 5px solid #29658f;
    border-bottom-radius: 20px;
}

.tab_list_style {
    border-bottom: 1px solid #F0F2F3;
    padding-bottom: 8px;

}

.tab_list_style .nav-item {
    width: auto;

}

.tab_list_style .nav-link {
    color: #333333;
    font-weight: 500;
}

.tab_list_style .nav-link.active {
    background-color: white;
    color: #29658f;
    font-weight: bold;
    border-bottom: 5px solid #29658f;
    border-radius: 0;
}

.ct-header-style {
    display: flex;
    align-items: center;
    width: 100%;
    margin-left: auto;
    height: 50px;
    background-color: #245C84;

}

.attendance_home_button {
    width: 50%;
    padding-left: 10px;
}

.attendance_dropdown {
    display: flex;
    justify-content: flex-end;
    padding-right: 10px;
    width: 50%
}

.content_container_inner {
    margin-left: 224px;
    margin-right: auto

}

.courseTools_content_container_inner {
    flex: 1;
    margin: 0;

}

.settings_header_wrap_style_primary {
    width: 92%;
    margin: 0 auto;
    padding: 34px 0 10px 0;
    display: flex;
    align-items: center;

}

.content_container_inner h1 {
    /*box-shadow: -5px 20px 5px -2px #888;*/
    padding-left: 5px;

}


.record_details_card {
    width: 100%;
    background-color: #FFFFFF;
    height: 100%;
    border-radius: 8px;

}

.record_details_card_body {
    height: 538px;
}

.modal_top_row {
    width: 100%;
    height: 55px;
    background-color: #29658F;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;

}

.nav-item {
    width: 100%;
}

.clickable {
    cursor: pointer;
}

/*Design System Classes do not add under this line*/

/*Qwickly Components*/
.qwickly-radio-btn {
    width: 16px;
    height: 16px
}

.qwickly-message-card {
    display: flex;
    align-items: center;
    font-weight: 400;
    border-radius: 8px;
    padding: 16px;
}

.qwickly-message-card.fit-content {
    width: fit-content;
    padding-left: 5px;
    padding-right: 5px;
}

.message_body {
    width:100%;
}

.message_dismissible.dismiss_button {
    display: flex;
    justify-content: flex-end;

}

.qwickly-message-card.success {
    color: #0E7842;
    border: 1px solid #0E7842;
    background-color: #E7F8EF;
}

.qwickly-message-card.failure {
    color: #CC0000;
    border: 1px solid #CC0000;
    background-color: #FCF2F2;
}

.qwickly-message-card.warning {
    color: #333333;
    border: 1px solid #EDAF00;
    background-color: #FEF8E8;
}

.qwickly-message-card.info {
    color: #29658F;
    border: 1px solid #29658F;
    background-color: #F4F7F9;
}

.qwickly-checkbox {
    width: 20px;
    height: 20px;
}

.qwickly-textArea {
    border-radius: 8px;
    padding: 8px;
}

.qwickly-time-date-input {
    width: 184px;
    height: 38px;
    border-radius: 8px;
    border: 1px solid #616569;
    padding: 0 8px 0 8px;
    color: #767676;
}
.qwickly-datetime-local-input {
    height: 38px;
    border-radius: 8px;
    border: 1px solid #616569;
    padding: 0 8px 0 8px;
    color: #767676;
}
.qwickly-time-date-input.black{
    color: #000000;
}

.qwickly-how-to-card {
    background-color: #FFFFFF;
    position: absolute;
    right: 8px;
    top: 8px;
    width: 352px;
    border: 1px solid lightgrey;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5), 0 2px 4px rgba(0, 0, 0, 0.5);
    z-index: 1000;
}

.how_to_icon_container_hidden {
    visibility: hidden;
}

.qwickly-btn {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: #29658F;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
    height: 48px;
}

.qwickly-btn:disabled {
    opacity: 75%;
}

.qwickly-btn-primary.sticky_btn {
    position: fixed;
    bottom: 10px;
    right: 10px;

}

.settings_submit:hover {
    background-color: lightblue;
}

.qwickly-btn-primary {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    padding: 16px 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 132px;
    height: 48px;
    text-decoration: none;
    background-color: #29658F;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
}

.qwickly-btn-primary-sm {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 8px 16px;
    text-decoration: none;
    background-color: #29658F;
    color: #FFFFFF;
    border-radius: 8px;
    border: none;
}

.qwickly-btn-primary-sm:disabled {
    background-color: #5E8CAB;
}

a.qwickly-btn-primary-sm:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.qwickly-btn-primary a {
    text-decoration: none;
}

.qwickly-btn-primary:hover {
    background-color: #1E4866;
    color: #FFFFFF;
}

.qwickly-btn-primary-sm:hover {
    background-color: #1E4866;
    color: #FFFFFF;
}

.qwickly-btn-primary:active {
    background-color: #183951;
}

.qwickly-btn-primary:disabled {
    background-color: #29658FBF;

}

.qwickly-btn-primary.fit-content {
    width: fit-content;
}

.qwickly-btn-inverse {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 8px 16px;
    background-color: #FFFFFF;
    color: #29658F;
    border: 1px solid #29658F;
    border-radius: 8px;
}

.qwickly-btn-inverse-no-height {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    background-color: #FFFFFF;
    color: #29658F;
    border: 1px solid #29658F;
    border-radius: 8px;
}

#qwickly-btn-inverse_submit {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 38px;
    padding: 8px 16px;
    background-color: #FFFFFF;
    color: #29658F;
    border: 1px solid #29658F;
    border-radius: 8px;
}

.qwickly-btn-inverse-lg {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #FFFFFF;
    color: #29658F;
    border: 1px solid #29658F;
    border-radius: 8px;
}

.qwickly-btn-inverse-red-lg {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    display: flex;
    padding: 16px 24px;
    justify-content: center;
    align-items: center;
    height: 48px;
    background-color: #FFFFFF;
    color: #CC0000;
    border: 1px solid #CC0000;
    border-radius: 8px;
}


.qwickly-btn-inverse:hover {
    color: #1E4866;
    border: 1px solid #1E4866;
}

.qwickly-btn-inverse:active {
    color: #183951;
    border: 1px solid #183951;
}

.qwickly-btn-inverse:disabled {
    color: #29658F;
    border: 1px solid #ABABAB;
}

/* pending loaders */
.qwickly-btn-inverse .icon {
    display: unset;
}
.qwickly-btn-inverse .pending_loader {
    display: none;
}
.qwickly-btn-inverse.pending .icon {
    display: none;
}
.qwickly-btn-inverse.pending .pending_loader {
    display: unset;
}

.qwickly-search-component {
    border: 1px solid #C2C9D1;
    border-radius: 30px;
    background-color: #FFFFFF;
    height: 34px;
    width: 100%;
}

.qwickly-searchInput {
    background-color: #FFFFFF;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    border: none;
    height: 32px;
    width: 100%;
}

.qwickly-searchInput:focus {
  outline: none;
}

.qwickly-txt-input {
    border-radius: 8px;
    border: 1px solid #494B4E;
    width: 250px;
    height: 38px;
}

.qwickly-txt-input-flex {
    border-radius: 8px;
    border: 1px solid #494B4E;
    height: 38px;
}

.qwickly-num-input {
    height: 38px;
    padding: 0 0 0 8px;
    width: 56px;
    border-radius: 8px;
    border: 1px solid #616569;
}

.qwickly-search-button {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qwickly-switch {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 25px;
    margin-top: auto;
    margin-bottom: auto;
}

.qwickly-slider-input {
    display: none;
}

#course_availability_course_container {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
}

.qwickly-switch-parent-container {
    min-width: 48px;
    margin-right: 16px;
}

.qwickly-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), #C2C9D1;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 34px;
}

.qwickly-slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 3px;
    bottom: 2.6px;
    background-color: white;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 50%;
}

.qwickly-link {
    color: #2D5AFB;
    text-decoration: none;
}

.qwickly-link:hover {
    text-decoration: underline;
}

.qwickly-slider.checked {
    background-color: #2D5AFB;
}

.qwickly-slider input:focus + .slider {
    box-shadow: 0 0 1px #C2C9D1;
}

.qwickly-slider.checked:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(22px);
}

.qwickly-slider:after {
    color: white;
    display: block;
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 70%;
    font-size: 10px;
    font-family: Verdana, sans-serif;
}

input:checked + .qwickly-slider:after {
    left: 30%;
}

.radio_button {
    height: 42px;
    background-color: #E1E4E8;
    border-radius: 8px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2) inset;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 3px;
    gap: 5px;
}

.radio_button_l {
    width: 432px;
}

.radio_button_m {
    width: 390px;
}

.radio_button_s {
    width: 272px;
}

.radio_toggle_background {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto 0;
    height: 32px;
    border-radius: 8px;
    background-color: #E1E4E8;
    z-index: 0;
    cursor: pointer;
    border: none;
}

.radio_toggle_background.disabled,
.radio_toggle_background[disabled] {
    cursor: default !important;
    pointer-events: none; /* Prevent interaction */
}

.radio_toggle_background_l {
    width: 300px;
}

.radio_toggle_background_m {
    width: 190px;
}

.radio_toggle_background_s {
    width: 129px;
}

.radio_toggle_background_r {
    width: 100%;
}

.radio_toggle_background.selected {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
}

input.toggle_hidden_radio {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.small_icon_button {
    background-color: #245C84;
    border: none;
}


.banner_overlay {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
}

.grade_banner {
    background-color: #E7F8EF;
    border: 1px solid #0E7842;
    color: #0E7842;
    width: 917px;
}

.banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 5px;
    height: 48px;
    box-sizing: border-box;
    border-radius: 5px;
    z-index: 10;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-align: left;
}

.sort_chip_txt_container {
    position: relative;
}

.course_sort_btn {
    background-color: #FFFFFF;
    border: 1px solid #92979D;
    border-radius: 12px;
    padding: 2px 4px;
}

.sort_expanded {
    background-color: #FFFFFF;
    margin-top: 1px;
    position: absolute;
    top: 30px;
    border: 1px solid #C2C9D1;
    text-align: center;
    border-radius: 2px 2px 0 0;
    z-index: 999999;
}

.sort_expanded .sort_option {
    border-top: none;
    border-left: none;
    border-right: none;
    background-color: #FFFFFF;
    border-bottom: 1px solid #C2C9D1;
    padding: 4px 4px;
}

.sort_expanded .sort_option:last-child {
    border-bottom: none;
}

.padding-top-32px {
    padding-top: 32px;
}

/*testing for course tools nav*/

.ct_parent_container {
    display: flex
}


#nav-list-container {

    width: 85%;
    margin: 0 auto;
}

.courseToolsNavContainer {
    width: 15%;
    background-color: #B23E39;
    border-right: 2px solid #721612;
    min-width: 160px;
    position: static;
    overflow-y: auto
}

/* Scroll Bar */
.courseToolsNavContainer::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.courseToolsNavContainer:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
}

.qwickly-scroll-bar::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.qwickly-scroll-bar:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
}

#course_tools_preferences_details {
    position: relative;
}


.double_chevron {
    display: none;
}

.courseToolsNavContainer.navcollapse {
    width: 5%;
}


.left-hand-nav-toggle {
    transform: rotate(180deg);
    transition: 200ms ease-in-out;
}


.left-hand-nav-toggle.navcollapse img {
    transform: rotate(-180deg);
}


#section_details_courseTools > summary {
    list-style: none;
    cursor: pointer;
}


/* ^^^ End of Components ^^^*/

/* password component styles */
#password_policy_messaging {
    position: relative;
}

.invalid_password {
    color: #CC0000;
}
.invalid_password:before {
    position: relative;
    left: -5px;
    content:"\2715";
}

.valid_password {
    color: #0DBA61;
}

.valid_password:before {
    position: relative;
    left: -5px;
    content: "\2713";
}

.password_submit_style:disabled {
    background-color: #29658F;
    opacity: 75%;
}

.qwickly-btn-inverse:hover {
    color: #1E4866;
    border: 1px solid #1E4866;
}

.qwickly-btn-inverse:active {
    color: #183951;
    border: 1px solid #183951;

}

.qwickly-search-component {
    border: 1px solid #494B4E;
    border-radius: 30px;
    background-color: #FFFFFF;
    height: 34px;
    width: 100%;
}

.qwickly-txt-input {
    border-radius: 8px;
    border: 1px solid #616569;
    width: 250px;
    height: 38px;
    padding: 5px;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box; /* Opera/IE 8+ */
}

.qwickly-search-button {
    width: 35px;
    height: 35px;

}


/*chip-txt-component*/
div.chip-txt-component {
    display: inline;
    margin: 2px 4px;
    text-align: center;
}

div.chip-txt-component label {
    display: inline-block;
    background-color: #F0F2F3;
    border: 1px solid #C2C9D1;
    color: #333333;
    border-radius: 20px;
    white-space: nowrap;
    margin: 3px 0px;
    min-width: 90px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
    padding: 8px;
    cursor: pointer;
}

div.chip-txt-component label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
}

div.chip-txt-component input:checked + label {
    border: 1px solid #2D5AFB;
    background-color: #EAEFFF;
    color: #2D5AFB;
    transition: all .2s;
}

div.chip-txt-component input[type="checkbox"] {
    display: none;
}

.padding-top-32px {
    padding-top: 32px;
}

#section_details_courseTools > summary {
    list-style: none;
    cursor: pointer;
}


/* Collapsible Navigation Functionality in screen sizes less than 950px*/
#collapse_chevron_attendance {
    width: 50%;
    display: none;
}

#collapse_chevron_attendance.attendance_nav_collapse {
    margin-top: 16px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.jot_nav.jot_nav_collapse {
    width: 10%;
    min-width: 45px;

}

.icon-wrap.jot_nav_collapse {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}



.attendance_nav.attendance_nav_collapse {
    width: 10%;
    min-width: 45px;
    max-width: 70px;
}

.attendance_icon_wrap.attendance_nav_collapse {
    width: 100%;
    display: flex;
    flex-flow: column;

}

.attendance_logo_wrap.attendance_nav_collapse {
    margin-left: 8px;
}

#double_chevron_attendance.attendance_nav_collapse {
    transform: rotate(180deg);
}

.dropdown_chevron.attendance_nav_collapse {
    display: none;
}

.attendance_nav_bar.attendance_nav_collapse {
    justify-content: center;
}
.link_wrap.attendance_nav_collapse {
    padding-left: 0px;
    justify-content: center;
}

.help_link_container.attendance_nav_collapse {
    justify-content: center;
}

.dropdown_wrapper.attendance_nav_collapse, .dropdown_wrapper.jot_nav_collapse {
    display: none;
}



.qwickly_scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.qwickly_scroll:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
}

/*h1 {*/
/*    font-size: 96px;*/
/*    font-weight: 300;*/
/*    letter-spacing: -1.5px;*/
/*}*/
/*h2 {*/
/*    font-size: 60px;*/
/*    font-weight: 300;*/
/*    letter-spacing: -0.5px;*/
/*}*/
.h3 {
    font-size: 49px;
    font-weight: 400;
    letter-spacing: 0px;
    color: #FFFFFF;
}
/*h4 {*/
/*    font-size: 34px;*/
/*    font-weight: 400;*/
/*    letter-spacing: 0.25px;*/
/*}*/

.link-text-style {
    font-size: 15px;
    text-decoration: underline;
    color: #255783;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.5px;
}

h5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}

.h5 {
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
}


h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.15px;
}

.h6 {
    font-size: 20px;
    font-weight: 500;
    line-height: 23px;
    letter-spacing: 0.15px;
}

.subtitle-1 {
    font-size: 18px;
    font-weight: 400;
    line-height: 21px;
    letter-spacing: 0.15000000596046448px;
}

.subtitle-1-dropdown-font {
    font-weight: 500;
}

.subtitle-2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.1px;
}

.body-1 {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.5px;
    padding-bottom: 8px;
}

.body-2 {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #767676;
}

.body-2 p {
  font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #767676;
}

.body-3 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1.5px;
}

.body-4 {
    color: #616569;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1px;
    text-align: left;

}

.qwickly-caption {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.4px;
}

.button-txt-style {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1.25px;
    line-height: 16px;
}

.font-white {
    color: #FFFFFF;
}

.font-grey {
    color: #767676;
}

/*.font-blue {*/
/*    color: #245C84;*/
/*}*/

.font-grey-darker {
    color: #616569;
}

.font-red {
    color: #CF726E;
}

.font-dark-red {
    color: #CC0000;
}

.font-dark-green {
    color: #0E7842;
}

.font-black {
    color: #333333;
}
.font-blue {
    color: #337AB7;
}

.font-italic {
    font-style: italic;
}



/*style test for proportional table cells - student view*/
#studentRecordTable tbody .table_row .small_column div,
#studentRecordTable tbody .table_row .med_column div,
#studentRecordTable tbody .table_row .large_column div {
    overflow-y: auto;
    max-height: 100px;
}

.table-overflow {
    overflow-x: auto;
    overflow-y: auto;
}


.caption {
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0.4px;
}

.blue_modal_header {
    background-color: #29658F;
    color: #FFFFFF;
    border-radius: 8px 8px 0 0;
    height: 48px;
    text-align: center;
    padding-right: 12px;
    width: 100%;
}

.modal_border {
    border-radius: 8px;
    border: 0;
}

/*formatting presets/resets*/
.flex-row {
    display: flex;
}

.flex-wrap {
    flex-flow: wrap;
}

.row-wrap {
    flex-flow: row wrap;
}

.word-wrap-break-word {
    word-wrap: break-word;
}

.flex-column {
    display: flex;
    flex-direction: column;
}

.flex-1 {
    flex: 1;
}
.flex_grow_1 {
    flex-grow: 1;
}

.flex-end-row {
    justify-content: flex-end;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-space-around {
    justify-content: space-around;
}

.justify-self-center {
    justify-self: center;
}

.flex-row-start {
    justify-content: flex-start;
}

.flex-end-column {
    align-items: flex-end;
}

.flex-row-center {
    justify-content: center;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.align-self-start {
    align-self: flex-start;
}

.align-self-center {
    align-self: center;
}

.align-self-end {
    align-self: flex-end;
}

.margin-top-8px {
    margin-top: 8px;
}

.margin-top-16px {
    margin-top: 16px;
}

.margin-top-24px {
    margin-top: 24px;
}

.margin-top-32px {
    margin-top: 32px;
}

.margin-top-40px {
    margin-top: 40px;
}

.margin-top-48px {
    margin-top: 48px;
}

.margin-left-8px {
    margin-left: 8px;
}

.margin-left-16px {
    margin-left: 16px;
}

.margin-left-24px {
    margin-left: 24px;
}
.margin-left-32px {
    margin-left: 32px;
}

.margin-left-40px {
    margin-left: 40px;
}

.margin-right-8px {
    margin-right: 8px;
}

.margin-right-16px {
    margin-right: 16px;
}

.margin-right-24px {
    margin-right: 24px;
}

.margin-right-32px {
    margin-right: 32px;
}

.margin-right-40px {
    margin-right: 40px;
}

.margin-left-40px {
    margin-left: 40px;
}

.margin-auto {
    margin: auto auto;
}

.margin-left-auto {
    margin-left: auto;
}

.margin-right-auto {
    margin-right: auto;
}

.margin-top-auto {
    margin-top: auto;
}

.margin-top-none {
    margin-top: 0;
}

.margin-bottom-auto {
    margin-bottom: auto;
}

.margin-bottom-8px {
    margin-bottom: 8px;
}

.margin-bottom-16px {
    margin-bottom: 16px;
}

.margin-bottom-24px {
    margin-bottom: 24px;
}

.margin-bottom-32px {
    margin-bottom: 32px;
}

.margin-bottom-40px {
    margin-bottom: 40px;
}

.margin-bottom-none {
    margin-bottom: 0;
}

.padding-bottom-4px {
    padding-bottom: 4px;
}

.padding-bottom-8px {
    padding-bottom: 8px;
}

.padding-bottom-16px {
    padding-bottom: 16px;
}

.padding-bottom-24px {
    padding-bottom: 24px;
}

.padding-bottom-48px {
    padding-bottom: 48px;
}

.padding-bottom-none {
    padding-bottom: 0;
}

.padding-top-none {
    padding-top: 0;
}

.padding-top-4px {
    padding-top: 4px;
}

.padding-top-8px {
    padding-top: 8px;
}

.padding-top-16px {
    padding-top: 16px;
}

.padding-top-24px {
    padding-top: 24px;
}

.padding-top-32px {
    padding-top: 32px;
}

.padding-right-8px {
    padding-right: 8px;
}

.padding-left-right-24px {
    padding: 0 24px;
}

.padding-left-8px {
    padding-left: 8px;
}

.padding-left-16px {
    padding-left: 16px;
}

.padding-left-24px {
    padding-left: 24px;
}

.padding-left-32px {
    padding-left: 32px;
}

.line-height-unset {
    line-height: unset;
}

.height-10 {
    height: 10%;
}

.height-20 {
    height: 20%;
}

.width-10 {
    width: 10%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-65 {
    width: 65%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.height-50 {
    height: 50%;
}

.height-90 {
    height: 90%;
}

.height-100 {
    height: 100%;
}
.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}

.list-style-none {
    list-style: none;
}

.grade_banner {
    background-color: #E7F8EF;
    border: 1px solid #0E7842;
    color: #0E7842;
    width: 917px;
}

.qwickly_scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 8px;
}

.qwickly_scroll:hover::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: lightgray;
}

/* Course Logs CSS Styles Attendance Instructor*/
#course_logs_table_filter_row {
    display: flex;
    align-items: center;

}

#course_logs_search_parent {
    flex-basis: 30%;
}

.log_entries_count {
    display: flex;
    flex-basis: 70%;
    justify-content: flex-end;

}

.log_date_time {
    flex-basis: 75%;
}

.delete_log_btn_parent {
    display: flex;
    justify-content: flex-end;
    flex-basis: 25%;
}

.delete_log_button {

    border: none;
    background-color: #E5E5E5;
}

.qwickly_instance_log_style {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding: 16px 24px;
    background-color: #E5E5E5;
    min-height: 68px;
}

.lti_tool_message {
    min-height: 45vh;
}

.search_filter {
    height: 38px;
    width: 192px;
    background: #245C84;
    border-radius: 8px 0 0 8px;
    color: #FFFFFF;
    padding: 8px;
}
.search_container_half{
    width: 280px;
    height: 38px;
    border: 1px solid #92979D;
    border-radius: 0 30px 30px 0;
    padding: 5px;
    background-color: #FFFFFF;
}

.search_input_half {
    border: none;
    width: 230px;
}

.select_no_border{
    border: none;
    max-width: 225px;
}

.search_input_half:focus {
    outline-width: 0;
}

#date_div label {
    margin: 0 8px 0 8px;
}

/* focusable target */
.focus_label {
    width: 100%;
    height: 100%;
}

/* Common loaders */

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.loader-16px {
    height: 16px;
    width: 16px;
    border: 1px solid gray;
    border-top: 1px solid blue;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite; /* Safari */
}

.loader-24px {
    height: 24px;
    width: 24px;
    border: 1px solid gray;
    border-top: 1px solid blue;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite; /* Safari */
}

.loader-100px {
    height: 100px;
    width: 100px;
    border: 2px solid gray;
    border-top: 2px solid blue;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite; /* Safari */
}

.loader-200px {
    height: 200px;
    width: 200px;
    margin: 32px;
    border: 2px solid gray;
    border-top: 2px solid blue;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    -webkit-animation: spin 1s linear infinite; /* Safari */
}

/* Nudge Global Styles */

/* Testing Borders */
.red_border {
    border: red 1px solid;
}

.blue_border {
    border: blue 1px solid;
}

.green_border {
    border: green 1px solid;
}

.purple_border {
    border: purple 1px solid;
}

@media(max-width: 1100px) {
     #settings_tab_list {
        display: flex;
        flex-direction: column;
    }

    #settings_tab_list .nav-item {
        width: 100%;
    }
}

@media(max-width: 1040px) {
    .content_container_inner.student_view {
        margin-left: 0;
    }

    .double_chevron {
        display: flex;
    }

    .courseToolsNavContainer {
        justify-content: center;
    }



    .qwickly_logo_icon  {
         display: none;
     }

    .attendance_icon_wrap {
        margin-top: 24px;
        margin-bottom: 0;
        justify-content: space-evenly;
    }
    .attendance_icon_wrap.attendance_nav_collapse {
        height: 100%;
    }

    #collapse_chevron_attendance{
        height: 45%;
    }

    #attendance_preferences_details, #attendance_pro_preferences_details {
        display: flex;
        margin-left: 0;
        width: 100%;
        justify-content: center;
    }


    #course_tools_nav_header {
        display: flex;
        margin-top: 24px;
        justify-content: center;
    }

    #course_tools_preferences_details {
        margin: 0 0 0 0;
        width: 100%;
        display: flex;
        justify-content: flex-end;

    }


    .courseToolsNavContainer.navcollapse {
        min-width: 48px;
    }

    #nav-list-container.navcollapse {
        align-items: center;
    }


    .nav-target-title.navcollapse, #help_link.navcollapse, .summary-target-title.navcollapse {
        display: none;

    }

    .course_tools_nav_header_title {
        display: none;
    }

    #help-link-container.navcollapse {
        justify-content: center;
        padding-left: 0px;
    }


    .content_container_inner.attendance_nav_collapse {
        margin-left: 80px;
    }

    #collapse_chevron_attendance {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }

    #collapse_chevron_attendance.jot_nav_collapse {
        justify-content: center;
    }

    .jot_language_preferences_icon.jot_nav_collapse {
        display: flex;
        justify-content: center;
    }

    .link_wrap.jot_nav_collapse {
        padding-left: 0;
        justify-content: center;
    }


    .courseToolsNavContainer {
        width: 15%;
    }

}




@media(max-width: 950px) {
    .attendance_nav {
        display: flex;
    }
}


@media (max-width: 888px) {
    .graphic_wrap {
        margin: 10% auto;
    }

    .blob_graphic {
        width: 45%;
    }

    .error_graphic {
        width: 35%;
    }

    .logo_container {
        justify-content: center;
        align-items: flex-end;
        position: revert;
        width: 80%;
        margin: auto auto;

    }

    .lower_content {
        padding-top: 5%;

    }
}

@media(max-width:767px) {

    /* hides collapsable nav bar at 767px or less */
    .left_hand_nav_container.student_view {
        display: none;
    }
    /* resets margins for inner container at 767px or less */
    .content_container_inner.student_view_mobile {
        margin-left: 0;
    }
}

@media (max-width: 452px) {
    .course_content {
        text-align: left;
    }

    .status_time_row {
        flex-flow: row wrap;
    }

    .status_content {
        width: 100%;
        margin-bottom: 8px;
    }

    .time_content {
        width: 100%;
    }

}

@media (max-width: 428px) {
    .blob_graphic {
        width: 70%;
    }

    .error_graphic {
        width: 60%;
    }


    .lower_content {
        padding-top: 15%;
    }

    #studentName-courseName-container.course_content {
        text-align: left;
    }

    .settings_header_wrap_base.flex-column.text-align-right {
        text-align: left;

    }

    .sessions_row {
        display: none;
    }

    #student-name {
        flex-direction: column-reverse !important;
    }


}






