
.contents {
    margin-bottom: 40px;
    overflow: auto;
    width: 100%;
    min-height: 600px;
}


.bg-primary,
.bg-success,
.bg-info,
.bg-warning,
.bg-danger{
    padding: 20px;
    border-radius: 6px;
}

.my_error {
    padding: 10px;
    margin: 20px;
    background-color: #A52A2A;
    font-weight: bold;
    font-size: larger;
    min-height: 400px;
    color: #fff;
}

.my_warning {
    padding: 10px;
    margin: 20px;
    background-color: #FCFFA7;
    font-weight: bold;
    min-height: 400px;
    color: #1A1A1A;
}

@media screen {
    /* normally this element will be displayed only in print */
    .hide-on-screen {
        display: none !important;
    }
}
@media print
{
    .no-print-this, .no-print, .no-print *
    {
        display: none !important;
    }

    .for-print, .for-print * {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .container {
        width: auto;
    }
}



.clickable2,
.clickable3,
.clickable {
    background-color: #fcf8e3;
    color: #286090;
}


/* For teachers main body */
.t-contents {
    padding-top: 80px;
}
.navbar-brand {
    padding:0;
}

.navbar-brand img {
    height: 55px;
}


.top-wrapper {
    border-bottom: 1px solid #c9c9c9;
    display: block;
    margin-bottom: 10px;
}

.hover { background-color: #FFDA96; }

.icon-placeholder {
    display: inline-block;
    height: 14px;
    width: 14px;
}

/*
 *
 * Drodown submenu
 *
 */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
    top: 0;
    left: 100%;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}






.chk-big {
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    font-size: 110%;
    display: inline;
}





/*-------------------------------*/
/*           User info div       */
/*-------------------------------*/
#div-user-info {
    margin: 20px;
    /*
    position: absolute;
    right: 20px;
    top: 20px;
    */
}
#page-content-wrapper {
    width: 100%;
    /*padding-top: 70px;*/
    height: 90px;
}
@media screen and (max-width: 700px) {
    #div-user-info{
        position: absolute;
        top: -20px;
        right: 26px;
        padding: 0;
        margin: 0;
    }
}


/*
 *
 *
 * views toolbar
 *
 *
 */
.view-toolbar {
    background-color: #7f97fc;
    border-radius: 5px;
    display: block;
    height: 41px;
    margin: 0 3px 10px;
    padding: 3px 5px;
    text-align: right;
}
.div-help {
    display: none;
}
#edit-help {
    display: inline-block;
    margin-left: 50px;
}



/*
 *
 *
 * tables 
 *
 *
 */

.tbl-edit {
    border: 1px solid #4D4D4D;
}

.tbl-edit tr:hover {
    background-color: #FFDFA3;
}

.tbl-edit th {
    background-color: #4D4D4D;
    color: #fff;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.tbl-edit td {
    border-right: 1px solid #4D4D4D;
    border-bottom: 1px solid #4D4D4D;
}

.tbl-edit th ,
.tbl-edit td {
    padding: 4px 9px;
}


/*
 *
 *
 * datatables
 *
 *
 */
.filter-box {
    background-color: #f4eeee;
    border: 2px solid #e0e0e0;
    border-radius: 5px;
    display: block;
    height: auto;
    margin: 0 5px 10px;
    padding: 10px 0 10px 20px;
}

#div-dataTable-container{
    width: 100%;
}
table.dataTable tbody td {
    cursor: pointer;
}
.toolbar{
    float: left;
    margin-left: 100px;
    margin-top: -4px;
}
.v-container {
    margin: 0 5px;
    
}



/*
 *
 *
 * body
 *
 *
 */
.overlay-full {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    opacity: 0.5;
    filter: alpha(opacity=50);
}



/*
 *
 *
 * top of windows with logo and menu button
 *
 *
 */
