@charset "utf-8";

@font-face {
	font-family: 'Abus';
	src: url('FagoWebPro.eot');
	src: local('☺'), url('fonts/FagoWebPro.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Abus';
	src: url('FagoWebPro-Bold.eot');
	src: local('☺'), url('fonts/FagoWebPro-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

html, body {
	height: 99%;
	width: 100%;
	background-color: #333;
	margin: 0;
	padding: 0;
	font-family:  Abus, Arial, Helvetica, sans-serif;
}

.left {
	float: left;
}

.right {
	float: right;
}

#main {
	height: calc(100% - 20px);
	max-width: 1024px;
	overflow: auto;
	margin: 10px auto;
	position: relative;
	background-color: black;
	padding: 0;
}

header {
	width: 100%;
	height: 70px;
	position: absolute;
	top: 0px;
	left: 0px;
}

header h1 {
	color: #FFF;
	font-size: 2.5em;
	padding: 15px;
}

header img, footer img {
	height: 70%;
	width: auto;
	margin: 10px;
}

.page {
	background-color: #DDD;
	width: 100%;
	height: calc(100% - 140px);
	position: absolute;
	top: 70px;
	left: 0px;
	overflow: auto;
}

#accordion{
	
}

footer {
	width: 100%;
	height: 70px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	color: #FFF;
}

footer h1 {
	color: #FFF;
	font-size: 1.5em;
	padding: 20px 5px;
}

.box_content {
	max-height: calc(100% - 225px);
}

td p.late  {
	color: red;
	font-weight: bold;
}

.message{
	margin:2px;
	padding:4px;
	border-radius:5px;
	border:1px solid #008200;
	background-color:rgba(0,255,0,0.5);
}

#overlay {
	width: 100%;
	height: 100%;
	padding: 5%;
	position: absolute;
	top: 0;
	left: 0;
}

#info {
	border-radius: 20px;
	border: 1px solid black;
	background-color: #FFF;
	width: 100%;
	height: 100%;
	padding: 20px;
	position: relative;
}

#info img {
	width: 15px;
	height: 15px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
}
.hidden {
	display: none;
}