body { font-family: 'Roboto', sans-serif; font-size: 12px;}
html { overflow-y: scroll;  }

/* Voorkom dat achter elke URL de link afgedrukt wordt */
@media print {
	a:link:after, a:visited:after { content: normal !important; }
}

.table-nonfluid { width: auto;}

.form-search input.form-control { width: 400px; }

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
}

ul.nav li.dropdown:hover > ul.dropdown-menu { display: block; background-color: #3793ba; color:#fff; }

.btn { margin-right: 10px; }
.btn-back { margin-top: 20px; }

.navbar{ background-color: #3793ba;  border-color: #080808;  color: #fff;}
.navbar-default .navbar-nav > li > a { color: #fff;}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #000;
	background-color: white;
}

.dropdown-menu > li > a, .dropdown-menu > li > a { color: #fff; }

.navbar-form .form-control {	width: 400px; }

.header {  min-height: 50px;  padding-top: 19px;  padding-right: 19px;  padding-bottom: 0px;  padding-left: 19px;  margin-bottom: 20px;}
.header-search { padding-top: 15px;  padding-bottom: 5px; margin-top: 0px; margin-bottom: 10px; }
.header-nav { height: 50px; }

.list-group-item { background-color:#62A123; color: #fff; font-weight:bold;}
.form-group > .list-group-item { background-color:#A2DB68; color: #555; font-weight:bold;}

.trw006form {
background-color:#f9f9f9;
margin-bottom:20px;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #dddddd;
border-bottom-width: 1px;
border-bottom-style: solid;
border-bottom-color: #dddddd;
}

.trw032form {
	background-color:#f9f9f9;
	margin-bottom:20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
}
.trw032kop, .trw033kop {
	background-color: #a2db68;
	width: 100%;
	border: 2px solid #eee;
	margin-bottom: 10px;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
}

.trw032kop td, .trw033kop td {
	vertical-align: top;
	padding: 4px 2px;
}

.trw032regel thead, .trw033regel thead {
	background-color: #62a123;
	color: #fff;
	font-weight: bold;
}

.trw032regel tfoot, .trw033regel tfoot {
	background-color: #62a123;
	color: #fff;
	font-weight: bold;
}

.regel-img {
  max-width: 150px;
  max-height: 150px;
}
