.onlymobile
{
	display: none;
}
header
{
    z-index: 1000;
    width:  100%;
    position: relative;
	border-bottom: 1px solid #ccc;
}
#top
{
    color: #fff;
	background-color: #ffffff;
    margin:  0px auto;
	
}

#top > .pagecontainer
{
	display: flex;
	justify-content: space-between;
}

#logo
{
	width: 334px;
    position: absolute;
    top:  8px;
    height:  66px;
}


#topmenu, #topmenumob
{
	height: 20px;
    position: absolute;
    right:20px;
    top: 8px;
}
#topmenu ul li, #topmenumob ul li
{
	float: left;
	height: 20px;
}
#topmenu ul li a, #topmenumob ul li a
{
	font-size: 13px;
    color:  #111;
	display: inline-block;
	text-decoration: none;
	padding-left: 0;
	padding-right: 30px;
    line-height: 20px;
    font-weight: 600;
}
#topmenu ul li:first-child a
{
	padding-left:0;
}
#topmenu ul li:last-child a
{
	padding-right: 0;
}
#topmenu ul li a.selected, #topmenu ul li a:hover
{
	text-decoration: underline;
}
#stempelkiezerbovenkant
{
	width:540px;
	margin:auto;
}
#stempelkiezerbovenkant h3
{
	text-align: center;
	margin: 0;
	color: #E95F47;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 8px;
}
#stempelkiezerbovenkant td
{
    height:  75px;
    width:  180px;
    text-align: center;
	color:#E95F47;
    font-size:  12px;
    position:  relative;
    padding-top: 16px;
}
#stempelkiezerbovenkant td span
{
    position: relative;
    top:  10px;
}

#stempelkiezerbovenkant td i
{
    color: #E95F47;
    font-size:  50px;
}
#stempelkiezerbovenkant td i.fa-check
{
    color: white;
    font-size:  14px;
}
#stempelkiezerbovenkant td div
{
    position:  absolute;
    width:  180px;
    top: 0;
}
#stempelkiezerbovenkant td div.op
{
    color:  white;
    z-index:  2;
    line-height:  48px;
    font-weight:  bold;
    font-size:  14px;
}
#stempelkiezerbovenkant td div.inv
{
    color:  #E95F47;
}

#stempelkiezerbovenkant td.active div
{
	background-color:#E95F47;
	color:#fff;
	line-height:35px;
	font-size: 16px;
}

#stempelkiezerbovenkant ul
{
	list-style-type: none;
	display: -webkit-flex; /* Safari 6.1+ */;
	display: flex;
	justify-content: -webkit-space-between;
	justify-content: space-between;
}
#stempelkiezerbovenkant ul li 
{
	margin: 0;
	width:33.3%;
	position:relative;
    float: left;
}

#stempelkiezerbovenkant ul li.active div
{
	background-color:#E95F47;
	color:#fff;
	line-height:35px;
	font-size: 16px;
}
#stempelkiezerbovenkant ul li.active div.done
{
	/*box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.75);*/
}


#stempelkiezerbovenkant ul li div
{
	border-radius: 50%;
	width: 40px;
    height: 40px;
    background-color: #fff;
    border: 3px solid #E95F47;
	text-align:center;
	font-weight:bold;
	line-height:30px;
	color:#E95F47;
	margin:auto;
}
#stempelkiezerbovenkant ul li span
{
	display:block;
	text-align:center;
	color:#E95F47;
	margin:auto;
    font-size:  12px;
}
#stempelkiezerbovenkant ul li span.line
{
	border-top:1px solid #111;
	position:absolute;
	top:20px;
	width:120px;
	left: 120px;
}
#top2
{
	background-color: #ffffff;
    margin:  0px auto;
}


#top2 a
{
	color: #ffffff;
}

#top3
{
	height: 40px;
	background-color: #003c4c;
    margin:  0px auto;
    box-shadow: 0px 5px 8px 0px #888888;
}


