.tab-manu ul li {
	width:			auto !important;
	padding:		0 10px !important;
}

input[type="date"] {
	width:			46%;
	text-align:		center;
	line-height:	35px;
	height:			35px;
	background:		#EEEEEE;
	font-size:		12px;
	color:			#000000;
	margin:			0 0 0 7px;
	border:			1px solid #EEEEEE;
	padding:		0px;
}

table {
	border:			1px solid #EEEEEE !important;
}

table thead {
	background:		#EEEEEE;
}

table thead tr th {
	border:			none !important;
	border-right:	1px solid #FFFFFF !important;
	color:			#575757;
	font-size:		14px;
}

table thead tr th:last-child {
	border-right:	1px solid #EEEEEE !important;
}

table thead tr th.center {
	text-align:		center;
}

table tbody tr td {
	padding:		5px !important;
	border:			1px solid #EEEEEE !important;
	font-size:		12px;
	color:			#575757;
}

table tbody tr td.red {
	color:			#D80000;
	font-weight: bold;
}

table tbody tr td.center {
	text-align:		center;
}

table tbody tr td.green {
	color:			#2CB200;
	font-weight: bold;
}

table tbody tr td.blue {
	color:			#428bca;
	font-weight: bold;
}

table tbody tr td span {
	display:		block;
	padding:		9px;
}

.btn {
	padding:		0 10px;
	display:		block;
	width:			100%;
	text-align:		center;
	background:		#399AEB;
	border-radius:	0;
	line-height:	35px;
	height:			35px;
	color:			#FFFFFF;
	border:			none;
	font-size:		14px;
	font-family:	'open_sansregular';
}

button[disabled], html input[disabled] {
	opacity:		0.5;
}

.item {
	border:			1px solid #EEEEEE;
	margin:			1px 0 0 0;
}

.item  .name {
	background:		#EEEEEE;
	color:			#575757;
}

.legende ul {
	list-style: square;
	font-size: 40px;
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.legende ul li {
	line-height: 12px;
	position: relative;
	height: 17px;
	width: 100%;
	padding: 0 0 0 1px;
}

.legende ul li.red {
	color:			#D80000;
}

.legende ul li.green {
	color:			#2CB200;
}

.legende ul li span {
	font-size: 12px;
	margin: -11px 0 0 0;
	color: #575757;
	float: right;
	display: block;
	text-align: left;
	width: 100%;
	padding: 0 0 0 18px;
}