#form-label {
    border-left: 1px solid #787878;
    border-radius: 7px;
    border-right: 1px solid #787878;
    color: #7b7b7b;
    font-size: 2em;
    font-weight: bold;
    padding: 0 10px;
}
.logo {
    position: absolute;
    top: 0;
    
}
.div-labels {
    position: absolute;
    top: 21px;
}



/*
 *
 *
 * general
 *
 *
 */
.err {
    padding: 15px;
}

.red { color: red; }
.green { color: green; }
.white { color: white; }
.black { color: black; }
.yellow { color: yellow; }
.blue { color: blue; }

.fl { float: left;}
.fr { float: right;}
.clear { clear: both; }
.tc {text-align: center; }
.tl {text-align: left; }
.tr {text-align: right; }
.bold {font-weight: bold; }
.nowrap {white-space: nowrap; }

.w1 {width: 1px;}
.w100 {width: 100%;}
.wmarks {width: 80px;}
.wdate {width: 110px;}
.form-inline .form-control.wmarks {width: 80px;}
.vtop {vertical-align: top;}
.vmiddle {vertical-align: middle;}
/*
.spacer3 {display: inline-block; width: 3px;}
*/
.spacer20 {display: inline-block; width: 20px;}
.spacer100 {display: inline-block; width: 100px;}
.center { margin: auto; }
.my-center-block {
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}

#div_wait {
    position: absolute;
    z-index: 100;
}

.cover {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80); /*Yay for old IE support...*/
    display: none;
}

.span-white {
    background-color: #fff;
    border-radius: 10px;
    font-size: larger;
    padding: 10px;
}

/*
.jumbotron {
    border-radius: 10px;
    margin: auto;
    padding: 10px 30px;
    width: 60%;
}
*/
/*
.frm-lbl { padding-right: 0; text-align: right; }

.w-full { width: 100%; }
*/

input[type="number"] {
    -moz-appearance: textfield;
}
/*
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;
}
*/




/*
 *
 * mathitologio
 *
 *
 */

#m-tabs {
    background-color: #f0f0fc;
    border-radius: 5px;
    margin: 0 5px 10px;
    padding: 7px;
}

.lessons-subview {
    background-color: #fff;
    border: 1px solid #ede40c;
    border-radius: 5px;
    display: inline-block;
    margin: 2px;
    padding: 3px;
}
/*
.badge {
    background-color: #EBEBEB;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
}
*/
.prosorino ,
.group-filter ,
.school-filter ,
.group-filter-future {
    float: left;
    margin-left: 10px;
}

.school-filter {
    position: relative;
    white-space: nowrap;
    margin-right: 50px;
}

.group-filter-future {
    float: right;
    margin-right: 170px;
}

.group-lessons {
    float: left;
    margin-left: 20px;
    margin-top: -4px;
}
.textarea-full {
    height: 300px;
    width: 99%;
}
.lesson-group-check,
.lesson-check {
    height: 50px;
    margin: 5px;
    text-align: left;
    white-space: normal;
    width: 200px;
}
.lesson-check-selected-color {
    background-color: #ffe8b3;
    background-image: none;
}

.multiselect-container {
    height: 550px;
    overflow-y: scroll;
}
.option-divider {
    border-bottom: 1px solid red;
    display: block;
    margin: 0 0 10px;
}





/*
 *
 *
 *
 * my popup
 *
 *
 *
 */
.my-popup {
    background-color: #8c8a8a;
    border: 2px solid #e6e6e6;
    border-radius: 7px;
    color: #fff;
    font-weight: bold;
    margin-left: 5%;
    margin-right: 5%;
    padding: 5px;
    position: absolute;
    top: 20%;
    width: 88%;
    z-index: 11010;
}

.my-popup button.close {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 2px;
    height: 30px;
    opacity: 0.77;
    position: relative;
    right: 2px;
    top: 1px;
    width: 30px;
}

.my-popup-title {
    float: left;
    font-size: larger;
    min-height: 37px;
    width: 90%;
}