h1 
{
    margin-bottom: 10px;
    margin-top: 0;
}

main
{
	min-height: 686px;
	background-color: #fff;
	position: relative;    
    padding-bottom: 40px;
    padding-top:  10px;
}


#hoofdmenu ul {
	float: left;
	transition: .5s;
	
}
#hoofdmenu > ul {
	display: table;
	width: 100%;
}
#hoofdmenu li {
	
	position: relative;
	list-style: none;
	transition: .5s;
	height: 40px;
	
}

#hoofdmenu > ul > li{
	display: table-cell;
	min-width: 45px;
	border-right: 4px solid #003c4c;
	
}


#hoofdmenu > ul > li.lihome
{
	width: 45px;
}

#hoofdmenu > ul > li:last-child{
border: 0;}

#hoofdmenu > ul > li > a:hover, #hoofdmenu > ul > li > a.selected
{
    background: url(/siteimg/bghmbutton.png) repeat-x;
	color: #fff;
}

#hoofdmenu > ul > li > a
{
	text-align: center;
}



#hoofdmenu > ul > li > ul li a.selected
{
	text-decoration: underline;
}

#hoofdmenu > ul > li > ul li
{
	width: 250px;
}


#hoofdmenu > ul > li > a {
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
	
#hoofdmenu a {
	display: block;
	text-decoration: none;
	padding: 0 15px;
	line-height: 40px;
	font-weight: bold;
}

#hoofdmenu > ul > li > a
{
	color: #fff;
	padding: 0;
}
#hoofdmenu > ul > li > ul > li a
{
	color: #454545;
	text-transform: none;
	letter-spacing: 1px;
}
#hoofdmenu ul ul {
	position: absolute;
	left: 0px;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	
	
}
	
#hoofdmenu ul ul ul {
	left: 100%;
	top: 0;
}
	
#hoofdmenu li:hover li {
	background-color: #f7f7f7;
	color: #454545;
}
	
#hoofdmenu li:hover > ul {
	visibility: visible;
	opacity: 1;
}		

#hoofdmenu > ul > li>a:not(:only-child):after {
	font-family: 'FontAwesome';
    content: '  \f078  '; 
	top: 0;
	right: 5px;
	position: absolute;
}

#hoofdmenu > ul > li li>a:not(:only-child):after {
	font-family: 'FontAwesome';
    content: '\f054'; 
	z-index:60;
	float: right;
}
/* ================== Einde Menu ================== */
#hoofdmenu > ul > li>a:not(:only-child)
{
	padding-right: 15px;
}


#main_content
{
	width: 100%;
	margin: auto;
	padding-top: 30px;
	padding-bottom: 16px;
}

#main_pagina
{
	background-color: rgba(255, 255, 255, 1);
	width: 1000px;
	margin: auto;
	padding-top: 30px;
	padding-bottom:  30px;
}

#main_pagina h1
{
	width: 300px;
	float: left;
}

#main_pagina #paginacontent > div
{
	width: 700px;
	float: right;
}
#main_pagina #paginacontent div.table
{
	display: table;

}

div.table
{
		margin-bottom: 20px;
}

#main_pagina #paginacontent div.td1, #main_pagina #paginacontent div.td2
{
	display: table-cell;
	vertical-align: top;
}

#main_pagina #paginacontent div.td1
{
	width: 400px;
	font-size: 15px;
}
#main_pagina #paginacontent div.td1 h1
{
	font-family: 'Bebas Neue';
	font-size: 29px;
}
#main_pagina #paginacontent div.td2
{
	width: 250px;
	padding-left: 50px;
	text-align: right;
}

#main_pagina #paginacontent div.td2 h2
{
	font-family: 'Bebas Neue';
	color: #F3A772;
	font-size: 24px;
	text-align: left;
}



