html{
  height: 100%;
  
}

body{
  margin: 0;
  font-family: Verdana, sans-serif;
  font-size: 15px;
  line-height:1.5;
  position: relative;
  height: 100%;
  overflow: visible;
  top:0px;
}

h1, h2, h3 {
  color: #0085cc;
}

nowrap{
  white-space:nowrap;
}

a {
  cursor: pointer;
}

#header_logo {
  width: 100%;
  text-align:center;
  overflow: hidden;
}
#header_logo  #logo_full{
  width: 80%;
  max-width: 800px;
  position: relative;
}
#header_menu{
  z-index: 10;
  width: 100%;
  position: relative;
}

.fixed #header_menu{
  position: fixed;
  top:0;
  left:0;
}
.fixed #header_menu #logo_small{
  visibility: visible;
}
#main_padding{
  display: none;
}
.fixed  #main_padding{
  display: block;
}

#header_menu table{
  width: 100%
}

#header_menu table td{
  padding: 0px;
}

#header_menu #logo_small, #header_menu #logo_small_td{
  width: 75px;
  vertical-align: top;
  visibility: hidden;
}
#header_menu , #main_padding{
  height: 64px;
  overflow: visible;
}

#header_logo, #header_menu, #header_menu #menu, #menu.stellarnav.light ul ul, #footer,#license,#captcha{
  background: #eaeaea;
}

#main{
  min-height:100%;
  width: 100%;
}

.center{
  text-align: center;
  width:100%;
}

#no-javascript img{
  max-width: 300px;
  width: 80%;
}

#main .pages{
  display: none;
}

div.hover_element{
  text-align: center;
  
}
div.hover_element img{
  max-width: 100%;
  max-height: 100%;
  border: solid black 2px;
}

.loading_img {
  background-image: url(images/loading.gif);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.loading_img img{
  opacity: 0.1;
}

#me_image{
  width: 300px;
  height: 300px;
}

#teacher_groups_list table td{
  padding-left: 10px;
}

#teacher_attendee_table_row{
  overflow: auto;
  width: 100%;
}
#teacher_attendee_table_container{
  padding-top: 20px;  
  padding-bottom: 20px;  
}
#teacher_attendee_table_container table{
  border-collapse: separate;
}

#teacher_attendee_table_container th, 
#teacher_attendee_table_container td {
  border: 1px solid black;
  border-right-width: 1px;
  white-space: pre;
  padding: 2px;
}

#teacher_attendee_table_container .sticky{ 
  position: sticky;
  left: 0px;
  background-color: white;
  z-index: 2;
}

#teacher_grade_table_row{
  overflow: auto;
  width: 100%;
}
#teacher_grade_table_container{
  padding-top: 20px;  
  padding-bottom: 20px;  
}
#teacher_grade_table_container table{
  border-collapse: separate;
}

#teacher_grade_table_container th, 
#teacher_grade_table_container td {
  border: 1px solid black;
  border-right-width: 1px;
  white-space: pre;
  padding: 2px;
}

#teacher_grade_table_container .sticky{ 
  position: sticky;
  left: 0px;
  background-color: white;
  z-index: 2;
}

#view_present_check_slected,
#view_present_check_controll{
  height: 100px;
}

#view_present_check_seating,
#view_present_check_absent{
  height: 100%;
}

#view_present_check_slected{
  text-align: center;
}
#view_present_check_slected_img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1px;
}
#view_present_check_absent{
  text-align: center;
  font-weight: bold;
}
#view_present_check_absent_container img{
  max-width: 80%;
  max-height: 100px;
  margin: 5%;
  border: 1px solid red;
}

#view_participation_slected{
  text-align: center;
  height: 125px;
}
#view_participation_slected_img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 1px;
}
#view_participation_controll{
  height: 100px;
}
#view_participation_seating{
  height: 100%;
}

#view_evaluation_header{
  height: 90px;
}

#view_evaluation_table_row{
  width: 100%;
}
#view_evaluation_table{
  height: 100%;
}

table.timetable{  
  border-collapse: collapse;
  border: 2px solid #000;
}
table.timetable th, table.timetable td{
  border: 1px solid #000;
  padding: 2px;
}
table.timetable .timetable_header_last{
  border-bottom: 2px solid #000;
}
table.timetable .timetable_vb{
  border-right: 2px solid #000;
}
table.timetable td.timetable_content{
  border: 2px solid #000;
}
table.timetable img{  
  width: 60px;
}
table.timetable tr:nth-child(even).timetable_header{
  background-color: #ffffff;
}

table.timetable tr:nth-child(even), table.timetable th.timetable_image{
  background-color: #eaeaea;
}
table.timetable th{
  font-weight: 100;
}
table.timetable th.timetable_hour_number{
  font-weight: bold;
  min-width: 70px;
}
table.timetable th.timetable_weekday{
  text-align: left;
}
table.timetable td.timetable_content{
  text-align: center;
}

table.datatable {
  width: 100%;
}

table.datatable th,
table.datatable td{
  padding: 3px;
}

table.datatable .sort,
table.datatable .sort_up,
table.datatable .sort_down,
table.datatable .sort_col{
  padding-right: 20px;
}

