* {
    font-family: 'Montserrat', sans-serif
}

a {
    text-decoration: none;
    color: white;
}

    a:hover {
        color: yellow;
    }

select option {
    color: #000;
}

/*login*/
.login {
    background-image: url('../img/bg_login.png');
    background-size: cover;
    background-attachment: fixed;
}

.login_container {
    max-width: 350px;
    width: 100%;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 10px;
    text-align: center;
}

.logo {
    width: 60%;
    margin-top: 10%;
}

.form_login {
    margin-top: 50px;
}

.input_login_user, .input_login_pass, .input_search, .input_tutorship, .select, .select_homework,
.select_absence, .select_tuto, .select_dashboard, .select_tr, .select_phrase, .input_login_reco, .input_tuto {
    background: transparent;
    border-width: 0 !important;
    box-shadow: none !important;
    height: 40px;
    width: 100%;
    margin: 0px 0px 30px 0;
    color: white;
    font-size: 18px;
    border-bottom: solid thin white !important;
    padding-left: 25%;
}

    .input_login_user:focus, .input_login_pass:focus, .input_search:focus, .input_tutorship:focus, .input_login_reco:focus,
    .select:focus, .select_tuto:focus, .select_homework:focus, .select_dashboard:focus, .select_tr:focus, .select_phrase:focus, .input_absolute:focus, .input_follow2:focus,
    .input_tuto:focus {
        background: transparent;
        color: white;
    }

input::placeholder {
    color: white;
    opacity: 0.5;
}

textarea::placeholder {
    color: white;
    opacity: 0.5;
}

.input_login_user, .input_login_user:focus {
    background: url('../img/ic_user.png') no-repeat 10% 5px;
}

.input_login_reco, .input_login_reco:focus {
    background: url('../img/ic_user.png') no-repeat 10% 5px;
}

.input_login_pass, .input_login_pass:focus {
    margin-top: 15px;
    background: url('../img/ic_pass.png') no-repeat 10% 5px;
}

.input_search, .input_search:focus {
    margin-top: 0;
    background: url('../img/ic_magni.png') no-repeat 10% 8px;
    background-size: 24px;
}

.whitebutton {
    background-color: white;
    color: crimson;
    border-radius: 100px;
    padding: 10px;
    width: 200px;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    clear: both;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.textlink {
    color: white;
}

.forgotlink {
    margin-top: 20px;
    font-size: 14px;
}


/*selector*/
.header, .header2 {
    width: 100%; 
    height: 70px;
    padding: 10px 3%;
    border-bottom: solid thin white;
}

.logo_small {
    width: 100px; 
    display: inline-block;
    text-align: left !important;
}

.bell {
    width: 20px;
    position: absolute;
    right: 130px;
    top: 80px;
    cursor: pointer;
    display: inline;
}

.user {
    position: absolute;
    right: 160px;
    top: 78px;
    color: white;
    opacity: 0.7;
}

.logout_link {
    position: absolute;
    right: 50px;
    top: 80px;
    color: white;
    font-size: 14px;
    text-decoration: underline;
}


.li_active {
    background-color: rgba(255,255,255,0.5) !important
}

#course_selector, #group_selector, #school_selector2, #chevron1, #chevron2, #chevron0,
#selector_button, #selector_button2 {
    display: none;
}

#selector_button, #selector_button2 {
    display: none;
    position: fixed;
    right: 50px;
    top: 90px;
}


.subheader {
    font-size: 14px;
}

.route {
    position: absolute;
    left: 50px;
    top: 78px;
    color: white;
    display: inline;
}

.route_opac {
    color: white;
    opacity: 0.7;
    display: inline;
}

.change_link {
    color: white;
    margin-left: 20px;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
}

.selector_container {
    width: 90%;
    height: 600px;
    margin-top: 60px;
    margin-left: 5%;
}

.selector_container2 {
    width: 60%;
    height: 600px;
    margin-top: 60px;
    margin-left: 20%;
}

.selector {
    width: 26%;
    height: 510px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: white;
    overflow: visible;
}

.selector2 {
    width: 36%;
    height: 510px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: white;
    overflow: visible;
}

.group_teacher {
    font-size: 12px;
}

.sel_calendar {
    height: 25px;
    position: absolute;
    right: 30px;
}



.chevron_space {
    width: 9%;
    display: inline-block;
    padding: 3%;
    margin-top: 30px;
    vertical-align: top;
}

.chevron_space2 {
    width: 26%;
    display: inline-block;
    padding: 3%;
    margin-top: 30px;
    vertical-align: top;
}

.chevron_space img {
    margin-top: 50px;
    margin-left: calc(50% - 25px);
    margin-left: -webkit-calc(50% - 25px);
    margin-left: -moz-calc(50% - 25px);
    margin-left: -o-calc(50% - 25px);
    width: 50px;
    max-width: inherit !important
}

.chevron_space2 img {
    margin-left: calc(50% - 25px);
    margin-left: -webkit-calc(50% - 25px);
    margin-left: -moz-calc(50% - 25px);
    margin-left: -o-calc(50% - 25px);
    margin-top: 50px;
    width: 50px;
}

.calendar_label {
    color: white;
    text-align: center;
    margin-top: 15px;
    font-size: 20px;
}

.big_number {
    width: 100%;
    font-size: 60px;
}

.selector_title {
    font-size: 26px;
}

.list_container {
    overflow: auto;
    height: 375px;
    margin-top: 40px;
}

ul {
    list-style-type: none;
    text-align: left;
    width: 100%;
    margin: 0;
}

li {
    background-color: rgba(255,255,255,0.1);
    padding: 10px 0 10px 10%;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}

    li:hover {
        background-color: rgba(255,255,255,0.3);
        cursor: pointer;
    }

    li:last-child {
        border: none;
    }

.li_date {
    background: url('../img/ic_calendar.png') no-repeat 90% 10px;
    background-color: rgba(255,255,255,0.1);
    background-size: 25px;
}