#main_pagina #paginacontent div.td2 ul
{
	text-align: left;
	list-style: initial;
	font-family: 'Roboto Condensed';
	font-size: 17px;
	font-weight: bold;
	color: #F3A772;
	padding-left: 17px;
}

#contentrechts a
{
		color: #F3A772;
		text-decoration: none;
}

#contentrechts a:hover
{
		text-decoration: underline;
}

ul.normal, #paginacontent ul:not(.ilinklist)
{
	margin: 0;
	padding: 0;
	margin-left: 5px;
	padding-left: 10px;
	list-style-type:disc;
}

div.Ntooltip { position: relative !important; display: inline-block; top: -0.2em; left: 0.2em;}
div.Ntooltip:hover { z-index:1005;}
div.Ntooltip label { display: none !important; vertical-align: middle;}
div.Ntooltip label.error:not(.valid) {
    display: none !important;
    position: absolute;
    left:20px;
    background-color: #ccc;
    border: 1px red solid;
    color: #fff;
    font-size:10px;
	line-height: 20px;
}

label.error + div.errorImage, label.valid + div.errorImage  
{
    width: 14px;
    display:inline-block !important;
    height:10px;
    vertical-align: middle;
}
label.error + div.errorImage
{
	background:url(/siteimg/error.png) no-repeat 0px 0px;
	/*cursor: pointer;*/
    
}

label.valid + div.errorImage 
{
    background:url(/siteimg/v.png) no-repeat 0px 0px;
}


.tekst-wit
{
	color:  white;
}
.tekst-groen
{
	color: #238c00;
}
.tekst-rood
{
	color: #d00000;
}
.tekst-oranje
{
	color: #ff8e16;
}
.tekst-grijs
{
	color: #d5d5d5;
}
.tekst-zwart
{
	color: #444;
}
#tabledata table
{
	width: 600px;
	max-width: 100%;
}
#tabledata table tr td
{
	padding-top: 2px;
}
#tabledata table tr td.tdsubmit
{
    padding-top: 12px;
}
#tabledata table tr td:first-child {
		width:  200px;
}
#tabledata table tr td input {
		font-family: inherit;
}

tr.buttons td
{
	padding-top: 30px !important;
}

tr.buttons td:last-child 
{
	text-align: right;
}



.tbloverzicht
{
	width: 520px;
	font-size: 12px;
}
.tbloverzicht tr th
{
	font-weight: bold;
	text-align: right;
	
}
.tbloverzicht tr > td:first-child 
{
	width: 40%;
	font-weight: bold;
}
.tbloverzicht tr td + td
{
	text-align: right;
	width: 30%;
}

footer
{
	min-height: 50px;
    position: relative;
}

#bottom, footer
{
	background-color: #F3A772;
	color:#ffffff;
}
#bottom, #bottom a
{
	position: relative;
    text-align: center;
	margin: auto;
	border: 0;
	/* border-top: 1px solid ; */
	width: 1000px;
	line-height: 50px;
    font-size:  11px;
	color: white;
}
#bottomrowcontainer
{
	margin: auto;
	border: 0;
	/* border-top: 1px solid ; */
	width: 1000px;
	display: table;
	table-layout: fixed;
}
#bottomrow
{
	display: table-row;
}
#bottomrow > div
{
	display: table-cell;
	padding-left: 14px;
	vertical-align: top;
	width: 186px;
}
#bottomrow > div:first-child
{
	padding-left: 0;
}
#bottomrow > div:last-child
{
	color:#ffffff;;
	
	border-right: 0;
	padding: 0;
}

#bottom ul li
{
	list-style: none;
	font-size: 14px;
	color: #eae9df;
}
#bottom ul li:first-child
{
	font-weight: bold;
	margin-bottom:10px;
	font-size: 16px;
	font-weight: bold;
	color: #b9b7a6;
	text-transform: uppercase;
}
#bottom ul li a
{
	color: #eae9df;
	text-decoration: none;
}
#bottom ul li a:hover
{
	text-decoration: underline;
}

