.logo{
    margin-top: -200px!important;
    background-image:url('../img/repeat-x.png');
    background-repeat: repeat-x;
    margin-bottom: 40px;
}

.authInfoBox{
    margin-left: 80px;
}


.opscroll-top {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 16px;
}

.opscroll-top-inner {
    height: 1px;
}

.opscroll-bottom {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    height: 16px;
    margin-bottom: 100px;
}

.opscroll-bottom-inner {
    height: 1px;
}

.opscroll-inner {
    display: flex;
    width: max-content;
}

.opscroll {
    overflow-x: auto !important;
    overflow-y: hidden !important;
    white-space: nowrap;
    display: block;
    padding-bottom: 0;
    width: 100%;
    z-index: 999;
}

/* Grade-based height for middle scroll area */
.opscroll[data-class-level="8"] {
    height: 560px !important;
}

.opscroll[data-class-level="12"] {
    height: 330px !important;
}

/* Gray scrollbars for all three containers */
.opscroll::-webkit-scrollbar,
.opscroll-top::-webkit-scrollbar,
.opscroll-bottom::-webkit-scrollbar {
    height: 18px;
}

.opscroll::-webkit-scrollbar-track,
.opscroll-top::-webkit-scrollbar-track,
.opscroll-bottom::-webkit-scrollbar-track {
    background: #d3d3d3;
}

.opscroll::-webkit-scrollbar-thumb,
.opscroll-top::-webkit-scrollbar-thumb,
.opscroll-bottom::-webkit-scrollbar-thumb {
    background: #999999;
    border-radius: 8px;
}

.opscroll::-webkit-scrollbar-thumb:hover,
.opscroll-top::-webkit-scrollbar-thumb:hover,
.opscroll-bottom::-webkit-scrollbar-thumb:hover {
    background: #777777;
}

.opscroll,
.opscroll-top,
.opscroll-bottom {
    scrollbar-width: auto;
    scrollbar-color: #999999 #d3d3d3;
}

.btn{
     -moz-border-radius-bottomright: 10px 10px;
     border-bottom-right-radius: 10px 10px;
     
     -moz-border-radius-bottomleft: 10px 10px;
     border-bottom-left-radius: 10px 10px;
     
     -moz-border-radius-topright: 10px 10px;
     border-top-right-radius: 10px 10px;
     
     -moz-border-radius-topleft: 10px 10px;
     border-top-left-radius: 10px 10px;
}
  
.squaredBtn{
    -moz-border-radius-bottomright: 0px 0px !important;
     border-bottom-right-radius: 0px 0px !important;
     
     -moz-border-radius-bottomleft: 0px 0px !important;
     border-bottom-left-radius: 0px 0px !important;
     
     -moz-border-radius-topright: 0px 0px !important;
     border-top-right-radius: 0px 0px !important;
     
     -moz-border-radius-topleft: 0px 0px !important;
     border-top-left-radius: 0px 0px !important;
}

.navigation-white {
	color : #000;
	background: #fff;
	min-height: 55px;
	-webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.userButtonBox{
    float:right;
    margin-top: 20px;     
    width: 150px;
    height: 30px;
}

body{
    padding-top: 90px;
}

.menu{
    margin-top: 15px;
}

.menuText{
    color: #138DBA;
    font-size: 18px;
    font-weight: bold;
}
.menuTextActive{
    color: #5E5959;
}

#bigTITle{
    color: #226987;
    font-size: 24px;
    margin-top: 20px;
    font-family: arial;
    font-weight: 300;
}

.blueLine{
    margin-top: 2px;
    border-top: 1px solid #226987;
    height: 0px;
    color: #226987;
}


/* Start of course data table for student*/
.elevFieldTable{   
    margin-top: 20px;
    width: 247px;
    height: 390px;
    border: 1px solid #226987;
    background: #D0E9FD;
}

.elevFieldTable-fieldBox{
    background-color: #0070B8;
    height: 60px;
    padding-left: 41px;
    padding-top: 20px;
}

.elevFieldTable-courseName{
    color: white;
    font-size: 18px;
}

.elevFieldTable-teacherName{
    color: white;
    margin-top  : 10px;
    font-size: 12px;
    font-style: italic;
}

.elevFieldTable-leftColumn{
    float: left;
    width: 91px;
    height: 245px;
    border-right: 1px solid #226987;
    border-bottom : 1px solid #226987;
    padding: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 12px;
}