/*menu*/
.menu {
    width: 100%;
    margin: 0 !important;
    display: flex;
    display: flex;
    align-items: center;
    justify-content: space-between; 
}

.menu_obj /*logo + 9obj*/ {
    display: inline-block;
    min-width: 100px;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    text-transform: uppercase;
    color: white;
    font-size: 12px;
    font-weight: bold;
    position: relative;
    white-space: nowrap; 
}

.active_obj {
    position: absolute;
    top: 31px;
    width: 100%;
    height: 8px;
    background-color: white;
}

.menu_obj2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: silver;
    border-bottom: solid thin silver; 
    cursor: pointer;
    width: 100%;
    text-transform: uppercase;
    font-weight: bold;
}

.menu_responsive {
    width: 100%;
}

.menu2_container {
    border-radius: 5px;
    overflow: auto;
    width: 20%;
    margin-top: 20px;
    display: none;
    background-color: white;
    z-index: 1000000;
    position: relative;
}

.menu_obj2:hover {
    background-color: crimson;
    color: white;
}

.hamb {
    width: 25px;
    cursor: pointer;
    display: inline;
    text-align: center;
    z-index: 1000000;
    margin-left: 10px;
    margin-top: 25px;
}

.logo_small2 {
    width: 100px;
    margin-top: 15px;
    display: inline-block;
    text-align: left !important;
}





.notif_dropdown {
    background-color: white;
    width: 20%;
    position: absolute;
    top: 120px;
    right: 40px;
    border-radius: 5px;
    display: none;
    z-index: 10000;
}

.notif_cell {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: silver;
    border-bottom: solid thin silver;
    padding: 10px;
    cursor: pointer;
    padding-left: 20px;
}



/*students*/
#students {
    background-image: url('../img/bg_student.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.li_student {
    font-size: 14px;
}

.left_student_container {
    width: 24%;
    margin-left: 7%;
    margin-right: 3%;
    margin-top: 75px;
    float: left;
}

.vertical_line {
    float: left;
    height: 600px;
    border-left: solid thin white;
    background-color: white;
    margin-top: 75px;
    display: none;
}

.center_student_container {
    width: 18%;
    margin-left: 3%;
    margin-right: 2%;
    margin-top: 75px;
    float: left;
    height: 500px;
    display: none;
}

.right_student_container {
    width: 34%;
    margin-left: 1%;
    margin-right: 7%;
    margin-top: 75px;
    float: left;
    height: 500px;
    display: none;
}

.student_photo {
    height: 100%;
    background-image: url('../img/avatar_void.jpg');
    background-repeat: no-repeat;
    background-size: contain;
}

.student_name {
    font-size: 24px;
}

.selector3 {
    width: 100%;
    height: 510px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: white;
    overflow: visible;
}

.label {
    margin-left: 5px;
    margin-top: 15px;
}

.label_grey {
    margin-left: 5px;
    margin-top: 15px;
    color: lightgrey;
}

.camp {
    margin-left: 25px;
    opacity: 1;
    color: white;
}

.student_calendar {
    width: 500px;
    height: 500px;
    color: white;
    border-radius: 30px;
    font-family: 'Montserrat', sans-serif;
}

    .student_calendar h2 {
        font-size: 26px;
        font-weight: bold;
    }

.input_tutorship, .input_tutorship:focus {
    padding: 0;
}

.input_radio {
    margin-left: 20px;
}

#student_edit_submit {
    display: none;
}

#popup_documents {
    background-color: dimgray;
    border: solid thin white;
    margin-top: 50px;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 40%;
    margin-left: 30%;
    opacity: 0.95;
    display: none;
}

.document_trigger, .record_trigger {
    cursor: pointer;
    text-decoration: underline;
    display: inline;
}

.element_doc {
    margin-left: 5%;
    height: 30px;
    margin-right: 5%;
    width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/*calendar*/
#calendar {
    background-image: url('../img/bg_calendar.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
    overflow-x: hidden;
}

.half_container {
    margin-left: 6%;
    margin-right: 6%;
    width: 38%;
    float: left;
    display: inline-block;
    margin-top: 75px;
}

    .half_container a {
        text-align: center;
        color: white;
    }

.half_container_alt {
    margin-left: 27%;
    margin-right: 27%;
    width: 46%;
    float: left;
    display: inline-block;
    margin-top: 75px;
}

.import_from {
    text-align: left;
    cursor: pointer;
    text-decoration: underline;
}

#import_container {
    overflow: auto;
    max-height: 575px;
    width: 80%;
    margin-left: 10%;
    list-style-type: none;
}

#confirmation_import_from {
    display: none;
    text-align: center;
    padding: 10px
}

.confirmation_dialog {
    margin-right: 40px;
    margin-left: 40px;
}

.confirmation_buttons {
    display: inline-block;
    background-color: white;
    color: crimson;
    border-radius: 100px;
    padding: 10px;
    width: 125px;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    clear: both;
    text-align: center;
}

.element {
    background-color: rgba(255,255,255,0.1);
    padding: 10px 0 10px 5%;
    border: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}

.element_date {
    font-size: 14px;
    height: 15px;
}

.element_date_s {
    font-size: 11px;
    height: 15px;
}

.element_title {
    margin-bottom: 10px;
}

.element_title2 {
    margin-bottom: 0px;
}

.element_subtitle {
    font-size: 12px;
    margin-left: 10px;
}


.element_line {
    width: 80%;
    color: white;
    opacity: 0.8;
}

.element_edit {
    width: 25px;
    position: absolute;
    top: 20px;
    right: 80px;
    cursor: pointer;
}

.element_close {
    width: 25px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.element_desc {
    font-size: 10px !important;
}

.go_back {
    cursor: pointer;
}

#new_element {
    display: none;
}

#coordination_calendar_events {
    display: none;
}

#calendar_type_internal.type_active {
    color: darkblue !important
}

