:root {
    --Dashboard-Font-Family: "Work Sans", Helvetica, sans-serif;
    --Components-Button-Color-Primary-Default: #007E7A;
    --Components-Button-Color-Primary-Pressed: #003D3B;
    --Components-Button-Color-Primary-Hover: #00524F;
    --Components-Button-Color-Secondary-Default: #FFF;
    --Components-Button-Color-Secondary-Pressed: #C6FFFD;
    --Components-Button-Color-Secondary-Hover: #E2FFFE;
    --Components-Button-Color-Text: #007E7A;
    --Components-Button-Color-Text-Pressed: #00524F;
    --Components-Button-Color-Text-Inverse: #FFF;
    --Components-Button-Color-Border: #007E7A;
    --Color-Secondary-secondary-600: #EEBA12;
    --Color-Secondary-secondary-700: #DEA823;
    --Neutral-neutral-100: #FFF;
    --Neutral-neutral-200: #F5F5F5;
    --Neutral-neutral-500: #707070;
    --Neutral-neutral-300: #DCD7D3;
    --Neutral-neutral-800: #2D2D2D;
    --Text-default: #2D2D2D;
    --Text-default-inverse: #FFF;
    --Text-subdued: #78726D;
    --Success-success-600: #168E32;
    --Success-success-700: #0A7823;
    --Success-success-900: #004510;
    --Danger-danger-600: #CB3232;
    --Danger-danger-700: #BC1919;
    --Danger-danger-800: #990606;
    --Focus-Focus-light-mode: #0074B7;
    --Default-Theme-Text-disabled: rgba(112, 112, 112, 0.60);
    --Default-Theme-Background-dark-background-alt: #006663;
    --Components-Button-Border-Width: 1px;
    --radius-base: 8px;
}

.maintenance {
    margin: 0px auto 27px auto;
    font-weight: bold;
    color: #007DB8;
    font-size: 1.6em;
    padding: 17px;
    text-align: center;
    border: 0px none;
}

.maintenance p
{
    padding: 0px;
    margin: 0px;
}


.required_field
{
    color: #ff0000;
    text-align: left;
}

.red_bold
{
    color: #FF0000;
    font-weight: bold;
}

.wait 
{
    cursor: wait !important;
}

body.wait, body.wait *{
 cursor: wait !important;   
}

.include_inactive
{
    margin: -17px 0px 40px 121px;
}

.hide
{
    display: none;
}

.top_webgrid::after
{
    content: "";
    clear: both;
}

.disabled_link {
    pointer-events: none;
    cursor: default;
    color:black;
    opacity: 0.6;
}

p, ul 
{
    line-height: 1.6em;
    margin-bottom: 20px;
}

header, footer, nav, section 
{
    display: block;
}

h1.ux {
    font: bold 28px 'open sans';
    color: #3F3F3F;
    margin: 0px;
}

.modal-body h1.ux {
    margin: 10px 0px;
}

h2.ux {
    font: bold 22px 'open sans';
    margin-top: 10px;
    margin-bottom: 10px;
    color: #3F3F3F
}

h3.ux {
    font-weight: 600;
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #3F3F3F
}

body.ux {
    font: 16px 'open sans';
    color: #3F3F3F
}

p.ux {
    font: 16px 'open sans';
    line-height: 22px;
    color: #3F3F3F;
    letter-spacing: 0;
    margin-bottom: 15px;
}

label.ux {
    font: bold 15px 'open sans';
    color: #3F3F3F;
}

ul.ux {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.5);
    border-radius: 2px;
    padding: 0px;
}

li.ux {
    padding: 10px !important;
    font: 14px 'open sans' !important;
}
li.ux:not(:last-child) {
    border-bottom: 1px solid #ddd;
}
li.ux.ui-state-focus {
    background: #F7F7F7;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #ddd;
    font-weight: 600 !important;
}

.ux-label {
    font-weight:bold
}

.ux-book-cover {
    width: 100%;
    min-width: 100px;
    max-width: 150px;
}

.btn-ux-medium {
    width: 100%;
    min-width:100px;
    max-width: 150px;
    margin-top: 10px;
    padding: 0px 5px;
}

.btn-ux-medium-aligned {
    width: 150px;
    margin: 10px 0px 10px 10px;
    padding: 0px 5px
}

.btn-ux-dx-medium-group {
    width: 100%;
    display: flex;
    min-width: 100px;
    max-width: 150px;
    margin-top: 10px;
}

.btn-ux-dx-grouped {
    width: 75%;
    padding: 0px 5px;
}

.btn-ux-dx-icon {
    width: 25%;
    padding: 0px 5px;
}

.btn-ux-details-rectangle {
    width: 100%;
    max-width:200px;
    min-width:100px;
    min-height: 66px;
    padding: 5px 5px;
}


.ux-details-rectangle {
    border: 1px solid #DFDFDF;
    box-sizing:border-box;
    border-radius: 5px;
    padding:15px;
    background-color: #F7F7F7;
    min-width:250px;
    max-width:350px;
    box-shadow: 0 2px 4px 6px rgba(247,247,247,0.5);
    overflow:hidden;
}

.ux-details-rectangle-button-container {
    width: 100%;
    display: flex;
    justify-content: center;
}

.ux-details-text{
    width:219px
}

/* add this overflow class to a div to get a wordwrap effect on hover if it overflows*/
.might-overflow{
    overflow: hidden;
    text-overflow: ellipsis;
}
.did-overflow:hover {
    text-overflow: clip;
    white-space: normal;
    word-break: break-word;
}

.row-cols-equal-height {
    display:flex;
}
.col-align-bottom{
    margin:auto;
}

.export-button {
    width: 150px;
    border: 0px;
    background-color: white;
    text-align: left;
    color: #007e7a;
    margin-top: 10px;
    margin-bottom: 10px;
}

.page {
    margin-left: auto;
    margin-right: auto;
    min-width: 768px;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #F7F5F2;
}

header, #header {
    color: #000;
    margin-bottom: 0;
    padding: 0 0 0;
    position: relative;
}

header h1, #header h1 
{
    border: medium none;
    color: #fff;
    font-size: 32px !important;
    font-weight: bold;
    line-height: 2em;
    margin: 0;
    padding: 5px 0;
    text-shadow: 1px 1px 2px #111;
}

#main {    
    background: #F7F5F2;
    border-radius: 4px;
    clear: both;
    padding: 20px 40px 15px;
    overflow: hidden;
    min-height: calc(100vh - 320px);
}

footer, #footer {
    background: #F7F5F2;
    width: 100%;
    margin: 0px;
    align-self: flex-end;
    margin-top: auto;
}
.footer_logo {
    padding: 18px 0 0 5px;
    background-image: url("../Content/images/NGL_CL_logo.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 150px;
    min-width: 250px;
    height: 95px;
}
.footer_text {
    color: #7a7a7a;
    float: right;
    font-size: 12px;
    padding: 15px 5px 5px 40px;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    height: 75px;
    text-decoration: none;
}

.footer_disclosure:before {
    content: "\"National Geographic\", \"National Geographic Society\" and the Yellow Border Design are registered trademarks of the National Geographic Society\00AE  Marcas Registradas AP\00AE  is a trademark registered and/or owned by the College Board, which was not involved in the production of, and does not endorse, this product."
}
ul#menu {
    border-bottom: 1px solid #5c87b2;
    margin: 0;
    padding: 0;
}

ul#menu li, ul#submenu li 
{
    display: inline;
    list-style: outside none none;
}

ul#menu li#greeting 
{
    color: #fff;
    font-weight: bold;
    line-height: 2.8em;
    padding: 10px 20px;
    text-decoration: none;
}

ul#menu li a 
{
    border: 1px outset transparent;
    background-color: white;
    border-radius: 14px;
    color: #007db8;
    font-weight: bold;
    line-height: 1.8em;
    padding: 2px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #eee;
    font-size: 1em;
}

ul#menu li a:hover 
{
    color: #3f3f3f;
}

ul#menu li.selected a 
{
    background-color: #fff;
    color: #5c87b2;
}

ul#submenu 
{
    height: 30px;
    margin: 5px;
    padding: 0;
}

ul#submenu li 
{
    background-color: transparent;
    border-radius: 9px;
    border: outset 0px #999999;
}

ul#submenu li a 
{
    border: 1px outset transparent;
    color: #3f3f3f;
    font-size: 1em;
    line-height: 1.8em;
    padding: 2px 20px;
    text-decoration: none;
    text-shadow: 1px 1px 2px #dedede;
}

ul#submenu li a:hover 
{
    color: #007db8;
}

fieldset 
{
    border: 1px solid #ddd;
    margin: 0 0 .5em;
    padding: 0 1.4em 1em;
    font-size: 12px;
}

legend 
{
    font-size: 1.2em;
    font-weight: bold;
    border: 0px solid #e5e5e5;
    padding: 0px 5px 0px 5px;
    width: auto;
    margin-bottom: 10px;
}

legend.collapseable
{
    cursor: pointer;
}

legend.collapseable span 
{
    display: inline-block; vertical-align: middle; margin-bottom: 2px; margin-right: 4px;
}

textarea 
{
    min-height: 75px;
}

input[readonly]:not(.form-control)
{
    background-color: #f5f5f5;
    color: #666;
}

#tbCourseName
{
    width: 500px;
}

select:disabled
{
    opacity: 0.4
}

table {
    border: 1px solid #F7F5F2;
    border-collapse: collapse;
}

