body {
	margin: 0;
	color: #111;
	font-family: Arial;
	font-size: 13px;
}

#err_hndlng {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 500;
	background-color: #FFF;

}
#hallobox {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	text-align: center;
	padding-top: 300px;
	font-size: 150px;
	color: #7c147a;
	font-variant: small-caps;
	z-index: 10000;
	cursor: pointer;
}
#hallobox span {
	font-size: 15px;
	color: #FFFFFF;
}
#header {
	width: 100%;
	background-color: #9E369C;
	position: fixed;
	top: 0;
	left: 0;
	height: 41px; 
	color: #FFF;
	z-index: 110;
}
	#header #logo, #header #logo_energie {
		float: left;
		width: 280px;
		height: 35px;
		background-image: url("../images/design/logo_cristor.gif");
	}
	
	#header #clock {
		float: right;
		padding-top: 10px;
		right: 0px;
		width: 150px;
	}
	#header #user {
		float: right;
		
	}
	
	#header #menu {
		float: left;
		margin-left: 15px;
	}
	#header #menu a,#header #user a, #header #mobilebuttons a {
		display: block;
		float: left;
		font-size: 12px;
		padding: 12px 19px;
		text-decoration: none;
	}
	#header #menu a:hover,#header #user a:hover, #mobilebuttons a:hover {
		background-color: #7C147A;
	}
	#header #menu a.highlighted { background-color: #7C147A;}
	
	#mobilebuttons{
		display: none;
	}
	#mobilemenu {
		position: absolute;
		top:41px;
		width: 80%;
		max-width: 250px;
		z-index: 130;
		display: none;
	}
	#mobilemenu a {
		float: left;
		width: 100%;
		font-size: 14px;
		background-color: #9E369C;
		border-bottom: 1px solid #FCFCFC;
		padding: 10px 15px;
	}

#header a{color:#FFF}
	#header a:hover{text-decoration: none;}

#sidemenu{z-index:200;color:#5f5f5f;position:fixed;left:0;height:100%;top:41px;width:200px;background-color:#333;border-right:2px solid #e7e7e7;padding-top:20px}
#sidemenu ul{list-style:none;padding:0}
#sidemenu ul li{float:left;width:100%;border-bottom: 1px solid #000}
#sidemenu ul li.divider{color:#aaa;padding:5px 20px;background-color:#222;border-right:5px solid #222}
#sidemenu ul li a{float:left;width:100%;color:#ddd;text-decoration:none;padding:15px 20px;font-size:12px}
#sidemenu ul li a.active{color:#FFF;border-right:5px solid #7C147A}
#sidemenu ul li a:hover{background-color:#111;color:#FFF;border-right:5px solid #FFF}
#sidemenu .submenu:hover ul{display:block}
#sidemenu .submenu ul {position:absolute;left:198px;width:200px;background-color:#333;box-shadow: 3px 3px 3px rgba(30,30,30,0.5);display:none;border-left:1px solid #555}

#sidemenu .problem{position:absolute;bottom:60px}
#sidemenu .problem a{width:100%;color:#666;padding:5px 20px;font-size:12px}	

	#success,#error{position:fixed;z-index:200;right:20px;top:50px;border:1px solid red;background-color:#FFDFDF;color:red;padding:20px;max-width:350px}
	#success{border:1px solid #090;background-color:#CEFFCE;color:#090}
	
#content {position:relative;margin-left:220px;width:auto;padding-right:10px;top:52px}

.right {
	float: right;
}
.left {
	float: left;
}
.hidden {
	display: none;
}
.text-right{text-align:right}
/* FONTS */
h1 {
	margin-top: 0;
	font-size: 20px;
	color: #9E369C;
}
h2 {
	margin-top: 20px;
	font-size: 18px;
	color: #9E369C;
}
h3 {
	float: left;
}

.all, .clear {
	clear: both;
	float: none;
}

.red {
	color: #F00;
}
.green {color: #008000;}

a {
	color: #9E369C;
}

.pointer {cursor: pointer;}

.tabs a {
	float: left;
	padding: 10px 30px;
	margin-right: 2px;
	background-color: #666;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}
.tabs a:hover {
	background-color: #9E369C;
}
.tabs a.highlighted {
	background-color: #222;
}

.bigButton {
	font-weight: bold;
	font-size: 18px;
	padding: 10px;
	border: 1px solid #DDD;	
	max-width: 400px;
	width: 200px;
	cursor: pointer;
}
.bigButton:hover { background-color: #DDD;}
.bigButton img {
	float: left;
}
.bigButton span {
	float: left;
	margin: 7px 15px;
}

#infotainment {color:#ddd;bottom: 30px;z-index: 1003;position: absolute;width: 200px;height: 360px;padding: 10px;border-top:1px solid #999;}
#infotainment_close,#notice_close {position:absolute;top:5px;right:5px}
#infotainment .col{padding-left:5px;padding-right:5px}
/*#notice{bottom: 190px;z-index: 1004;position: fixed;width: 200px;height: 270px;padding: 10px;border-top:1px solid #999; overflow:auto;}
#notice a{color:#09C;background:none;display: inline;width: auto;height:auto;padding:5px;}
#notice a:hover{background:none;text-decoration:underline}
#notice textarea{width:100%;height:300px}
*/
#popup_BG {
	position: fixed;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	z-index: 1000;
	display: none;
}
#popup_FG {
	position: fixed;
	overflow:scroll;
	top: 30px;
	left: 30px;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 1001;
}

@media only screen and (max-width:1023px) {
	#sidemenu {
		display: none;
		width: 90%;
		max-width: 250px;
		position: absolute;
		height: auto;
	}
	
	#infotainment {
		
		break-before: always;
		position: relative;
		top: auto;
		bottom: auto;
		border: none;
		width: 100%;

	}
	#infotainment_close {display: none;}
	#content {
		margin: 0;
	}
	#menu {
		display: none;
	}
	#mobilebuttons {
		display: block;
	}

	#loadtime {
		display: none;
	}
	
}