#calendar_type_coordination.type_active {
    color: darkgreen !important
}

.school_container, .internal_container, .coordination_container {
    display: none;
}

#save_periods {
    width: 300px;
}

#new_element_popup, #edit_element_popup, #mousy_popup, #import_popup {
    background-image: url('../img/bg_login.png');
}

#mousy_popup {
    margin-top: 100px;
}

#define_mousy {
    text-decoration: underline;
}

#school_label, #internal_label, #coordination_label {
    cursor: pointer;
    text-decoration: underline;
}


/*pdf export*/
#calendar_output {
    width: 800px;
    color: black;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1000;
    font-weight: 300;
}

.calendar-header {
    display: none !important;
}

#calendar_output_0, #calendar_output_1, #calendar_output_2, #calendar_output_3 {
    margin-top: 20px;
    width: 30%;
    display: inline-block;
    vertical-align: top;
    border: none;
    text-align: center;
}

#calendar_output li {
    background-color: white;
    color: black;
    margin: 2px;
    padding: 0;
    font-size: 10px;
    text-align: left;
    font-family: 'Verdana';
    list-style-type: none;
    line-height: 12px;
}

.html2canvas-container {
    width: 3000px !important;
    height: 3000px !important;
}

.calendar {
    padding: 5px 5px 20px 5px !important
}

    .calendar .month-container {
        display: inline-block;
        height: 150px !important;
        padding: 10px 15px !important;
        width: 20% !important;
        margin-bottom: 30px;
    }

    .calendar table.month tr td .day-content {
        padding: 1px !important;
    }

    .calendar table td, .calendar table th {
        min-width: 10px;
    }

.day-start, .day-end {
    color: white !important;
}

#pdf_export {
    display: none;
}


/*fullcalendar*/
.cal0 {
    background-color: #e12b61;
    border: 1px solid #a52045;
}

.cal1 {
    background-color: #4ca098;
    border: 1px solid darkgreen;
}

.cal2 {
    background-color: #5500ff;
    border: 1px solid darkblue;
}

.calendar_calendar h2 {
    font-size: 26px;
    font-weight: bold;
}

.fc-unthemed .fc-today {
    background-color: white !important;
    color: red;
}

.hover-end {
    padding: 0;
    margin: 0;
    font-size: 75%;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: .8
}

.fc-time {
    display: none;
}

.fc-title {
    font-size: 0.8em !important;
}

.calendar_type_container {
    width: 100%;
    margin: 20px 0px;
}

.calendar_type_button {
    width: 32%;
    display: inline-block;
    border: solid 2px white;
    color: white;
    border-radius: 100px;
    padding: 10px;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
}

.bibutton {
    width: 49% !important
}

.type_active {
    background-color: white;
    color: crimson !important;
}

.popup {
    background-color: #efa8b7;
    border: solid thin white;
    margin-top: 50px;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 40%;
    margin-left: 5%;
    opacity: 0.95;
    display: none;
}

.popup_left {
    background-color: #efa8b7;
    border: solid thin white;
    margin-top: 50px;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 40%;
    margin-left: 5%;
    opacity: 0.95;
    display: none;
}

.popup_title {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.popup_close {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 25px;
    right: 25px;
    background-image: url('../img/ic_close.png');
    z-index: 101;
    background-size: 20px;
    cursor: pointer;
}

.popup_pair_button_container1, .popup_pair_button_container2, .popup_pair_button_container3, .popup_pair_button_container4 {
    width: 70%;
    margin: 20px 15%;
}

.popup_pair_button {
    width: 48%;
    display: inline-block;
    border: solid 2px white;
    color: white;
    border-radius: 100px;
    padding: 10px;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.form_new_element, .form_edit_element {
    width: 80%;
    margin-left: 10%;
}

.select {
    padding-left: 8%;
}

    .select, .select:focus, .select_homework, .select_homework:focus, .select_absence, .select_absence:focus, .select_score, .select_score:focus, .select_dashboard, .select_dashboard:focus, .select_tr, .select_tr:focus, .select_phrase, .select_phrase:focus, .select_tuto, .select_tuto:focus {
        margin-top: 0;
        background: url('../img/ic_down.png') no-repeat 99% 15px;
        background-size: 20px;
    }

.select_hidden {
    display: none;
}

.input_date, .input_date:focus {
    background: url('../img/ic_calendar.png') no-repeat 90% 5px;
    background-size: 25px;
}


/*term reports*/
#teamreports {
    background-image: url('../img/bg_tr.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.teamreports_container {
    width: 80%;
    max-height: 600px;
    padding-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 80px;
    background-color: rgba(255,255,255,0.2);
    border: solid thin whitesmoke;
    overflow: auto;
}

.teamreports_container_ul {
    width: 80%;
    max-height: auto;
    padding-bottom: 30px;
    margin-left: 10%;
    margin-top: 80px;
    background-color: rgba(255,255,255,0.1);
    border: solid thin whitesmoke;
    overflow: auto;
    position: relative;
    padding-left: 3%;
}

.flag {
    width: 50px;
    height: 30px;
    cursor: pointer;
    opacity: 0.5;
    vertical-align: top
}

.flag_active {
    border-bottom: solid 7px white;
    opacity: 1;
    height: 37px;
    vertical-align: top
}


.kids_table table {
    width: 94%;
    margin-left: 3%;
    margin-top: 40px;
}

.kids_table td {
    padding: 2px;
    font-size: 14px;
    height: 40px;
    border-bottom: solid thin rgba(255,255,255, 0.2);
    white-space: nowrap;
}

.kids_table tr:last-child td {
    border: none;
}

.kids_table tr a {
    padding-bottom: 20px;
    font-size: 24px;
}


.edit_camp, .rewind_tr {
    width: 24px;
    margin-left: 10px;
    cursor: pointer;
}

.label_tr {
    margin-left: 25px;
    opacity: 0.7;
    margin-top: 15px;
}

.label_tr_skill {
    margin-left: 25px;
    opacity: 0.7;
    margin-top: 15px;
    padding-top: 10px;
    padding-right: 10px;
    float: left;
}

.icons_tr {
    width: 24px;
    margin-left: 60px;
    cursor: pointer;
    display: inline;
}

.icons_tr2 {
    width: 24px;
    margin-left: 10px;
    cursor: pointer;
    display: inline;
}

.input_comment_tr, .input_comment_tr:focus {
    background: transparent;
    border-width: 0 !important;
    box-shadow: none !important;
    height: auto;
    display: block;
    width: 80%;
    margin: 0px 0px 50px 5%;
    color: white;
    font-size: 18px;
    border-bottom: solid thin white !important;
    padding-left: 30px;
}



textarea::-webkit-input-placeholder {
    color: white;
}

#textarea-final {
    color: darkgreen;
}

.select_tr, .select_tr:focus {
    width: 30%;
    min-width: 250px;
    padding-left: 30px;
    margin-left: 5%;
    font-family: 'Montserrat', sans-serif;
}

.select_phrase, .select_phrase:focus {
    width: 44%;
    min-width: 250px;
    padding-left: 30px;
    margin-left: 5%;
    font-family: 'Montserrat', sans-serif;
}

.changed_comment {
    background-color: rgba(255,255,255,0.3) !important;
}

.changed_phrase {
    color: darkgreen;
}


#view_graph {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
}