table td {
    border: 1px solid #F7F5F2;
    padding: 5px;
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

table th {
    background-color: #F7F5F2;
    border: 1px solid #e8eef4;
    padding: 6px 5px;
    text-align: left;
}

/* DATATABLES SHADOWS
/* overrides for jquery datatables bootstrap styling for custom shadow border*/
table.dataTable {
    border-collapse: collapse;
    margin-bottom: 10px;
    margin-top: 6px;
    border: 1px solid #F7F5F2;
}

/* this is for spacing between the show entries dropdown and jquery datatables*/
.dataTables_length {
    margin-bottom: 6px
}

/* this is so the pagination spacing matched the show entries/search*/
.dataTables_paginate{
    margin-top: 6px !important
}

/* this is special margins for scrolling datatables so they match with regular datatables*/
.dataTables_scroll {
    margin-bottom: 6px;
    margin-top: 3px;
}

/*need word break to prevent overflow.*/
table.dataTable tbody > tr > td {
    word-wrap: break-word;
    word-break: break-word;
    white-space: normal;
}

/*not going to word break the headers, so its possible the width will be bigger than .page min-width (768px) and will need to scroll itself*/
/*for example the smallest size the course search table can be is 950px*/
table.dataTable > thead > tr > th {
    border-bottom: 0px;
    border-top: 0px;
    border-left: 0px;
}

table.dataTable > thead > tr > th:last-child {
    border-right: 0px;
}

table.dataTable thead th {
    font-size: 16px;
    color: #FFFFFF;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom:25%;
    right: 8px;
    display: block;
    opacity: 1;
    content: none;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_disabled{
    opacity: 1;
}

table.dataTable thead .sorting, table.dataTable thead .sorting {
    background-image: url("../Content/images/DataTables/sort_both_2.png");
    background-position: right;
    background-repeat: no-repeat;
}

table.dataTable thead .sorting:hover, table.dataTable thead .sorting:hover {

}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting_asc {
    background-image: url("../Content/images/DataTables/sort_asc_2.png");
    background-position: right;
    background-repeat: no-repeat;
}

table.dataTable thead .sorting_desc, table.dataTable thead .sorting_desc {
    background-image: url("../Content/images/DataTables/sort_desc_2.png");
    background-position: right;
    background-repeat: no-repeat;
}



label 
{
    margin: 0px;
}

.searchFormTable
{
    border:0;
    width:1000px;
    table-layout:fixed;
}
.searchFormTable td
{
    border:0;
    width:500px;
}

.noBorderTable 
{ 
    border: 0; 
    width: 100%; 
}

.noBorderTable td 
{ 
    border: 0; 
}

.noBorderTable th {
    border: 0;
    background-color:#FFFFFF
}

.rightAndBold 
{ 
    font-weight: 500; 
    text-align: right; 
    white-space: nowrap; 
    width: 10%; 
}
.leftAndBold {
    font-weight: bold;
    text-align: left;
    white-space: nowrap;
    width: 10%;
}

.clear 
{
    clear: both;
}

.error 
{
    color: Red;
}

nav, #menucontainer 
{
    clear: both;
    float: left;
    margin: 0 0 4px;
    width:100%;
}

#title div 
{
    float: left;
}

.title_text 
{
    margin: 10px 0 0 75px;
}

.title_cengage_image 
{
    width: 50px;
}

.logon_text {
    min-height: 22px;
}

.field-validation-error 
{
    color: #ff0000;
    position: relative;
}

.field-validation-valid 
{
    display: none;
}

.input-validation-error 
{
    background-color: #ffeeee;
    border: 1px solid #ff0000;
}

.validation-summary-errors, .error-code-list 
{
    color: #ff0000;
    font-weight: 600;
}

.validation-summary-errors ul
{
    list-style-type: none;
    padding: 0px 0px 0px 28px;
    margin: 0px 0px 0px 0px;
}

.validation-summary-errors li:before
{
    content: "\f071"; 
    font-family: FontAwesome;
    left: -3px;
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.validation-summary-errors li
{
    margin: 0px 0px 0px -25px;
    font-size: 13px;
}

.validation-summary-errors .error-details-div 
{
    cursor: pointer;
    color: #696969;
    font-size: 11px;
}

.validation-summary-valid 
{
    display: none;
}

.more-details-errors {
    font-size: 12px;
    color: #696969;
    font-weight: normal;
}

.more-details-errors div:before {
    content: "\f05a";
    font-family: FontAwesome;
    font-size: 15px;
    left: 0px;
    position: relative;
    top: 0px;
    margin-right: 5px;
}

.display-label, .editor-label 
{
    margin: 1em 0 0;
    color: #696969;
    text-align: left;
}

.display-field, .editor-field 
{
    margin: 0.5em 0 0;
}

.text-box 
{
    width: 30em;
}

.text-box.multi-line 
{
    height: 6.5em;
}

.tri-state 
{
    width: 6em;
}

.wizard_step2_email
{
    width: 400px;
}

.district_subscription_errors
{
    display: none;
    font-weight: bold;
    color: #ff0000;
}

.required 
{
    color: red;
    font-size: .8em;
    vertical-align: super;
    font-weight: normal;
    margin: 0 2px 0 -9px;
}

.district_subscription_legend span, .district_management_section span, .school_management_fieldset span, .tm_addition_data_entry span,
.school_search span, .teacher_search_div span, .student_search_div span, .user_search_div span, .wizard_span, .manage_entitlement_div span, .wizard2_span, .course_management_fieldset span
{
    color: red;
    font-size: .8em;
    vertical-align: super;
    font-weight: normal;
    margin: 0 2px 0 -9px;
}

.wizard_span
{
    margin: 0 5px 0 -9px;
    position: relative;
    top: -5px;
}

.wizard2_span
{
    margin: 0 5px 0 -9px;
    position: relative;
    top: 15px;
}

.district_subscription_section p
{
    padding: 0px;
    margin: 1px 0px 10px 0px;
}

.district_subscription_hdr
 {
    border: medium none;
    color: #5c87b2;
    font-size: 28px !important;
    font-weight: bold;
    line-height: 2em;
    margin: 5px 0 25px;
    text-shadow: 1px 1px 0 #111;
}

.dm_addition_data_entry
{
    text-align: center;
}

.district_subscription_sections, .district_management_sections, .teacher_management_sections, .school_management_sections, 
.course_management_sections, .teacher_impersonate_sections, .student_impersonate_section 
{
    overflow: hidden;
}

.district_subscription_sections::after, .district_management_sections::after, .school_management_sections::after,
.teacher_management_sections::after, .course_management_sections::after, .teacher_impersonate_sections::after,
.student_impersonate_sections::after 
{
    clear: both;
    content: ""; 
}

.district_subscription_fieldset, .district_management_fieldset, .region_management_fieldset, .school_management_fieldset, 
.teacher_management_fieldset, .course_management_fieldset, .schoolsaws_management_fieldset, .course_management_fieldset, 
.teacher_impersonate_fieldset, .student_impersonate_fieldset
{
    border: medium none;
    margin: 0 0 1.5em;
    padding: 0 1.4em 1.4em;
}

.district_subscription_section, .district_management_section, .school_management_section, .school_management_section_saws, 
.teacher_management_section, .course_management_section, .teacher_impersonate_section 
{
    display: inline-block;
    vertical-align: top;
}

#schoolAdminSchoolName
{
    width: 430px;
    font-size: .9em;
}

#schoolAdminSawsNum
{
    font-size: .9em;
}


.school_admin_data_sections
{
    padding-left: 111px;
}

.school_admin_saws_span
{
    margin: 0px 10px 0px 0px;
    font-weight: bold; 
}

.school_management_section_saws 
{
    display: none;
}

.school_search
{
    display: inline-block; 
    width: 120px; 
    text-align: right;
    margin: 5px 0px 30px 0px;
}

.school_search_msg, .district_search_msg
{
   margin: 0px 0px 0px 15px;
   color: red;
}

#saws_school_address
{
    margin: 0px 0px 0px 3px;
}

.sm_addition_data_entry hr
{
    margin: 5px auto 15px auto;
    width: 70%;
    box-shadow: none;
    padding-bottom: 0px;
        border: 0;
    height: 1px;
    background: #333;
    background-image: linear-gradient(to right, #ccc, #333, #ccc);
}

.district_subscription_addition, .district_management_addition, .school_management_addition, .course_creation_addition,
.teacher_management_addition, .school_management_inactive, .student_removal_confirm, .school_managment_name_change, .teacher_password_change, .teacher_password_change_confirm, .user_info_change,
.course_edit_name, .course_edit_confirm, .course_edit_complete, .add_user_confirm, .add_user_complete, .course_delete_confirm, .course_delete_complete, .account_create_confirm,
.course_add_students, .course_add_students_confirm, .course_add_students_complete, #divStudentRegistration, .course_deactivation_confirm, .course_deactivation_complete,
.course_add_teachers, .course_add_teachers_confirm, .course_add_teachers_complete, .edit_school_name, .edit_school_name_confirm, .edit_school_name_complete, 
.confirm_deactivate_teacher, .confirmed_deactivate_teacher, .confirm_deactivate_student, .confirmed_deactivate_student, .confirm_deactivate_school, .confirmed_deactivate_school, .AddStudentFilter
{
    background-color: #ffffff;
    border: 5px solid #999999;
    display: none;
    min-height: 165px;
    min-width: 700px;
    overflow: hidden;
    position: fixed;    
    /* always center in middle of screen no matter where user has scrolled on screen */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    padding: 10px;
}

#gridContent
{
    margin: 45px 0px 0px 0px;   
}


.error_msg 
{
    margin-left: 20px;
}

.ds_addition_errors, .dm_addition_errors, .sm_addition_errors, .tm_addition_errors, .cc_addition_errors, .course_creation_errors, .course_edit_errors
{
    color: #ff0000;
    display: none;
    font-size: 0.9em;
    padding: 5px 0 10px 10px;
    max-width: 650px;
}

.district_subscription_add_hdr, .district_new_add_hdr, .school_new_add_hdr, .teacher_new_add_hdr, .smnc_header, .tpc_header, 
.user_edit_header, .course_new_add_hdr, .course_edit_name_hdr, .course_edit_complete_span, .user_add, .user_add_hdr, .course_delete_hdr, .course_delete_name_hdr, .account_create_confirm_header,
.course_add_students_hdr, .course_add_students_confirm_hdr, .course_add_students_complete_hdr, .course_inactivate_hdr, .course_add_teachers_hdr, .course_add_teachers_confirm_hdr,
.course_add_teachers_complete_hdr, .school_edit_name_hdr, .confirm_deactivate_teacher_hdr, .confirmed_deactivate_teacher_hdr, .confirm_deactivate_student_hdr, .confirmed_deactivate_student_hdr,
.confirm_deactivate_school_hdr, .confirmed_deactivate_school_hdr, .AddStudentFilter
{
    color: #5c87b2;
    font-size: 22px !important;
    font-weight: bold;
    margin: 0 0 15px;
    padding: 10px 0 0;
    text-align: center;
    text-shadow: 0 0 0 #111;
}

.account_create_confirm
{
    z-index: 10;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.account_create_confirm_header
{
    border-bottom: solid 2px #acacac;
}

.dss_seats 
{
    margin-left: 45px;
}

.dss_seats::after 
{
    clear: both;
    content: "";
}

.dss_isbn_fs, .dss_active_date_fs, .dss_expire_date_fs 
{
    margin: 0 0 0 15px;
    padding: 0;
}

.dss_isbn_title 
{
    clear: both;
    color: #0000ff;
    min-height: 30px;
    padding: 5px 0 0;
    text-align: center;
    max-width: 650px;
    margin: 0px auto 10px auto;
}

.dss_seats_fs 
{
    margin: 0;
    padding: 0;
}

.dss_btns 
{
    float: right;
}

.dss_platform::before
{
    content: "";
    clear: both;
}

.dss_platform
{
    text-align: center;
    padding: 25px 0px 15px 0px;
}

.dss_platform_p
{
    margin: 0px 0px 0px 0px;
}

.dss_platform_lbl
{
    font-size: 1.2em;
    font-weight: bold;
    margin: 0px 6px 0px 0px;
}

#btnEntitlementAdd, #btnAddDistrict, #btnAddSchool, #btnAddTeacher, #btnInactivateSchool, #btnDaAddSchool, 
#btnAddCourse

{
    height: 40px;
    position: relative;
    top: 10px;
}

.student_action_buttons 
{
    height: 30px;
    top: 10px;
}

.district_entitlement_headers, .district_school_headers, .school_teacher_headers 
{
    margin: 0 auto;
    overflow: hidden;
    padding: 10px 10px 0;
    width: 95%;
}

.district_entitlement_headers div, .district_school_headers div, .school_teacher_headers div 
{
    color: #5c87b2;
    float: left;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 2em;
}

.district_entitlements, .district_schools 
{
    border: 1px solid #5c87b2;
    border-radius: 4px;
    color: #5c87b2;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 2em;
    margin: 0 auto;
    overflow: hidden;
    padding: 0 0 10px;
    width: 96%;
}

.de_alt 
{
    background-color: #f4f4f4;
}

.district_entitlement, .district_school 
{
    overflow: hidden;
    padding: 0 5px;
}

.district_entitlement div, .district_school div 
{
    float: left;
}

#msg, #msg2 
{
    color: red;
}

.district_entitlement::after 
{
    clear: both;
    content: "";
}

.school_teacher_name_hdr, .school_teacher_lname_hdr, .school_teacher_email_hdr, .school_teacher_status_hdr, .school_teacher_course_hdr 
{
    min-width: 14%;
}

.district_entitlement_edit_hdr 
{
    min-width: 35px;
}

.district_entitlement_isbn, .district_entitlement_isbn_hdr, .district_school_id_hdr, .district_school_saws_num_hdr, 
.district_school_id, .district_school_count_hdr, .district_school_count  
{
    min-width: 12%;
}

.district_school_district_id_hdr, .district_school_status_hdr, .district_school_saws_num, .district_school_name_hdr, .district_school_name
{
    min-width: 43%;
}

.district_entitlement_title 
{
    width: 43%;
}
.district_entitlement_title_hdr
{
    width: 42%;
}
.district_entitlement_platform
{
    min-width:10%;
}
.district_entitlement_seats_purchased, .district_entitlement_seats_purchased_hdr 
{
    margin-right: 8px;
    min-width: 11%;
}

.district_entitlement_seats_purchased_tb 
{
    display: none;
}

.district_entitlement_seats_available, .district_entitlement_seats_available_hdr 
{
    margin-right: 2px;
    min-width: 10%;
}

.district_entitlement_activated, .district_entitlement_activated_hdr 
{
    margin-right: 8px;
    min-width: 10%;
}
.district_entitlement_expire, .district_entitlement_expire_hdr 
{
    min-width: 9%;
}

.district_entitlements_none 
{
    border: medium none;
    color: #5c87b2;
    display: none;
    font-size: 18px !important;
    font-weight: bold;
    line-height: 2em;
    margin: 5px 0 10px 25px;
    text-shadow: 0 0 0 #111;
}

.overlay 
{
    background: transparent url("../content/images/overlay.png") repeat scroll center center;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
}

.generic_dialog 
{
    z-index: 10;
    font-size: 1.3em;
}

.fixed-positioning
{
    position: fixed !important;
}

.ui-widget-overlay.override 
{
    background: transparent url("../content/images/overlay.png") repeat scroll center center;
    position: fixed;
    z-index: 0;
}

.ui-widget-header.override 
{
    background: #ffffff;
    color: #5c87b2;
    font-size: 18px;
}

.ui-dialog-titlebar.override button
{
    display: none !important;
}

.ui-dialog-titlebar.override span
{
    float: none;
    font-size: 1.5em;
    margin: 0px 0px 0px 0px;
}

.ui-dialog-titlebar.override
{
    border: none;
    text-align: center ;
}

.ui-dialog-buttonpane
{
    border: none !important;
}

.ui-dialog-buttonset
{
    text-align: center !important;
    float: none !important;
}

#lblTitle 
{
    font-size: 1.5em;
    font-weight: bold;
    margin: 5px 0 0;
}

.ds_dates 
{
    overflow: hidden;
}

.dss_seat_date 
{
    font-size: 1.2em;
}

.dss_expire_date 
{
    margin: 0 0 1px 91px;
}

.ds_buttons, .dm_buttons, .smnc_buttons, .me_buttons, .csr_buttons, .user_info_update_message, .user_info_update_buttons, 
.cc_buttons, .course_edit_buttons, .student_add_buttons, .account_create_buttons
{
    margin: 15px 0;
    text-align: center;
}

#btnEntitlementCommit, #btnCommitNewDistrict, #btnDEUpdateOk, #btnDEUpdateCancel, #btnDEUResultOK, #btnDEURemoveOK, #btnFMSearch, #btnFMClear, #btnCancelAddTeacher, #btnCommitNewTeacher,
#btnCommitNewSchool, #btnEntitlementCancel, #btnCancelAddDistrict, #btnCancelAddSchool, #btnDEUpdateRemove, #btnDEURemoveCancel, #btnSASawsSearchCancelBtn, #btnSASawsSearchSelectBtn, #btnAddManuallyBtn,
#btn_OK_delete_student, #btn_No_cancel_delete_student, #btn_No_close_delete_student, #btnCommitSchoolName, #btnCancelSchoolName, #btnMERemoveAll, #btnMEClear, #btnMERemoveCommit, #btnMERemoveCancel,
#btnMERemove, #btnMEsearch, #btnMEclearCriteria, #btnCourseReset, #btnCourseCreate, #btnCourseCancel, #btnCourseOK,  #btnCSRRemoveAll, #btnCSRClear, #btnCSRRemove, #btnCSRRemoveCommit, #btnCSRRemoveCancel,
#btnCSRCancel
{
    height: 32px;
    width: 120px;
}

.bttn_add_school_saws 
{
    text-align: center;
    padding: 0px 0px 30px 0px;
}

.school_admin_saws_search
{
     padding-left: 120px;
}

.school_admin_search_hdr
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 20px;
    font-weight: bold;
}

.das_search_hdr
{
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    font-weight: bold;
}

.school_admin_saws_search_io, .das_saws_search_io
{
    overflow: hidden;
      
}

#schoolAdd 
{
	width: 45%;
    float: left;   
}

#schoolSaws 
{
    width: 45%;
    float: right; 
}

#sawsresult 
{
    width: 95%;
    margin: auto;
    padding: 1%;
    overflow: hidden;
}

#btnAddSchoolSAWS 
{
    height: 32px;
}

.saws_school_info_buttons::before
{
    content: "";
    clear: both;   
}

.saws_school_info_buttons
{
    margin-left: 15px;
}

.ds_addition_confirm, .dm_addition_confirm, .sm_addition_confirm, .tm_addition_confirm, .cc_addition_confirm
{
    display: none;
    font-size: 1.2em;
}

.ds_addition_confirm p, .dm_addition_confirm p, .sm_addition_confirm p, .tm_addition_confirm p, .cc_addition_confirm p, .course_edit_confirm p, .add_user_confirm p
{
    margin: 5px 0 5px 10px;
}

.ds_add_confirm_span, .sm_add_confirm_span, .tm_add_confirm_span, .cc_add_confirm_span, .course_edit_confirm_span, .add_user_confirm_span, .ac_add_confirm_span
{
	
    font-weight: bold;
    width: 155px;
    display: inline-block;
    vertical-align: top;
}

.ac_add_confirm_span
{
    text-align: right;
}

.course_delete_confirm_span, .course_inactivate_confirm_span
{
    font-weight: 500;
    width: 175px;
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
    margin-bottom: -15px;
}

.ds_confirm_title
{
    max-width: 500px;
    display: inline-block;
}

.sm_add_confirm_span, .dm_add_confirm_span
{
    font-weight: bold;
    width: 160px;
    display: inline-block;
}

.sm_inactive_confirm p 
{
    margin: 5px 10px 5px 10px;
    text-align: center; /*gba */
}

.sm_inactive_confirm_hdr
{
    font-weight: bold;
    font-size: 1.2em;
}

.sm_inactive_confirm_span
{
    font-weight: bold;
    display: inline-block;
    text-align: center;
    width: 165px;
}

.ds_addition_confirm_buttons, .dm_addition_confirm_buttons, .sm_addition_confirm_buttons, .tm_addition_confirm_buttons, 
.sm_inactive_confirm_buttons, .cc_addition_confirm_buttons, .course_edit_confirm_buttons, .add_user_confirm_buttons, .ac_confirm_buttons,
.course_add_student_buttons, .course_add_teacher_buttons, .deactivate_student_buttons, .deactivate_school_buttons
{
    margin: 15px 0;
    text-align: center;
}

.ds_addition_confirm_buttons input, .dm_addition_confirm_buttons input, .sm_addition_confirm_buttons input, .tm_addition_confirm_buttons input, 
.sm_inactive_confirm_buttons input, .cc_addition_confirm_buttons input, .course_edit_confirm_buttons input, .add_user_confirm_buttons input,
.ac_confirm_buttons input, .course_add_student_buttons input
{
    height: 32px;
    width: 120px;
}

.ds_addition_result, .dm_addition_result, .sm_addition_result, .sm_inactivate_result, .tm_addition_result, .cc_addition_result, .course_edit_result, 
.add_user_result, .ac_create_result 
{
    display: none;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    margin: 0px 10px 0px 10px;
}

#btnResultOK, #btnResultOKDistrict, #btnResultOKSchool, #btnResultOKSchoolInactivate, #btnResultOKTeacher, .btnACOK 
{
    height: 32px;
    width: 120px;
}

#btnResultOK, #btnResultOKDistrict, #btnResultOKTeacher
{
    margin: 0px 0px 10px 0px;
}

.district_entitlement_icons 
{
    min-width: 35px;
}

.district_entitlements input 
{
    width: 75%;
}

 /*gba add .pwd_edit */
.de_edit, .sma_edit_school_name, .pwd_edit, .das_edit, .sma_edit_school_name_new
{
    background: transparent url("../Content/images/edit.png") no-repeat scroll center center;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    margin: 0;
    width: 24px;
    border:0px;
    outline:none;
}

.de_remove, .btnDeactivateUser 
{
    background: transparent url("../Content/images/remove.png") no-repeat scroll center center;
    cursor: pointer;
    display: inline-block;
    height: 24px;
    width: 24px;
}

.district_entitlement_update, .me_remove_div, .csr_remove_div, .district_school_update, .ui-dialog.override
{
    background-color: #ffffff;
    border: 5px solid #999999;
    display: none;
    min-height: 165px;
    min-width: 700px;
    overflow: hidden;
    position: fixed !important;
    text-align: center;
    z-index: 20;
    padding: 15px 15px 15px 15px;
    /* always center in middle of screen no matter where user has scrolled on screen */
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
}

.de_update_hdr, .das_update_hdr
{
    color: #5c87b2;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 15px;
    text-shadow: 0 0 0 #111;
}

.de_update_item, .das_update_item
{
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px auto 20px auto;
    max-width: 650px;
}

.de_update_seats 
{
    margin: 15px 0 0;
}

.de_update_span, .das_update_span
{
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    width: 167px;
}

.de_update_buttons, .das_update_buttons
{
    margin: 20px 0 15px;
}

#btnDEUpdateRemove, #btnDEURemoveOK, #btnMERemoveAll, #btnCSRRemoveAll {
    background-color: #ad0000;
    border: 3px outset #333333;
    border-radius: var(--radius-base, 8px);
    color: #ffffff;
    font-size: 1.1em !important;
    font-weight: bold;
}

.de_update_errors, .das_update_errors
{
    color: #ff0000;
    text-align: left;
}

.de_update_result, .de_update_removal_confirm, .me_remove_result, .csr_remove_result, .das_update_result, .das_update_result
{
    display: none;
    font-weight: bold;
    margin: 0 0 20px;
    text-align: center;
}

.de_update_result_text, .de_update_removal_text, .das_update_result_text
{
    font-size: 1.3em;
}

.de_update_expire_stats, .de_update_remove_stats
{
    text-align: left;
    margin: 0px 0px 15px 150px;
}

.deu_stat
{
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    text-align: right;
    width: 200px;
    padding: 0px 10px 0px 0px;
}

.de_update_remove_buttons
{
    margin: 15px 0px 10px 0px;
}


.loading-overlay 
{
    background: #666666 url("../Content/images/ui-bg_diagonals-thick_20_666666_40x40.png") 50% 50% repeat;
    opacity: .50;
    filter: Alpha(Opacity=50);
}

.loading-overlay 
{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loaderContainer 
{
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    background: none !important;
    border: 10px solid #666 !important;
    border: 10px solid rgba(100, 100, 100, 0.6) !important;
    border-radius: 15px !important;
    padding: 0 !important;
    position: fixed;
    top: 50%;
    left: 50%;
    height: 75px;
    width: 75px;
    margin-top: -37px;
    margin-left: -37px;
}

.loaderContainer .div-spinner {
    background: white url("../Content/images/loader.gif") no-repeat center center !important;
    padding: 0 !important;
}

.home_section
{
    width: 20%;
    padding: 10px;
    float: left;
}

/*  File Management CSS */

.file_mgt_search_criteria
{
    overflow: hidden;
}

.file_mgt_search_errors
{
    display: none;
    color: #ff0000;
}

.file_mgt_search
{
    min-width: 24%;
    float: left;
}

.file_mgt_search p, .teacher_management_section p, .school_management_section p, .school_management_addition_SAWS p, .course_management_section p
{
    padding: 0px;
    margin: 1px 0px 10px 0px;
}

.file_mgt_search_detail::before
{
    content: "File Details";
    font-size: 1.2em;
    font-weight: bold;
    left: 20px;
    position: relative;
    top: -13px;
}

.file_mgt_search_detail
{
    border: 1px solid #999999;
    float: left;
    margin: 0 0 0 20px;
    width: 74%;
    display: none;
    min-height: 157px;
    padding: 20px 0px 0px 0px;
}

.file_mgt_search_detail table
{
    width: 100%;
    border: none;
}

.file_mgt_search_detail td
{
    border: none;
}

.file_mgt_search_detail_lbl_l
{
    text-align: right;
    width: 12%;
    font-weight: bold;
}

.file_mgt_search_detail_lbl_r
{
    text-align: right;
    width: 17%;
    font-weight: bold;
}

.file_mgt_search_detail_data
{
    width: 40%;
}

.file_mgt_search_results
{
    border: 5px solid #acacac;
    clear: both;
    margin: 35px 0 0;
    padding: 10px 5px 0;
    display: none;
}

.file_mgt_search_results table
{
    color: #333333;
    width: 100%;
}

.file_mgt_search_results th
{
    background-color: #cccccc;
    border: solid 1px #bbbbbb;
}

.file_mgt_search_results td
{
    padding: 3px 3px 3px 3px;
    border: none;
}

.file_mgt_search_results img
{
    cursor: pointer;
    border: none;
}



.file_mgt_search_lbl, .district_subscription_lbl, .district_admin_lbl, .teacher_addition_lbl, .school_management_lbl, 
.sm_admin_saws_state_lbl, .sm_admin_saws_school_lbl, .course_creation_lbl, .account_creation_lbl
{
    display: inline-block;
    margin-right: 5px;
    text-align: right;
    width: 60px;
}

.course_creation_lbl
{
    width: 100px;
}

.account_creation_main
{
}

.account_creation_errors
{
    color: #ff0000;
    margin: 15px 0 0 30px;
}

.account_creation_lbl
{
    width: 90px;
}

.file_mgt_search_buttons
{
    text-align: center;
    margin-top: 20px !important;
}

.alt_tr
{
    background-color: #dddddd;
}

.inactiveList 
{
    color: red;
}


/* Processing Queue styling */

.pq_current_processing
{
    
}

.pq_processing_hdr
{
    font-weight: bold;
}

.pq_current_processing_output, .pq_queue_processing_output, .pq_recent_processing_output
{
    min-height: 100px;
    border: solid 1px #999999;
}

.pq_current_processing_output table, .pq_queue_processing_output table, .pq_recent_processing_output table
{
    width: 100%;
}

.pq_current_processing_output thead, .pq_queue_processing_output thead, .pq_recent_processing_output thead
{
    color: #5c87b2;
    font-size: 13px !important;
    font-weight: bold;
    line-height: 2em;
}

.pq_recent_processing_more
{
    margin: 0px 0px 0px 20px;
}

.feedback-error .feedback-text 
{
    color: #ff0000;
    font-size: 12px;
}

.feedback-success .feedback-text 
{
    color: #4F8A10;
    font-size: 12px;
}

#saws_management_section 
{
    display: none;
}

/*
Web grid styles
*/
.webGrid {
    width: 100%;
    font-size: 13px;
    color: #696969;
    font-family: var(--Dashboard-Font-Family, "Work Sans", Helvetica, sans-serif);
}

/*
    Removes underline for sorting links in web grid headers
*/
.webGridHeader th a 
{
    font-weight: bold;
    text-decoration: none;
}

.web_grid_buttons
{
    overflow: hidden;
    
}

.webGridAlt 
{
    background-color: #f7f7f7;
}

.me_web_grid_pager_div, .de_web_grid_pager_div, .da_web_grid_pager_div, .sa_web_grid_pager_div, .ss_web_grid_pager_div, 
.ts_web_grid_pager_div, .st_web_grid_pager_div, .fm_web_grid_pager_div
{
    padding: 3px 0px 12px 3px;
    border: solid 1px #eeeeee;
}

.web_grid_pager a
{
    color: #444444;
    font-weight: normal !important;
}

.web_grid_pager
{
    color: #000000;
    font-size: 1.2em !important;
    font-weight: bold;
    min-height: 15px;
}

.webGridSelectorTd 
{
    width: 24px;   
}
    
.webGridHover 
{
    background-color: #e8eef4;
}

/*
web grid export 
*/

a.export, a.export:visited {
    font-family: var(--Dashboard-Font-Family, "Work Sans", Helvetica, sans-serif);
    font-size: 1.05 em;
    color: Black;
    text-decoration: none;
    border: 1px;
    border-style: solid;
    border-radius: 3px;
    font-weight: normal;
    background-color: #ddd;
    border-color: Black;
    padding: 9.5px;
}

.smnc_icon
{
    display: inline-block;
    vertical-align: middle;
    margin: 0px 0px 0px 5px;
    font-size: .7em;
}

.smnc_edit, .tpc_edit, .tpcc_message, .user_edit_main, .user_info_update_message, .user_add_main, .account_creation_input
{
    margin: 30px 0px 43px 0px;
    text-align: center;
}

#smncSchoolName
{
    width: 665px;
}

.smnc_errors
{
    color: #ff0000;
}

.smnc_required, .tpc_required
{
    color: #ff0000;
    line-height: 0.8em;
    margin: -12px 0 0 9px;
    text-align: left;
}

.smnc_msg
{
    color: #ff0000;
}

.tm_addition_data_entry
{
    text-align: center;
}

.buffertop10 
{
    margin: 10px 0px 0px 0px;
}

.teacher_search_div, .student_search_div, .user_search_div
{
    margin: 10px 0px 0px 0px;
}


.manage_entitlement_div
{
    margin: 15px 0px 15px 0px;
}

/* gba start */
.webGridEmpty 
{
    margin-top: 15px; 
    padding: 5px;
    border: 1px solid #ddd;
}
/* gba end*/

.multiSelect 
{
    width: 100%; overflow-x: auto;
}

.multiSelect option 
{
    background-color: white;
}

.multiSelect option:nth-child(even) 
{ 
    background-color: #e8eef4; 
}
/* gba end*/



#csrGridContent
{
    display: none;
    z-index: 10;
    position: absolute;
    width: 55%;
    left: 50%;
    background-color: #ffffff;
    transform: translate(-50%, 0%);
    padding: 28px;
    min-width: 600px;
    
    -moz-border-radius: 15px !important;
    -webkit-border-radius: 15px !important;
    border: 10px solid #666 !important;
    border: 10px solid rgba(100, 100, 100, 0.6) !important;
    border-radius: 15px !important;
}

.csr_removal_hdr1
{
    font-size: 2em;
    font-weight: bold;
    text-align: center;
}

.csr_removal_hdr2
{
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
}


.me_remove_all_div, .csr_remove_all_div
{
    border: 5px solid #ad0000 !important;
}

.me_remove_all_btn, .csr_remove_all_btn
{
    float: right;
    margin: 10px 30px 14px 0;
}

.me_clear_all, .csr_clear_all
{
    float: right;
    margin: 10px 5px 14px 0;
}

.me_remove_selected, .csr_remove_selected
{
    float: right;
    margin: 10px 5px 14px 0;
    font-size: .78em;
    font-weight: bold;
}


.me_remove_hdr, .csr_remove_hdr  
{
    color: #5c87b2;
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 15px;
    text-shadow: 0 0 0 #111;
}

.me_remove_message, .csr_remove_message 
{
    font-size: 1.3em;
    font-weight: bold;
    margin: 5px auto 20px;
    max-width: 650px;
}

.me_remove_all_message_text, .csr_remove_all_message_text
{
    display: none;
}

.me_remove_message_text, .csr_remove_message_text
{
    display: none;
}

.me_remove_result_text, .csr_remove_result_text
{
    font-size: 1.5em;
}


 /*gba add*/
 .teacher_changepassword, .user_editinfo, .account_creation_info 
 {
    border: none;
    padding: 0 5px 1.4em 5px;
    text-align: center;
    overflow: hidden;
    min-width: 620px;
}

.tpc_errors, .user_edit_errors, .user_add_errors 
{
    color: #ff0000;
    font-weight: bold;
    text-align: center;
}

/* gba */

.ctpTeacherEmail  
{
    color: black;
    font-weight: bold;
    width: 600px !important; 
    border: none; 
    text-align: center;
}

.ctpTeacherPass, .ctpTeacherPassConf, .editUserField  
{
    color:  black;
    font-weight: bold;
    width: 200px; 
    border: 3px solid #999999;
    text-align: left;
}

.das_saws_state, .das_saws_school, .das_school_name_div, .das_school_saws_div
{
    margin: 10px 0px 15px 0px;
    overflow: hidden;
}

.das_saws_state_lbl, .das_saws_school_lbl, .das_school_name, .das_school_saws
{
    float: left;
    text-align: right;
    width: 20%;
    margin: 0px 5px 0px 0px;
}

.das_saws_state_select, .das_saws_school_select, .das_school_name_input, .das_school_saws_input
{
    float: left;
    text-align: left;
}

.das_saws_state::after, .das_saws_school::after, .das_school_name_div::after
{
    content: "";
    clear: both;
}

.user_edit_main, .account_creation_input
{
    border: 1px solid #ddd;
    padding-top: 10px;
}

.account_creation_notice::before
{
    content: "";
    clear: both;
}

.account_creation_notice
{
    overflow: hidden;
}

.account_creation_notice div
{
    text-align: left;
}

.account_creation_notice div:first-child
{
    margin-left: 6px;
}

.account_creation_input
{
    width: 50%;
    min-width: 680px;
    padding: 10px 10px 10px 10px;
}

.account_create_lit
{
    text-align: left;
}


.user_editinfo_dual_column 
{
	display: inline-block;
	padding-left:15px;
}

.left_align
{
    float:left;
    text-align: left;
}

.user_editinfo::after
{
    content: "";
    clear: both;
}
    
.user_addinfo_dual_column
{
    text-align: left;
}

.allowDeactivateTeacher, .allowDeactivateStudent 
{
    border:0px;
    outline:none;	
}

.alreadyInactive
{
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;
    cursor: default;
	border:0px;
    outline:none;
}


/*ajax progress bar */
#statusNumber
{
    display:block;
}

#progressBorder
{
    position: relative;
    height: 25px;
    width: auto;
    border: solid 2px #999999;
    display: block;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    box-shadow: 1px 2px 5px rgba(0, 0, 0, .5);
    overflow:hidden;
    background-image:url("../content/images/overlay.png");
}

#progressFill
{
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    width: 0px;
    background-color: #5c87b2;
    height: 25px;
    background: #5c87b2;
    background: -webkit-linear-gradient(#5c87b2, #1d4268);
    background: -o-linear-gradient(#5c87b2, #1d4268);
    background: -moz-linear-gradient(#5c87b2, #1d4268);
    background: linear-gradient(#5c87b2, #1d4268);
    opacity:.9;
}

#progressBarHolder
{
    background-color: #ffffff;
    border: 5px solid #999999;
    display: block;
    left: 50%;
    margin-left: -350px;
    min-height: 165px;
    min-width: 700px;
    overflow: hidden;
    position: absolute;
    top: 165px;
    z-index: 10;
    padding: 10px; 
    
}

.interfaceButton 
{
	height: 35px;
    margin: 5px;
    min-width: 75px;
}

.disabledButton
{
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";

    /* IE 5-7 */
    filter: alpha(opacity=70);

    /* Netscape */
    -moz-opacity: 0.7;

    /* Safari 1.x */
    -khtml-opacity: 0.7;

    /* Good browsers */
    opacity: 0.7;
}

.errorColor 
{
	color:Red;
}

.helpicon 
{
    width:20px;
    height:20px;
    background-image: url("../content/images/help.png");
    background-position: 0px 0px;
    overflow:hidden;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
	
}

.helpicon:hover 
{
    background-position: -20px 0px;
}

.course_edit_name_hdr
{
    border-bottom: solid 1px #acacac;
    padding: 0px 0px 30px 0px;
}

.user_add_hdr
{
    border-bottom: solid 1px #acacac;
    padding: 0px 0px 30px 0px;
}

.course_edit_name_inputs, .school_edit_name_inputs
{
    margin: 20px 0px 0px 0px;
    padding: 0px 50px 50px 50px;
}

.course_new_add_hdr
{
    border-bottom: solid 1px #acacac;
    padding: 0px 0px 30px 0px;
}

.course_creation_inputs
{
    margin: 20px 0px 0px 0px;
    padding: 0px 50px 50px 50px;
}

.course_creation_inputs div
{
    margin: 20px 0px 20px 0px;
}

/* gba edits to begin magma integration */
body 
{
    margin: 0;
    padding: 0;
}

#headertitle 
{
   color: white;
   font-size: 30px;
   margin: 30px 0px 0px 0px;
}

#logindisplay {
    display: block;
    float: right;
    font-size: 1.6em;
    font-size: 1.2em;
    text-align: right;
    min-width: 320px;
    margin-right: 15px;
    padding-bottom: 5px;
}

.header_div {
    background-color: #000;
/*    padding-top: 10px;*/
}

.yellow_div {
    background-color: #ffcc00;
    min-height: 9px;
    text-align: right;
    font-size: .8em;
    padding-right: 10px;
}

#title {
    background: transparent url("../Content/images/cengage_school_logo.png") no-repeat left center;
    height: 70px;
    display: block;
    background-size: contain;
}

.logon_cl_img {
    background: transparent url("../Content/images/cengageLg.png") no-repeat right center;
    height: 60px;
    display: block;
}

.course_create_courses
{
    display: none;
}

.course_create_courses h4
{
    font-weight: bold;
}

.course_creation_sections::after
{
    content: "";
    clear: both;
}

.course_creation_sections, .account_creation_sections
{
    overflow: hidden;
}

.teacher_courses table
{
    width: 100%;
}

.teacher_courses th:first-child
{
    width: 50%;
}

.teacher_courses th:nth-last-child(2)
{
    width: 10%;
}

.teacher_courses th:nth-last-child(3)
{
    width: 10%;
}

.teacher_courses th:last-child
{
    width: 30%;
}

.teacher_search_label
{
    width: 100px;
    display: inline-block;
    text-align: right;
}

.or_job_search_label
{
    width: 200px;
    display: inline-block;
    text-align: right;
}


.step2_instruction
{
    margin: 0px 0px 0px 0px;
}

#tbPlatform
{
    border: solid 1px #acacac;
}


.aligned_checkboxes 
{
    width: 13px;
    height: 13px;
    padding: 0;
    margin: 0 3px 0 0 !important;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.ui-tooltip 
{
	padding: 4px;
	position: absolute;
	z-index: 9999;
	max-width: 400px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
	font-size: 10px;
	font-weight: bold;
	color: red !important;
}

body .ui-tooltip 
{
	border-width: 2px;
}

.ui-tooltip:before
{
    content:'';
    display:block;
    width:0;
    height:0;
    position:absolute;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent; 
    border-right:8px solid #aaa;
    left:-8px;
    top:4px;
}

.overlay-message 
{
	padding: 8px;
	position: absolute !important;
	z-index: 8;
	font-size: 13px;
	font-weight: bold;
	background-color: rgba(255, 204, 0, .6);
	color: black;
	border-radius: 8px;
}

.overlay-message:after
{
    content:'';
    width:0;
    height:0;
    display: block;
    position:absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: -12px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent; 
    border-left: 12px solid rgba(255, 204, 0, .6);
    z-index: 1000;
}

.overlay-close
{
    cursor: pointer;
    background-color: White;
    float: right;
    border-radius: 50%;
    height: 18px;
    width: 18px;
    line-height: 18px;
    text-align: center;
}

.centered-main-container 
{
    margin: 0 auto;
    padding: 5px 29px 20px 29px;
    max-width: 466px;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.centered 
{
    text-align: center;
}

.blue-heading {
    color: #007db8;
    font-family: var(--Dashboard-Font-Family, "Work Sans", Helvetica, sans-serif);
    font-size: 32px;
    font-weight: 500;
    margin: 10px 0px;
}

.blue-button
{
    height: 35px;
    box-sizing: border-box;
    padding: 0 50px;
    font-size: 16px;
    font-weight: bold;
    color:#fff;
    background-color: #007DB8;
    border-radius: 5px;
    -webkit-appearence: none;
}

.wide-button
{
    width: 100%;
}

.wide-input 
{
    width: 100% !important;
    color: #404040 !important;
    background: white;
    border: 1px solid !important;
    border-color: #c4c4c4 #d1d1d1 #d4d4d4 !important;
    border-radius: 5px !important;
    padding: 2px !important;
}

.font-12 
{
    font-size: 12px !important;
}

.font-13 
{
    font-size: 13px !important;
}

.font-14
{
    font-size: 14px !important;
}


.radio-template tr:nth-child(odd) 
{
    background-color: #FFF3C4;
}
.radio-template tr:nth-child(even) 
{
    background-color: #fff;
}

.radio-template td:first-child { border-top-left-radius: 10px; border-bottom-left-radius: 10px;  }
.radio-template td:last-child { border-top-right-radius: 10px; border-bottom-right-radius: 10px;  }

.book-cover 
{
    max-height: 158px;
}
.book-cover-responsive
{
    display: inline-block;
}

.row.row-grid [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
}

@media (min-width: 1200px) {
    .row.row-grid [class*="col-lg-"] + [class*="col-lg-"] {
        margin-top: 0;
    }
}
@media (min-width: 992px) {
    .row.row-grid [class*="col-md-"] + [class*="col-md-"] {
        margin-top: 0;
    }
}
@media (min-width: 768px) {
    .row.row-grid [class*="col-sm-"] + [class*="col-sm-"] {
        margin-top: 0;
    }
}

.container {
    width: 100%;
}

.webgridfilters 
{
    float:left;
    margin: 10px 15px 10px 0px;
}

.webgridfilterlabel
{
    display: inline-block;
    text-align: left;
}

.message-filters
{
    display: inline-block;
	
}

.helptooltip 
{
    padding: 10px;
    position: absolute;
    z-index: 9999;
    max-width: 800px;
    -webkit-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 11px 0px rgba(0,0,0,0.5);
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border:1px solid #CCCCCC;
    background-color:white !important; 
    color: #000000 !important;
}

.cbRosterMethodOther 
{
    margin-left: 2em !important;
}
.access_update.ui-dialog div#modal
{
    height: 120px !important;
}

.access_update.ui-dialog div#modalContent
{
    text-align: left;
    width: 37%;
    margin: 0px auto 0px auto;
}

.access_update.ui-dialog input.aligned_checkboxes
{
    vertical-align: inherit;
    top: 0px;
}

#txtComments
{
    resize: none;
}

/*
OneRoster License Item Association CSS
*/
.customSelectionContainer
{
    width:300px;
    max-width: 300px;
    height: 380px;
    max-height:380px;
    overflow-y:scroll;
    overflow-x:hidden;
    border:1px solid #cccccc;

    /*background-image:url("../Content/images/overlay-w-opacity.png");*/
    background-repeat: repeat;
    background-position: top left;
	background-color: #ffffff;

}

.associationSelectionItem {
	margin: 5px 5px 8px 5px;
}
.associationSelectionItem .selectionItemBase
{
    margin:0px;
}

.selectionItemBase {
    margin: 5px 5px 8px 5px;
    cursor: pointer;
    
}
.selectionItemSourcedId
{
    color:#ffcc00;
}
.selectionItemEntitlement 
{
    color:#5c87b2
	
}
.selectionItemBase-Selected {
	border: 2px solid #ffcc00;
}

.selectionItemNameDiv 
{
    background-color: #000000;
    width: auto;
    font-size: 75%;
    overflow: hidden;
    border: 0px none;
    padding:3px;
}
.selectionItemNameDiv div{
	margin-left:3px;

}

.selectionItemDetailDiv {
    width: auto;
    min-height: 20px;
    line-height: 20px;
    font-size: 75%;
    overflow: hidden;
    border: 1px solid #000000;
    padding-left: 10px;
    background-color: #ffffff;
}
.selectionItemDetailDiv table, .selectionItemDetailDiv table td {
    border: 0px none;
    padding: 0px;
}

table.selectable-rows > tbody > tr {
    cursor: pointer;
}

.selected-row {
    background-color: #71c5e8;
    color: #000000;
}

.selected-row td {
    border-left: 0;
    border-right: 0;
}

.selected .selectionItemDetailDiv {
    background-color: #bcc8ce;
    color: #000000;
    
    -webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}
.selected .selectionItemNameDiv {
	-webkit-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 5px 1px rgba(0,0,0,0.5);
}

.alreadyAssociated
{
    width: 18px;
    height: 18px;
    overflow: hidden;
    background-image: url(../Content/images/theme/ui-icons_cd0a0a_256x240.png);
    background-position: 0px 95px;
    float: right;
    margin-top:2px;
}

.roundBottomLeftCorner
{
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -webkit-border-radius: 0px 0px 8px 8px; 
      /* Firefox 1-3.6 */
      -moz-border-radius: 0px 0px 8px 8px;     
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 0px 0px 8px 8px;  
}

.roundTopRightCorner
{
        /* Safari 3-4, iOS 1-3.2, Android 1.6- */
      -webkit-border-radius: 8px 8px 0px 0px; 
      /* Firefox 1-3.6 */
      -moz-border-radius: 8px 8px 0px 0px;      
      /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
      border-radius: 8px 8px 0px 0px;
}

.waitDiv {
	background-image: url(../Content/images/loader.gif);
	background-position: center;
	width:30px;
	height:30px;
	overflow: hidden;
}

.or_job_search_div 
{
    margin-bottom:5px;
}

.jobErrorMessage {
	color: red;
}

.sv_school_admins, .dv_district_Admins
{
    margin: 30px 0px 30px 0px;
}

.AddStudentFilter
{
    padding: 0px 0px 0px 0px;
}

.AddStudentFilter div
{
    margin: 0px 0px 25px 0px;
}

.studentfilter_req
{
    color: #ff0000;
    display: none;
    font-size: .7em !important;
}

.studentaddfilter_hdr
{
    background-color: #ececec !important;
    
}

#inactivedistrict
{
    margin: 0px 10px 0px 0px;
    font-weight: bold;
    color: red;
}


.forgot-password {
    float: right;
    padding: 7px 0px 0px 0px;
    font-size: 90%;
}

.forgot-password a,
.forgot-password a:link,
.forgot-password a:visited {
    cursor: pointer;
    text-decoration: none;
    color: #007db8;
}

/* Magma customizations */

.form-control:focus {
    border-color: rgba(82,168,236,.8);
    box-shadow: 0 0 8px rgba(82,168,236,.6);
}

.form-control {
    appearance: auto !important;
}

.dropdown-menu > li > a {
    color: inherit;
    font-weight: normal;
    white-space: nowrap;
    text-decoration: none;
}


.modal-title {
    border: none;
    padding: 0px;
    text-transform: none;
    line-height: normal;
}

h1.modal-title {
    font: bold 28px 'open sans';
    color: #3F3F3F;
    margin: 0px;
}

h4.modal-title {
    color: #3F3F3F !important;
}

.modal-header .close {
    font-size: 12px;
    color: #3F3F3F;
}

.modal-header {
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}

.modal-footer {
    background-color: #f7f7f7;
}

/* Apply to secondary action buttons in modal footers. */
.btn-secondary-action:not(:hover):not(:active):not(:focus) {
    background-color: #fff !important;
}

/* jQuery UI customizations*/
.ui-autocomplete {
    z-index: 2147483647 !important
}

.ui-datepicker {
    z-index: 2147483647 !important
}

/* Chosen customizations */

.chosen-container .chosen-results {
    max-height: 100px;
}

.copy-btn {
    color: #ffffff;
    background-color: #0085ca;
    font-weight: 500;
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    user-select: none;
    padding: 0px 4px;
    height: 26px;
    line-height: 26px;
    font-size: 13px !important;
    border: 1px solid #0085ca;
}

.copy-btn:hover {
    background-color: #00a9e0;
}

.registration-url-input {
    height: 26px !important;
    font-size: 12px !important;
    border-radius: 4px 0px 0px 4px !important;
}

.snackbar-alert {
    display: none;
    visibility: hidden;
    min-width: 50px;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}
.snackbar-alert.show {
    visibility: visible;
}

.snackbar {
    visibility: hidden;
    min-width: 50px;
    text-align: center;
    background-color: #333;
    color: #fff;
    border-radius: 2px;
    padding: 8px 20px;
    position: fixed;
    z-index: 9999999;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
}

.snackbar.show {
    visibility: visible;
    -webkit-animation: fadein .5s, fadeout .5s 3.5s;
    animation: fadein .5s, fadeout .5s 3.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 15px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 15px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 15px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 15px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.fa-circle {
    color: #ffcc00;
}

.fa-arrow-left {
    color: #007db8;
}

.fa-circle::after {
    color: #000000;
    content: "?";
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 -9px;
    font-family: var(--Dashboard-Font-Family, "Work Sans", Helvetica, sans-serif);
}

.fa-check-square {
    color: var(--Components-Button-Color-Text, #007E7A);
}

.fa-check {
    color: #FFF;
    padding-left: 5px;
}

.fa-external-link {
    color: var(--Components-Button-Color-Text, #007E7A);
}

.fa-external-link::after {
    content: "";
    margin: 0 0 0 9px;
    font-family: var(--Dashboard-Font-Family, "Work Sans", Helvetica, sans-serif);
}

.help_text {
    font-size: 16px;
}

.toggle-switch.toggle-enabled {
    cursor: pointer;
}

.toggle-switch.toggle-disabled {
    cursor: not-allowed;
    opacity: 0.6;
}

.toggle-switch {
    background-color: #707070;
    border-radius: 60px;
    box-shadow: 0 1px 1px 0 rgba(255,255,255,.4), 0 1px 0 0 rgba(0,0,0,0.10) inset;
    width: 48px;
    height: 24px;
    overflow: hidden;
    position: relative;
    transition: all .25s linear;
}

.toggle-switch .slide {
    color: #818283;
    color: rgba(0,0,0,.15);
    background: #FFF;
    border-radius: 50%;
    font-size: 14px;
    line-height: 30px !important;
    text-align: center;
    text-decoration: none;
    height: 20px;
    width: 20px;
    position: absolute;
    top:2px;
    left:2px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15), 0 1px 1px 0 rgba(255,255,255,.8) inset;
    transition: all 0.3s cubic-bezier(0.43, 1.3, 0.86, 1);
}

.toggle-switch .slide span {
    text-shadow: 0 1px 1px rgba(255,255,255,.7), 0 0 1px rgba(0,0,0,.3);
}

.toggle-switch.toggle-lock .slide:before,
.toggle-switch.toggle-lock .slide:after {
    color: #FFF;
    content: "\f023";
    font-family: fontAwesome;
    font-size: 20px;
    font-weight: 400;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -webkit-font-smoothing: antialiased;
    position: absolute;
}

.toggle-switch.toggle-lock .slide:before {
    right: -25px;
    color: #2a2b2c;
    opacity: 0.2;
}

.toggle-switch.toggle-lock .slide:after {
    content: "\f09c";
    left: -25px;
    color: #00ba00;
}

.toggle-switch.on {
    background: #168E32;
}

.toggle-switch.on .slide {
    left: 26px;
}


.toggle-switch.toggle-switch-sm {
    background-color: #707070;
    border-radius: 60px;
    box-shadow: 0 1px 1px 0 rgba(255,255,255,.4), 0 1px 0 0 rgba(0,0,0,0.10) inset;
    width: 51px;
    height: 24px;
    overflow: hidden;
    position: relative;
    transition: all .25s linear;
}

.toggle-switch.toggle-switch-sm .slide {
    color: #818283;
    color: rgba(0,0,0,.15);
    background: #efefef;
    border-radius: 50%;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    height: 20px;
    width: 22px;
    position: absolute;
    top: 2px;
    left: 3px;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.15), 0 1px 1px 0 rgba(255,255,255,.8) inset;
    transition: all 0.3s cubic-bezier(0.43, 1.3, 0.86, 1);
}

.toggle-switch.toggle-switch-sm .slide span {
    text-shadow: 0 1px 1px rgba(255,255,255,.7), 0 0 1px rgba(0,0,0,.3);
}

.toggle-switch.toggle-switch-sm.toggle-lock .slide:before,
.toggle-switch.toggle-switch-sm.toggle-lock .slide:after {
    color: #FFF;
    content: "\f023";
    font-family: fontAwesome;
    font-size: 13px;
    font-weight: 400;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    -webkit-font-smoothing: antialiased;
    position: absolute;
}

.toggle-switch.toggle-switch-sm.toggle-lock .slide:before {
    right: -17px;
    color: #2a2b2c;
    opacity: 0.2;
}

.toggle-switch.toggle-switch-sm.toggle-lock .slide:after {
    content: "\f09c";
    left: -17px;
    color: #00ba00;
}

.toggle-switch.toggle-switch-sm.on {
    background: #52d869;
}

.toggle-switch.toggle-switch-sm.on .slide {
    left: 26px;
    color: #00d100;
}

.btn-group-xs > .btn, .btn-xs {
    padding: .4rem .4rem;
    font-size: .9em;
    line-height: .75;
    border-radius: .3rem;
}
.panel-btn-height {
    height:55px;
    padding:15px 15px 15px 15px
}
.panel-table {
    display:table;
    width:100%;
}
.panel-cell {
    display:table-cell;
    vertical-align:middle;
}
.panel-title{
    font-size:15px
}

.nav-tabs > li.active > a:hover {
    cursor: pointer;
}

.tab-content {
    padding: 10px 0px;
}

.tab-content-borderless {
    padding: 10px 0px;
}

.nav-tabs {
    margin-bottom: 0;
}

.magma-icon {
    color: #0085ca;
}

action-icon {
    cursor: pointer;
}

.action-icon:hover {
    cursor: pointer;
    color: #00a9e0;
}

.magma-grid-icon {
    cursor: pointer;
    font-size: 15px;
    color: #007e7a;
}

.magma-grid-icon:hover {
    color: #00314c;
}

.slider {
    -webkit-appearance: none;
    width: 100%;
    height: 18px;
    border-radius: 5px;
    background: #d3d3d3;
    outline: none;
}

.slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #0085ca;
    cursor: pointer;
}

.slider::-webkit-slider-thumb:hover {
    background: #00a9e0;
}

.slider::-webkit-slider-thumb:active {
    background: #003865;
}

@media (min-width: 1200px) {
    .modal-xlg {
        width: 90%;
    }
}
.modal-header-info-well {
    margin-top:5px; 
    margin-bottom:0px
}


.alert-item {
    line-height: 40px;
    font-size: 14px;
    text-align: left;
    padding-left: 16px;
}

.alert-item-dark {
}

.alert-item-dark a {
    font-weight: bold;
}

.alert-item-dark a:hover {
    color: #FFFAFA;
}

.alert-item-light {
}

.alert-item-light a {
    font-weight: bold;
}

.alert-item-light a:hover {
    color: #36454F;
}

.alert-btn {
    border-radius: 3px;
    cursor: pointer;
    font-weight: 700;
    text-decoration: none;
    float: right;
    padding-right: 10px;
    padding-left: 10px;
}

.alert-btn:hover, .alert-btn:visited {
    cursor: pointer;
    color: white;
    background-color: rgba(0, 0, 0, 0.3);
    font-weight: 700 !important;
    text-decoration: none;
}

.course-search-input-width, .teacher-search-input-width, .student-search-input-width, .admin-search-input-width {
    width:400px !important;
}

label.chk-label {
    display: block !important;
    padding-left: 20px !important;
    text-indent: -20px !important;
}

input.chk-input {
    width: 13px !important;
    height: 13px !important;
    padding: 0 !important;
    margin: 0 !important;
    vertical-align: bottom !important;
    position: relative !important;
    top: -4px !important;
    *overflow: hidden !important;
}

.caret {
    -moz-transition: transform 0.5s;
    -webkit-transition: transform 0.5s;
    transition: transform 0.5s;
}

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

/* List Group Selects */
.list-group-select-scroll {
    overflow-y: scroll;
}

.list-group-select-item {
    margin: 0px;
}

.list-group-select-item label {
    padding-left: 0px;
    width: 100%;
}

.list-group-select-item input {
    display: none;
}

.list-group-item-info {
    color: #3f3f3f;
}

/* Input Focus Triggers */
a.btn-input-focus {
    color: #555;
    text-decoration: none;
}

/* Scrollable Modal Body with Fixed Height */
.scroll-modal .modal-dialog {
    overflow-y: initial !important
}

.scroll-modal .modal-body {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
}

.nowrap {
    white-space: nowrap !important;
}

/*Custom email css*/
.email-editor-disabled {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    cursor: not-allowed;
}

.email-editor {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
}
textarea.email-editor {
    resize: none
}

.email-editor-label {
    font-size:14px;
}
/*This is to make an input have the same padding as a quill editor*/
.match-quill-padding {
    padding: 12px 15px;
    box-sizing: border-box;
}

.chip {
    display: inline-block;
    height: 32px;
    padding: 0 12px;
    margin-right: .3em;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 32px;
    color: rgba(0,0,0,0.6);
    background-color: #eceff1;
    border-radius: 16px;
}

.chip .close {
    line-height: 32px;
    margin-left: 10px;
}

.status-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    padding: 6px 18px;
    border-radius: 999px;
    color: var(--Text-default-inverse);
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

.status-chip--label-aligned {
    margin-top: -3px;
}

.status-chip--active {
    background-color: var(--Components-Button-Color-Primary-Default);
}

.status-chip--inactive {
    background-color: var(--Danger-danger-600);
}

.status-chip--default {
    background-color: var(--Neutral-neutral-500);
}

/* Google */
.google-icon {
    background-image: url(./images/google-classroom.svg);
    background-size: calc(100% - 0px) calc(100% - 0px);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
    margin-right: 10px;
    display: inline-block;
    height: 25px;
    width: 25px;
    background-color: none;
}
.google-icon-lg {
    height: 85px;
    width: 100px;
}
.google-icon-md {
    height: 65px;
    width: 80px;
}

.modal-lg-override {
    width: 650px;
    margin: auto;
}

.checkboxes label {
    display: block;
    padding-right: 10px;
    padding-left: 22px;
    text-indent: -22px;
}

.checkboxes input {
    vertical-align: middle;
    margin: 2px 5px 0px 0px !important;
}

.checkboxes label span {
    vertical-align: middle;
}

.alias-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #000;
}

.course-view-title {
    white-space: normal;
    overflow: visible;
    text-overflow: clip;
}

.course-view-title #viewonlycoursename {
    overflow-wrap: anywhere;
    word-break: break-word;
}

@media only screen and (max-width: 500px) {
    .alias-title {
        font-size: 20px;
    }
}

.more-detail-row {
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
    align-items: center;
    min-height: 26px;
}

.more-detail-label {
    color: #063961;
    font-weight: 500;
    padding-right: 5px;
}

.select-entity {
    color: #000;
    background-color: #F7F5F2;
    border-color: #F7F5F2;
}

.select-entity:hover:not(.active) {
    color: #FFF !important;
    background-color: #454545 !important;
    border-color: #454545 !important;
}

.select-entity.active,
.select-entity.active:focus,
.select-entity.active:hover {
    color: #fff;
    background-color: var(--Components-Button-Color-Text, #007E7A);
    border-color: var(--Components-Button-Color-Text, #007E7A);
}

.permission-header {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
    background-color: #f5f5f5 !important;
}

.excluded-warning:hover {
    cursor: pointer;
}

.no-under-line {
    text-decoration: none !important;
}

.primary-blue-font-color {
    color: #006663;
}
.success-green-font-color {
    color: #3a8200;
}
.warning-red-font-color {
    color: #E70000;
}
.black-font-color {
    color: #000;
}
.selected-district {
    border: 4px solid green !important;
    background: lightcyan !important;
}
.dl-horizontal {
    word-break: break-all;
}

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout h5 {
    margin-top: 0;
    margin-bottom: 5px;
}

.bs-callout p:last-child {
    margin-bottom: 0;
}

.bs-callout code {
    border-radius: 3px;
}

.bs-callout + .bs-callout {
    margin-top: -5px;
}

.bs-callout-default {
    border-left-color: #777;
}

.bs-callout-default h5 {
    color: #777;
}

.bs-callout-primary {
    border-left-color: #007e7a;
}

.bs-callout-primary h5 {
    color: #007e7a;
}

.bs-callout-success {
    border-left-color: #5cb85c;
}

.bs-callout-success h5 {
    color: #5cb85c;
}

.bs-callout-danger {
    border-left-color: #d9534f;
}

.bs-callout-danger h5 {
    color: #d9534f;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-warning h5 {
    color: #f0ad4e;
}

.bs-callout-info {
    border-left-color: #5bc0de;
}

.bs-callout-info h5 {
    color: #5bc0de;
}

.access-dates, .access-dates tr, .access-dates td {
    border: none !important;
    vertical-align: top;
}

.custom_header_label {
    margin-bottom: 0px;
    margin-left: 15px;
    font-weight: bold;
}

.clearfix {
    display: block;
    clear: both;
}

.nav-pills > li > a.active, .nav-pills > li > a.active:focus, .nav-pills > li > a.active:hover {
    color: #000;
    background-color: #f7f7f7;
}

@media (min-width: 992px) {
    .modal-md {
        --bs-modal-width: 600px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        --bs-modal-width: 900px; 
    }
}

@media (min-width: 992px) {
    .modal-xlg {
        --bs-modal-width: 90%;
    }
}

.disabled-switch {
    pointer-events: none;
    opacity: 0.5;
}

/* Magma override - Start */

.btn:focus, .btn:focus:active {
    outline: none;
}

.dropdown-toggle:focus, .dropdown-toggle:focus:active {
    outline: none;
}

.modal-header .close:focus, .modal-header .close:focus:active {
    outline: none;
}

.form-control:focus, .form-control:focus:active {
    outline: none;
}

input[type=checkbox]:focus, input[type=radio]:focus, input[type=file]:focus {
    outline: none;
}

:focus, :focus:active, a:focus, a:focus:active {
    outline: none;
}

.alert-dismissable .close:focus, .alert-dismissable .close:focus:active, .alert-dismissible .close:focus, .alert-dismissible .close:focus:active {
    outline: none;
}

.dropdown-menu {
    right: 0;
    left: unset;
}


.radio-button-rm {
    -webkit-box-align: baseline;
    align-items: baseline;
    display: flex;
    flex-wrap: nowrap;
    position: relative;
}

.radio-button-rm-opt {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    position: absolute;
    overflow: hidden;
    top: auto;
    white-space: nowrap;
    width: 1px;
}

h2 {
    margin-top: 5px !important;
}

.modal-backdrop {
    z-index: 990;
}

.modal {
    z-index: 995;
}

.card > .table {
    margin-bottom: 0
}

.nav-tabs > li > a.active, .nav-tabs > li > a.active:focus, .nav-tabs > li > a.active:hover {
    color: #555;
    background-color: #fff;
    cursor: default;
}

select.input-sm {
    line-height: normal !important;
}

.table-bordered > :not(caption) > * {
    border-width: 0;
}

.popover.show {
    opacity: 1;
}

legend {
    float: none;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: var(--Components-Button-Color-Primary-Default, #007E7A);
    border-color: var(--Components-Button-Color-Primary-Default, #007E7A);
}

.pagination > li > a, .pagination > li > span {
    color: var(--Components-Button-Color-Primary-Default, #007E7A);
}

a {
    color: var(--Components-Button-Color-Primary-Default, #007E7A);
}

.panel-default > .panel-heading {
    background-color: var(--Default-Theme-Background-dark-background-alt, #006663);
    color: #FFF;
}

.panel {
    border-radius: var(--radius-base, 8px);
}

.page-heading-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 10px;
}

.page-heading-container h2, .page-heading-container h4 {
    flex: 1;
    margin: 0;
}

.page-heading-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.section-heading-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.section-heading-actions h4 {
    margin-bottom: 11.5px;
}

.label-value-list {
    display: block;
    margin-bottom: 0;
}

.label-value-stack {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.dl-horizontal.label-value-list dt {
    float: left !important;
    width: auto !important;
    clear: left !important;
    margin-right: 8px;
    text-align: left;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500 !important;
}

.dl-horizontal.label-value-list-chip dt {
    margin-right: 12px;
}

.dl-horizontal.label-value-list dd {
    display: block !important;
    margin-left: 0 !important;
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
}

.dl-horizontal.label-value-list dd::after {
    content: "";
    display: block;
    clear: both;
    margin-bottom: 24px;
}

.dl-horizontal.label-value-list dd:last-child::after {
    margin-bottom: 0;
}

.nav-tabs > li {
    margin-bottom: -4px;
}

.nav-tabs > li > a {
    text-decoration: none !important;  
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .16px;
}

.nav-tabs > li > a:not(.active) {
    color: var(--Text-subdued, #78726D) !important;
}

.nav-tabs > li > a.active {
    border: none;
    border-bottom: 4px solid var(--Components-Button-Color-Primary-Default, #007E7A) !important;
    background-color: #F7F5F2 !important;
    color: var(--Components-Button-Color-Text, #007E7A) !important;
}
/* Magma override - End */
.btn {
    border-radius: var(--radius-base, 8px);
    text-transform: none;
    font-size: 16px;
}

.btn-sm,
.btn-group-sm > .btn {
    font-size: 12px;
}

.btn:disabled {
    background: var(--Neutral-neutral-300, #DCD7D3);
    color: var(--Neutral-neutral-500, #707070);
}

.btn-primary {
background: var(--Components-Button-Color-Primary-Default, #007E7A);
color: var(--Components-Button-Color-Text-Inverse, #FFF);
}

.btn-primary:hover {
    background: var(--Components-Button-Color-Primary-Hover, #00524F);
}

.btn-primary:focus {
    background: var(--Components-Button-Color-Primary-Pressed, #003D3B);
}

.btn.ghost, .btn-default, .btn-secondary, .btn-secondary-action {
    border: var(--Components-Button-Border-Width, 1px) solid var(--Components-Button-Color-Border, #007E7A);
    background: var(--Components-Button-Color-Secondary-Default, #FFF);
    color: var(--Components-Button-Color-Text, #007E7A);
}

.btn.ghost:hover, .btn-default:hover, .btn-secondary:hover, .btn-secondary-action:hover {
    background: var(--Components-Button-Color-Secondary-Hover, #E2FFFE);
}

.btn.ghost:focus, .btn-default:focus, .btn-secondary:focus, .btn-secondary-action:focus {
    background: var(--Components-Button-Color-Secondary-Pressed, #C6FFFD);
    color: var(--Components-Button-Color-Text-Pressed, #00524F);
}

.btn.ghost:disabled, .btn-default:disabled, .btn-secondary:disabled, .btn-secondary-action:disabled {
    border: var(--Components-Button-Border-Width, 1px) solid var(--Neutral-neutral-300, #DCD7D3);
    background: transparent;
    color: var(--Default-Theme-Neutral-neutral-500, #707070);
}

.btn-marketing {
background: var(--Color-Secondary-secondary-500, #FC0);
color: var(--Neutral-neutral-800, #2D2D2D);
}

.btn-marketing:hover {
    background: var(--Color-Secondary-secondary-600, #EEBA12);
}

.btn-marketing:focus {
    background: var(--Color-Secondary-secondary-700, #DEA823);
}

.btn-danger {
background: var(--Danger-danger-600, #CB3232);
color: var(--Neutral-neutral-100, #FFF);
}

.btn-danger:hover {
    background: var(--Danger-danger-700, #BC1919);
}

.btn-danger:focus {
    background: var(--Danger-danger-800, #990606);
}

.btn-subtle {
border: 1px solid var(--Neutral-neutral-300, #DCD7D3);
background: var(--Neutral-neutral-100, #FFF);
color: var(--Text-default, #2D2D2D);
}

.btn-subtle:hover {
    background: rgba(0, 0, 0, 0.05);
}

.btn-subtle:focus {
    background: rgba(0, 0, 0, 0.10);
}

.btn-subtle:disabled {
    border: 1px solid var(--Neutral-neutral-300, #DCD7D3);
    background: var(--Neutral-neutral-100, #FFF);
    color: var(--Neutral-neutral-500, #707070);
}

.btn-success {
background: var(--Success-success-600, #168E32);
color: var(--Text-default-inverse, #FFF);
}

.btn-success:hover {
    background: var(--Success-success-700, #0A7823);
}

.btn-success:focus {
    background: var(--Success-success-900, #004510);
}

select, input, .form-control {
    background-color: var(--Neutral-neutral-100, #FFF);
    border: 1px solid var(--Default-Theme-Neutral-neutral-500, #707070);
    border-radius: var(--radius-base, 8px);
    color: var(--Text-subdued, #78726D);
}

    select:focus, input:focus :not(#districtSearch-input) {
        border: 2px solid var(--Focus-Focus-light-mode, #0074B7);
    }

select:disabled, input:disabled {
    color: var(--Default-Theme-Text-disabled, rgba(112, 112, 112, 0.60));
    background: var(--Neutral-neutral-200, #F5F5F5);
    border: 1px solid var(--Neutral-neutral-300, #DCD7D3);
}

table.dataTable > thead > tr > th {
    background: var(--Default-Theme-Background-dark-background-alt, #006663);
}

table.dataTable > thead :first-child {
    border-radius: 8px 0 0 0;
}
table.dataTable > thead :last-child {
    border-radius: 0 8px 0 0;
}

table.dataTable tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

table.dataTable tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}

table.dataTable td {
    background-color: #FFF;
}

p > a, td > a {
    text-decoration: underline;
    color: var(--Components-Button-Color-Text, #007E7A) !important;
}

.nav li > a {
    text-decoration: underline;
}

input[type="checkbox"] {
    accent-color: var(--Components-Button-Color-Text, #007E7A);
}

.dropdown-icon {
    background: transparent url("../Content/images/dropdown-icon_2.png") no-repeat left center;
    height: 40px;
    width: 40px;
    display: block;
    background-size: contain;
}

.footer_text > div > a {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0%;
    color: var(--Components-Button-Color-Text, #007E7A);
}

body :not(span):not(button) {
    font-family: var(--Dashboard-Font-Family, "Work Sans", Helvetica, sans-serif);
}

h2 {
    font-weight: 600;
    font-size: 28px;
    line-height: 40px;
    letter-spacing: 0px;
    color: #2D2D2D;
}

h3 {
    color: #000000;
    font-family: var(--Dashboard-Font-Family, "Work Sans", Helvetica, sans-serif);
    font-size: 24px;
    font-weight: 600;
}

h4 {
    color: #3F3F3F;
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0px;
}

h5 {
    color: var(--Components-Button-Color-Primary-Default);
}

#navbarList > li > a:hover {
    text-decoration: underline;
}

.input-group-addon {
    border-radius: 8px;
}

.nav-tabs .nav-link {
    border: none;
}

a:has(.icon-search2) {
    text-decoration: none;
}

.btn-link {
    color: var(--Components-Button-Color-Text, #007E7A);
}

input[type="range"]::-webkit-slider-thumb {
    background: #007E7A;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #006663;
}
.dropdown-toggle {
    display: block !important;
}

.btn-link {
    color: var(--Components-Button-Color-Primary-Default, #007E7A) !important;
}

.btn-ghost-blck-text {
    background: var(--Components-Button-Color-Secondary-Default, #FFF);
    color: #2d2d2d;
    border-color: #DCD7D3;
}

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

.icon-primary {
    color: var(--Components-Button-Color-Primary-Default, #007E7A);
}

.icon-primary:hover {
    color: var(--Components-Button-Color-Primary-Hover, #00524F);
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: var(--Components-Button-Color-Primary-Default, #007E7A);
    border-color: var(--Components-Button-Color-Primary-Default, #007E7A);
}