

@import url('https://fonts.googleapis.com/css?family=Material+Icons');

body{
	text-align: center;
	margin: auto;

	height: 100%;
	margin: 0px;
	
	color: #000;
	font-family: verdana;
	font-size: 100%;
}

h1{
	font-size: 20px;
	margin: 0px;
}

#mainscreen{
	text-align: center;
	margin: auto;
}


#body{
	background-repeat: repeat-y;
}

#tail{
	font-size: 40%;
}

.cleaner{
	clear: both;
}

a{
	color: #0000ff;
	text-decoration: none;
}


#body-login{
	width: 300px;
	margin: auto;
	margin-bottom: 20px;
	border: solid #000 1px;
	
	padding-left: 100px;
}

.form p{
	margin: 2px;
	text-align: left;

	font-size: 13px;
}

.form p label{
	float: left;
	width: 100px;
	
	text-align: right;
	margin-right: 5px;
	margin-top: 2px;
}

.form p input{
	border: solid #000 1px;
}

.form p input:hover{
	border: solid #ff0000 1px;
}

.form p input:focus{
	border: solid #0000ff 1px;
}

.form p select{
	border: solid #000 1px;
	font-size: 13px;
}

.form p textarea{
	border: solid #000 1px;
	font-size: 13px;
	
	margin-top: 20px;
	padding-left: 5px;
}

.form p textarea:hover{
	border: solid #ff0000 1px;
}

.form p textarea:focus{
	border: solid #0000ff 1px;
}

.form p .ximg{
	display: inline;
	border: none !important;
}

.form .submit{
	border: solid #000 1px;
	text-indent: 0px;
	
	width: 110px;
}

.error{
	color: #ff0000;
}

table{
	width: 100%;
	font-size: 12px;
	border-collapse : collapse; 
}

table th{
	border: solid #000 1px;
	background-color: #efefef;
}

table td{
	border: solid #808080 1px;
	text-align: left;
	text-indent: 5px;
}

table td a img{
	border: none;
}


table tr:hover{
	background-color: #ffff00;
}

.left{
	text-align: left;
}

.basic{
	border: solid #000 1px;
	margin: auto;
	
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 600px) {
	#body-login{
		width: 70%;
		margin: auto;
		margin-bottom: 20px;
		border: solid #000 1px;
		
		padding-left: 0px;
	}
	
	#body-login input{
		width: 150px;
	}

	.form p{
		margin: 2px;
		text-align: left;

		font-size: 13px;
	}

	.form p label{
		float: left;
		width: 80px;
		
		text-align: right;
		margin-right: 5px;
		margin-top: 2px;
	}

}

@media only screen and (min-width: 1024px) {
	
	table td{
		font-size: 20px;
	}

	.basic{
		font-size: 20px;
	}
	
	.form button{
		font-size: 20px;
	}
}




#menu{
	border-bottom: solid #000 1px;
	float: right;
	padding-left: 200px;
	margin-right: 20px;
}

#menu a{
	padding-left: 15px;
	padding-right: 15px;
}

#menu .selected{
	font-weight: bold;
}

#header #menu-burger{
	float: right;
	margin-right: 20px;
	
	display: none;
}

#menu-burger-content{
	display: none;
	
	position: absolute;
	right: 20px;
	top: 75px;
	width: 120px;
	
	border: solid #000 1px;
	background: #fff;
	opacity: 0.9;
	padding: 10px;
}

#menu-burger-content a{
	display: block;
	float: left;
	
	width: 100%;
	text-align: left;
}

@media only screen and (max-width: 600px) {

	#header #menu{
		display: none;
	}
	
	#header #menu-burger{
		display: block;
	}
	
}


