@import "../../css/flash.css";
:root {
	--main-color: #484690;
}
body {
    -webkit-text-size-adjust: 100%;
	color:#555555;
	font-family:Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
	font-size:1em;
	margin:0;
    position:absolute;
    height:100%;
    width:100%;
}

a {
	color:#555555;
	/*float:right; */ /* Dat lijkt me geen goed plan :') */
	margin-top:10px;
	text-decoration:none;
}

.highlight-text{
	color: var(--primary);
	font-weight: bold;
}
.highlight-text:hover{
	color:var(--primary-lighter);
}
input:focus, select:focus, textarea:focus, button:focus, div {
	outline:none;
}

h3 {
	color:#009FE3;
	text-transform:uppercase;
}

#divHolder {
	background-color:#fff;
}

.imgMin {
	display:none;
}
#divHeader {
	padding-top: 25px;
}

	#divHeader img {
		margin-left: 100px;
		max-width: 300px;
		max-height: 300px;
	}

#divHeaderLogoIZM img {
	width:480px;
}


#divHeaderKnoppen {
	cursor: pointer;
	background-color: red;
	width: 80px;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
	color: white;
	font-size: 13px;
	margin-top: 25px;
	margin-right: 25px;
	float: right;
}

	#divHeaderKnoppen A {
		width: 100%;
		height: 100%;
		color: white;
	}
#divHeaderDuikertje {
	float:left;
}

#divHeaderDuikertje img {
	margin-left:20px;
	width:125px;
}

#divHeaderDuikertje {
	float:left;
}

#divHeaderDuikertje img {
	margin-left:20px;
	width:125px;
}

#divHeaderHome {
	background-color:var(--main-color);;
	cursor:pointer;
	float:left;
	margin-left:30px;
	margin-top:20px;
	margin-right:3px;
	width:52px;
}


#divHeaderZoeken {
	color: #fff;
	height: 56px;
	margin-top: 20px;
	position: relative;
}

/* menun */

#menuOpenerMobiel {
	display:none;
}

#ulMenu {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	display: flex;
	
	height: 56px;
}

	#ulMenu li a {
		color: #fff;
	}

	#ulMenu li {
		background-color: #169fdb;
		border-right: 1px solid #fff;
		cursor: pointer;
		min-height: 39px;
		padding-top: 17px;
		text-align: center;
		float: left;
		flex: 1;
	}

		#ulMenu li:hover {
			background-color: var(--main-color);
		}

.ulSubmenu {
	border-top: solid 1px white;
	display: none;
	list-style: none;
	margin: 0 0 0 -1px;
	padding: 0;
	height: 0px;
	margin-top: 19px;
}

	.ulSubmenu li {
		background-color: #605eac !important;
		border: 1px solid #fff;
		border-top: none;
		height: auto;
		min-height: 29px;
		width: calc(100% - 1px) !important;
		display: block !important;
		animation:rotateZ 1s;
	}

		.ulSubmenu li:hover {
			background-color: #28BAF1 !important;
		}

		.ulSubmenu li li {
			background-color: #E4E4E3 !important;
			color: #999;
		}

			.ulSubmenu li li:hover {
				background-color: #E4E4E3 !important;
				color: #999;
			}

#divHeaderFooterKnoppen{
	display:none;
}

#divContent {
	margin:80px auto 0 auto;
	width:95%;
}

#divFormulier {
	float:left;
	width:100%;
}

#divSubmenuHeader, .divSubmenuHeader {
	background-color:#009FE3;
	color:#fff;
	height:46px;
	font-size:1.5em;
	margin-bottom:35px;
	vertical-align:middle;
}

#divSubmenuHeaderTitel, .divSubmenuHeaderTitel {
	margin-top:8px;
	float:left;
	text-transform:uppercase;
}

#divSubmenuHeader img, .divSubmenuHeader img {
	float:left;
	margin:7px 20px 7px 10px;
	width:32px;
}

.landscapemelding {
	text-align:center;
	width:100%;
	background: #f0f0f0;
	padding: 5px;
	box-sizing: border-box;
}

.divFormHolder {
	margin:0px 0 15px 0;
}
.divFormHolderHalf {
	width:50%;
}
.divFormHolder a {
	float:none;
}