#view_notes {
    position: absolute;
    top: 50px;
    right: 20px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline
}

#view_class_notes {
    position: absolute;
    top: 80px;
    right: 20px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline
}

#view_docs {
    position: absolute;
    top: 110px;
    right: 20px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline
}

#view_audio {
    position: absolute;
    top: 140px;
    right: 20px;
    text-align: right;
    cursor: pointer;
    text-decoration: underline;
    z-index: 100;
}

#graph_container {
    width: 72%;
    background-color: white;
    border-radius: 30px;
    margin-left: 14%;
    padding: 1% 2% 2% 2%;
    position: fixed;
    z-index: 100;
    display: none;
    margin-top: 88px;
}

#graph_container2 {
    width: 72%;
    background-color: white;
    border-radius: 30px;
    margin-left: 14%;
    padding: 1% 2% 2% 2%;
    position: fixed;
    z-index: 1000;
    display: none;
}

.graph_close {
    position: absolute;
    right: 30px;
    top: 20px;
}

#audio_container {
    width: 72%;
    background-color: white;
    border-radius: 30px;
    margin-left: 14%;
    padding: 1% 2% 2% 2%;
    position: fixed;
    z-index: 100;
    display: none;
    margin-top: 88px;
}

.audio_close {
    position: absolute;
    right: 30px;
    top: 20px;
}


#view_note_popup, #view_note_class_popup {
    background-color: yellowgreen;
    border: solid thin white;
    margin-top: 50px;
    position: fixed;
    border-radius: 10px;
    z-index: 100;
    width: 40%;
    margin-left: 30%;
    opacity: 0.95;
    display: none;
}

#rejection_popup {
    background-color: yellowgreen;
    border: solid thin white;
    position: fixed;
    border-radius: 10px;
    z-index: 100;
    width: 40%;
    margin-left: 30%;
    opacity: 0.95;
    display: none;
}

.form_reject {
    width: 90%;
    margin-left: 5%
}

.note_inside, .note_class_inside {
    margin-left: 30px;
    margin-right: 30px;
    max-height: 400px;
    overflow-y: auto;
}

#avatar_tooltip {
    top: 50px;
    left: 50px;
    position: absolute;
    width: 200px;
    z-index: 100;
    max-width: 25%;
    opacity: 0.95;
    display: none;
}

    #avatar_tooltip img {
        border-radius: 20px;
    }

.counter_container {
    position: relative;
    bottom: 20px;
    font-size: 12px;
}

.character_counter {
    position: absolute;
    bottom: 0px;
    left: 90px;
    width: 80%;
}

.behaviour_clear {
    width: 15px;
    margin-right: 10px;
    float: right;
}

.character_counter2 {
    position: absolute;
    left: 90px;
    width: 80%;
    bottom: 0px;
}

.behaviour_clear2 {
    position: absolute;
    bottom: -5px;
    right: 10px;
    width: 15px;
}

.info_tr {
    margin-left: 100px;
    font-size: 13px
}

#save_tr, #finish_tr, #approve_tr, #reject_tr {
    display: none;
    width: 300px !important;
}

#reject_msg {
    width: 80%;
    margin-left: 10%;
    margin-top: 80px;
    text-align: center;
    display: none;
}


.teamreports_container_ul > .input_comment_tr, .teamreports_container_ul > .input_comment_tr:focus {
    background-color: rgba(255,255,255,0.54);
    font-weight: 400;
    color: #003800;
}

#refresh_audio, #refresh_followup {
    width: 30px;
    height: 30px;
    cursor: pointer;
    margin: 15px -40px 0 30px
}

#tooltip_refresh {
    background-color: OliveDrab;
    border: solid thin white;
    position: absolute;
    border-radius: 20px;
    z-index: 100;
    max-width: 25%;
    padding: 20px;
    opacity: 0.95;
    display: none;
}

/*planning*/
#planning {
    background-image: url('../img/bg_planning.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.planning_validation {
    font-family: 'Montserrat', sans-serif;
}

