#apiero_login {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	display:none;
	margin-bottom:25px;
	width:100%;
}

#apiero_login div.outer {
	border:1px solid rgba(0, 0, 0, 0.1);
	border-top:0;
	padding:10px;
	padding-top:15px;
	padding-bottom:5px;
	background:white;

}

#apiero_login h2 {
	font-size:16px;
	border:1px solid rgba(0, 0, 0, 0.1);
	border-bottom:0;
	margin:0;
	font-weight:bold;
	display:block;
	padding:5px 10px;
	background:#007FC4;
	color:white;
}

#apiero_login p {
	margin:0 0 5px 0;
	padding:0;
}

#apiero_login label {
	width:100px;
	display:inline-block;
}

#apiero_login input[type=text], #apiero_login input[type=password] {
	width:237px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
	background:#FAFAFA;
	padding:6px;
}

#apiero_login input[type=submit], #apiero_login .button {
	background:#007FC4;
	font-weight:bold;
	border:0;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:6px 8px;
	color:white;
	cursor:pointer;
	margin-right:5px;
}

#apiero_login .button {
	height:20px;
	line-height:20px;
	display:inline-block;
}

#apiero_login a.button:hover {
	text-decoration:none;	
}

#apiero_login .error {
	display:block;
	padding:7px;
	margin-bottom:10px;
	background:#ffd9d9;
	border:1px solid #f40404;
}

#apiero_login .bedrijfsnaam {
	font-size:14px;
	line-height:18px;
	display:block;
	margin-bottom:15px;
}

#apiero_login .green {
	background:#73b40d !important;
}

.apiero_bedrijfsnaam {
	font-size:14px;
	display:block;
	font-weight:bold;
	margin:0 0 0 0;
	padding:0;
}

.apiero_bedrijfsinfo {
	background:white;
	display: inline-block;
	padding:15px;
	margin-bottom:25px;
	border:1px solid #ddd;
}

.pdfme {
	display:inline-block;
	width:16px;
	height:16px;
	background:url(../images/pdf_small.png) center no-repeat;
	text-decoration:none;
	border:0;
}

.apiero_tabel {
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	margin-bottom:25px;
	width:100%;
}

.apiero_titel {
	display:block;
	font-size:16px;
	margin-bottom:5px;	
}

.apiero_tabel {
	border:1px solid #DDD;
}

.apiero_tabel thead th, .apiero_tabel tfoot th {
	background:#007FC4;
	padding:5px;
	line-height:16px;
	color:white;
	font-family:Arial, Helvetica, sans-serif !important;
	font-size:12px !important;
	text-transform:none;
}

.apiero_tabel tbody td {
	line-height:16px;
	vertical-align:middle;
	padding:6px 5px;
	border-top:1px solid #DDD;
}

.apiero_tabel tbody tr {
	background:white;	
}

.apiero_tabel tbody tr.even {
	background:#f4faff;
}

.apiero_tabel td.verlopen, .apiero_tabel td.aandacht, .apiero_tabel td.goed {	
	background:red url(../images/cancel.png) center no-repeat;
	color:white;
	font-weight:bold;
	text-align:center;
	cursor:default;
	width:16px;
}

.apiero_tabel tbody tr:hover {
	background:#ddebf7;
}

.apiero_tabel td.aandacht {
	background:#ff7800 url(../images/clock.png) center no-repeat;
}

.apiero_tabel td.goed {
	background:#80cf0f url(../images/check.png) center no-repeat;
}

.apiero_tabel .rood {
	font-style:oblique;
	font-weight:bold;
	color:red;
}

.apiero_page_apiero_extrawerkzaamheden #omschrijving  {
	min-height:300px;
}

.apiero_tabel span.ts {
	display:none;
}

table.apiero_tabel thead tr .header {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: center right;
	cursor: pointer;
}
table.apiero_tabel thead tr .headerSortUp {
	background-image: url(../images/asc.gif);
	background-color:#329bd0;
}
table.apiero_tabel thead tr .headerSortDown {
	background-image: url(../images/desc.gif);
	background-color:#329bd0;
}