html, body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

body {
	background: url(images/bg.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.head {
	width: 96%;
	padding: 20px 2%;
	background: #008; /*rgba(0,0,0,0.8); */
	min-height: 100px;
}

.head .logo {
	width: 50%;
	max-width: 50%;
	max-height: 100px;
	float: left;
}

.head .logo img {
	width: 80%;
	height: 115px;
	/*display:none;*/
	margin-top:-5px;
	margin-left: 10%;
}

.head .text {
	font-size: 26px;
	color: #fff;
	font-weight: bold;
	float: left;
	padding-left: 20px;
	padding-top: 20px;
	font-family: Arial;
	text-align:center;
	margin-left: 20%;
}

.nav {
	float: right;
	margin-top: 20px;
	font-family: Calibri;
}

.nav ul li {
display: inline;
}

.nav ul li a, .nav ul li a:visited {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 1px 7px;
	text-decoration: none;
}

.nav ul li a {
	border-right: 1px solid #fff;
}

.nav ul li a:hover {
	background: #f00;
	text-decoration: underline;
	font-size: 20px;
}

.toggle {
	display:none;
	color:#fff;
}

.toggle2 {
	display:none;
	color:#fff;
}

.second {
	background: #ff0;
	color: #008;
	font-size: 32px;
	text-align: center;
	width: 100%;
	padding: 10px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Arial;
	clear: both;
}

.content {
	width: 90%;
	padding: 20px 5%;
	min-height: 500px;
	background: rgba(200, 200, 200, 0.9);
	color: #003;
	font-size: 24px;
	font-family: Arial, Heveltica, "sans-serif";
	float: left;
}

.foot {
	width: 100%;
	padding: 20px 0;
	font-size: 18px;
	font-family: cursive;
	background: #000;
	text-align: center;
	color: #fff;
	clear:both;
}

.login {
	width: 40%;
	margin: 20px auto;
	font-family: Arial;
}

.login input, .login select {
	width: 100%;
	height: 50px;
	border: 0;
	outline: 0;
	text-align: center;
	text-align-last: center;
	border-bottom:1px solid #008;
	font-size: 20px;
}

.login input[type=submit] {
	background: #008;
	font-size: 24px;
	padding: 10px 0;
	color: #fff;
	cursor: pointer;
}

.login .top {
	width: 100%;
	height: 20px;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	background: #008;
	color: #fff;
}

.form-control {
	width: 45%;
	margin-right: 3%;
	height: 35px;
	float: left;
	background: #fff;
	color: #008;
	outline:none;
	border:1px solid #008;
	font-size: 20px;
	margin-bottom:20px;
	text-align:center;
	text-align-last: center;
	padding:0;
}

.form-p {
    background: none;
    width: 92%;
    margin-right: 3%;
    margin-bottom: 1px;
    float:left;
}

.form-button {
	width:80%;
	margin-left:10%;
	height: 45px;
	background: #008;
	color:#fff;
	cursor: pointer;
	border-radius: 15px;
	font-size: 24px;
	margin-top:20px;
	outline: none;
}

#im {float:left;display:none;}
#tp {
	display: none;
}

.icons {
	width: auto;
	margin: 20px;
	float: left;
	border-radius: 10px;
	cursor: pointer;
	text-align: center;
	
}

.icons a {
	color: #003;
	text-decoration: none;
}

.icons a article img {
	max-height: 74px;
}

.icons article {
	width: auto;
	border-radius: 10px;
	border: 1px solid #008;
	padding: 20px;
	background:#fff;
}

/*
@media screen and (max-width: 1200px) {
	.nav {
		width: 98%;
		float:none;
		margin: auto;
		margin-top: 25px;		
		clear: both;
		margin-bottom: 15px;
		padding-top:30px;
	}
}
*/

@media screen and (max-width: 768px) {
	
	.toggle {
		display: block;
		text-align: center;
		margin-top: 20px;
		margin-bottom:0;
		cursor: pointer;
	}
	
	.toggle2 {
		text-align: center;
		margin-top: 20px;
		margin-bottom:0;
		cursor: pointer;
	}
	
	.nav {
		width: 80%;
		float: none;
		margin-left: 5%;
	}
	
		
	.nav ul li{
		width: 100%;
		border-bottom: 1px solid #fff;
		background: #008;
		display: block;
		padding: 10px;
	}
	
	.nav ul li a:hover {
		font-size: 20px;
	}
	
	.nav ul li a {
		border: none;
	}
	
	.head .logo {
		margin: 0 auto 10px;
		float: none;
	}
	
	.head .text {
		margin: 0 auto 10px;
		float: none;
		text-align: center;
	}
	
	.login {
		width: 96%;
	}
	
	.form-control, .form-button {
		width: 96%;
		margin-left: 2%;
	}
	
	.form-button {
		height: auto;
	}
	
	
}

table {
	border-collapse: collapse;
	font-size: 16px;
}

table tr td {
	height: 40px;
	vertical-align: middle;
	text-align: center;	
	font-weight: bold;
}

table tr:nth-child(even) {
	background: #fff;
}

table tr:nth-child(odd) {
	background: #ccc;
}

table tr:first-child {
	background: #008;
	color:#fff;
	text-align: center;
}

table tr:first-child td {
	border: 1px solid #fff;
}

@media print {
	.head, .second, .foot, .form-button {
		display:none;
	}
	
	#tp {
		display:block;
		font-size: 20px;
		font-weight:bold;
	}
	
	#im {
		display:block;
	}
	
	.form-control {
		height: 30px;
		font-size: 18px;
	}
}