.class_days, .class_days_annual {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.class_days_remember {
    font-size: 12px;
    text-align: center;
}

label {
    color: white;
    font-size: 20px;
    margin-left: 5%;
    margin-top: 50px;
    width: 30%;
}

.big_calendar_right {
    position: absolute;
    right: 5%;
    top: 120px;
    width: 50px;
}

.planning_container {
    width: 40%;
    padding-bottom: 30px;
    margin: 40px 5%;
    border: solid thin whitesmoke;
    background-color: rgba(255,255,255,0.2);
    overflow: auto;
    float: left;
}

.planning_container_title {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.form_planning_1, .form_planning_2, .form_planning_3, .form_planning_4, .form_annual {
    width: 80%;
    margin-left: 10%;
}

.clear {
    clear: both;
}

.annual_planning_container {
    width: 60%;
    padding-bottom: 30px;
    margin: 0 20% 40px 20%;
    border: solid thin whitesmoke;
    background-color: rgba(255,255,255,0.2);
    overflow: auto;
    float: left;
}


.left_annual {
    width: 40%;
    float: left;
    margin-right: 5%;
}

.right_annual {
    width: 55%;
    float: left;
}

.input_annual, .input_annual:focus {
    background: transparent;
    border-width: 0 !important;
    box-shadow: none !important;
    height: 40px;
    width: 100%;
    margin: 0px 0px 30px 0;
    color: white;
    font-size: 18px;
    border-bottom: solid thin white !important;
    padding-left: 30px;
}

.label_annual {
    margin-left: 5px;
    opacity: 0.7;
    margin-top: 15px;
    width: 100%;
}

.add_test_day {
    margin-left: 20px;
    margin-bottom: 5px;
    display: inline;
    width: 20px;
    cursor: pointer;
}

.delete_day {
    margin-right: 20px;
    margin-top: -25px;
    width: 15px;
    cursor: pointer;
    position: absolute;
}


input[readonly] {
    background-color: transparent !important;
}

/*exams*/
th {
    font-size: 15px;
}

#exams {
    background-image: url('../img/bg_exams.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.exams_container {
    width: 80%;
    max-height: 600px;
    padding-bottom: 30px;
    margin-left: 10%;
    margin-right: 10%;
    background-color: rgba(255,255,255,0.2);
    border: solid thin whitesmoke;
    overflow-x: auto;
}

.exam_subtitle {
    opacity: 0.7;
    font-size: 12px
}

.exam_score {
    font-size: 20px;
    margin-left: 12px;
    display: inline
}

.exam_checker {
    margin: 5px;
}

.exam_buttons {
    display: inline;
    width: 50%;
}

.hidden {
    display: none;
}

.whitebutton2 {
    background-color: white;
    color: crimson;
    border-radius: 100px;
    padding: 10px;
    width: 26%;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
    display: inline-block;
}

    .whitebutton2 a {
        color: crimson;
    }


/*exam detail*/
.exam_question {
    font-size: 16px;
    margin-left: 35px;
    width: 60%;
    float: left;
    overflow: auto;
}

.exam_answer {
    font-size: 12px;
    margin-left: 50px;
    width: 60%;
    float: left;
    overflow: auto;
}

.exam_score2 {
    width: 10%;
    min-width: 120px;
    float: left;
    margin: 0px 12%;
    right: 35px;
    text-align: right;
    overflow: auto;
}

.avoidable_title {
    font-size: 18px;
}

.input_score {
    background: transparent;
    height: 40px;
    width: 80px;
    font-size: 22px;
    border-bottom: solid thin white !important;
    display: inline;
    color: white;
    border-width: 0;
    box-shadow: none !important;
    text-align: center;
    margin-left: 10px;
}

    .input_score:focus {
        background: transparent;
        color: white;
        border-width: 0 !important;
        border-bottom: solid thin white !important;
        margin-left: 10px;
    }

#select_exam_secret {
    display: none;
}

.select_score {
    height: 42px;
    width: 90px;
    font-size: 22px;
    border-bottom: solid thin white !important;
    display: inline;
    color: white;
    border-width: 0;
    box-shadow: none !important;
    text-align: center;
    margin-left: 10px;
}

    .select_score:focus {
        color: white;
        border-width: 0 !important;
        border-bottom: solid thin white !important;
        margin-left: 10px;
    }

.evaluated {
    margin-right: 10%;
    text-align: right;
    /*float: left;
    text-align: left;
    margin: 0px -108px;
    display: inline;*/
}

.checkbox_online {
    /*float: left;
    width: 80%;
    text-align: left;
    margin: 0px 0px 0px 116px;
    display: inline;
    height: 29px;*/


    font-size: 16px;
    margin: 20px 0 10px 35px;
    /*width: 50%;*/
    float: left;
    overflow: auto;
    inline-size: -webkit-fill-available;
}

    .checkbox_online label {
        font-family: 'Montserrat', sans-serif;
        font-size: 16px;
        height: 30px;
        /*width: 15%;*/
        width: 120px;
        margin: 0 0 0 0;
    }

    .checkbox_online input[type='checkbox'] {
        height: 15px;
        width: 15px;
        padding: 0;
        margin: 0;
        vertical-align: bottom;
        position: relative;
        top: -9px;
        overflow: hidden;
        margin-bottom: 2px;
    }

.evaluator {
    text-transform: uppercase
}

.hidden_until {
    display: none;
}

#question_info {
    position: absolute;
    right: 10%;
    top: 160px;
    display: none;
}

#question_info_popup {
    background-color: darkcyan;
    border: solid thin white;
    margin-top: 250px;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 40%;
    opacity: 0.95;
    display: none;
    margin-left: 30%;
}

.question_info_container {
    width: 90%;
    margin-top: 30px;
    margin-left: 5%;
    margin-bottom: 10px;
    padding: 5%;
    max-height: 700px;
    overflow: auto;
}

/*homework*/
#homework {
    background-image: url('../img/bg_homework.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.select_homework {
    width: 30%;
    min-width: 250px;
    padding-left: 30px;
    margin-left: 10%;
    font-family: 'Montserrat', sans-serif;
}

.chain {
    width: 24px;
    margin-left: 10px;
    cursor: pointer;
}

.delete_exam {
    width: 24px;
    margin-left: 10px;
    cursor: pointer;
    display: none;
}