#divHeaderFooter {
	background-image:url('../images/HeaderFooter.png');
	background-repeat:repeat-x;
	float:left;
	height:52px;
	margin-top:-47px;
	position:relative;
	width:100%;
	z-index:-1;
}

#divPasfoto {
	background-color:#F6F6F6;
	float:left;
	height:272px;
	overflow:hidden;
	width:221px;
}

#divPasfoto .wand {
	margin:12px 0 0 12px;
	cursor:pointer;
	position:absolute;
	width:25px;
}

#divLesgegevens {
	float:left;
	margin-left:30px;
	width:calc(100% - 510px);
}

.divForm {
	display:flex;
	margin-bottom:10px;
	width:100%;
}

.divFormHeader, .divForm label:first-child {
	background-color:#B9E6FB;
	color:#00ADEE;
	font-weight:bold;
	text-transform:uppercase;
	min-height:21px;
	padding:9px 10px 7px 10px;
	margin-right:15px;
	width:270px;
}

.divFormInput {
	width:100%;
}

.divFormInputText, .divFormTekst {
	padding: 8px 0 0 0;
}

.divFormInput #bic {
	vertical-align: middle;
    line-height: 37px;
}

#divInstructeur, #divLeerling {
	background-color:#F6F6F6;
	float:left;
	width:240px;
}

#divInstructeurFoto, #divLeerlingFoto {
	height:174px;
	padding:10px 0 20px 0;
}

.pasfoto  {
	float:left;
	width:144px;
}

.divPasfoto {
	float:left;
	overflow:hidden;
	height:190px;
	width:144px;
}

.divPasfoto img {
	margin-top:10px;
	width:144px;
}

#divLeerling .divPasfoto {
    margin-left:47px;
}

#divInstructeur .links, #divInstructeur .rechts {
	cursor:pointer;
	float:left;
	width:25px;
}

#divInstructeur .links {
	margin:95px 5px 0 17px;
}

#divInstructeur .rechts {
	margin:95px 0 0 5px;
}

#divInstructeurTitel, #divLeerlingTitel {
	background-color:#EC8A23;
	color:#fff;
    font-weight:bold;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
}

#divInstructeurNaam, #divLeerlingNaam {
	padding:10px 0 10px 0;
	text-align:center;
}

#divLeerlingNaam img {
    width:15px;
}

#divScoreLegenda {
	margin-top:30px;
}

#divScoreLegenda div {
	float:left;
	margin-right:30px;
}

#divScoreLegenda div img {
	margin-right:10px;
	width:32px;
}

.divFormHolderGroot {
	width:100%;
}

.divFormHolderGroot .divFormHolderHeader {
	width:calc(100% - 10px);
}

.divFormHolderInklap {
    margin-bottom:25px;
}

.divFormHolderInklap .divFormInklapHolder {
	display:none;
	margin-bottom:30px;
    padding-top:20px;
}

.divFormHolderHeader {
	background-color:var(--main-color);;
	color:#fff;
	cursor:pointer;
    font-weight:bold;
	padding:10px 0 10px 10px;
	text-transform:uppercase;

}

.divFormHolderHeader img {
	float:right;
	margin-right:10px;
	margin-top:-6px;
	width:32px;
}

.ulOnderdelen {
	 -moz-columns:3;
	 -webkit-columns:3;
	 columns:3;
	 list-style:none;
	 margin:15px 0 0 0;
	 padding:0;
}

.ulOnderdelen li {
	background-color:#B9E6FB;
	cursor:pointer;
	color:#00ADEE;
	font-weight:bold;
	margin-top:10px;
	padding:8px 0 8px 10px;
	text-transform:uppercase;
	font-size: 0.9em;
}

.ulOnderdelen li:first-child {
    margin-top:0;
}

.ulOnderdelen li img {
	float:right;
	margin-top:0.5px;
	margin-right:15px;
	width:25px;
}

.ulOnderdelen .liLeeg {
	cursor:initial;
}

#divOnderdeelOmschrijving {
	border:2px solid #B9E6FB;
    line-height:22px;
    margin-top:15px;
    margin-bottom:30px;
	padding:10px;
	display:none;
}