.elevFieldTable-rightColumn{
    float: left;
    width: 105px;
    height: 245px;
    border-bottom : 1px solid #226987;
    padding: 9px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.elevFieldTable-newAbsence{
    color: red;
}

.elevFieldTable-motivated{
    color: #1ABF25 !important;

}

.elevFieldTable-absence{
    color: #067FA2;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap!important;
}

.elevFieldTable-grade{
    color: #067FA2;
    font-size: 14px;
    font-weight: 600;
}    

.elevFieldTable-new{
    color: red;
}


.elevFieldTable-fieldDescription{
    font-size: 14px;
    font-weight: 600;
    color: #226987;
}

.elevFieldTable-leftStatColumn{
    float: left;
    width: 99px;
    height: 56px;
    padding: 12px;
    padding-top: 0px;
    padding-bottom: 2px;
}

.elevFieldTable-rightStatColumn{
    float: left;
    width: 105px;
    height: 56px;
    padding: 9px;
    padding-top: 0px;
    padding-bottom: 2px;
}

.elevFieldTable-thesis{
    font-size: 14px;
    font-weight: 600;
    color: #FF2A2A;
}

.elevFieldTable-average{
    font-size: 14px;
    font-weight: 600;
    color: #FF2A2A;
}

.elevFieldTable-tempaverage{
    font-size: 14px;
    font-weight: 600;
    color:#1ABF25;
    white-space: nowrap!important;
}

.elevFieldTable-tempaverageVal{
    font-size: 14px;
    font-weight: 600;
    color:#1ABF25;

}

.elevFieldTable-absenceStats{
    font-size: 14px;
    font-weight: 600;
    color: #226987;
}


.elevAbsenceTable-head{
    font-weight: 600;
}

.classIdTitleText{
    font-size: 16px;
    color: #067FA2;
    text-decoration:  none;
}

a.classIdTitleText:hover{
     text-decoration:  none;
}

.classIdText{
    font-size: 12px;
    color: #067FA2;
    text-decoration:  none;
}

.classIdText:hover{
    color: white;
    background-color: #138DBA;;
}

a.classIdText:hover{
     text-decoration:  none;
}

.classTableRow{
    text-decoration: none;
    color: #226987;
}

a.classTableRow:hover{    
    text-decoration: none;
}

.tableHeadText{
    font-size: 14px;
    color: #226987;
    font-weight: bold;
}

.btn-greenChoice {
    background-color: hsl(175, 89%, 25%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#0bc5b6", endColorstr="#07786f");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#0bc5b6), to(#07786f));
    background-image: -moz-linear-gradient(top, #0bc5b6, #07786f);
    background-image: -ms-linear-gradient(top, #0bc5b6, #07786f);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #0bc5b6), color-stop(100%, #07786f));
    background-image: -webkit-linear-gradient(top, #0bc5b6, #07786f);
    background-image: -o-linear-gradient(top, #0bc5b6, #07786f);
    background-image: linear-gradient(#0bc5b6, #07786f);
    border-color: #07786f #07786f hsl(175, 89%, 21%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
    -webkit-font-smoothing: antialiased;
}

.btn-blueChoice {
    background-color: hsl(192, 57%, 26%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2e8fa8", endColorstr="#1c5868");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#2e8fa8), to(#1c5868));
    background-image: -moz-linear-gradient(top, #2e8fa8, #1c5868);
    background-image: -ms-linear-gradient(top, #2e8fa8, #1c5868);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e8fa8), color-stop(100%, #1c5868));
    background-image: -webkit-linear-gradient(top, #2e8fa8, #1c5868);
    background-image: -o-linear-gradient(top, #2e8fa8, #1c5868);
    background-image: linear-gradient(#2e8fa8, #1c5868);
    border-color: #1c5868 #1c5868 hsl(192, 57%, 22%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
    -webkit-font-smoothing: antialiased;
}

.btn-violetChoice {
    background-color: hsl(345, 62%, 40%) !important;
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d4496c", endColorstr="#a52646");
    background-image: -khtml-gradient(linear, left top, left bottom, from(#d4496c), to(#a52646));
    background-image: -moz-linear-gradient(top, #d4496c, #a52646);
    background-image: -ms-linear-gradient(top, #d4496c, #a52646);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d4496c), color-stop(100%, #a52646));
    background-image: -webkit-linear-gradient(top, #d4496c, #a52646);
    background-image: -o-linear-gradient(top, #d4496c, #a52646);
    background-image: linear-gradient(#d4496c, #a52646);
    border-color: #a52646 #a52646 hsl(345, 62%, 36%);
    color: #fff !important;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.26);
    -webkit-font-smoothing: antialiased
}

.btn-purpleChoice {
  background-color: hsl(269, 61%, 30%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#772fc5", endColorstr="#4a1d7b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#772fc5), to(#4a1d7b));
  background-image: -moz-linear-gradient(top, #772fc5, #4a1d7b);
  background-image: -ms-linear-gradient(top, #772fc5, #4a1d7b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #772fc5), color-stop(100%, #4a1d7b));
  background-image: -webkit-linear-gradient(top, #772fc5, #4a1d7b);
  background-image: -o-linear-gradient(top, #772fc5, #4a1d7b);
  background-image: linear-gradient(#772fc5, #4a1d7b);
  border-color: #4a1d7b #4a1d7b hsl(269, 61%, 25.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.29);
  -webkit-font-smoothing: antialiased;
}

.btn-greenTeacher{
  background-color: hsl(95, 60%, 28%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#60ab2a", endColorstr="#40721c");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#60ab2a), to(#40721c));
  background-image: -moz-linear-gradient(top, #60ab2a, #40721c);
  background-image: -ms-linear-gradient(top, #60ab2a, #40721c);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #60ab2a), color-stop(100%, #40721c));
  background-image: -webkit-linear-gradient(top, #60ab2a, #40721c);
  background-image: -o-linear-gradient(top, #60ab2a, #40721c);
  background-image: linear-gradient(#60ab2a, #40721c);
  border-color: #40721c #40721c hsl(95, 60%, 24.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}

.btn-pinkTeacher{                    
  background-color: hsl(342, 67%, 36%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d94370", endColorstr="#991e43");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#d94370), to(#991e43));
  background-image: -moz-linear-gradient(top, #d94370, #991e43);
  background-image: -ms-linear-gradient(top, #d94370, #991e43);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d94370), color-stop(100%, #991e43));
  background-image: -webkit-linear-gradient(top, #d94370, #991e43);
  background-image: -o-linear-gradient(top, #d94370, #991e43);
  background-image: linear-gradient(#d94370, #991e43);
  border-color: #991e43 #991e43 hsl(342, 67%, 31%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-blueTeacher{
  background-color: hsl(205, 77%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2192e2", endColorstr="#12598b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2192e2), to(#12598b));
  background-image: -moz-linear-gradient(top, #2192e2, #12598b);
  background-image: -ms-linear-gradient(top, #2192e2, #12598b);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2192e2), color-stop(100%, #12598b));
  background-image: -webkit-linear-gradient(top, #2192e2, #12598b);
  background-image: -o-linear-gradient(top, #2192e2, #12598b);
  background-image: linear-gradient(#2192e2, #12598b);
  border-color: #12598b #12598b hsl(205, 77%, 26%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}

.btn-redLogin{
  background-color: hsl(0, 69%, 22%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#b42121", endColorstr="#5e1111");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#b42121), to(#5e1111));
  background-image: -moz-linear-gradient(top, #b42121, #5e1111);
  background-image: -ms-linear-gradient(top, #b42121, #5e1111);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #b42121), color-stop(100%, #5e1111));
  background-image: -webkit-linear-gradient(top, #b42121, #5e1111);
  background-image: -o-linear-gradient(top, #b42121, #5e1111);
  background-image: linear-gradient(#b42121, #5e1111);
  border-color: #5e1111 #5e1111 hsl(0, 69%, 17%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.33);
  -webkit-font-smoothing: antialiased;
}
.principalSnBox {
    border: 1px solid black;
    width: 176px;
    height: 23px;
    margin-top: 2px;
    padding: 2px;
    float: left;
}


.principalCourseBox{
    border:1px solid black;
    width: 182px;
    min-height: 316px;
    padding: 2px;
    margin-left: 20px;
    margin-bottom: 20px;
    display: inline-block;
    vertical-align: top;

}

.principalCourseName {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.principalTitleBox{
    border: 1px solid black;
    width: 180px;
    height: 60px;
    overflow: hidden;
}

.principalTitleBoxFM {
    border: 1px solid black;
    width: 180px;
    height: 60px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.principalGradeValueTitle{
    border: 1px solid black;
    width: 40px;
    height: 20px;
    margin-top: 2px;
    float:left;
}

.principalGradeDateTitle{
    border: 1px solid black;
    width: 134px;
    height: 20px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}

.principalGradeValue{
    border: 1px solid black;
    width: 40px;
    margin-top: 2px;
    float:left;
    min-height: 180px;
}

.principalGradeDate{
    border: 1px solid black;
    width: 134px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
    min-height: 180px;
}

.principalGradeValueInput{
    width: 20px;
    text-align: center;
    height: 12px !important;
    margin: 0px !important;
    font-weight: bold;
    color: #000000!important;
}

.principalGradeDateInput{
    width: 5em;
    text-align: center;
    height: 12px !important;
    margin: 0px !important;    
    font-weight: bold;
    color: #000000!important;
}

.principalthesisBox{
    border: 1px solid black;
    width: 176px;
    height: 23px;
    margin-top: 2px;
    padding: 2px;
    float: left; 
      
}

.principalCourseName{
    color: #067FA2;
    font-weight: bold;
    font-size: 17px;
}

.principalTitleBox{
    border: 1px solid black;
    width: 180px;
    height: 60px;
    overflow: hidden;
}

.principalCourseNameFM {
    color: #067FA2;
    font-weight: bold;
    font-size: 17px;
    display: inline-block;
    white-space: normal;   /* allow wrapping */
    word-break: break-word;
    line-height: 1.1;
}

.principalCourseTitle{
    font-style: italic;
    color: #55B9D7;
    overflow: hidden;
}


.principalAbsenceDate{
    border: 1px solid black;
    width: 87px;
    min-height: 180px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}


.principalAbsenceValueTitle{
    border: 1px solid black;
    width: 87px;
    height: 20px;
    margin-top: 2px;
    margin-left: 2px;
    float: left;
}


.principalAbsBox{
    border:1px solid black;
    width: 182px;
    min-height: 290px;
    padding: 2px;
    margin-left: 20px;
    margin-bottom: 20px;
}

.principalAbsDateInput{
    width: 40px;
    text-align: center;
    height: 10px !important;
    margin: 0px!important;
    margin-right: 4px !important;  
    float:right;
    font-weight: bold;
    font-size: 13px!important;
    color: black!important;
}

.btn-smallNrKbd{
  background-color: hsl(333, 87%, 37%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e91072", endColorstr="#b00c56");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#e91072), to(#b00c56));
  background-image: -moz-linear-gradient(top, #e91072, #b00c56);
  background-image: -ms-linear-gradient(top, #e91072, #b00c56);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e91072), color-stop(100%, #b00c56));
  background-image: -webkit-linear-gradient(top, #e91072, #b00c56);
  background-image: -o-linear-gradient(top, #e91072, #b00c56);
  background-image: linear-gradient(#e91072, #b00c56);
  border-color: #b00c56 #b00c56 hsl(333, 87%, 34%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.19);
  -webkit-font-smoothing: antialiased;
}

.btn-normalGradesKbd{
  background-color: hsl(4, 100%, 36%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ea0f00", endColorstr="#b70c00");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ea0f00), to(#b70c00));
  background-image: -moz-linear-gradient(top, #ea0f00, #b70c00);
  background-image: -ms-linear-gradient(top, #ea0f00, #b70c00);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ea0f00), color-stop(100%, #b70c00));
  background-image: -webkit-linear-gradient(top, #ea0f00, #b70c00);
  background-image: -o-linear-gradient(top, #ea0f00, #b70c00);
  background-image: linear-gradient(#ea0f00, #b70c00);
  border-color: #b70c00 #b70c00 hsl(4, 100%, 33.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.16);
  -webkit-font-smoothing: antialiased;
}

.btn-goodGradesKbd{
  background-color: hsl(174, 94%, 25%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#05c0ae", endColorstr="#037b6f");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#05c0ae), to(#037b6f));
  background-image: -moz-linear-gradient(top, #05c0ae, #037b6f);
  background-image: -ms-linear-gradient(top, #05c0ae, #037b6f);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #05c0ae), color-stop(100%, #037b6f));
  background-image: -webkit-linear-gradient(top, #05c0ae, #037b6f);
  background-image: -o-linear-gradient(top, #05c0ae, #037b6f);
  background-image: linear-gradient(#05c0ae, #037b6f);
  border-color: #037b6f #037b6f hsl(174, 94%, 21.5%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.23);
  -webkit-font-smoothing: antialiased;
}

.btn-catalogueAddGrade{
  background-color: hsl(204, 61%, 33%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2875a8", endColorstr="#205e87");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#2875a8), to(#205e87));
  background-image: -moz-linear-gradient(top, #2875a8, #205e87);
  background-image: -ms-linear-gradient(top, #2875a8, #205e87);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2875a8), color-stop(100%, #205e87));
  background-image: -webkit-linear-gradient(top, #2875a8, #205e87);
  background-image: -o-linear-gradient(top, #2875a8, #205e87);
  background-image: linear-gradient(#2875a8, #205e87);
  border-color: #205e87 #205e87 hsl(204, 61%, 31%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -webkit-font-smoothing: antialiased;
}

.btn-catalogueAddAbsence{
  background-color: hsl(268, 72%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5e1bab", endColorstr="#4b1687");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5e1bab), to(#4b1687));
  background-image: -moz-linear-gradient(top, #5e1bab, #4b1687);
  background-image: -ms-linear-gradient(top, #5e1bab, #4b1687);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5e1bab), color-stop(100%, #4b1687));
  background-image: -webkit-linear-gradient(top, #5e1bab, #4b1687);
  background-image: -o-linear-gradient(top, #5e1bab, #4b1687);
  background-image: linear-gradient(#5e1bab, #4b1687);
  border-color: #4b1687 #4b1687 hsl(268, 72%, 29%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -webkit-font-smoothing: antialiased;
}

.btn-catalogueSave{
  background-color: hsl(94, 48%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d9333", endColorstr="#497429");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5d9333), to(#497429));
  background-image: -moz-linear-gradient(top, #5d9333, #497429);
  background-image: -ms-linear-gradient(top, #5d9333, #497429);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5d9333), color-stop(100%, #497429));
  background-image: -webkit-linear-gradient(top, #5d9333, #497429);
  background-image: -o-linear-gradient(top, #5d9333, #497429);
  background-image: linear-gradient(#5d9333, #497429);
  border-color: #497429 #497429 hsl(94, 48%, 29%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -webkit-font-smoothing: antialiased;
}

.btn-catalogueNext{
  background-color: hsl(171, 73%, 31%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#1aac96", endColorstr="#158877");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#1aac96), to(#158877));
  background-image: -moz-linear-gradient(top, #1aac96, #158877);
  background-image: -ms-linear-gradient(top, #1aac96, #158877);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1aac96), color-stop(100%, #158877));
  background-image: -webkit-linear-gradient(top, #1aac96, #158877);
  background-image: -o-linear-gradient(top, #1aac96, #158877);
  background-image: linear-gradient(#1aac96, #158877);
  border-color: #158877 #158877 hsl(171, 73%, 29%);
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.13);
  -webkit-font-smoothing: antialiased;
}

.table tbody tr.tableRowMaster:hover td,
.table tbody tr.tableRowMaster:hover th {
  /*background-color: transparent;*/
  background-color: #D4FFFF;
}
.btn-orange{
  background-color: hsl(32, 100%, 49%) !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffbe75", endColorstr="#f98500");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffbe75), to(#f98500));
  background-image: -moz-linear-gradient(top, #ffbe75, #f98500);
  background-image: -ms-linear-gradient(top, #ffbe75, #f98500);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffbe75), color-stop(100%, #f98500));
  background-image: -webkit-linear-gradient(top, #ffbe75, #f98500);
  background-image: -o-linear-gradient(top, #ffbe75, #f98500);
  background-image: linear-gradient(#ffbe75, #f98500);
  border-color: #f98500 #f98500 hsl(32, 100%, 43%);
  color: #333 !important;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.39);
  -webkit-font-smoothing: antialiased;

}


.btn-msgGreen{ background-color: hsl(112, 66%, 65%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f3fcf2", endColorstr="#7ae06a"); background-image: -khtml-gradient(linear, left top, left bottom, from(#f3fcf2), to(#7ae06a)); background-image: -moz-linear-gradient(top, #f3fcf2, #7ae06a); background-image: -ms-linear-gradient(top, #f3fcf2, #7ae06a); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3fcf2), color-stop(100%, #7ae06a)); background-image: -webkit-linear-gradient(top, #f3fcf2, #7ae06a); background-image: -o-linear-gradient(top, #f3fcf2, #7ae06a); background-image: linear-gradient(#f3fcf2, #7ae06a); border-color: #7ae06a #7ae06a hsl(112, 66%, 57%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.39); -webkit-font-smoothing: antialiased;}


.btn-msgCancel{background-color: hsl(0, 100%, 58%) !important; background-repeat: repeat-x; filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fecccc", endColorstr="#ff2828"); background-image: -khtml-gradient(linear, left top, left bottom, from(#fecccc), to(#ff2828)); background-image: -moz-linear-gradient(top, #fecccc, #ff2828); background-image: -ms-linear-gradient(top, #fecccc, #ff2828); background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fecccc), color-stop(100%, #ff2828)); background-image: -webkit-linear-gradient(top, #fecccc, #ff2828); background-image: -o-linear-gradient(top, #fecccc, #ff2828); background-image: linear-gradient(#fecccc, #ff2828); border-color: #ff2828 #ff2828 hsl(0, 100%, 50%); color: #333 !important; text-shadow: 0 1px 1px rgba(255, 255, 255, 0.39); -webkit-font-smoothing: antialiased;}


.principalClassSelectBtn{
    margin-left: 0px !important; 
    margin-right: 10px !important; 
    margin-top: 5px !important;
}

.contactTitle{
    color:#5E5959;
    margin-top:-20px;
}

.principalClassSelectDropDownBtn{
    width: 135px;
}

.principalStudentSubmitBtn{
    width: 400px!important;
    height: 40px!important;
    margin-top: 20px;
    font-weight: bold;
    
}


.contactDescription{
    width: 400px!important;
    height: 40px!important;
    margin-top: 20px;
    
}

#loadingBarFrame{
/*    border: 1px solid blue;   
height: 10px;*/
    width: 200px!important; 
  
}

/*#loadingBar{
    float:left; 
    width: 0px; 
    height: 10px; 
    background-color: blue;
} */

#loadingSection{
    display: none;
}

.principalStudentNavBtn{
    width:400px!important;
    height: 40px!important;
    margin-top: 20px;
    font-weight: bold;
}

.contactInfo{
    color:#138DBA;
    font-size: 17px;
}

#multipleSelectCourse{
    height: 300px;
}

.submitCatalogueThesisBtn{
    width:400px;
    height: 40px;
}

.contactInfoRow{
    margin-top: 10px;
}

.offerMessage{
    color: #284F6F;
}

.settingsMain{
    width: 400px;
    float:left;
    margin-top: 20px;
}

.settingsSelect{
    float:right;
    width: 200px;
}

.settingDescription {
    float: left;
    font-weight: bold;
    color: #067A
}

.principalDateSelect{
    float:left;
    width: 10em;
    margin-left: 20px;
}

.recoverPass{
    float: left;
    margin-top: 20px;
}
.recoverPass:hover{
    float: left;
    margin-top: 20px;
    text-decoration: none;
    cursor: pointer;
}

.msgDescr{
    float:left;
}

.msgSearch{
    float:left;
    width: 340px;
}

.destinationDiv{
    background-color: white;
    border:1px solid #CCCCCC;
    height:100px;
    width: 350px;
}

.addedDestinationDiv{
    color:#0071B9;
    border: 1px solid #0071B9;
    font-size:10px;
    display: inline-block;
    height: 17px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding-left: 2px;
    padding-right: 2px;
    cursor:pointer;
}

.xbutton{
    float: right;
    color:#0071B9;
    font-size: 16px;
}

.xbutton:hover{
    color:red;
}

.msgText{
    width: 340px;
    height: 300px;
}

.recoverPassLink{
    float:left;
    margin-top: 70px;

}

.selectMonthMaster{

    display: inline;

}

.statLabel{
    display:inline-block ;
    color:#067FA2;
    font-size: 16px;
    font-weight: bold;

    margin-right: 20px;

}
a.titleName:hover{
    background-color:#ffffff !important;
    border: 0px!important;

}

.teacherRecordOnOp{
    color:red!important;
}

.gradeBox{
     border: 2px solid #3889A9;
     background-color: white;
     width: 25px;
     height: 25px;
     margin-top: 1px;
     margin-left: 3px;
     padding: 10px;

 }

.gradeBoxNr{
    /*color: #3181A3;*/
    color: #3889A9;
    font-size: 20px;
    font-weight: bold;
}

.absSumBox{
    width: 25px;
    height: 25px;
    margin-top: 1px;
    margin-left: 3px;
    padding: 10px;
}

#summary.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #D0E9FD;
}

#masterMishap{
    background-color: white;
}

#masterMishap.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #D0E9FD;
}

#masterMessaging{
    border-collapse: collapse;
    border: 2px solid #138DBA;
}

#masterMessaging th
{
    border-collapse: collapse;
    border: 2px solid #138DBA;

}
#masterMessaging td
{
    border-collapse: collapse;
    border: 2px solid #138DBA;

}

.teacherMessagingTable{
    border-collapse: collapse;
    border: 2px solid #138DBA;
}

.teacherMessagingTable th
{
    border-collapse: collapse;
    border: 2px solid #138DBA;

}
.teacherMessagingTable td
{
    border-collapse: collapse;
    border: 2px solid #138DBA;

}

#masterMessaging
{
    background-color: white!important;
}
.summary_course_name span
{
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 500px;
}
.messageTableContent span {
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 500px;
}

.masterMishapText{
    display: block;
    word-wrap: break-word;
    white-space: pre-wrap;
    max-width: 500px;
}

#masterMessaging.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    /*background-color: #D0E9FD;*/
    background-color: white!important;
}

#teacherMishap {
    background-color: white;
}

.summary_course_name{
    font-weight: bold;
    color: #3889A9;
}
 .messageTableContent {
     text-align: center; /* Center the content horizontally */
     vertical-align: middle; /* Center the content vertically */
 }
.checkmark {
    display: inline-block;
}

.notification-dot {
    display: inline-block!important;
    width: 20px!important;
    height: 20px!important;
    background-color: red!important;
    border-radius: 50%!important;
    margin-left: 5px!important;
    text-align: center;
    color: whitesmoke;
}

.notification-dot-mobile {
    display: inline-block!important;
    width: 30px!important;
    height: 30px!important;
    background-color: red!important;
    border-radius: 50%!important;
    margin-left: 5px!important;
    text-align: center;
    color: whitesmoke;
    font-size: 18px!important;
    font-weight: bold!important;
}


.tab-badge {
    display: inline-block;
    margin-left: 6px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;

    background-color: #d9534f;
    color: #fff;

    font-size: 12px;
    font-weight: bold;
    line-height: 18px;
    text-align: center;

    border-radius: 9px;
    vertical-align: top;
}

.tab-badge-mobile {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    min-width: 45px !important;
    height: 45px !important;
    padding: 0 13px !important;
    margin-left: 9px;
    font-size: 24px !important;
    line-height: 45px !important;
    border-radius: 22px !important;
    font-weight: 700;
    vertical-align: middle;
}

@media (max-width: 768px) {
    .tab-badge {
        margin-left: 8px;
        min-width: 18px;
        height: 18px;
        padding: 0 5px;
        font-size: 12px;
        line-height: 18px;
        border-radius: 9px;
        vertical-align: middle;
    }

    .nav-tabs .motivation-request-badge {
        display: inline-flex !important;
        align-items: center;
        justify-content: center;
        min-width: 45px !important;
        height: 45px !important;
        padding: 0 13px !important;
        margin-left: 9px;
        font-size: 24px !important;
        line-height: 45px !important;
        border-radius: 22px !important;
        font-weight: 700;
    }
}



.full-width-tab {
    position: relative;
    width: 100vw;          /* full viewport width */
    left: 50%;
    right: 50%;

    margin-left: -50vw;    /* escape centered container */
    margin-right: -50vw;

    box-sizing: border-box;
}


.contactMobileBox{
    display:flex;
    flex-direction:column;
    gap:12px;
    padding:10px;
}

.contactMobileBtn{
    display:block;
    text-align:center;
    padding:14px;
    border-radius:10px;
    font-size:16px;
    text-decoration:none;
    color:white!important;
    font-weight:600;
}

.phoneBtn{ background:#2f7de1; }
.whatsappBtn{ background:#25d366; }
.mailBtn{ background:#d93025; }


.contactDesktopBox{
    display:flex;
    flex-direction:column;
    gap:10px;
}

.contactRow{
    display:flex;
    align-items:center;
    gap:10px;
}

.contactLabel{
    font-weight:600;
    min-width:70px;
}

.contactDesktopLink{
    text-decoration:none;
    padding:5px 10px;
    border-radius:6px;
    background:#f1f1f1;
    color:#333;
}

.whatsappLink{
    background:#25d366;
    color:white;
}

.adminMsgBody{
    overflow:hidden;
    min-height: 100px;
}