.my-popup-data {
    background-color: #fff;
    border: 3px solid #e6e6e6;
    border-radius: 7px;
    color: #333;
    min-height: 100px;
    min-width: 100px;
    padding: 20px;
}

.my-popup-backdrop {
    background-color: #fff;
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 11000;
}




/*
 *
 *
 * Kathigites
 *
 *
 */
#tbl-teachers-lessons {
    width: 80%;
    margin: auto;
}

#tbl-teachers-lessons tbody tr:hover{
    background-color: #B7B5E7;
}

.teacher-lesson-span {
    background-color: #f7ff81;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    padding: 3px 9px;
}








/*
 *
 *
 *
 * Ωρλόγιο πρόγραμμα
 *
 *
 *
 */

.table.orologio-table td {
    padding: 0;
    width: 200px; /* Same with .cell-orologio */
    vertical-align: middle;
}

.cell-orologio {
    background-color: #f8ffd4;
    border: 1px solid #cfddff;
    border-radius: 10px;
    cursor: pointer;
    font-size: 0.9em;
    height: 60px;
    margin: auto;
    position: relative;
    width: 200px;
}

.cell-orologio-normal-lesson {
    background-color: #f8ffd4;
}

.cell-orologio-lib {
    background-color: #D4E3FF;
}

.cell-orologio-teacher-restriction {
    background-color: #FFA9F7;
}

.cell-orologio-lib-bibl {
    background-color: #E4C7F2 !important;
}

.cell-orologio-klados {
    background-color: #90EE90;
}

.cell-orologio-idiaitero {
    background-color: #FFE2E7;
}

.cell-orologio-idiaitero2 {
    background-color: #FFE2E7;
}

.cell-orologio-student-reading {
    background-color: #FFFFA5;
}

.cell-orologio-period {
    left: 5px;
    position: absolute;
    text-align: left;
    top: 5px;
    width: 50%;
}

.cell-orologio-classroom {
    color: #8B2E2E;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 5px;
    width: 50%;
}

.cell-orologio-lesson {
    color: #d04747;
    display: block;
    font-size: 0.9em;
    left: 3px;
    position: absolute;
    top: 20px;
    max-width: 190px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.cell-orologio-stu-count {
    color: #008000;
    font-size: 0.92em;
    position: absolute;
    left: 5px;
    text-align: right;
    top: 37px;
}

.cell-orologio-teacher-class-limits {
    color: #ff0000;
    font-size: 0.92em;
    position: absolute;
    left: 85px;
    text-align: right;
    top: 37px;
}

.cell-orologio-group {
    color: #131f9d;
    font-size: 0.92em;
    position: absolute;
    left: 37px;
    text-align: right;
    top: 37px;
}

.cell-orologio-teacher {
    font-size: 0.92em;
    position: absolute;
    right: 5px;
    text-align: right;
    top: 37px;
}

.cell-orologio-disable {
    font-size: 0.92em;
    position: relative;
    right: 4px;
    text-align: center;
    cursor: pointer;
}
.teacher_red_hour {
    border: 2px solid red;
}

.o2-seminar-ekefalas-lib-color{
    background-color: #ffef00;
    color: #0d0c0c;
    padding: 0 5px;
}

.oro-koutaisi-lbl{
    display: block;
    color: brown;
}
.oro-ainstain-lbl{
    display: block;
    color: #231de8;
}

.oro-koutaisi-lbl2{
    color: #0a6c11;
    font-weight: bold;
}
.oro-ainstain-lbl2{
    color: #231de8;
}
















/*
 *
 *
 *
 *
 *
 *
 * Classrooms
 *
 *
 *
 *
 *
 */
#classroom-user-info{
    position: relative;
    top: 53px;
}