#divOnderdeelOmschrijving strong {
	color:#00ADEE;
	text-transform:uppercase;
}

#divOnderdeelOmschrijving img {
    display:none;
}

.divOnderdeelOmschrijvingSluit {
    display:block !important;
	float:right;
	width:16px;
	cursor: pointer;
}

.tabScores {
	border-collapse:collapse;
	margin-top:30px;
	width:100%;
}

.tabScores thead {
	padding-bottom:15px;
}

.tabScores thead th {
	background-color:#F68B1F;
	border-bottom:5px solid #fff;
	border-right:5px solid #fff;
	color:#fff;
	text-transform:uppercase;
}

.tabScores thead th:nth-last-child(2) {
    border-right:0 !important;
}

.tabScores thead td {
	background-color: #F68B1F;
}

.tdNavLinks, .tdNavRechts {
	padding-right:10px;
	width:35px;
}

.tdNavRechts {
	padding-right:0;
	width:29px;
}

.tdNavLinks img, .tdNavRechts img {
	cursor:pointer;
	float:right;
	width:25px;
}

.tabScores tbody th {
	background-color:#B9E6FB;
	border-bottom:1px solid #fff;
	border-right:5px solid #fff;
	color:#00ADEE;
	font-weight:normal;
	text-align:left;
	padding:10px 0 10px 10px;
}

.tabScores th:last-child, .tabScores td:last-child {
    border-right:0;
}

.thLes {
	text-align:left;
	padding:10px 0 10px 10px;
	width:160px;
}

.tdScore {
	border-right:1px solid #B9E6FB;
	border-bottom:1px solid #B9E6FB;
	text-align:center;
}

.tdScore:last-child {
	border-right:0;
}

.tdScore img {
	width:40px;
}

#divTabelFooter {
	margin-top:30px;
	margin-bottom:30px;
}

#divTabelFooterLinks {
	float:left;
    padding-left:8px;
	width:50%;
}

#divTabelFooterLinks .inputForm {
	width:50px;
}

#divTabelFooterRechts {
	float:right;
    padding-top:2px;
	text-align:right;
	width:50%;
}

#divTabelFooterRechts a {
	margin-left:10px;
}

#divTabelFooterRechts img {
    width:30px !important;
}

.inputForm {
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:1px solid #D7D7D7;
	border-radius:0 !important;
	box-sizing:border-box;
	background-color:#fff;
	color:#555555;
	height:37px;
	padding-left:10px;
	width:100%;
	padding-top:-5px;
    font-family:Trebuchet, Trebuchet MS, Tahoma, Arial, sans-serif;
    font-size:1em;
}

.inputOverig {
    margin-top:10px;
}

textarea.inputForm {
	height:150px;
	padding-top:3px;
}

select.inputForm {
    -moz-appearance:none;
	background: #fff url('../images/selectarrow.png') no-repeat;
	background-size: 20px;
	background-position:  right 10px center;
}
.inputFile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.inputFile + label {
	background:#009FE3;
	color:white;
	height:18px;
	display:block;
	width:150px;
	padding-bottom:10px;
	padding-top:9px;
	text-align:center;
	font-size:0.9em !important;
}

.inputFile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.inputFormHalf {
	float:left;
	width:47%;
}

.divFormStreepje {
	float:left;
	padding-top:6px;
	text-align:center;
	width:6%;
}

select.selectGroot {
	background: #fff no-repeat;
}

#divHolderLinks {
	float:left;
	margin-right:2.5%;
    margin-bottom:15px;
	width:47.5%;
}

#divHolderRechts {
	float:left;
	margin-left:2.5%;
    margin-bottom:15px;
	width:47.5%;
}

#divHolderLinks .divFormHolder, #divHolderRechts .divFormHolder {
	width:100%;
}

.tabOverzicht {
	border-collapse:collapse;
	width:100%;
}

.tabOverzicht th {
	background-color:var(--main-color);;
	border-right:2px solid #fff;
	color:#fff;
	padding:10px;
	text-align:left;
	vertical-align:top;
}

.tabOverzicht th:last-child {
	border-right:0;
}

.tabOverzicht th a {
	color:#fff;
	text-decoration:none;
}

.tabOverzicht td {
	border-right:2px solid #fff;
	border-top:2px solid #fff;
	padding:10px;
}