.homework_buttons {
    /*display: inline;
    width: 80%;
    margin-left: 10%;*/
    display: inline-block;
    width: 80%;
    margin-left: 10%;
    text-align: center;
}

.exam_buttons {
    display: inline;
    width: 80%;
}

.hwk_date {
    cursor: pointer /*background:transparent; height:15px; width:80px; font-size:22px;  border-bottom: solid thin white !important; display:inline;
color:white; border-width: 0; box-shadow: none !important; text-align: center; margin-left:10px; font-family: 'Montserrat', sans-serif;
opacity:0.7; font-size: 12px*/
}

#hwk_date_popup {
    background-color: darkcyan;
    border: solid thin white;
    margin-top: 50px;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 40%;
    margin-left: 30%;
    opacity: 0.95;
    display: none;
}

#weeras_link {
    text-align: right;
    right: 10%;
    top: 155px;
    position: absolute;
    text-decoration: underline
}


/*followup*/
#followup {
    background-image: url('../img/bg_followup.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.info_bullet {
    margin-left: 15px;
    width: 20px;
    cursor: pointer;
}

.info_bullet_skill {
    cursor: pointer;
    padding-top: 21px;
    padding-left: 10px;
    float: left;
    width: 34px;
}

.score_face {
    width: 24px;
    margin-left: 10px;
    cursor: pointer;
}

.delete_face {
    width: 24px;
    margin-left: 10px;
    cursor: pointer;
}

.absent_face {
    width: 24px;
    margin-left: 10px;
}

th {
    min-width: 50px;
    max-width: 100px;
    vertical-align: top;
    font-size: 15px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
    min-width: auto !important;
}

.add_note {
    width: 24px !important;
    cursor: pointer;
}


.td_center {
    text-align: center
}

.td_left {
    text-align: left;
    width: 300px;
}

.input_follow2 {
    background: transparent;
    border-width: 0 !important;
    box-shadow: none !important;
    height: 40px;
    width: 20%;
    margin: 0px 0px 30px 0;
    color: white;
    font-size: 18px;
    border-bottom: solid thin white !important;
    font-family: 'Montserrat', sans-serif;
    margin-left: 40px;
    display: inline;
}

.track_button {
    width: 80%;
    margin-left: 10%;
    margin-top: 10px;
    text-align: right;
    cursor: pointer
}

.lesson_note {
    margin-left: 40px;
    display: inline-block;
}

.track_container {
    margin-left: 10%;
    width: 35%;
    display: inline-block
}

.track_length {
    position: absolute;
    top: 10px;
    right: 30px;
}

.face_popup {
    background-image: linear-gradient(45deg, #4ca098 0%, #3c7e78 100%);
    padding: 30px;
    border: solid thin white;
    border-radius: 5px;
    position: fixed;
    opacity: 0;
}

#select_face1, #select_face2, #select_face3, #select_face4, #select_face5, #select_face0 {
    padding: 5px 10px;
    width: 55px;
    cursor: pointer;
    opacity: 0.7;
}

    #select_face1:hover, #select_face2:hover, #select_face3:hover, #select_face4:hover, #select_face5:hover, #select_face0:hover {
        opacity: 1;
    }

.absent_face {
    cursor: pointer;
}

#group_info_popup, #popup_record {
    background-color: darkcyan;
    border: solid thin white;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 76%;
    opacity: 0.95;
    display: none;
    margin-left: 12%;
    z-index: 1000;
}

#popup_record {
    background-color: dimgray;
}

    #popup_record .kids_table {
        max-height: 550px;
        overflow-y: scroll;
    }

#popup_recover, #add_fu_popup {
    background-color: teal;
    border: solid thin white;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 40%;
    display: none;
    margin-left: 30%;
    opacity: 0.95;
    z-index: 1000;
}

#add_note_popup {
    background-color: darkcyan;
    border: solid thin white;
    position: fixed;
    border-radius: 30px;
    z-index: 1000;
    width: 40%;
    opacity: 0.95;
    display: none;
    margin-left: 30%;
}

#add_general_popup {
    background-color: darkcyan;
    border: solid thin white;
    position: fixed;
    border-radius: 30px;
    z-index: 100;
    width: 40%;
    opacity: 0.95;
    display: none;
    margin-left: 30%;
    z-index: 1000;
}

#tooltip_popup {
    background-color: darkcyan;
    border: solid thin white;
    position: absolute;
    border-radius: 20px;
    z-index: 100;
    max-width: 25%;
    padding: 20px;
    opacity: 0.95;
    display: none;
}

#tooltip_popup_grey {
    background-color: dimgray;
    border: solid thin white;
    margin-top: 50px;
    position: absolute;
    border-radius: 20px;
    z-index: 100;
    max-width: 25%;
    padding: 20px;
    opacity: 0.95;
    display: none;
}

#tooltip_popup_green {
    background-color: #64b4a1;
    border: solid thin white;
    position: absolute;
    border-radius: 20px;
    z-index: 100;
    max-width: 25%;
    padding: 20px;
    opacity: 0.95;
    display: none;
}

.tooltip_popup_report {
    background-color: OliveDrab;
    border: solid thin white;
    position: absolute;
    -ms-border-radius: 20px;
    border-radius: 20px;
    z-index: 100;
    /*max-width: 25%;*/
    max-width: 68%;
    padding: 20px;
    opacity: 0.95;
    display: none;
}

.face_div {
    display: inline-block;
    font-size: 11px;
    margin: 5px;
    opacity: 0.7;
}

    .face_div:hover {
        opacity: 1;
    }

.left_button {
    height: 25px;
    float: left;
    font-size: 12px;
    width: 130px;
    background-color: white;
    color: crimson;
    border-radius: 100px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.right_button {
    height: 25px;
    float: right;
    font-size: 12px;
    width: 130px;
    background-color: white;
    color: crimson;
    border-radius: 100px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 20px
}

.left_button_containers {
    position: absolute;
    display: inline-block !important;
    left: 10%;
    width: 80%;
    height: 30px;
}



#history_container, #history_general_container {
    width: 80%;
    margin-left: 10%;
    height: 350px;
    overflow: auto;
}