#classroom-user-info-lesson,
#classroom-user-info-date,
#classroom-user-info-time,
#classroom-user-info-classroom,
#classroom-user-info-teacher{
    border-right: 1px solid #E5E5E5;
    float: left;
    font-size: 14px;
    padding: 2px 4px;
    white-space: nowrap;
}



.t-contents.classrooms {
    clear: both;
    
}

.parousies-data-header,
.parousies-data {
    border-bottom: 1px solid #d9d9d9;
}
.parousies-data-header{
    border-top: 1px solid #d9d9d9;
    margin-top: 10px;
    background-color: #4D4D4D;
    color: #fff;
}

.parousies-data {
    padding: 10px 0;
}

.parousies-data button {
    min-height: 34px;
    min-width: 40px;
}


.t-contents.classrooms .dropdown-menu {
    margin-left: 10px;
    min-width: 51px;
    text-align: center;
}


.b-mark {
    margin-bottom: 5px;
}












/*
 *
 *
 *
 *
 *
 *
 * students (mobile)
 *
 *
 *
 *
 *
 *
 */
#div-drasthriothtes,
#div-orologio {
    background-color: #f4f4f4;
    margin-top: 40px;
    padding: 0;
}

#div-orologio .oro-day {
    font-size: 16px;
    color: #fff;
    background-color: #4D4D4D;
    font-weight: bold;
    padding: 7px;
}

#div-orologio .oro-line {
    font-size: 14px;
    position: relative;
    width: 90%;
}

#div-orologio .oro-time {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 5px;
}

#div-orologio .oro-lesson {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 25px;
}

#div-orologio .oro-teacher {
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 55px;
}


#div-lib-hour {
    background-color: #f4f4f4;
    margin-top: 40px;
    padding: 0;
}

#div-lib-hour .oro-day {
    font-size: 16px;
    color: #fff;
    background-color: #4D4D4D;
    font-weight: bold;
    padding: 7px;
}

#div-lib-hour .oro-line {
    font-size: 14px;
    position: relative;
    width: 90%;
}

#div-lib-hour .oro-time {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 5px;
}

#div-lib-hour .oro-lesson {
    font-size: 12px;
    font-weight: bold;
    position: absolute;
    top: 5px;
    left: 25px;
}

#div-lib-hour .oro-teacher {
    font-size: 12px;
    position: absolute;
    top: 5px;
    left: 55px;
}
.occup-lesson {
    color: #008000;
    font-weight: bold;
}
.stu-lib-hour {
    background-color: #90EE90;
}

.stu-online-lib-hour,
a.list-group-item.stu-online-lib-hour:hover {
    background-color: #FCDEDE;
}

.other-stu-lib-hour {
    background-color: #FFC0CB;
}


.navbar-default .navbar-nav > li > a:focus ,
.navbar-default .navbar-nav > li > a:hover {
    color:#333;
    background-color: #e6e6e6;
    background-image: linear-gradient(to bottom, #fff 0px, #e0e0e0 100%);
    background-repeat: repeat-x;
    border-color: #ccc;
    text-shadow: 0 1px 0 #fff;
}




/*
 *
 *
 *
 * AP lessons
 *
 *
 */

.ap-inline-button,
.ap-block-button {
  background-color: #f8f8fb;
  border: 1px solid #adadad;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 7px;
}

.ap-block-button {
  display: block;
  width: 98%;
  margin: 8px 0 10px 0;
}





/*
 *
 *
 *
 * Mobile AP lessons
 *
 *
 *
 */
.div-ap-nav-buttons {
    margin-bottom: 7px;

}

.mob-element {
    margin-bottom: 20px;
}


.mob-enothta {
    padding: 12px;
    border: 1px solid #BFBFBF;
    border-left: 10px solid #0000FF;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: larger;
}

.mob-grammh-keimeno {

}

.mob-grammh-keimeno label{
    display: block;
    font-weight: normal;
}

div.mob-grammh-polla-koumpia label{
    font-weight: normal;
}


/*
 *
 *
 *
 *
 *
 *
 *
 *
 *
 * Mathimata
 *
 *
 *
 *
 *
 *
 *
 */
#td-pr-periodos ,
#td-pr-aithousa ,
#td-pr-epithrhtes {
    font-weight: bold;
    padding: 3px 10px;
    font-size: 120%;
}