.tabOverzicht td:last-child {
	border-right:0;
}

.tabOverzicht tr:nth-child(even) {
	background:#F6F6F6;
}

.tabOverzicht .tdBlauweBorderTop {
	border-top:2px solid #009FE3;
}

	.tabOverzicht .tdIcon, .tabLijst .tdIcon {
		padding: 8px 0 0 15px
	}

		.tabOverzicht .tdIcon img, .tabLijst .tdIcon img, .imgButton {
			cursor: pointer;
			margin-right: 13px;
			height: 25px;
			width: auto;
		}

.submitKnop {
	-webkit-appearance:none;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-moz-appearance:none;
	background-color:#009FE3;
	border:0;
	border-radius:0;
	color:#fff;
	cursor:pointer;
	margin-top:10px;
	margin-left:0;
	min-width:90px;
	padding:8px 10px;
	text-align:center;
	min-width:100px;
	width:auto;
	font-family: inherit;
	font-size:0.9em;
}

a.submitKnop {
	display: inline-block;
}

/* checkbox*/

input[type="checkbox"], input[type="radio"] {
	display:none;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin-top:7px;
    display:inline-block;
	white-space:nowrap;
}

input[type="checkbox"] + label span, input[type="radio"] + label span {
	background-image:url('../images/checkboxleeg.png');
	background-repeat:no-repeat;
	background-position:top left;
	background-size:auto 20px;
	cursor:pointer;
	display:inline-block;
	height:20px;
	margin-right:10px;
	margin-top:0;
	vertical-align:top;
	width:20px;
}

input[type="checkbox"]:checked + label span, input[type="radio"]:checked + label span {
	background-image:url('../images/checkboxcheckedGroot.png');
}
input[type="checkbox"]:disabled + label span, input[type="radio"]:disabled + label span {
	background-image:url('../images/checkboxleegDisabled.png');
}
input[type="checkbox"]:checked:disabled + label span, input[type="radio"]:checked:disabled + label span {
	background-image:url('../images/checkboxcheckedGrootDisabled.png');
}
input[type="text"]:disabled {
	background-color: #F6F6F6;
}

/* Deze heb ik in eerste instantie voor mobiel gemaakt. */
.divPopUpBG {
	background: black;
	filter: alpha(opacity=50);
	opacity: 0.5;
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.divPopUp {
	position: fixed;
	top:5%;
	left:5%;
	width:70%;
	background:white;
	padding:2%;
	box-sizing: border-box;
	overflow: auto;
	border: 2px solid #D7D7D7;
}
.divPopUp .divPopUpContent{
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	overflow: auto;
}
.divPopUp .divPopUpFooter{
    margin-top:35px;
	width: 100%;
}

.divPopUp .submitKnop{
	margin-top: 0;
}

.ulKiesSmiley {
	-moz-columns:4;
	-webkit-columns:4;
	columns:4;
	list-style:none;
	margin:0;
	padding:0;
}
	.ulKiesSmiley li span {
		position: relative;
		top:10px;
	}

.ulTaal {
	-moz-columns:3;
	-webkit-columns:3;
	columns:3;
	list-style:none;
	margin:0;
	padding:0;
}

.ulTijden {
    margin:0;
    padding:0;
    list-style:none;
}

.divMededeling {
    margin-bottom:35px;
    width:50%;
}

.divMededeling a {
    text-decoration:underline;
}

#ulMenu li.liUitloggen {
    display:none;
}

.AlleenOpTablet {
    display:none;
}

.divExtraInfo {
    margin-bottom:27px;
    padding:8px;
}

.divExtraInfo h3 {
    margin-top:0;
}

.divExtraInfoGrijs {
    background-color:#F6F6F6;
    padding-bottom:15px;
}

.ui-tooltip{
	padding:10px 30px 10px 10px !important;
    background-color:#fff !important;
}

.ui-tooltip {
    background-color:#fff !important;
 }

.tooltip {
	border:1px solid #D7D7D7 !important;
    border-radius:0 !important;
    background-color:#fff !important;
    box-shadow:none !important;
    color:#555555 !important;
    font-size:1em !important;
}

