





	.Burger {
		position:fixed;
		z-index:9999999;
		top:12px;
		right:12px;
		height:44px;
		width:44px;
		background-color:rgba(0,65,123,1); 
		overflow:hidden;
		z-index:20;
		cursor:pointer;
		border-radius:5px;
	}

	.BurgerLine {
		position:absolute; 
		left:6px;
		right:6px;
		height:4px;
		background-color:rgba(255,255,255,1);
		transition-duration:400ms;
		transform-origin: center center;
	}
	
	.BurgerLine1 {
		top:10px; 
		z-index:102
	}
	.BurgerLine2 {
		top:20px; 
		z-index:8
	}
	.BurgerLine3 {
		top:30px; 
		z-index:102
	}


	.LeftMenu {
		position:fixed;
		right:0px;
		top:0px;
		bottom:0px;
		width:400px;
		z-index:12;
		background-color:rgb(248,249,255); 
		transform:translate(120%,0px);
		transition-duration:220ms; 
		border-left:1px solid rgba(148,148,188,0.08);;
	}	
	@media only screen and (max-width:520px) {
		.LeftMenu {
			width:100%;
		}	
	}

	
	.LeftMenuIn  {
		padding:12px 12px;
		position:absolute;
		top:68px;
		left:0px;
		right:0px;
		bottom:0px;
		overflow-x:hidden;
		overflow-y:auto;
		border-top:1px solid rgba(148,148,188,0.08);
	}	
	
	
	
	.LeftMenuIn .Label  {
		float:left;
		width:100%;
		color:rgba(90,90,120,1);
		font-size: 13px;
		font-weight: 800;
		position:relative;
		text-decoration:none; 
		padding:8px 0px;  
		border-bottom:1px solid rgba(148,148,188,0.5);
		margin-bottom:4px;
	}	

	.LeftMenuIn .Label .LabelValue  {
		position:absolute;
		right:0px;
		top:8px;
	}	
	
	

	.LeftMenuIn a  {
		float:left;
		width:100%;
		font-size:16px;
		font-weight:500;
		position:relative;
		text-decoration:none;
		margin-top:12px; 
		padding:12px 12px;
		border-radius:5px;
		cursor:pointer;
	}	

	
	.LeftMenuBackground {
		position:fixed;
		right:0px;
		left:0px;
		top:68px;
		bottom:0px;
		z-index:8;
		background-color:rgba(148,148,188,0.6);
		display:none;
	}

	.LeftMenuTop {
		float:left;
		height:68px;
		background-color:rgba(255,255,255,1);
		padding-right:64px;
		padding-top:12px;  
		
	}


	.LeftMenuTopButton {
		float:right;
		height:44px;
		min-width:44px;
		text-align:center;
		line-height:44px;
		background-color:rgba(148,148,188,1); 
		cursor:pointer;
		border-radius:5px; 
		
		font-size:1.3em; 
	}
	
	.LeftMenuTopButtonMargin {
		margin-left:12px;
	}
	
	
	.LeftMenuInLogOutButton {
		background-color:rgba(246,70,93,1) !important;
		color:rgba(255,255,255,1) !important;
	}		
	.LeftMenuInLogOutButton:hover {
		background-color:rgba(246,70,93,0.8) !important;
		color:rgba(255,255,255,1) !important;
	}		
	
	.LeftMenuTopButtonLogOut       { background-color:rgba(246,70,93,1)   ; float:left !important; margin-left:12px 	}
	.LeftMenuTopButtonLogOut:hover { background-color:rgba(246,70,93,0.8) ; float:left !important;	}
	.LeftMenuTopButtonCog          { color:#262d35 ; float:left	} 
	.LeftMenuTopButtonBell         { color:#262d35	}  
	
	
	.WarningText {
		color:rgba(255,204,0,0.7)
	}
	
	.ButtonOrange {
		color:rgba(255,255,255,1);
		background-color: rgba(55, 90, 123, 0.9);
	}
	.ButtonOrange:hover { 
		background-color: rgba(55, 90, 123, 1);
	}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	