/*absences*/
#absences {
    background-image: url('../img/bg_absences.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.absence_container {
    width: 60%;
    padding-bottom: 30px;
    padding-bottom: 30px;
    margin-left: 20%;
    margin-right: 20%;
    margin-bottom: 40px;
    background-color: rgba(255,255,255,0.2);
    overflow: auto;
    float: left;
    border: solid thin whitesmoke;
}

.absence_title {
    font-size: 20px;
    text-align: center;
    margin-top: 40px;
}

.half_absence {
    width: 40%;
    float: left;
    margin-left: 5%;
}

.full_absence {
    width: 85%;
    margin-left: 5%;
}

.select_absence {
    padding-left: 30px;
    font-family: 'Montserrat', sans-serif;
}

.back_to_fu {
    cursor: pointer;
}


/*dashboard*/
.dashboard {
    background-image: url('../img/bg_dashboard.png');
    color: white;
    background-size: cover;
    background-attachment: fixed;
}

.dashboard_title {
    font-size: 20px;
    margin-left: 5%;
    width: 30%;
    min-width: 300px;
    margin-bottom: 20px;
    margin-top: 60px;
    border-bottom: solid thin white;
    background: url('../img/ic_down.png') no-repeat 90% 10px;
    background-size: 20px;
    cursor: pointer;
}

.dashboard_container {
    margin-left: 5%;
    width: 90%;
    color: white;
    display: none
}

.dashboard_subtitle {
    font-size: 16px;
    margin-bottom: 15px;
}

.dashboard_full {
    width: 100%;
    background-color: rgba(255,255,255,0.2);
    height: 450px;
    overflow: auto;
    overflow-x: hidden;
    border: solid thin whitesmoke;
}

.dashboard_3q {
    width: 75%;
    background-color: rgba(255,255,255,0.2);
    overflow: auto;
    height: 450px;
    overflow-x: hidden;
    border: solid thin whitesmoke;
}

.dashboard_half {
    width: 50%;
    height: 50px;
    background-color: rgba(255,255,255,0.2);
    height: 450px;
    border: solid thin whitesmoke;
    overflow: auto;
    overflow-x: hidden;
}

.select_dashboard {
    width: 30%;
    min-width: 250px;
    padding-left: 30px;
    font-family: 'Montserrat', sans-serif;
}

.dashboard_table {
    width: 100%;
    margin: 10px 0 0 10px;
    text-align: left;
}

    .dashboard_table th {
        text-align: left;
        opacity: 0.7;
        font-size: 12px;
    }

    .dashboard_table td {
        text-align: left;
        padding: 2px;
        height: 25px;
        font-size: 12px;
        border-bottom: solid thin rgba(255,255,255, 0.2)
    }

    .dashboard_table tr:last-child td {
        border: none;
        margin-bottom: 20px;
    }


.dashboard_divider {
    width: 45%;
    margin-right: 5%;
    float: left;
}

.pending_tooltip_trigger {
    cursor: pointer;
}

.notes {
    width: 80%;
    padding-top: 40px;
    margin-left: 10%;
    font-size: 12px;
    padding-left: 20px;
}

.input_absolute, .input_absolute:focus {
    position: absolute;
    right: 10%;
    width: 300px;
    top: 125px;
    background: transparent;
    border-width: 0 !important;
    box-shadow: none !important;
    height: 40px;
    color: white;
    font-size: 18px;
    border-bottom: solid thin white !important;
    font-family: 'Montserrat', sans-serif;
    background: url('../img/ic_calendar.png') no-repeat 90% 5px;
    background-size: 25px;
}

#validation_annuals {
    float: right;
    clear: none;
}

#uncheck_started {
    float: right;
}

#reset_fu {
    background-color: crimson;
    color: white;
    border-radius: 100px;
    padding: 10px;
    width: 200px;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    margin: 30px 0 20px 5%;
    display: inline-block;
}

/*notifications*/
.notif_dropdown {
    background-color: white;
    width: 20%;
    position: absolute;
    top: 120px;
    right: 40px;
    border-radius: 5px;
    display: none;
}

.notif_cell {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: silver;
    border-bottom: solid thin silver;
    padding: 10px;
    cursor: pointer;
    padding-left: 20px;
}

    .notif_cell:hover {
        background-color: crimson;
        color: white;
    }

.notif_title {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    color: silver;
    border-bottom: solid thin silver;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: bold
}

.notif_more {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    color: silver;
    border-bottom: solid thin silver;
    padding: 10px;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

    .notif_more a {
        color: silver;
    }

        .notif_more a:hover {
            color: red;
        }

.notif_title a {
    color: silver;
}

    .notif_title a:hover {
        color: red;
    }

.notif_counter {
    background-color: crimson;
    color: white;
    font-size: 12px;
    opacity: 1;
    border-radius: 100px;
    width: 20px;
    height: 20px;
    padding: 2px;
    text-align: center;
    display: inline;
    margin-left: 10px;
    position: absolute;
    right: -5px;
    letter-spacing: -1px;
}

.notif_container_title {
    text-align: center;
    font-size: 22px;
    color: white;
}

#notif_container {
    margin-top: 50px;
    width: 50%;
    margin-left: 25%;
    color: white;
    max-height: 770px;
    overflow: visible
}

.notif_container_subtitle_new, .notif_container_subtitle_old {
    text-align: center;
    font-size: 16px;
    color: white;
}

.element_mark {
    width: 50px;
    position: absolute;
    top: 20px;
    right: 30px;
    cursor: pointer;
}

.pull-right {
    text-align: right;
    margin-right: 20px;
}

    .pull-right:hover {
        color: yellow;
        cursor: pointer;
    }