.h3Lestijden {
    margin-bottom:38px;
    margin-top:0;
}

.tdUur input[type="checkbox"] + label span {
    margin-right:0;
    padding-bottom:5px;
}

.aTooltipSluiten {
    position:absolute;
    right:10px;
    top:2px;
}

.aTooltipSluiten img {
    width:16px;
}

.divYouTube {
    float:right;
    margin-left:40px;
    text-align:right;
}

.iframeYouTube {
    height:315px;
    width:560px;
}

.thScore a {
    color:#fff !important;
}

.tdExtraRuimte {
    padding-bottom:8px;
}

.divTablet {
    display:none;
}

.divComputer {
    display:block;
}

#thMaximaal {
    width:80px;
}

#thMaximaalStaand {
    display:none;
}

.imgGoogleMaps {
    left:3px;
    margin-top:-1px;
    position:absolute;
    width:19px;
}

.divInstructeurMobiel {
    display:none;
}

@media only screen and (max-width:1600px) {
    .divFormHolderHalf {
        width:100%;
    }

    #ulMenu li {
        width:16.5%;
    }
    
}


li.knopAan {
	background-color: var(--main-color) !important;
}

.divFormHolderHeaderAanmelden {
    background-color: var(--main-color);;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
}

#imgFunsite {
     display:inline;
     margin-right:15px;
}

#divFunsite {
    margin-top:35px;

}

.imgFunsite {
    height:105px;
}

#imgFunsiteMobiel {
    height:auto;
    width:100%;
}

#divMededelingAantal {
	background-color: #484690;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	height: 30px;
	margin-left: 5px;
	width: 30px;
	position: absolute;
	top: 10.3px;
}
#divMededelingAantal:hover{
	background-color:#169fdb;
}

	#divMededelingAantal p {
		margin-top:5px;
	}

@-moz-document url-prefix() {
    #divMededelingAantal {
        padding-top:2px;
        top:14.3px;
    }
}

#menuOpenerMedeling {
    display:none;
}

.alert, .melding, .letop {
	position: fixed;
	bottom:0px;
	height:auto;
	background: #F13C00;
	color:white;
	width:100%;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}
.melding {
	background: #1AC531;
}
.letop {
	background: #EC8A23;
}

/* Knoppen voor WSAG */

.divKnoppenRechtsboven {
	margin: 0 25px 0 0;
	position: fixed;
	right: 0;
	top: 0;
	background-color: #484690;
	padding: 5px 10px 5px 10px;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	max-height: 38px;
	padding: 0 10px 5px 10px;
}

.knoprechtsboventab {
	height: 100%;
	margin: 0 10px 0 0;
	list-style-type: none;
}

	.knoprechtsboventab img {
		max-height: 28px;
		max-width: auto;
		margin-top: 10px;
	}

	.knoprechtsboventab.contrast img {
		max-width: 28px;
	}

	.knoprechtsboventab.margin img {
		margin-top: 15px;
	}

.divKnoppenRechtsboven img {
	cursor: pointer;
	width: 38px;
}

.divKnoppenRechtsboven #aTaal {
	width: 38px;
	height: 38px;
	color: #e6e6e6;
	font-size: 1.6em !important;
	text-align: center;
	float: left;
	cursor: pointer;
	margin: 0;
}

.divKnoppenRechtsboven li {
	float: left;
}

.divKnoppenRechtsboven #aTaal:hover {
	background: #e4e4e3;
}

.divKnoppenRechtsboven #aTaal span {
	margin-top: 5px;
	display: block;
}


.divKnoppenRechtsboven #talenUl {
	display: none;
	background: #fff;
	position: relative;
	padding: 0px 5px;
	list-style: none;
	color: #000;
	font-size: 1.1em;
	text-align: center;
	border: 1px solid #000;
	border-top: 1px solid #fff;
}

.divKnoppenRechtsboven #imgLettergrote {
	height: 10px;
	width: auto;
	margin-left: auto;
	margin-right: auto;
}

.divKnoppenRechtsboven #aLettergrote :hover {
	opacity: 0.9;
}


