html {
    margin: 0;
    padding: 0;
    overflow-y: scroll;
}

body {
    background-color: #03344d;
    margin: 0;
    padding: 0;
    font-family: 'Helvetica', sans-serif;
    font-size: 18px;
}

p, li { line-height: 180%; }
img { border: 0 }

div.header {
    position: relative;
    width: 100%;
    background-color: white;
}

.titelbalk {
    height: 108px;
    background-color: white;
    margin: 0;
    position: relative;
    z-index: 1;
}

.subtitel {
    display: block;
    background-color: #005f7b;
    margin: 0;
}

.subtitel p {
    display: block;
    width: 1200px;
    margin: 0 auto;
    color: white;
    padding: 12px 0;
    text-align: center;
    font-weight: bold;
    background-color: #005f7b;
}

.rightbg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100px;
    background-image: url('/static/bg-top-rep.png');
}

img#logo {
    position: absolute;
    top: 4px; left: 20px;
    border-width: 0;
    z-index: 1;
}

#logo_combi {
    position: absolute;
    top: 4px; left: 20px;
    border-width: 0;
}

#logo_combi img {
    display: inline-block;
}

img#bg_top_menu {
    position: absolute;
    top: 0; right: 0;
}

#top_menu {
    position:absolute;
    z-index: 1;
    top: 12px; right: 20px;
    color: white;
}

#top_menu p {
    text-align: right;
    margin: 0;
}

#top_menu a {
    color: white;
    text-decoration: none;
}

#top_menu a:hover {
    color: #BAD3DB;
    text-decoration: none;
}

.contentwrapper {
    width: 100%;
    background-color: white;
}

.content {
    margin: 0;
    padding: 24px 20px;
    background-color: white;
}

h1 {
    color: #04627c;
    font-size: 36px;
    margin: 0 0 1em 0;
}