table.datatable .sort,
table.datatable .sort_up,
table.datatable .sort_down{
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center right;  
}

table.datatable th.sort{
  background-image: url(../images/sort.png)
}
table.datatable th.sort_up{
  background-image: url(../images/sort_up.png)
}
table.datatable th.sort_down{
  background-image: url(../images/sort_down.png)
}

table.datatable .pined,
table.datatable .unpined{
  padding-top:20px;
}
table.datatable .pined::before,
table.datatable .unpined::before{
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-position: -144px -144px;
  position: absolute;
  left: 50%;
  margin: -8px;
  top: 8px;
}

table.datatable .pined::before{
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

table.datatable .unpined::before{
  background-image: url("images/ui-icons_777777_256x240.png");
}


.seatingplan {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.seatingplan_seat_container{
  display: flex;
  align-items: center;
  justify-content: center;
}

.seatingplan_seat{
  width: 80%;
  height: 80%;
  overflow: hidden;
  background-color: #FFFFFF;
  border-style: solid;
  padding: 1px;
  position: relative;
}

.seatingplan_img{
  height: 99%;
  width: 99%;
  object-fit: contain;
}

.seatingplan_table{
  background-color: #ecc848;
}
.seatingplan_ellipse{
   border-radius: 100%;
}

.seatingplan_alp {
  width: 100%;
  height: 100%;
  overflow: auto;  
}

.seatingplan_alp_container{
  width: 100px;
  height: 100px;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.seatingplan_seat div.cross1,
.seatingplan_seat div.cross2{
  display: none;
}

.seatingplan_crossed div.cross1,
.seatingplan_crossed div.cross2{
  position: absolute;
  width:100%; 
  height:100%;
  background: red;
  display: block;
}

.seatingplan_crossed div.cross1{
  clip-path: polygon(99% 0, 100% 0%, 1% 100%, 0% 100%);
}

.seatingplan_crossed div.cross2{
  clip-path: polygon(0 0, 1% 0, 100% 100%, 99% 100%);
}

.seatingplan_seat div.content{
  position: absolute;
  right:10px; 
  bottom:10px;
  background: white;
  display: block;  
}




#pagefix_botton{
  height: 25%;
  
}

#footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#footer_logo {
  width: 250px;
  margin: 20px;
}
#footer_logo img{
  width: 250px;  
}

#footer_text{
  text-align: right;
  margin: 20px;
}

@media (max-width: 767px) {
  #footer{
    flex-direction: column-reverse;
  }
  #footer_logo, #footer_text{
    width: auto;
  }
}

#license{
  width: 100%;
  font-size: 10px;
}

#captcha{
  text-align: right;
}
#recaptcha_invisible{
  display: inline-block;
}

#image_zoom_dialog {
  text-align: center;
  white-space: nowrap;
}
#image_zoom_dialog span{
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#image_zoom_dialog img{
  max-width: 100%;
  max-height: 100%;  
  vertical-align: middle;
}


#loading{
  display: none;
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  top:0px;
  right:0px;
  width:100%;
  height:100%;
  z-index: 99000;
}

.icon-red.ui-button .ui-icon{
  background-image: url("images/ui-icons_cc0000_256x240.png");
}


.table_center{
  text-align: center;
}
.table_right{
  text-align: right;
}
.table_left{
  text-align: left;
}




#fountainG{
  top:50%;
	position:relative;
	width:250px;
	height: 66px;
	margin:auto;
}

.fountainG{
	position:absolute;
	background-color:rgb(0,0,0);
	width:24px;
	height:24px;
	animation-name:bounce_fountainG;
	animation-duration:0.8s;
	animation-iteration-count:infinite;
	animation-direction:normal;
	transform:scale(.3);
	border-radius:16px;
}

@keyframes bounce_fountainG{
	0%{
	transform:scale(1);
		background-color:rgb(0,133,204);
	}

	100%{
	transform:scale(.3);
		background-color:rgb(0,0,0);
	}
}

#fountainG_1{
	left:0;
	animation-delay:0.0s;
}

#fountainG_2{
	left:27px;
	animation-delay:0.1s;
}

#fountainG_3{
	left:55px;
	animation-delay:0.2s;
}

#fountainG_4{
	left:83px;
	animation-delay:0.3s;
}

#fountainG_5{
	left:111px;
	animation-delay:0.4s;
}

#fountainG_6{
	left:139px;
	animation-delay:0.5s;
}

#fountainG_7{
	left:167px;
	animation-delay:0.6s;
}

#fountainG_8{
	left:195px;
	animation-delay:0.7s;
}

.myform input, .myform label, .myform textarea
{
	display: block;
	width: 100%;
}
.myform input[type=checkbox]
{
	display: inline-block;
	width: 10%;
}
.myform .red
{
  background-color: red;
}

.myform label
{
	margin-top: 10px;
}
.myform
{
	border: none;
	margin: 0px;
  margin-top: 10px;
  margin-bottom: 30px;
	padding: 0px;
  max-width: 400px;
}

.my-state-green {
    border: 1px solid #68da5e;
    background: #9cff90;
}
select.ui-widget{
  padding: 0.3em;
}

.scaleYm1{
  transform: scaleY(-1);
}