
#wrapper {
	width: 98%;
	min-width: 990px;
	border: 1px dotted #c0c0c0;
	padding: 10px;
	display: table;
	min-height: 400px;
	margin: 0 auto;
	margin-top: 20px
}
#orders {
	width: 100%;
	display:table;
	margin-bottom: 30px;
}
#wrapper table {
	display: table;
	border-collapse: collapse;
	width: 100%;
}
.tabel1{
	width: 7% !important;
	float: left;
}
.tabel2{
	width: 92% !important;
}
.tabel2 textarea{
	margin-left: -13%;
}
#wrapper table td,
#wrapper table th {
	padding-left: 5px;
}
#wrapper table td {
	height: 50px;
}
#wrapper table tr{
	line-height: 50px;
}
#wrapper table th{
	background: #6f89dc;
	line-height: 30px;
	color: #FFF;
	font-weight: 700;
	text-align: left;
}
#statistieken {
	margin-top: 30px;
}
#filter {
	width: 100%;
	display: table;
}
#totalen h1 {
	color: #b0281a;
}

.statistieken_tabel {
	margin-top: 5px;
}
.filter_item {
	background: #EFEFEF;
	padding: 10px;
	float:left;
	width: 10%;
	height: 150px;
	margin-right: 0.5%;
	overflow: auto;
}
.filter_item strong{
	line-height: 28px;
	font-size: 14px;
}
.filter_item_option {
	display: table;
	line-height: 24px;
}
.filter_item_option input[type="checkbox"] {
	line-height: 24px;
}
.filter_item_option label {
	cursor: pointer;
	line-height: 24px;
	margin-left: 10px;
	width: 150px;
}

#totalen tr td ,
.statistieken_tabel tr td{
	border-bottom: 1px dotted #c0c0c0;
}
.error {
	padding: 10px;
	border: 1px solid #df1b01;
	background: #ffe8e5;
	margin-bottom: 10px;
}

.melding {
	padding: 10px;
	border: 1px solid #a4e682;
	background: #ebfde1;
	margin-bottom: 10px;
}
.formError {
	line-height: 22px
}