@import '/css/fonts.css?family=Assistant:100,200,300,400,500,700&subset=hebrew';
@import '/css/fonts.css?family=Assistant:100,200,300,400,500,700&subset=hebrew';

#outer_div_img_ {
 position: relative;
}
#outer_div_ {
 position: relative;
}

.map_spot {
 position: absolute;
	display: block;
	cursor: pointer;
	width: 30px;
	height: 30px;
	z-index: 5;
	background-color: black;
	color: white;
	border-radius: 50%;
	-webkit-animation: blink_ 2s infinite; /* Safari, Chrome and Opera > 12.1 */
 -moz-animation: blink_ 2s infinite; /* Firefox < 16 */
 -ms-animation: blink_ 2s infinite; /* Internet Explorer */
 -o-animation: blink_ 2s infinite; /* Opera < 12.1 */
 animation: blink_ 2s infinite;
}
.map_spot_big {
 position: absolute;
	display: block;
	cursor: pointer;
	width: 60px;
	height: 60px;
	z-index: 5;
	background-color: black;
	color: white;
	border-radius: 50%;
	-webkit-animation: blink_ 2s infinite; /* Safari, Chrome and Opera > 12.1 */
 -moz-animation: blink_ 2s infinite; /* Firefox < 16 */
 -ms-animation: blink_ 2s infinite; /* Internet Explorer */
 -o-animation: blink_ 2s infinite; /* Opera < 12.1 */
 animation: blink_ 2s infinite;
}
.student_map_spot {
 position: absolute;
	top: 5px;
	right:5px;
	display: block;
	cursor: pointer;
	width: 20px;
	height: 20px;
	z-index: 6;
	background-color: black;
	color: white;
	border-radius: 50%;
	-webkit-animation: blink_ 2s infinite; /* Safari, Chrome and Opera > 12.1 */
 -moz-animation: blink_ 2s infinite; /* Firefox < 16 */
 -ms-animation: blink_ 2s infinite; /* Internet Explorer */
 -o-animation: blink_ 2s infinite; /* Opera < 12.1 */
 animation: blink_ 2s infinite;
}
.student_map_spot::before {
 content: "\f129"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	width: 20px;
	height: 20px;
	font-size: 16px;
}
.holder_div_img_spot {
 position: relative;
}
.map_spot_indicator {
 position: absolute;
	right: 10px;
	top:10px;
	display: block;
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 10px;
	z-index: 5;
	background-color: black;
	color: white;
	border-radius: 10px;
	-webkit-animation: blink_ 2s infinite; /* Safari, Chrome and Opera > 12.1 */
 -moz-animation: blink_ 2s infinite; /* Firefox < 16 */
 -ms-animation: blink_ 2s infinite; /* Internet Explorer */
 -o-animation: blink_ 2s infinite; /* Opera < 12.1 */
 animation: blink_ 2s infinite;
}
.map_spot_indicator2 {
 position: fixed;
	right: 10px;
	top:10px;
	display: block;
	cursor: pointer;
	width: auto;
	height: auto;
	padding: 10px;
	z-index: 5;
	background-color: black;
	color: white !important;
	border-radius: 10px;
}

@keyframes blink_ {
    0% { opacity: 100%; }
    50%   { opacity: 50%; }
				100%   { opacity: 100%; }
}