.divKnoppenRechtsboven #talenUl li {
	padding: 2px 0;
	cursor: pointer;
	position: relative;
}

	.divKnoppenRechtsboven #talenUl li span {
		position: absolute;
		left: 17px;
		top: 2px;
	}

	.divKnoppenRechtsboven #talenUl li img {
		position: relative;
		top: 2px;
		left: 12px;
		width: 25px;
	}

	.divKnoppenRechtsboven #talenUl li:not(:last-child) {
		border-bottom: 1px solid #000;
	}

	.divKnoppenRechtsboven #talenUl li:hover {
		background: #e4e4e3;
	}

/* Hoog contrast */

.bodyHoogContrast #ulMenu .knopAan, 
	.bodyHoogContrast #ulMenu li,
	.bodyHoogContrast #divSubmenuHeader,
	.bodyHoogContrast #divLeerlingTitel,
	.bodyHoogContrast .divFormHeader,
	.bodyHoogContrast #divInstructeurTitel,
	.bodyHoogContrast #divScoreBalkScore,
	.bodyHoogContrast .thLes,
	.bodyHoogContrast .thScore,
	.bodyHoogContrast .tabScores tbody th,
	.bodyHoogContrast .divForm label:first-child,
	.bodyHoogContrast .divFormHolderHeader,
	.bodyHoogContrast .ulOnderdelen li,
	.bodyHoogContrast .submitKnop,
	.bodyHoogContrast .tabOverzicht thead th,
	.bodyHoogContrast .tabOverzicht thead td,
	.bodyHoogContrast .divSubmenuHeader,
	.bodyHoogContrast .divFormHolderHeaderAanmelden,
	.bodyHoogContrast .inputFile + label,
	.bodyHoogContrast .tabOverzicht tbody td:before,
	.bodyHoogContrast .tabOverzicht tbody .before
{
	background-color:#000 !important;
	color:#fff !important;
}

.bodyHoogContrast #divOnderdeelOmschrijving {
	border-color:#000;
}


.bodyHoogContrast #divScoreBalk, .bodyHoogContrast .inputForm {
	border: 1px solid #000;
}

.bodyHoogContrast .tdBlauweBorderTop {
	border-top: 2px solid #000;
}

.bodyHoogContrast h3,
.bodyHoogContrast a,
.bodyHoogContrast #divOnderdeelOmschrijving strong
{
	color:#000 !important;
}

.bodyHoogContrast #ulMenu li a {
	color:#fff !important;
}

.bodyHoogContrast .tdScore {
	border-right: 1px solid #000 !important;
    border-bottom: 1px solid #000 !important;
}

.bodyHoogContrast #ulMenu li:nth-last-child(2), .bodyHoogContrast #ulMenu li:last-child {
	border-right:1px solid #000 !important;
}

.bodyHoogContrast .tabScores thead th {
	background-color: #000 !important;
}

.bodyHoogContrast .tabScores thead th a {
	color: #fff !important;
}

/* Groot lettertype */

.bodyGrootLettertype .divFormHeader,
	.bodyGrootlettertype .divForm label:first-child
{
	padding-top: 7px;
}

.divButtons {
	padding-top: 20px;
	padding-bottom: 35px;
}

.divButtonsTop {
	padding-top: 0;
}

.divButtonsExtrRuimte {
	padding-top: 35px;
}

.divButtonsOnderCheckbox {
	padding-top: 14px;
}

.divButtonsExtraRuimte {
	padding-top: 25px;
}
h3 + .divButtons {
	padding-top: 0;
}
.divForm + .divButtons {
    margin-top: -10px;
}
.divButtons + h3 {
    margin-top: 0;
}
.divFormInklapHolder .divButtons {
	padding-bottom: 0;
}

.field-validation-valid {
	display: none;
}

::-webkit-scrollbar {
	width: 10px;
}

::-webkit-scrollbar-thumb {
	background: #484690;
	border-radius: 15px;
}

	::-webkit-scrollbar-thumb:hover {
		background: #555;
	}
@keyframes rotateZ {
	0% {
		opacity: 0;
		transform: translateZ(290px);
	}

	50% {
		transform: translateZ(10px);
	}

	100% {
		opacity: 1;
		transform: translateZ(0);
	}
}
#submitKnopIBAN:disabled {
	background-color: var(--greyscale);
	color: var(--dark);
	cursor: not-allowed;
}