/*
 *
 *
 * search textbox in toolbar
 *
 *
 */
.view-search-input-label {
    color: #fff;
    margin-right: 10px;
    margin-top: 3px;
}
.view-search-input {
    color: #000;
}








/*
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 * Teachers
 *
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */
.header {
    text-align: center;
    padding: 10px 0;
    margin: 10px 0;
    font-size: 1.1em;
    font-weight: bold;
    background-color: #4D4D4D;
    color: #fff;
    border-radius: 5px;
}














/*
 *
 *
 *
 *
 *
 *
 *
 *
 * Students help - stuHelp module
 *
 *
 *
 *
 *
 *
 *
 *
 *
 */
.div-stu-help-wrap {
    background-color: #E5E5E5;
    border-radius: 7px;
    padding: 10px;
    padding-bottom: 150px
}

.div-stu-help-wrap h3,
.div-stu-help-wrap h4 {
    margin-top: 5px;
}

.div-stu-help-wrap .start-date {
    padding-top: 8px;
    padding-right: 10px;
}

.div-stu-help-wrap .inp-start-date {
    text-align: center;
    width: 130px;
}

.div-stu-help-section {
    background-color: #fff;
    padding: 0 15px;
    border-radius: 10px;
    margin-bottom: 10px;    
}

.div-stu-help-section input,
.div-stu-help-section textarea {
    background-color: #FFFFB3;
}

.div-stu-help-start {
    border: 2px solid #800080;
}

.div-stu-help-action-label,
.div-stu-help-action-label-start-end {
    background-color: #7bf77f;
    border-radius: 5px;
    margin: 10px 0 0 10px;
    padding: 10px 0 10px 10px;
}

.div-stu-help-action-label-start-end {
    background-color: #A52A2A;
    color: #fff;
}



#stu-help-data a.list-group-item:hover {
    background-color: #fff;
}

#stu-help-data .list-group-item-heading {
    color: #000;
    padding: 10px 20px;
    border-radius: 7px;
}

#stu-help-data .list-group-item-text {
    font-size: 1.1em;
}

#stu-help-data .list-group-item hr {
    margin: 10px 0;
    border-color: #d0d0d0;
}

.stu-help-head-start {
    background-color: #f6ff7e;
}

.stu-help-head-lib {
    background-color: #FFC17E;
}

.stu-help-head-remedial {
    background-color: #AEFF7E;
}

.stu-help-head-notes {
    background-color: #FEBEFF;
}

.stu-help-head-work {
    background-color: #C0DFFF;
}

.stu-help-head-end {
    background-color: #FF7E7E;
}

















/*
 *
 *
 * Module orologioMathitiBibliothiki
 *
 *
 */
.omb-cell-wrap,
.omb-cell-wrap-student {
    background-color: #d2ff8d;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
}

.omb-cell-wrap-student {
    background-color: #FFC0CB;
}

.omb-cell-teacher {
    padding-right: 5px;
}

.omb-cell-classroom {
    font-weight: bold;
    padding-right: 5px;

}

.omb-cell-cnt {
    color: #FF0000;
    padding-right: 5px;
}

.omb-cell-capacity {
    color: #004000;
    padding-right: 5px;
}

.legend {
    margin: auto;
    width: 100%;
    text-align: center;
    margin-bottom:  10px;
}