.input_response, .input_response:focus {
    background: transparent;
    border-width: 0 !important;
    box-shadow: none !important;
    height: 100px;
    display: inline;
    max-width: 85%;
    width: 80%;
    margin: 0px 0px 80px 5%;
    color: white;
    font-size: 18px;
    border: solid thin white !important;
    padding-left: 30px;
}

.publish_response {
    background-color: white;
    color: crimson;
    border-radius: 100px;
    padding: 10px;
    width: 26%;
    height: 45px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 37%;
    bottom: 30px;
}

    .publish_response a {
        color: crimson;
    }

.notif_container_new {
    position: relative;
}

.response_container {
    display: none;
}


/*communication*/
#filter_container {
    text-align: left
}

.left_comm_container {
    width: 14%;
    margin-left: 4%;
    margin-right: 3%;
    margin-top: 75px;
    float: left;
}

.right_comm_container {
    width: 70%;
    margin-left: 3%;
    margin-right: 5%;
    margin-top: 75px;
    float: left;
    height: 500px;
    display: none;
}

.selector3 {
    width: 100%;
    height: 510px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: white;
    overflow: visible;
}

.selector4 {
    width: 44%;
    height: 510px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    color: white;
    overflow: visible;
}

.chevron_space3 {
    width: 8%;
    display: inline-block;
    padding: 3%;
    margin-top: 30px;
    vertical-align: top;
}

.tutorship {
    background-color: rgba(255,255,255,0.1);
    padding: 10px 0 10px 5%;
    position: relative;
    text-align: left
}

.list_container2 {
    overflow: auto;
    height: 600px;
    margin-top: 40px;
}

.accepted {
    background-color: rgba(0,0,0,0.1) !important;
    color: whitesmoke !important;
}

.element_acc {
    text-align: right;
    background-color: white;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    color: crimson;
    border-radius: 100px;
    padding: 5px 10px 5px 10px;
    font-size: 12px;
}

.element_state {
    width: 200px;
    text-align: right;
    font-size: 12px;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.element_container {
    margin-bottom: 30px
}


.popup_tuto, #popup_new_tuto, #popup_deny_motive, #popup_meeting, #popup_edit_meeting, #popup_cancel_meeting, #popup_notification, #popup_edit_notification {
    background-color: olivedrab;
    border: solid thin white;
    margin-top: 50px;
    position: fixed;
    border-radius: 30px;
    z-index: 1001;
    width: 40%;
    margin-left: 30%;
    opacity: 0.95;
    display: none;
}

#popup_notification {
    overflow: visible;
}

.input_tuto {
    width: 80%;
    margin-left: 10%;
    padding: 0;
}

.select_tuto {
    width: 80%;
    margin-left: 10%;
    padding: 0;
}

.element_n {
    width: 80%;
    margin-left: 10%;
    background-color: rgba(255,255,255,0.1);
    padding: 10px 0 10px 5%;
    border: 1px solid rgba(255, 255, 255, .5);
    min-height: 70px;
    position: relative;
}

.element_nc {
    width: 80%;
    margin-left: 10%;
    background-color: rgba(0,0,0,0.1);
    padding: 10px 0 10px 5%;
    border: 1px solid rgba(255, 255, 255, .5);
    position: relative;
}

.meeting_edit, .notification_edit {
    width: 25px;
    position: absolute;
    top: 20px;
    right: 80px;
    cursor: pointer;
}

.group_mask, .student_mask {
    display: none;
}

.third_separator {
    width: 30%;
    float: left;
}

.unclick {
    pointer-events: none;
    color: grey;
}

.itemSelected {
    background-color: white;
}

.weekday_check {
    width: 30%;
    text-align: left;
    margin-left: 20px;
}

.weekday_container {
    margin-left: 10%;
    width: 80%;
    text-align: center;
}

.bad_container {
    width: 105%;
    max-height: 600px;
    padding-bottom: 30px;
    background-color: rgba(255,255,255,0.2);
    overflow-x: auto;
    display: none;
    margin-bottom: 30px;
}

.bad_button {
    height: 25px;
    font-size: 12px;
    width: 130px;
    background-color: white;
    color: crimson;
    border-radius: 100px;
    padding: 5px;
    cursor: pointer;
    text-align: center;
    margin: 3px 0;
    display: inline-block;
}

#bad_table td {
    text-align: center;
    white-space: normal;
}

#not_treated {
    margin-left: 35px;
    margin-right: 10px;
}

.emoji {
    display: inline;
    height: 24px;
}


/*legal*/
.popup-container {
    font-size: .8em;
    position: absolute;
    padding: 2em;
    border: 1em solid #fff;
}




/*selectize*/
.select_phrase_new {
    display: inline-block;
    width: 40%;
    margin: 0px 0px 30px 0;
    color: white;
}

.selectize-input {
    background: transparent !important;
    color: white !important;
    border: none !important;
    box-shadow: none !important;
    border-bottom: solid thin white !important;
    border-radius: 0 !important;
    margin-left: 50px !important;
    overflow: visible !important;
}

.selectize-dropdown {
    background-color: white
}

/*popup overlay*/

.popup-overlay {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 999;
    display: none;
    background-color: #777777;
    cursor: pointer;
    -ms-opacity: 0.7;
    opacity: 0.7;
}


/*media query*/

@media screen and (max-width: 1480px) {
    .menu {
        display: none
    }

    .exams_container, .teamreports_container, .absence_container {
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media screen and (min-width: 1480px) {
    .hamb {
        display: none
    }

    .logo_small2 {
        display: none
    }
}


@media screen and (max-width: 1000px) {
    .exams_container, .teamreports_container, .absence_container {
        padding-left: 0%;
        padding-right: 0%;
        width: 100%;
        border: none;
        margin-left: 0;
        margin-right: 0;
    }
}

.checkbox_online_grid {
    height: 15px;
    width: 15px;
    padding: 0;
    vertical-align: bottom;
    position: relative;
    top: -11px;
    overflow: hidden;
    margin-right: -10px;
}