/* Firefox < 16 */
@-moz-keyframes blink_ {
    0% { opacity: 100%; }
    50%   { opacity: 50%; }
				100%   { opacity: 100%; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes blink_ {
    0% { opacity: 100%; }
    50%   { opacity: 50%; }
				100%   { opacity: 100%; }
}

/* Internet Explorer */
@-ms-keyframes blink_ {
    0% { opacity: 100%; }
    50%   { opacity: 50%; }
				100%   { opacity: 100%; }
}

/* Opera < 12.1 */
@-o-keyframes blink_ {
    0% { opacity: 100%; }
    50%   { opacity: 50%; }
				100%   { opacity: 100%; }
}

.double_row {
 display: inline-block;
	width: 100%;
}
.right_row {
 width: 140px;
	display: inline;
	float: right;
	
}
.left_row {
  width: calc(100% - 160px);
	 display: inline;
	 float: left;
}
.btn_side {
  height: 30px !important;line-height: 30px !important;padding-right: 10px !important;padding-left: 10px !important; font-size: 15px; margin-bottom: 2px;
		color: #000000;
		background-color: skyblue;
		cursor: pointer;
}
.btn_side:hover {
  color: #ffffff;
		background-color: #000000;
	}
.btn_side:disabled {
  color: #ffffff;
		background-color: #cccccc;
		cursor: not-allowed;
	}
.btn_side:after {
  content: " >>"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.map_spot::before {
 content: "\f129"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	width: 30px;
	height: 30px;
	font-size: 22px;
}
.map_spot_big::before {
 content: "\f129"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
	width: 60px;
	height: 60px;
	font-size: 44px;
}

.map_spot_new {
 position: absolute;
	width: 20px;
	height: 20px;
	z-index: 10;
}
.map_spop_new::before {
 content: '\002B'
}

@media print {  
  @page {
    size: 297mm 210mm; /* landscape */
    /* you can also specify margins here: */
    margin: 25mm;
    margin-right: 45mm; /* for compatibility with both A4 and Letter */
				
  }
}
fieldset {border-radius: 4px;border: #aeaeae 1px solid; padding-top:30px; -webkit-box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.35); 
box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.35); width: 90vw !important;float: none; display: inline-block; text-align: center; align-content: center;}

fieldset fieldset {border-radius: 4px;border: #aeaeae 1px solid; padding-top:30px; background-color: aliceblue; margin-bottom: 20px; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35);  display: inline-block;text-align: center; align-content: center;}

fieldset fieldset fieldset {border-radius: 4px;border: #ffddb6 1px solid; padding-top:30px; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35); background-color: floralwhite;float: none; display: inline-block; width: 90% !important;}

.fieldset {border-radius: 4px;border: #aeaeae 1px solid; background-color: aliceblue; margin-bottom: 10px; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35); width: 320px !important; display: inline-block; padding-top: 10px;}

.fieldsetX {border-radius: 4px;border: #aeaeae 1px solid; background-color: aliceblue; margin-bottom: 10px; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35); width: 100% !important; display: inline-block; padding-top: 10px;}

.fieldset_1 {border-radius: 4px;border: #aeaeae 1px solid; background-color:azure ; margin-bottom: 10px; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35); width: 300px !important; display: inline-block; padding-top: 10px;}

.fieldset_2 {border-radius: 4px;border: #aeaeae 1px solid; background-color:lightcyan ; margin-bottom: 10px; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35); width: 260px !important; display: inline-block; padding-top: 10px;}

.fieldset_ {border-radius: 4px;border: #aeaeae 1px solid; background-color: aliceblue; margin-bottom: 10px; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35); display: block; position: relative; min-width: 90vw !important; padding-top: 10px;}

.fieldset2 {border-radius: 4px;border: #aeaeae 1px solid; background-color: aliceblue; margin: 0; -webkit-box-shadow: 0 0 0 0 rgba(0,0,0,0.35); 
box-shadow: 0 0 0 0 rgba(0,0,0,0.35); display: inline-block; padding: 0; width: auto !important;}

#dynArea fieldset {width: 90% !important; max-width: 90% !important; min-width: 90% !important;}
#dynArea fieldset.fieldset_ {width: 90% !important; max-width: 90% !important; min-width: inherit !important;}



meter {width:80%; height: 15px;}
meter::-webkit-meter-bar {
    background: #FFF;
    border: 1px solid #CCC;
}
h1 {font-size:16px; margin:0; padding:0;}
.Green {color: darkgreen;}
.Blue {color: blue;}
.Orange {color:darkorange}
.Red {color: darkred;}

.audio {display:inline-block; width: 100%; height: 40px;}

:root {
 scroll-margin-top: 140px;
 /*scroll-padding-top: 140px;*/
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
		scroll-behavior: smooth;
}

._Status {display: inline-block; border-radius: 100%; width: 15px; height: 15px; float: right; margin-left: 5px;margin-right: 5px;}
._StatusOpened {background-color: transparent;}
._StatusClosed {background-color: darkgreen;}
.StudentNameList {display: inline-block;  float: right;}
.Status_ {display: inline-block; border-radius: 100%; width: 15px; height: 15px; margin-left: 5px;margin-right: 5px;}
.Status__ {display: inline-block; border-radius: 100%; width: 15px; height: 15px;border:0; background-color: transparent; cursor: pointer;}
.Question {background-color: antiquewhite; padding: 15px; border-radius: 10px; display: block; font-weight: 700;}
.Answer {background-color: #E5E5E5; padding: 15px; border-radius: 10px; display: block;}

body{
	
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px;
	color: #000000;  
	font-weight: 400; 
	font-family: 'Assistant';
	font-size: 18px;
	line-height:22px;
	direction:rtl;
	background-color: #ffffff;
}
img {
	display:block;
	border:0px;
	margin:0;
}
figure {padding:0; margin:0;}
iframe {
	display:block;
	margin:0px auto;
	
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: 1px blue solid;
}
table, td, tr { padding:0px 0px 0px 0px !important; margin: 0px auto; border-collapse:collapse !important; border:none !important; border-spacing:0px 0px !important;}

.LTR {direction: ltr;}
.RTL {direction: rtl;}

div, section, article {display: inline-block;}

.FullWidth {width:100%;}

.UploadImage {
 display: inline-block;
 float:right;
 margin:10px;
 border: 1px #666666 solid;
}
.thumb {width:50px; height:50px; display:inline-block;}
.img {width:100%; height:auto; display:inline-block; float:right;}

.ImageDiv {
	width:300px;
	height:250px;
}
.FloatRight {float:right;}
.FloatLeft {float:left;}
.FloatNone {float:none;}

.Sep {margin-left: 10px;}
.Sep2 {margin-left: 15px;}

.Button2 {
    width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	
	color: #000000;
	background-color: #e1e1e1;
	border-radius: 30px;
	cursor: pointer;
	margin: 3px;
	font-size: 16px;
	font-weight:900;
	
}
.Button2x {
    width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	
	color: #ffffff;
	background-color: darkgreen;
	border-radius: 30px;
	cursor: pointer;
	margin: 3px;
	font-size: 16px;
	font-weight:900;
	
}
.Button2y {
    width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: center;
	
	color: #ffffff;
	background-color: darkred;
	border-radius: 30px;
	cursor: pointer;
	margin: 3px;
	font-size: 16px;
	font-weight:900;
}

.Button {
 width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	color: #ffffff;
	background-color: #0d89fc;
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
}

.Button_ {
 width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	color: #ffffff;
	background-color: crimson;
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
}

.ButtonG {
 width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	color: #ffffff;
	background-color: darkgreen;
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
}
.ButtonR {
 width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	color: #ffffff;
	background-color: darkred;
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
}
.ButtonDis {
 width: auto;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	color: #ffffff;
	background-color: darkgray;
	border-radius: 4px;
	cursor: not-allowed;
	margin: 5px;
}
.ButtonDis:hover {background-color: darkgray !important;}

.ButtonArrow {
    height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
	font-size: 13px;
}
.ButtonArrow2 {
  height: 25px;
	line-height: 25px;
	display: inline-block;
	text-align: right;
	padding-right: 15px;
	padding-left: 15px;
	
	border-radius: 4px;
	cursor: pointer;
	margin: 5px;
	font-size: 13px;
}

.ButtonRedCheck {
    width: auto;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	color: darkred;
	
	cursor: pointer;
	margin: 5px;
}
.ButtonGreenCheck {
    width: auto;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	color: darkgreen;
	
	cursor: pointer;
	margin: 5px;
}

.ButtonGrayCheck {
    width: auto;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	text-align: right;
	padding-right: 10px;
	padding-left: 10px;
	color: gray;
	
	cursor: not-allowed;
	margin: 5px;
}

.Button_email:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_email:before {
  content: "\f0e0"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.Button_download:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_download:before {
  content: "\f56d"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


.Button_check2:hover {
  color: #000000;

	}
.Button_check2:before {
  content: "\f044"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.Button_check3:before {
  content: "\f060"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


.ButtonArrow_up:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonArrow_up:before {
  content: "\f062"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.ButtonArrow_down:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonArrow_down:before {
  content: "\f063"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ButtonArrow_left:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonArrow_left:before {
  content: "\f060"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900; 
}

.ButtonArrow_right:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonArrow_right:before {
  content: "\f061"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_upload:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_upload:before {
  content: "\f0c6"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_link:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_link:before {
  content: "\f0c1"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_unlink:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_unlink:before {
  content: "\f127"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


.Button_plus:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_plus:before {
  content: "\f65e"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_my:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_my:before {
  content: "\f1ea"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_eye:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_eye:before {
  content: "\f06e"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


.Button_save:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_save:before {
  content: "\f0c7"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_search:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_search:before {
  content: "\f002"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_people:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_people:before {
  content: "\f0c0"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_v:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_v:before {
  content: "\f4fc"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_update:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_update:before {
  content: "\f303"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_delete:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_delete:before {
  content: "\f2ed"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_play:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_play:before {
  content: "\f144"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}



.Button_back:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_back:before {
  content: "\f054"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}


.Button_next:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_next:before {
  content: "\f053"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_export:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_export:before {
  content: "\f1c3"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_check:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_check:before {
  content: "\f044"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_submit:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_submit:before {
  content: "\f0e0"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_record:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_record:before {
  content: "\f130"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_record_stop:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_record_stop:before {
  content: "\f28d"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_login:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_login:before {
  content: "\f2f6"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_logout:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_logout:before {
  content: "\f2f5"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_acc:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_acc:before {
  content: "\f007"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.Button_list:hover {
  color: #ffffff;
		background-color: #000000;
	}
.Button_list:before {
  content: "\f03a"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ButtonRotate_right:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonRotate_right:before {
  content: "\f01e"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ButtonRotate_left:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonRotate_left:after {
  content: "\f0e2"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ButtonEdit:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonEdit:after {
  content: "\f303"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ButtonStop:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonStop:after {
  content: "\f05e"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

.ButtonGallery:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonGallery:after {
  content: "\f302"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}
.ButtonCamera:hover {
  color: #ffffff;
		background-color: #000000;
	}
.ButtonCamera:after {
  content: "\f030"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

button {font-size:inherit !important; border:0; font-family: inherit !important;}

.Header {
	width:96%;
	
	height:50px;
	line-height: 50px;
	display: inline-block;
	float: none;
	text-align: center;
}
.Header_Out {
	width:100%;
	position:fixed;
	display:block;
	text-align:center;
	height:50px;
	line-height: 50px;
	background-color:#ffffff;
	
	left:0;
	right:0;
	top:0;
	z-index:100;
	overflow: hidden;
	-webkit-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.51);
    box-shadow: 0px 1px 5px -1px rgba(0,0,0,0.51);
	
}
.HeaderSep {
  height:50px;	
}
.FooterSep {
 height: 70px;
}

.MenuIconDiv {
 background-image: url(/pics/menu.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	display: inline-block;
	float: right;
}

.MenuIconDivDummy {
 
	width: 40px;
	height: 40px;
	display: inline-block;
	float: left;
}

#MenuPopup .MenuItem {
 width: 100%;
	height: 30px;
	line-height: 30px;
	display: inline-block;
}
#MenuPopup a.MenuLink div {
  width: 100%;
	 height: 30px;
	 line-height: 30px;
	 color: #ffffff;
		font-size: 20px;
		font-weight: 500;
		background-color: transparent;
}
#MenuPopup a:hover.MenuLink div, a:focus.MenuLink div {
  width: 100%;
	 height: 30px;
	 line-height: 30px;
	 color: #ffffff;
		background-color: #03608c;
		font-size: 20px;
		font-weight: 500;
}

#MenuPopup a:hover.MenuLinkSelected div, a:focus.MenuLinkSelected div, a.MenuLinkSelected div {
  width: 100%;
	 height: 30px;
	 line-height: 30px;
	 color: #ffffff;
		background-color: #03608c;
		font-size: 20px;
		font-weight: 500;
}
.XMenu {

display: inline-block;

right: 0;
width: 100%;
margin-top: 25px;
}


.Full {
	width:100%;
	
	text-align:center;
	display:inline-block;
	margin: 0px;
	padding: 0px;
}



.Content {
 	display:inline-block;
		float: none;
		text-align: right;
		width: 90%;
}
.Topic {
 width: 100%;
	margin-bottom: 10px;
	text-align: right;
}

a:link {
	
	text-decoration: none;
	color: #000000;
}
a:visited {
	
	text-decoration: none;
	color: #000000;
}
a:hover {
	
	text-decoration: none;
	color: #03608c;
}
a:active {
	
	text-decoration: none;
	color: #000000;
}
a:focus {
	
	text-decoration: none;
	color: #03608c;
	outline: outset 1px #e1e1e1;
}
a {
	
	text-decoration: none;
	color: #000000;
}

a.FB span {
	
	font-weight: bold; 
	
	text-decoration: none;
	color: #ffffff;
}
a.FB span b{
	
	font-weight: bold; 
	
	text-decoration: none;
	color: #ffffff;
}


::-webkit-input-placeholder { /* WebKit browsers */
    color:    #aeaeae;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #aeaeae;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #aeaeae;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #aeaeae;
}


.Show {display:block;}
.Hide {display:none;}
.Show1 {
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 2s; /* Firefox < 16 */
        -ms-animation: fadein 2s; /* Internet Explorer */
         -o-animation: fadein 2s; /* Opera < 12.1 */
            animation: fadein 2s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

.Grow1 {
	-webkit-animation: gobig 0.3s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: gobig 0.3s forwards; /* Firefox < 16 */
        -ms-animation: gobig 0.3s forwards; /* Internet Explorer */
         -o-animation: gobig 0.3s forwards; /* Opera < 12.1 */
            animation: gobig 0.3s forwards;
}
.Shrink1 {
	-webkit-animation: gosmall 0.3s forwards; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: gosmall 0.3s forwards; /* Firefox < 16 */
        -ms-animation: gosmall 0.3s forwards; /* Internet Explorer */
         -o-animation: gosmall 0.3s forwards; /* Opera < 12.1 */
            animation: gosmall 0.3s forwards;
			
}
@keyframes gobig {
    from { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ;}
}

/* Firefox < 16 */
@-moz-keyframes gobig {
    from { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ;}
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes gobig {
    from { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) ;}
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ;}
}

/* Internet Explorer */
@-ms-keyframes gobig {
    from { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) ; }
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ; }
}

/* Opera < 12.1 */
@-o-keyframes gobig {
    from { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) ;}
    to   { transform:  rotate(0deg) scaleX(1) scaleY(1) ;}
}




@keyframes gosmall {
    from { transform:  rotate(0deg) scaleX(1) scaleY(1);}
    to   { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) translate(0px, -10px); }
}

/* Firefox < 16 */
@-moz-keyframes gosmall {
    from { transform:  rotate(0deg) scaleX(1) scaleY(1); }
    to   { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) translate(0px, -10px); }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes gosmall {
    from { transform:  rotate(0deg) scaleX(1) scaleY(1);}
    to   { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) translate(0px, -10px);}
}

/* Internet Explorer */
@-ms-keyframes gosmall {
    from { transform:  rotate(0deg) scaleX(1) scaleY(1) ;}
    to   { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) translate(0px, -10px);}
}

/* Opera < 12.1 */
@-o-keyframes gosmall {
    from { transform:  rotate(0deg) scaleX(1) scaleY(1);}
    to   { transform:  rotate(0deg) scaleX(0.75) scaleY(0.75) translate(0px, -10px);}
}



.MenuPopup {
	width:80%;
	min-width:290px;
	max-width:300px;
	background-color:#000;
    background-color:rgba(0,0,0,0.8);
	overflow:auto;
	height: calc(100vh - 50px);
    height: -o-calc(100vh - 50px);
    height: -webkit-calc(100vh - 50px);
    height: -moz-calc(100vh - 50px);
	right:0;
	top:50px;
	position:fixed;
	display:block;
	text-align:center;
	z-index:10000;
	animation-name: MenuPopup_Anime;
    animation-duration: 0.5s;
	animation-iteration-count: forwards;
	animation-timing-function: ease-in-out;
}



@keyframes MenuPopup_Anime {
    0%   {right:-1000px;}
	99%  {right:0;}
}
@-moz-keyframes MenuPopup_Anime {
    0%   {right:-1000px;}
	99%  {right:0;}
}

@-webkit-keyframes MenuPopup_Anime {
    0%   {right:-1000px;}
	99%  {right:0;}
}

@-ms-keyframes MenuPopup_Anime {
    0%   {right:-1000px;}
	99%  {right:0;}
}

@-o-keyframes MenuPopup_Anime {
    0%   {right:-1000px;}
	99%  {right:0;}
}


.TextBox {
  line-height: 30px;
		width: auto;
		min-width: 150px;
		font-size: 16px;
		font-family: 'Assistant';
		text-align: center;
		border-bottom: 1px #cccccc solid;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		margin-bottom: 20px;
}
.TextBox_ {
  line-height: 30px;
		width: auto;
		min-width: 150px;
		font-size: 16px;
		font-family: 'Assistant';
		text-align: center;
		border-bottom: 1px #ff0000 solid;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		margin-bottom: 20px;
}
.TextBox2 {
  line-height: 30px;
		width: 80px;
		
		font-size: 16px;
		font-family: 'Assistant';
		text-align: center;
		border-bottom: 1px #cccccc solid;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		margin-bottom: 20px;
}
.TextArea {
        line-height: 22px;
		width: 90%;
		max-width: inherit;
		height: 120px;
		max-height: 300px;
		font-size: 16px;
		font-family: 'Assistant';
		text-align: center;
		border-bottom: 1px #cccccc solid;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		margin-bottom: 20px;
		background-color:#e1e1e1;
}
.TextArea2 {
        line-height: 22px;
		width: 210px;
		max-width: 200px;
		min-width: 200px;
		height: 60px;
		max-height: 300px;
		font-size: 16px;
		font-family: 'Assistant';
		text-align: right;
		border-bottom: 1px #cccccc solid;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		padding: 5px;
		background-color:#e1e1e1;
}

.TextArea3 {
        line-height: 22px;
		width: 90%;
		max-width: inherit;
		height: 80px;
		max-height: 80px;
		font-size: 16px;
		font-family: 'Assistant';
		text-align: center;
		border-bottom: 1px #cccccc solid;
		border-left: 0px;
		border-right: 0px;
		border-top: 0px;
		margin-bottom: 20px;
		background-color:#e1e1e1;
}

.TextBox:focus, .TextBox_:focus,  .TextArea:focus, .TextArea2:focus, .TextArea3:focus, .SearchBox:focus { outline: 1px solid #1b9cff;}

.canvas {
  /*width: 554px;
		height: 250px;*/
		border: 1px solid #ccc;
		background-color: #e1e1e1;
		cursor: crosshair;
}

.canvas_div {
  width: 714px;
		display: inline;
		float: right;
		margin-left: 30px;
}
.canvas_div2 {
  width: auto;
		display: inline;
		float: right;
}


.canvas_btn {
  float: right;
		display: inline-block;
		cursor: pointer;
		position: relative;
	 width: 25px;
	 height: 25px;
		margin: 5px;
		background-color: transparent;
		color: #000000;
}
.canvas_btn:disabled, .canvas_btn[disabled] {
  color: #cccccc;
		cursor: not-allowed;
}


.canvas_edit::before {
	 content: "\f044"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
		
		position: absolute;
		width: 25px;
		height: 25px;
		top:0;
		right: 0;
		
	}
	.canvas_erase::before {
	 content: "\f12d"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
		
		position: absolute;
		width: 25px;
		height: 25px;
		top:0;
		right: 0;
	}
	.canvas_large::before {
	 content: "\f31e"; 
		font-family: 'Font Awesome 5 Free';
  font-weight: 900;
		
		position: absolute;
		width: 25px;
		height: 25px;
		top:0;
		right: 0;
	}
	



/*popup*/
.GalleryImage {
	   max-width:100%;
	   max-height: calc(100vh - 120px);
    max-height: -o-calc(100vh - 120px);
    max-height: -webkit-calc(100vh - 120px);
    max-height: -moz-calc(100vh - 120px);
				margin-top: 100px;
				display: inline-block;
	}
.PopupHolder {
	 text-align:center;
	 margin-left:auto;
  margin-right:auto;
	 position: fixed;
  display:block;
  z-index:1900;
}
.GalleryWindow {
 
 display:inline-block;
 
 width: 100%;
 height:100vh;
 background-color:#000000;
 background-color:rgba(0,0,0,0.8);
 
 overflow:hidden;
 text-align:center;	
	position: fixed;
	z-index: 20;
}

.GalleryWindow_In {
 width: 100%;
 /*width: 96vw;
 height:100vh;
	display:inline-block;
 
 margin-left:auto; 
 margin-right:auto;
	text-align:center;*/
}
.ImagePreview {width:100%; display:inline-block;}
.ImagePreview img {width:inherit;}

.GalleryBigImagesHolder {
 width:100%;
	height: 100vh;
	position: fixed;
	display: block;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
	overflow: auto;
}
.GalleryBigImagesHolder2 {
  overflow: hidden;
}
.GalleryPopupTable {
 width:100%;
	
	
	min-width: 98%;
    
	height: 100vh;
 /*   height: calc(100vh - 125px);
    height: -o-calc(100vh - 125px);
    height: -webkit-calc(100vh - 125px);
    height: -moz-calc(100vh - 125px);*/
	
 
	overflow: auto;
	
	top:55px;
	position: fixed;
	display: inline-block;
	float: none;

	
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
	background-color: #ffffff;
}
.GalleryPopupTable2 {
 width:100%;
	height: auto;
	max-width: 700px;
	min-width: 250px;
 
	
	max-height: 90vh;
	background-color: #ffffff;
 
	overflow: auto;
	
	top:120px;
	position: fixed;
	float: none;
	display: block;
	padding: 20px;
	border-radius: 10px;
	margin-left: auto;
	margin-right: auto;
	left:0;
	right: 0;
}

.GalleryPopupContent {display: inline-block; width: 100%; text-align: center;}
.GalleryPopupContent2 {display: inline-block; width: 100%; text-align: right;}

.ImageToShow, #ImageToShow {display: inline-block; padding: 30px; padding-top: 0; width: 100%;}

.ImageBig {
  max-width: 90%;
		
		max-height: calc(100vh - 150px);
  max-height: -o-calc(100vh - 150px);
  max-height: -webkit-calc(100vh - 150px);
  max-height: -moz-calc(100vh - 150px);
		display: inline-block;
		float: none;
}

#GalleryBigImages {
 width: 100%;
	text-align: center;
}

.TeacherMenu {
 position: fixed;
 right:0;
 z-index: 480;
 width: 350px;
 height:100vh;
 height: calc(100vh - 50px);
 height: -o-calc(100vh - 50px);
 height: -webkit-calc(100vh - 50px);
 height: -moz-calc(100vh - 50px);
 
 padding-top: 20px;
 overflow-y: auto;
}

.TeacherCheckScreen {
  position: absolute;
  left:0;
  width: 600px;
  width: calc(100% - 360px);
  width: -o-calc(100% - 360px);
  width: -webkit-calc(100% - 360px);
  width: -moz-calc(100% - 360px);
  height:100vh;
 height: calc(100vh - 150px);
 height: -o-calc(100vh - 150px);
 height: -webkit-calc(100vh - 150px);
 height: -moz-calc(100vh - 150px);
}	

.CloseDiv, .CloseDiv2 {position: absolute; right: 20px; margin-top: 10px; }
.CloseDiv2x {position: fixed; right: 20px; top: 80px; z-index:500;}
.CloseDiv:after { content:'\2715'; font-size: 36px; color: #ffffff;}
.CloseDiv2:after { content:'\2715'; font-size: 36px; color: #000000;}
.CloseDiv2x:after { content:'\2715'; font-size: 36px; color: #000000;}

.PrevPanel {
	font-size:150px; 
	margin:15px; 
	color:#FFF; 
	position:absolute; 
	z-index:3000;
	
	left: 20px;

	
	top: calc(50vh - 75px);
    top: -o-calc(50vh - 75px);
    top: -webkit-calc(50vh - 75px);
    top: -moz-calc(50vh - 75px);
	
}
.NextPanel {
	font-size:150px; 
	margin:15px; 
	color:#FFF; 
	position:absolute; 
	z-index:3000;
	right: 20px;
    
	
	top: calc(50vh - 75px);
    top: -o-calc(50vh - 75px);
    top: -webkit-calc(50vh - 75px);
    top: -moz-calc(50vh - 75px);
}

a:focus .CloseDiv, a:focus .PrevPanel, a:focus .NextPanel {outline: 1px solid #0000ff;}

.CustomersOuter {display: inline-block; border-radius: 15px; overflow: hidden; border: 1px darkgray solid; padding: -2px;-webkit-box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.35); 
box-shadow: 0px 6px 15px 1px rgba(0,0,0,0.35);}
#customers {
  display: inline-flex;
 
  border-collapse: collapse;
}
#customers td {height:35px;}

#customers td, #customers th {
  border: 1px solid darkgray !important;
		
  padding: 8px;
  
  width: 140px;
  text-align:center;
}
#customers td.first, #customers th.first {width:250px;}

#customers tr:nth-child(even){background-color: #f7f7f7;}

#customers tr:hover {background-color: #dff5ff;}

#customers th {
  padding: 8px;
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: #0d89fc;
  color: white;
  width: 160px;
}


.TPanel {
 
 width:350px;
 display: inline-block;
 float:none;
 text-align:center;
}
.TPanel2 {
 
 width:100%;
 width: calc(100% - 350px);
    width: -o-calc(100% - 350px);
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
 display: inline-block;
 float:left;
 text-align:center;
	
}

#ArrowsPanel {top:10px; position:fixed; left:20px;width:auto;text-align:center;display:inline-block;z-index:100000000000;}