@charset "UTF-8";


/*
kleuren
#0094cf;
#eef7fc;
#69c6e2;
#0067b0;
*/

.popup {
	font-weight: 400;
}

.popup .content {
	min-height: 25% !important;
    max-height: 65% !important;
}

.popup label span {
	margin-right: 5px;
}

.popup label span#lblTextModal {
	/*color: red;*/
	width: auto;
	height: auto;
	border: none;
	border-radius: 0px;
}

.popup label span#lblTextModal i {
	display: none;
}

.wrapper-notify-cookies {
	padding: 10px 20px; 
	background-color: #e3f3ff;
	color: #4c5256;
	font-weight: 400;
}

.wrapper-inner-notify-cookies .text {
	text-align: left;
	padding-top: 6px;
	line-height: 1.2;
}

.wrapper-inner-notify-cookies .button .field {
	padding-top: 1px;
}

@media only screen and (max-width: 767px) {	
	.wrapper-inner-notify-cookies .button {
		padding-top: 15px;
	}

}

.wrapper-inner-notify-cookies .button .btn a, .popup .btn a {
	font-size: 14px;
}
.wrapper-inner-notify-cookies .button .btn:hover, .popup .btn:hover {
	background: #005897;
}

.wrapper-notify-cookies.active { display: none; }