#tabelcontainer
{
	display: table;
	width: 100%;
}

#submenulinks
{
	width: 160px;
	min-height: 450px;
	display: table-cell;
	padding: 0;
	margin: 0;
	padding-left: 12px;
	vertical-align: top;
}

#submenulinks > ul > li
{
	border-top: 1px solid #cbd5d6;
	line-height: 32px;
	font-size: 16px;
	position: relative;
	
}

#submenulinks > ul > li:last-child{
	border-bottom: 1px solid #cbd5d6;
}

#submenulinks > ul > li>a:not(:only-child):after {
	background: url(/siteimg/sub-down.png) no-repeat;
    content: "";
    top: 8px;
    right: 10px;
    position: absolute;
    width: 16px;
    height: 16px;
}

#submenulinks > ul > li>a:only-child:after {
	background: url(/siteimg/sub-min.png) no-repeat;
    content: "";
    top: 8px;
    right: 10px;
    position: absolute;
    width: 16px;
    height: 16px;
}

#submenulinks ul li a
{
	display: block;
	text-decoration: none;
}

#submenulinks > ul > li > a
{
	
	color: #56797c;
	text-transform: uppercase;
	font-weight: bold;
	
}

#submenulinks > ul > li ul li a
{
	font-size: 14px;
	color:#8e8a8b;
}

#submenulinks ul li ul li a.selected
{
	color: #111;
	font-weight: bold;
}

#submenulinks > ul > li > ul li
{
	padding-left: 5px;
	line-height: 28px;
}


#contentrechts
{
	display: table-cell;
	padding-left: 38px;
	padding-right: 38px;
	padding-bottom: 26px;
	vertical-align: top;
}
.bottombuttons{
	margin-top: 20px;
	max-width: 100%;
	display: flex; 
	justify-content: space-between;
}

#taalkeuze li.active a{
	text-decoration: underline !important;
}
#codekiezer
{
	
	padding:10px;
    margin-top:  20px;
}

#codekiezer input.codeinputs
{
	width:100px;
    border-radius: 5px;
    margin: 10px;
	margin-left:  0;
}
#codekiezer input.codeinputs
{
	font-size:24px;
	padding:2px;
	border:2px solid rgba(204, 204, 204, 0.1);
    box-shadow: 0px 2px 2px 0px #888888;
	
}

div.nawinput{
	width: 650px;
	max-width: 100%;
	float: left;
}

div.nawinput label, div.nawinput input[type='text'], div.nawinput input[type='email']
{
	border: 0;	
	display: inline-block;
	line-height: 30px;
	padding: 0;
	
	margin: 2px 0;
	
	
}
div.nawinput label
{
	background-color: #fff;
	width: 200px;	
	border-right: 0;
}
div.nawinput input[type='text'], div.nawinput input[type='email']
{
	padding-left: 10px;
	width: 300px;
	border-left: 0;
    border: 1px solid #888888;
}

div.nawinput input[type='text'].error, div.nawinput input[type='email'].error
{
	background-color: rgba(255, 0, 0, 0.05);
	border-color: red;
}

div.lnawinput a.fancybox.info{
    color: #fff;
    line-height: 30px;
    background-color: #ccc;
    padding: 2px;
}

div.nawinput select
{
	display: inline-block;
	line-height: 30px;
	width: 300px;
	margin: 2px 0;
	margin-left: -4px;
	padding: 0;
	padding-left: 0px;
	padding-left: 10px;
	height: 30px;
	border: solid 1px #888;
}

div.nawinput span.avgtekst{font-size: 12px; padding-left: 5px;}

div.svgdata {
	width:  350px;
	float: right;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: 0;
}
h2
{
    margin-top:  14px;
    margin-bottom: 4px;
}
.nonselectedbadge {
    padding: 5px 7px;
    color: #111;
    background-color: #fff;
    border-radius: 0;
    border:  solid 1px #F3A772;
}
