@charset "utf-8";

.ui-widget {
/*	font-size: 20px!important; */
}


#wrapper #container #inhoud ul, #wrapper #container #inhoud ol {
	font-size: 16px!important;
}
/* BEGIN -- Opmaak voor de contactknop (rechtsboven)  */
#contactBtnIngelogd{
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 24px;
	width: 100px;
	margin-right: 55px;
	border-radius: 0px 0px 5px 5px;
	background-color: #003F55;
	position: absolute;
	z-index: 99999;
	right: 0px;
	top: 0px;	/*background-color: #86BC24;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#contactBtn {
	/*text-align: center;*/
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 10px;
	height: 24px;
/*	width: 200px; */
	width: 100px;
	margin-right: 55px;
	border-radius: 0px 0px 5px 5px;
	background-color: #003F55;
	position: absolute;
	z-index: 99999;
	right: 0px;
	top: 0px;	/*background-color: #86BC24;*/
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#contactBtn a, #contactBtnIngelogd a{
	font-size: 15px;
	font-weight: 600;
	text-transform: uppercase;
	color: #FDFDFD;
	text-decoration: none;
}
#contactBtn a:hover, #contactBtnIngelogd a:hover{
	/*color: #86BC24;*/
	opacity:0.7;	
}
#contactBtn:hover, #contactBtnIngelogd:hover{
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#contactBtn .LoginBtn, #contactBtn .RegistreerBtn{
	margin-right: 5px;
	margin-left: 10px;
	width: 100px;
}
#contactBtnIngelogd .LogoutBtn{
	background-image: url(../2_images/icon-logout_wit.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#contactBtn .LoginBtn{
	background-image: url(../2_images/icon-inlog_wit.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
#contactBtn .RegistreerBtn{
	background-image: url(../2_images/icon-registreer_wit.png);
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
/* EINDE -- Opmaak voor de contactknop (rechtsboven)  */



/* BEGIN --  layout voor vraag en antwoord */
.questionAnswer {
	background-color: rgba(238,238,238,1);
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
.NoUnderline {
	text-decoration: none;	
}
/* EINDE -- layout voor vraag en antwoord */

/* BEGIN -- layout voor op de contactpagina */
.GoogleMaps {
	padding: 0px 0px 0px 72px;
	text-transform: uppercase;
	line-height: 62px;
	font-size: 12px;
	margin-top: 40px;
	display: block;
	background-image: url(../2_images/googlemaps.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/* EINDE -- layout voor op de contactpagina */


.FormLayout {
	width: 70%;
	border: 1px solid #86BC24;
	border-radius: 10px;
	padding: 10px;
}
.Label100 {
	display: inline-block;
	width: 100px !important;
}
.Label150 {
	display: inline-block;
	width: 150px !important;
}


/* ALGEMENE layout */
.WicoInfoBox {
	background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    margin: 2px;
    padding: 5px;
}
.WicoInfoBoxTitel{
	background-color: #86BC24;
    font-variant: small-caps;
	font-size: 20px;
    width: 100%;	
	color: #FFF;
}
.NormalList{
	padding-left: 30px !important;
}

/* BEGIN -- algemene opmaak */
#headerTitle h1{
	font-family: 'Gudea', sans-serif;
	font-size: 30px;
	color: #86BC24;
	font-weight: 700;
	
}
.Hidden {
	display: none;	
}
.NoBorder {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.UitlijnCentreer {
	text-align: center;
}
.GroenVstreep {
	color: #86BC24;
	font-weight: 600;
	margin-right: 10px;
	margin-left: 10px;
}
.LinkTerug { 	/*Opmaak van de teruglink */
	font-variant: small-caps;
}
.FloatLeft {
	float: left;
}
.FloatRight {
	float: right;
}
.vet
{
	font-weight:bold;
}

.RoodDoorstreept{
	color: #FF0004;
	text-decoration: line-through;	
}
.BlauwDoorstreept{
	color: #003F55;
	text-decoration: line-through;		
}
.ui-dialog .RoodDoorstreept{
	color: rgba(255,5,9,0.50)!important;
}
.ui-dialog .BlauwDoorstreept{
	color: rgba(0,65,181,0.50)!important;
}
.rood
{
	color:#7b2929 !important;
}
.rood9vet
{
	font-size:9px;
	font-weight:bold;
	color:#7b2929 !important;
	text-decoration:none;
}
.rood12
{
	font-size:12px;
	color:#7b2929 !important;
	text-decoration:none;
}
.rood14
{
	font-size:14px;
	color:#7b2929 !important;
	text-decoration:none;
}
.rood16
{
	font-size:16px !important;
	color:#7b2929 !important;
	text-decoration:none;
}
.rood18
{
	font-size:18px !important;
	color:#7b2929 !important;
	text-decoration:none;
}

.rood12vet
{
	font-size:12px;
	font-weight:bold;
	color:#7b2929 !important;
	text-decoration:none;
}
.rood14vet
{
	font-size:14px;
	font-weight:bold;
	color:#7b2929 !important;
	text-decoration:none;
}

.roodvet{
	font-weight:bold;
	color:#7b2929 !important;
}
.ErrorLabel {
	height: 13px!important;
	margin: 3px 3px 0px 10px!important;
	padding-top: 2px!important;
	color: rgb(222, 81, 48)!important;
	padding-left: 0px!important;
	font-family: Verdana, Geneva, sans-serif!important;
	font-size: 10px!important;
}
.LoginError{
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	border: 2px solid #86BC24;
	border-radius: 10px;
	text-align: center;
	padding-top: 13px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}
.DivColumn{
	clear: both;
	width: 100%;
	padding-top: 5px;
}
.ColumnLeft{
	margin-bottom: -15px;
	float: left;
	width: 50%;	
}
.ClearColumn {
	clear: both;
}
.DivRound{
	border: medium solid #000000;
	border-radius: 5px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	width: auto;
}
table thead{
	font-size: 14px;
	background:#e3edef;
	text-align:left;
}
.pdf_afdruk{
	text-align: center;
	margin-right: 100px;
	float: right;
}




/* ingave_kandidatuur -- SortTable */
#kandidatuur tbody {
	font-size: 0.9em;
}
#kandidatuur td{
	border-bottom: #DEDEDE 1px solid;
}
.dataTables_length{
	width: 40%;
	float: left;
	padding: 10px;
}

.dataTables_filter{
	width: 50%;
	float: right;
	text-align: right;
	padding: 10px;
}
.dataTables_info{
	width: 29%;
	float: left;
	padding: 10px;
}
.dataTables_paginate{
	width: 63%;
	float: right;
	text-align: right;
	padding: 10px;
}
#kandidatuur_previous, #kandidatuur_next {
	margin: 5px;
}
.fg-button {
	padding: 3px !important;
	margin: 2px !important;
}
#FormKDT .ui-state-default {
	color: rgb(0, 63, 85) !important;
}
#FormKDT a:hover {
	color: rgba(148,147,147,1.00) !important;
}
.tablebackground {
	background-color:#E4E4E4;
	border: 1px solid #CCC;
}
.LijnOnder {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}