html, body {
	padding: 0;
	margin: 0;
	z-index: 0;
	height: 100%;
	max-height: 100%;
	font-family: "Roboto", sans-serif;
	background: #fbfbfb;
}
a {
	color: #1babf6;
}
a:hover {
	color: #6481de;
}
h1 {
	color: #5d5d5d;
	font-size: 32px;
	margin: 0;
}
hr {
	background-color: #cbcbcb;
	color: #cbcbcb;
	height: 2px;
	border: 0;
}
li {
/*    text-align: justify;*/
	margin: 8px;
}
label {
	display: block;
	height: 20px;
	padding: 13px 2px 5px 2px;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}
form {
/*	text-align: center;*/
}
input,select,div.multiselect_cont {
	display: block;
	width: 190px;
	height: 30px;
	font-size: 16px;
	border-radius: 4px;
}
input[type=submit],input[type=button],input[type=reset] {
	background: #6481de;
	border: 0;
	color: white;
	font-weight: bold;
	font-size: 18px;
}
input[type=submit]:hover,input[type=button]:hover,input[type=reset]:hover {
	background: #3154c4;
}
input.alert {
	float: none;
	clear: both;
	margin: auto;
	padding: auto;
	text-align: center;
}
textarea {
	display: block;
	width: 890px;
	height: 200px;
	border-radius: 4px;
}
tr:nth-child(even) {
	background: #e9eaed;
}
pre{
    white-space: pre-wrap;
}
#header {
	border-color: #cbcbcb;
	border-style: solid;
	border-width: 0;
	border-bottom-width: 2px;
	background: white;
}
#header2 {
	top: 0;
	text-align: center;
	width: 900px;
	margin: auto;
	padding: auto;
	height: 40px;
	background-image: url('/img/bme_logo_kicsi.jpg');
	background-repeat: no-repeat;
	background-size: auto 40px;
}
#container {
	height: 100%;
}
#content {
	background: #fbfbfb;
	margin: 0;
	padding: 0;
	height: 100%;
}
#content2 {
	width: 900px;
	margin: auto;
	padding: auto;
	height: 100%;
}
#popup_bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	z-index: 4;
	background: gray;
	opacity: 0.8;
}
#popup_container {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	visibility: hidden;
	z-index: 5;
	text-align: center;
}
#popup {
	border: 2px solid black;
	z-index: 6;
	width: 900px;
	background: white;
	margin: auto;
	margin-top: 100px;
	padding: 20px;
	overflow: auto;
	text-align: center;
}
#popup_form {
	margin: auto;
}
#message_container {
	top: 0;
	width: 900px;
	text-align: center;
	margin: 3px auto;
	z-index: -10;
	padding: 3px;
	color: white;
	padding: 3px;
}
#error,#warning,#message {
	border-radius: 5px;
	border-style: solid;
	border-width: 2px;
	z-index: 10;
	padding: 3px;
	font-weight: bold;
	display: inline;
}
#error {
	background-color: #f39aa5;
	border-color: #f8001d;
}
#warning {
	background-color: #fcac71;
	border-color: #ff6c00;
}
#message {
	background-color: #6ad1e4;
	border-color: #00b1d2;
}
.msglevel1,.msglevel2,.msglevel3,.msglevel4 {
	border-radius: 4px;
	padding: 3px;
	margin: 4px;
	border: 1px solid;
}
.msglevel1 {
/*    background: #f2f3f6;*/
	background: #f9f9f9;
	border-color: #9ca7c9;
}
.msglevel2 {
	background: #e9eaed;
	border-color: grey;
}
.msglevel3 {
	border-color: #9ca7c9;
	background: #c5cff1;
}
.map {
	height: 800px;
	width: 800px;
}