h1.smaller, h1.smalltitle { color: #04627c; font-size: 24px; }
h1.smaller { margin: 1.5em 0 1em 0; }
h1.smalltitle { margin: 0 0 1em 0; }

h2 {
    color: #222;
    font-size: 30px;
    margin: 1em 0 0.7em 0;
}

h3 {
    color: #222;
    font-size: 22px;
    margin: 1em 0 0.7em 0;
}

div.footer {
    width: 100%;
    padding: 16px 0;
    margin: 0;
    color: white;
}

div.footer p {
    text-align: right;
    margin: 0 20px;
}

div.footer a { color: white; text-decoration: underline; }
div.footer a:hover { color: #9F9FFF; }

div.inputwrapper {
    margin: 0 0 .7em 0;
    padding: 0 0 0 2em;
    position: relative;
}

div.inputwrapper > div {
    position: absolute;
    top: 2px; left: 0;
}

.inputhover {
    color: #7f3f00;
}

div.knoppen_midden { text-align: center; margin: 36px 0; position: relative; }
div.knoppen_rechts { text-align: right; margin: 36px 0; position: relative; }
div.knoppen_floatlinks { float: left; padding-left: 4px; }
div.knoppen_floatlinks_met_marge { float: left; padding-left: 4px; margin-top: 1rem; }
div.knoppen_floatrechts { float: right; padding-right: 4px; }
div.knoppen_midden a, div.knoppen_rechts a, div.knoppen_floatlinks a, div.knoppen_floatrechts a, div.knoppen_floatlinks_met_marge a {
    display: inline-block;
    font-weight: bold;
    font-size: 18px;
    border-top-left-radius: 1em;
    color: white;
    text-decoration: none;
    transition-duration: .25s;
    background: #a3a60f url('/static/bullet-white-circle-right.png') no-repeat 8px center;
    margin: 0 0 0 1em;
}
div.knoppen_midden a { padding: 10px 16px 8px 40px; margin: 0 1em 0 1em; }
div.knoppen_floatlinks a, div.knoppen_floatlinks_met_marge a { padding: 10px 16px 8px 40px; margin: 0 1em 0 0; }
div.knoppen_rechts a, div.knoppen_floatrechts a { padding: 10px 16px 8px 40px; margin: 0 0 0 1em; }

div.knoppen_midden a:hover, div.knoppen_rechts a:hover, div.knoppen_floatlinks a:hover, div.knoppen_floatrechts a:hover, div.knoppen_floatlinks_met_marge a:hover {
    background-color: #babc4b;
}

div.knoppen_midden a.btnAnnuleren, div.knoppen_rechts a.btnAnnuleren, div.knoppen_floatlinks a.btnAnnuleren, div.knoppen_floatrechts a.btnAnnuleren, div.knoppen_floatlinks_met_marge a.btnAnnuleren { background-image: url('/static/bullet-white-circle-left.png'); }

a { color: #005f7b; text-decoration: none; }
a:hover { color: #f39c12; text-decoration: none; }

table {
    border-spacing: 0;
    border-collapse: collapse;
    border: 0;
}

table.main {
    width: 100%;
    background-color: white;
    border-top: solid white 16px;
    border-bottom: solid white 16px;
}

td.linkerkolom {
    width: 160px;
    padding: 0 12px 0 0;
    border-right: solid 2px #04627c;
    text-align: left;
}

td.rechterkolom {
    padding: 0 0 0 20px;
    text-align: left;
}

ul.menu {
    list-style-type: none;
    margin: 0 0 200px 0;
    padding: 0;
}

ul.menu li {
    margin: 0;
    padding: 0;
}

ul.menu li a {
    padding: 8px 0 8px 8px;
    color: black;
    display: block;
    font-weight: bold;
}

ul.menu li a:hover {
    background-color: #a4a60d;
    color: white;
    text-decoration: none;
}

span.aantal_beheersmeldingen { color: red; }

table.gegtabel { width: 100%; clear: both; }
table.gegtabel td, table.gegtabel th { padding: 6px 8px; text-align: left; }
table.gegtabel tbody tr:nth-of-type(odd) { background-color: #EEEEEE; }
table.gegtabel tbody tr:nth-of-type(even) { background-color: white; }
table.gegtabel tbody tr { border-bottom: solid #DDDDDD 1px; }
table.gegtabel thead tr { border-bottom: solid #DDDDDD 2px; }

table.gegtabel thead tr .header {
	background-image: url('/static/sort_both.gif');
	background-repeat: no-repeat;
	background-position: center left;
	cursor: pointer;
    padding-left: 20px;
}

table.gegtabel thead tr .headerSortUp {
	background-image: url('/static/sort_asc.gif');
}

table.gegtabel thead tr .headerSortDown {
	background-image: url('/static/sort_desc.gif');
}

table.bewerktabel, table.zoektabel {
    margin: 1em auto;
    width: 100%;
}

table.bewerktabel td, table.bewerktabel th {
    padding: 12px 12px;
    vertical-align: middle;
    text-align: left;
}

table.zoektabel td, table.zoektabel th {
    padding: 12px 8px;
    vertical-align: middle;
}

input[type=text], input[type=number], input[type=email], textarea {
    padding: 5px 8px;
}

input[type=text], input[type=number], input[type=email], textarea, select {
    width: 600px;
    font-family: monospace;
    font-size: 18px;
}
input[type=text].ui-spinner-input {
    width: 60px !important;
    outline: none;
}

table.bewerktabel tbody tr:nth-child(even) {
    background-color: white;
}

table.bewerktabel tbody tr:nth-child(odd) {
    background-color: #EEEEEE;
}

table.bewerktabel tr:first-child {
	border-top: solid #DDDDDD 1px;
}

table.bewerktabel tr {
	border-bottom: solid #DDDDDD 1px;
}

.uurregeling_tabel { width: 100%; }
.uurregeling_tabel tr:first-child th, .uurregeling_tabel tr:first-child td { padding-bottom: 16px; }

table.detailgegevens th { line-height: 160%; padding: 4px 20px 0 0; }
table.detailgegevens td { line-height: 160%; padding: 4px 0 0 0; }

ul.errorlist {
    color: red;
    margin: 0;
}

p.highlight {
	background: #faa91a url('/static/info-icon.png') 24px center no-repeat;
	color: black;
    padding: 16px 8px 16px 72px;
    margin: 0 0 24px 0;
}

div.kader {
    background-color: #ec829a;
    padding: 8px 12px;
    margin: 16px 0;
}

.helptabel { border: solid black 1px; border-collapse: collapse; }
.helptabel td, .helptabel th { border: solid black 1px; padding: .4em .8em; vertical-align: top; line-height: 180%; }
.helptabel th { text-align: center; font-weight: bold; }
.helptabel ul { margin-top: 0; margin-bottom: 0; }

.extra_tijdsregistratie { border: 2px solid #00ff00 !important; }

.linktabs { border-bottom: solid 2px #9ca300; padding: 0 0 0 1em; }
.linktabs a { display: inline-block; padding: .5em 1em .4em 1em; color: black; font-weight: bold; }
.linktabs a:hover { color: #005f7b; }
.linktabs a.actieve_tab { margin-bottom: -3px; border-style: solid; border-color: #9ca300 #9ca300 #c9c981 #9ca300; border-width: 2px; background-color: #c9c981; }