/*<style>*/




html, body
{
  height: 100%;
  overflow: hidden;
}

body
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


body.info { background:#f2f2f2; }
body.info ._MENU_  { background:rgba(38,138,140,0.05); }
body.info ._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_ { color: #268a8c; text-shadow: 0px 0px 2px rgba(38,138,140,1);box-shadow: 0 1px 1px -1px rgba(38,138,140,1),0 -1px 1px -1px rgba(38,138,140,1); }
body.info ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_.focus ._ICON_ { color: #000000;background: rgba(0,0,0,0.1);border: 1px solid #000000; box-shadow: 0px 0px 4px #000000; }
body.info ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_.focus div span { text-shadow: 0px 0px 2px rgba(0,0,0,0.6); }
body.info ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_:hover ._ICON_ { color: #000000;background: rgba(38,138,140,0.4);border: 1px solid rgba(38,138,140,1); box-shadow: 0px 0px 9px rgba(38,138,140,1); }
body.info ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_:hover div span { text-shadow: 0px 0px 2px rgba(38,138,140,1); }
body.info ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ { background: rgba(38,138,140,0.2);color: #268a8c; }
body.info ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span { color: #268a8c; }
body.info ._TOPBAR_ { background: rgba(38,138,140,0.5);background-image: linear-gradient(to right bottom, rgba(38,138,140,0.6), rgba(38,138,140,0.7)); }
body.info ._TOPBAR_:hover { background: rgba(38,138,140,0.5);background-image: linear-gradient(to right bottom, rgba(38,138,140,0.4), rgba(38,138,140,0.4)); } 
body.info ._TOPBAR_ ._ENTERPRISE_ { background: rgba(255,255,255,0.2); }
body.info ._OPTIONS_ ._PROFILE_ { margin: 0;border: 2px solid rgba(38,138,140,1);box-shadow: 0px 0px 4px rgba(0,0,0,0.4); }
body.info ._OPTIONS_ ._PROFILE_.focus { border: 2px solid rgba(38,138,140,0.2);box-shadow: 0px 0px 4px rgba(255,255,255,0.7); }
body.info  .guRu_WIDGET.guRu_TOPMENU .widgeT_PAGE:not(.student) { background: rgba(38,138,140,0.15); }

body.warning { background:#f2f2f2; }
body.warning ._MENU_  { background:rgba(95,34,170,0.05); }
body.warning ._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_ { color: #5f22aa; text-shadow: 0px 0px 2px rgba(95,34,170,1);box-shadow: 0 1px 1px -1px rgba(95,34,170,1),0 -1px 1px -1px rgba(95,34,170,1); }
body.warning ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_.focus ._ICON_ { color: #000000;background: rgba(0,0,0,0.1);border: 1px solid #000000; box-shadow: 0px 0px 4px #000000; }
body.warning ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_.focus div span { text-shadow: 0px 0px 2px rgba(0,0,0,0.6); }
body.warning ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_:hover ._ICON_ { color: #000000;background: rgba(95,34,170,0.4);border: 1px solid rgba(95,34,170,1); box-shadow: 0px 0px 9px rgba(95,34,170,1); }
body.warning ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_:hover div span { text-shadow: 0px 0px 2px rgba(95,34,170,1); }
body.warning ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ { background: rgba(95,34,170,0.2);color: #5f22aa; }
body.warning ._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span { color: #5f22aa; }
body.warning ._TOPBAR_ { background: rgba(95,34,170,0.5);background-image: linear-gradient(to right bottom, rgba(95,34,170,0.6), rgba(95,34,170,0.7)); }
body.warning ._TOPBAR_:hover { background: rgba(95,34,170,0.5);background-image: linear-gradient(to right bottom, rgba(95,34,170,0.4), rgba(95,34,170,0.4)); } 
body.warning ._TOPBAR_ ._ENTERPRISE_ { background: rgba(255,255,255,0.2); }
body.warning ._OPTIONS_ ._PROFILE_ { margin: 0;border: 2px solid rgba(95,34,170,1);box-shadow: 0px 0px 4px rgba(0,0,0,0.4); }
body.warning ._OPTIONS_ ._PROFILE_.focus { border: 2px solid rgba(95,34,170,0.2);box-shadow: 0px 0px 4px rgba(255,255,255,0.7); }
body.warning  .guRu_WIDGET.guRu_TOPMENU .widgeT_PAGE:not(.student) { background: rgba(95,34,170,0.15); }


._MESSENGER_OVERLAY_ 
{ 
  display:none; 
  background: rgba(0,0,0,0.7); 
  position:fixed;
  top:0px;
  bottom:0px;
  left:0px;
  right:0px;
  z-index: 1701;
  height: 100%;
  width: 100%; 
} 
._MESSENGER_OVERLAY_ button
{  
  position: absolute;
  top: 2%;
  left: 50%;
  transform: translate(-50%, 0%);
}
._MESSENGER_OVERLAY_ div
{  
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 0%);
  resize: none;
  width: 500px;
  max-height: 80% !important;

  background: rgba(255,255,255,.9); 
  border: 1px solid rgba(38,138,140,0.7);

  padding: 20px;

  overflow: auto;
}


._MESSENGER_OVERLAY_ ._FILE_
{

  object-fit: contain;
  width: 400px;
  height: 400px;
  margin: 10px;
  padding: 2px;
  border: 1px solid rgba(38,138,140,0.7);
}

._MESSENGER_OVERLAY_ span { font-size: 18px; }





._TOPBAR_
{
	
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	width: 100%;
	height: 7rem;
	min-height: 7rem;
	max-height: 7rem;
	padding: 0px 0px 0px 0px;

	z-index: 2;

	background: rgba(255,255,255,0.1);
  box-shadow: 0px 0px 0.1rem rgba(0,0,0,0.3);




}


._TOPBAR_ ._ENTERPRISE_ 
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 100%; 
	padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}

._TOPBAR_ ._ENTERPRISE_ img { height: 100%; }

@keyframes blinkingText{
    0%{     color: #ffffff;    }
    49%{    color: #ffffff; }
    60%{    color: transparent; }
    99%{    color:transparent;  }
    100%{   color: #ffffff;    }
}


._TOPBAR_ ._OPTIONS_
{
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: auto;
	padding: 0 0.3rem 0 0.3rem;
}
._TOPBAR_ ._OPTIONS_.profilephoto { padding: 0px;	height: 7rem;width: 7rem; }


._TOPBAR_ ._OPTIONS_.selected
{
	background: rgba(255,255,255,0.5);
	pointer-events: none;
}
._TOPBAR_ ._OPTIONS_:hover
{
	background: rgba(255,255,255,0.1);
}
._TOPBAR_ ._OPTIONS_ ._PROFILE_
{
	object-fit: cover;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	cursor: pointer;
}


._MENU_
{

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 0px;
	overflow: hidden;
}



._MENU_._DISPLAYED_
{

	height: auto;
}

._MENU_ ._MENUBACK_
{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;

	padding: 20px 0px 20px 0px;
	width: auto;

}


._MENU_ ._MENUBACK_ ._ITEMS_
{
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;

	width: 300px;
	max-width: 350px;
	padding: 10px;
	margin: 5px;

}


._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_
{
	display: block;
	width: 100%;
	font-weight: 700;
	font-size: 16px;	
	padding-left: 10px;
	margin-bottom: 10px;
}






._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_
{
	display: flex;
	flex-direction: row;


	cursor: pointer;
	margin: 2px;


}

._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ * { pointer-events: none; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div
{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-left: 8px;

	font-family: 'Nunito Sans';
	line-height: 1;


}


._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span
{
	font-weight: 200;
	font-size: 13px;	
}

._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span:nth-child(1)
{
	font-weight: 600;
	font-size: 15px;	
}

._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_
{
	position: relative;
	display: block;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	color: #ffffff;
	background: gray;
}


._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ i
{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	font-size: 22px;
}


._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_._OPT_ ._ICON_
{

	width: 20px;
	height: 20px;
	background: transparent !important;
}


._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_._OPT_ ._ICON_ i
{
	font-size: 12px;
}



._DASHBOARD_
{
	width: 100%;

	flex-grow: 2;
  overflow-x: hidden;
  overflow-y: auto;
  scroll-behavior: smooth;
}


._DASHBOARD_ ._WIDGETS_
{
  position: relative;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;
	margin: 0px auto 0px auto;
	max-width: 1200px;


}


._DASHBOARD_ ._APPS_
{
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0px auto 0px auto;

}


._FOOTER_
{
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 2px 0px 0px 0px;
	width: 100%;
	height: 40px;
	min-height: 40px;

	font-family: 'Nunito Sans';
	padding: 5px;
  color: #212529;

}

._FOOTER_ div 
{
	display: flex;
	flex-direction:row;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;


	width: 100%;
}
._FOOTER_ div *
{
  font-size: 10px;
  font-weight: 200;
  line-height: 1;
  color: inherit;
}
._FOOTER_ div a:hover
{
  font-weight: 700;
}


._FOOTER_ ._APP_LOGO_
{
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}


@media (max-width: 567px) {
  html { font-size: 6.67px; }
._MESSENGER_OVERLAY_ button { top: 1%; }
._MESSENGER_OVERLAY_ div { top: 8%;width: 460px;max-width:98%;max-height: 80% !important;padding: 16px; }
._MESSENGER_OVERLAY_ ._FILE_ { width: 300px;height: 300px;margin: 6px;padding: 1px; }
._MESSENGER_OVERLAY_ span { font-size: 12px; }

._TOPBAR_ { height: 50px;min-height: 50px; }
._TOPBAR_ ._OPTIONS_.profilephoto { height: 50px;width: 50px; }
._MENU_ ._MENUBACK_ { padding: 3px 0px 3px 0px; }
._MENU_ ._MENUBACK_ ._ITEMS_ { padding: 6px;margin: 3px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_ { font-size: 12px;padding-left: 3px;margin-bottom: 3px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ { margin: 1px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div { margin-left: 4px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span { font-size: 9px;	}
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span:nth-child(1) { font-size: 10px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ { width: 30px;height: 30px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ i { font-size: 16px; }
._TOPBAR_ ._NOTIFICATIONS_ i {  font-size: 22px; }
}

@media (min-width: 568px) and (max-width: 767px) {
  html { font-size: 7.78px; }
._MESSENGER_OVERLAY_ button { top: 2%; }
._MESSENGER_OVERLAY_ div { top: 10%;width: 480px;max-width:96%;max-height: 80% !important;padding: 18px; }
._MESSENGER_OVERLAY_ ._FILE_ { width: 340px;height: 340px;margin: 8px;padding: 2px; }
._MESSENGER_OVERLAY_ span { font-size: 15px; }

._TOPBAR_ { height: 55px;min-height: 55px; }
._TOPBAR_ ._OPTIONS_.profilephoto { height: 55px;width: 55px; }
._MENU_ ._MENUBACK_ { padding: 9px 0px 9px 0px; }
._MENU_ ._MENUBACK_ ._ITEMS_ { padding: 7px;margin: 3px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_ { font-size: 13px;padding-left: 4px;margin-bottom: 4px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ { margin: 1px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div { margin-left: 5px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span { font-size: 10px;	}
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span:nth-child(1) { font-size: 11px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ { width: 33px;height: 33px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ i { font-size: 17px; }
._TOPBAR_ ._NOTIFICATIONS_ i {  font-size: 23px; }

}
@media (min-width: 768px) and (max-width: 991px) {
  html { font-size: 7.78px; }
._MESSENGER_OVERLAY_ button { top: 2%; }
._MESSENGER_OVERLAY_ div { top: 10%;width: 480px;max-width:96%;max-height: 80% !important;padding: 18px; }
._MESSENGER_OVERLAY_ ._FILE_ { width: 380px;height: 380px;margin: 8px;padding: 2px; }
._MESSENGER_OVERLAY_ span { font-size: 15px; }

._TOPBAR_ { height: 60px;min-height: 60px; }
._TOPBAR_ ._OPTIONS_.profilephoto { height: 60px;width: 60px; }
._MENU_ ._MENUBACK_ { padding: 12px 0px 12px 0px; }
._MENU_ ._MENUBACK_ ._ITEMS_ { padding: 8px;margin: 4px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_ { font-size: 14px;padding-left: 6px;margin-bottom: 6px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ { margin: 1px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div { margin-left: 6px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span { font-size: 11px;	}
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span:nth-child(1) { font-size: 12px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ { width: 35px;height: 35px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ i { font-size: 19px; }
._TOPBAR_ ._NOTIFICATIONS_ i {  font-size: 25px; }

}
@media (min-width: 992px) and (max-width: 1199px) {


  html { font-size: 10px; }
._MESSENGER_OVERLAY_ button { top: 2%; }
._MESSENGER_OVERLAY_ div { top: 10%;width: 500px;max-width:90%;max-height: 80% !important;padding: 20px; }
._MESSENGER_OVERLAY_ ._FILE_ { width: 400px;height: 400px;margin: 10px;padding: 2px; }
._MESSENGER_OVERLAY_ span { font-size: 18px; }

._TOPBAR_ { height: 65px;min-height: 65px; }
._TOPBAR_ ._OPTIONS_.profilephoto { height: 65px;width: 65px; }
._MENU_ ._MENUBACK_ { padding: 16px 0px 16px 0px; }
._MENU_ ._MENUBACK_ ._ITEMS_ { padding: 9px;margin: 4px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_ { font-size: 15px;padding-left: 8px;margin-bottom: 8px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ { margin: 2px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div { margin-left: 7px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span { font-size: 12px;	}
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span:nth-child(1) { font-size: 13px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ { width: 37px;height: 37px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ i { font-size: 21px; }
._TOPBAR_ ._NOTIFICATIONS_ i {  font-size: 27px; }


}
@media (min-width: 1200px) {

  html { font-size: 10px; }
._MESSENGER_OVERLAY_ button { top: 2%; }
._MESSENGER_OVERLAY_ div { top: 10%;width: 500px;max-width:90%;max-height: 80% !important;padding: 20px; }
._MESSENGER_OVERLAY_ ._FILE_ { width: 400px;height: 400px;margin: 10px;padding: 2px; }
._MESSENGER_OVERLAY_ span { font-size: 18px; }

._TOPBAR_ { height: 70px;min-height: 70px; }
._TOPBAR_ ._OPTIONS_.profilephoto { height: 70px;width: 70px; }
._MENU_ ._MENUBACK_ { padding: 20px 0px 20px 0px; }
._MENU_ ._MENUBACK_ ._ITEMS_ { padding: 10px;margin: 5px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._TITLE_ { font-size: 16px;padding-left: 10px;margin-bottom: 10px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ { margin: 2px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div { margin-left: 8px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span { font-size: 13px;	}
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ div span:nth-child(1) { font-size: 15px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ { width: 40px;height: 40px; }
._MENU_ ._MENUBACK_ ._ITEMS_ ._ITEM_ ._ICON_ i { font-size: 22px; }
._TOPBAR_ ._NOTIFICATIONS_ i {  font-size: 28px; }
}