.legend span {
    display: inline-block;
    padding: 4px 10px;
    margin: 0 10px;
    border-radius: 5px;
    border: 1px solid #000;
}
.legend span.asctt-student {
    background-color: #FFC0CB;
}
.legend span.lib-teacher {
    background-color: #d2ff8d;
}
.omb-cell-wrap-student.isLibHelp,
.legend span.isLibHelp {
    background-color: #FFFF90;
}
.omb-cell-wrap-student.isLibNormal,
.legend span.isLibNormal {
    background-color: #90EE90;
}




/*
 *
 *
 * Module orologioMathitiKathigiti
 *
 *
 */
.omk-cell-wrap,
.omk-cell-wrap-student {
    background-color: #d2ff8d;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 5px;
    min-height: 50px;
}

.omk-cell-wrap-student {
    background-color: #FFC0CB;
}

.omk-cell-teacher {
    padding-right: 5px;
}

.omk-cell-classroom {
    font-weight: bold;
    padding-right: 5px;

}

.omk-cell-cnt {
    color: #FF0000;
    padding-right: 5px;
}

.omk-cell-capacity {
    color: #004000;
    padding-right: 5px;
}





/*
 *
 *
 *
 * Programmatismos ylhs - tablet
 * Not in cordova classrooms
 *
 *
 */
.btn-default.py-border {
    background: #C90000;
    color: white;
}
.py-diagonal {
    background: linear-gradient(141deg,#ffffff 48%,#aaa 52%,#ffffff 50%);
}
.likeButton {
    height: 34px;
    width: 32px;
    display: inline-block;
    margin: 0;
    vertical-align: top;
    border-radius: 3px;
    padding: 6px;
    width: auto;
}







/*
 *
 *
 *
 *
 * charts...
 *
 *
 *
 */
canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}
.chart-container-kartela-mathiti-fullw, 
.chart-container-kartela-mathiti {
    background-color: rgba(224, 224, 224, 0.7);
    width: 47%;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
}

.chart-container-kartela-mathiti-fullw {
    width: 97%;
    height: 300px;
}

.chart-wrap-kartela-mathiti {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.chart-header {
    width: 100%;
    background-color: #4D4D4D;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 10px;
    font-size: 1.2em;
    margin-top: 40px;
}



.table-orologio-students.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #FFEFD1;
}





/*
 *
 *
 *
 *
 *
 * Scan
 *
 *
 *
 *
 */
.s-stu {
    width: 48%;
    padding: 10px;
    font-size: 200%;
    margin: 10px 0;
    display: inline-block;
    cursor: pointer;
}


.s-stu span {
    font-weight: bold;
    display: inline-block;
    margin-right: 20px;
}

.scanned {
    background-color: #80f78a;
}







/*
 *
 *
 *
 *
 *
 *
 * Mathitologio help-teching
 *
 *
 */
.absenceRed {
    background-color: #FFC9C9;
}



@media screen and (max-width: 1200px) {
    img[alt="Brand"] {
        width: 25vw;
    }

    #form-label {
        display: none;
    }

    #listaToday {
        right: 0;
        left: 0;
    }

    #listaToday,
    #le-today-wrap {
        width: 90vw;
    }
    
}











/*
 * 
 * 
 * 
 * 
 * switch button
 * 
 * 
 * 
 * 
 */
/* Switch button */
.btn-default.btn-on.active{background-color: #5BB75B;color: white;}
.btn-default.btn-off.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-1.active{background-color: #006FFC;color: white;}
.btn-default.btn-off-1.active{background-color: #DA4F49;color: white;}

.btn-default.btn-on-2.active{background-color: #00D590;color: white;}
.btn-default.btn-off-2.active{background-color: #A7A7A7;color: white;}

.btn-default.btn-on-3.active{color: #5BB75B;font-weight:bolder;}
.btn-default.btn-off-3.active{color: #DA4F49;font-weight:bolder;}

.btn-default.btn-on-4.active{background-color: #006FFC;color: #5BB75B;}
.btn-default.btn-off-4.active{background-color: #DA4F49;color: #DA4F49;}







.modal { overflow: auto !important; }
