* {
	box-sizing						: border-box;
	margin							: 0;
}

html {
	overflow-x						: hidden;
}

body {
	margin							: 0;
	max-width						: 100%;
	overflow-x						: hidden;
}

a {
	text-decoration					: none;
}

img {
	image-orientation				: from-image;
}




/*============== SITE ====================================================*/

.site {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: column;
	flex-direction					: column;
	
	position						: relative;
	bottom							: 100%;
	left							: 0;
	top								: 0;
	
	height							: 100%;
	min-height						: 100%;
	min-height						: 100vh;
	min-width						: 100%;

	z-index							: 1;
}

.site-uitklap {
	box-shadow						: 0 0 5px 5px rgba(0,0,0,0.25);
	transition						: left 0.25s ease-in;
}

.body-disabled,
.body-uitklap {
	overflow						: hidden !important;
	position						: fixed;
}

.body-disabled {
	width							: 100%;
	height							: 100%;
}

.site-header {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: column;
	flex-direction					: column;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: center;
	justify-content					: center;
}

.site-submenu {
	-webkit-box-flex				: 1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1;	/* OLD - Firefox 19- */
	-ms-flex						: 1;	/* IE 10 */
	-webkit-flex					: 1;	/* NEW - Chrome */
	flex							: 1;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.site-submenu h2 {
	margin-bottom					: 1.25em;
}

.site-submenu ul {
	list-style						: none;
	margin							: 0;
	padding							: 0.625em 1.25em;
	text-align						: center;
}

.site-submenu li {
	display							: inline-block;
	padding							: 0 1.25em;
	font-weight						: normal;
}

.site-submenu li hr {
	border							: 0;
	margin							: 0.3em 0 0.3em 25%;
	
	height							: 1px;
	width							: 50%;
	
	text-align						: center;
}

.site-submenu li:last-of-type hr {
	display							: none;
}

.site-submenu li a {
	display							: block;
	text-decoration					: none;
}

.site-submenu li a:hover {
	
}

.site-submenu li a.actief {
	cursor							: default;
}




/* ============== 404 ============================================== */

.error404 {
	background-image				: url("../img/error-404.png");
	background-color				: rgb(6,199,202);
	background-repeat				: no-repeat;
    background-position				: left center;
    background-size					: cover;
    
    font-size						: 2rem;
    font-weight						: 300;
    text-align						: center;
	color							: rgb(255,255,255);
	
	margin							: 1em;
	padding							: 2em;
}



/*============== CONTENT =================================================*/

.site-content {
	box-sizing						: border-box;
	margin							: auto;
	width							: 100%;
	
	-webkit-box-flex				: 1 0 auto;		/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 auto;		/* OLD - Firefox 19- */
	-ms-flex						: 1 0 auto;		/* IE 10 */
	-webkit-flex					: 1 0 auto;		/* NEW - Chrome */
	flex							: 1 0 auto;		/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.main-content {
	-webkit-box-flex				: 4;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 4;	/* OLD - Firefox 19- */
	-ms-flex						: 4;	/* IE 10 */
	-webkit-flex					: 4;	/* NEW - Chrome */
	flex							: 4;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.volledigbreed,
.main-content section.volledigbreed {
	max-width						: 100%;
	width							: 100%;
}

.maxcontentbreedte,
.main-content section,
.volledigbreed section {
	max-width						: 1920px;
	width							: 100%;
    margin							: auto;
}

.fullwidth {
	width							: 100%;
}

/*============== COLLAPSABLES =============================================*/

.collapsable {
	width							: 100%;
	float							: none;
}

.collapsable[collapsable-data-bodyclick="true"] .collapsable-body,
.collapsable-header {
	cursor							: pointer;
}

.collapsable-header > span {
	margin-right					: 0.625em;
}

.collapsable .inputregel_label {
    width							: 100%;
}




/*============== FOOTER ==================================================*/

.site-footer {
	height							: auto;
	margin-top						: 1.25em;
}

.site-footer section {
	margin							: auto;
	width							: 100%;
}

.footer-copyright div {
    margin							: 0 0.625em;
}




/*============== MOBILE NAV ==============================================*/

.mobile-nav {
	display							: none;
	
	height							: 100%;
	width							: 100%;

	position						: fixed;
	bottom							: 0;

	left							: 50px;
	right							: 0;
	top								: 0;
	
	list-style						: none;
	overflow						: scroll;
	z-index							: 0;
}

.mobile-nav h2 {
	font-weight						: normal;
	margin							: 0.625em;
}

.mobile-nav ul {
	list-style						: none;
	margin							: 1.25em 0 0 0;
	padding							: 0;
}

.mobile-nav li {
	font-weight						: normal;
}

.mobile-nav li:first-child {
	
}

.mobile-nav li a {
	display							: block;
	padding							: 0.625em;
}

.mobile-nav li a:hover {
 
}

.mobile-nav li a.actief {
	cursor							: default;
}

.mobile-nav ul li ul {
	margin							: 0;
}

.mobile-nav ul li ul li a {
	padding-left					: 1.25em;
}




/*============== HEADER BOVENBALK ==================*/
.bovenbalk {
	margin							: 0 auto;
}

.bovenbalk span {
	font-weight						: normal;
}


/*============== HEADER NAVIGATIE ====================*/
.hoofdnav ul {
	list-style						: none;
	margin							: 0;
	padding							: 0 1.25em;
	text-align						: center;
}

.hoofdnav li {
	display							: inline-block;
}

.hoofdnav li a {
	display							: block;
	padding							: 0.4em 1.25em;
	text-decoration					: none;
}

/*============== HEADER NAVIGATIE SUB UITKLAP =================*/
.hoofdnav li ul {
	display							: none;
	position						: absolute;
	text-align						: left;
}

.hoofdnav li ul li {
	display							: block;
}

.hoofdnav li li {
	border-right					: 0;
	height							: auto;
}

.hoofdnav li:hover ul {
	z-index							: 99;
	display							: block;
}


/*============== CONTENT ALGEMENE INDELING ===============================*/

section {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	margin-bottom					: 1.25em;
	padding							: 0;
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: space-between;
	justify-content					: space-between;
	
	-webkit-align-items				: stretch;
	align-items						: stretch;
}

section div {
	margin-bottom					: 0;
}

.section-zelfde-hoogte,
.align-stretch {
	-webkit-align-items				: stretch;
	align-items						: stretch;
}

.fixed-width-250 {
	margin							: 0;
	margin-right					: 1.25em;
	padding							: 0;
	
	width							: 250px;
	
	-webkit-box-flex				: 0 0 250px;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 0 0 250px;	/* OLD - Firefox 19- */
	-ms-flex						: 0 0 250px;	/* IE 10 */
	-webkit-flex					: 0 0 250px;	/* NEW - Chrome */
	flex							: 0 0 250px;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div2-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 14%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 14%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 14%;	/* IE 10 */
	-webkit-flex					: 1 0 14%;	/* NEW - Chrome */
	flex							: 1 0 14%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div3-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 23%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 23%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 23%;	/* IE 10 */
	-webkit-flex					: 1 0 23%;	/* NEW - Chrome */
	flex							: 1 0 23%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div4-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 31%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 31%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 31%;	/* IE 10 */
	-webkit-flex					: 1 0 31%;	/* NEW - Chrome */
	flex							: 1 0 31%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div5-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 39%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 39%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 39%;	/* IE 10 */
	-webkit-flex					: 1 0 39%;	/* NEW - Chrome */
	flex							: 1 0 39%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div6-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 48%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 48%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 48%;	/* IE 10 */
	-webkit-flex					: 1 0 48%;	/* NEW - Chrome */
	flex							: 1 0 48%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div7-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 56%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 56%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 56%;	/* IE 10 */
	-webkit-flex					: 1 0 56%;	/* NEW - Chrome */
	flex							: 1 0 56%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div8-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 65%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 65%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 65%;	/* IE 10 */
	-webkit-flex					: 1 0 65%;	/* NEW - Chrome */
	flex							: 1 0 65%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div9-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 73%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 73%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 73%;	/* IE 10 */
	-webkit-flex					: 1 0 73%;	/* NEW - Chrome */
	flex							: 1 0 73%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div10-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 81%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 81%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 81%;	/* IE 10 */
	-webkit-flex					: 1 0 81%;	/* NEW - Chrome */
	flex							: 1 0 81%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div11-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 89%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 89%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 89%;	/* IE 10 */
	-webkit-flex					: 1 0 89%;	/* NEW - Chrome */
	flex							: 1 0 89%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.div12-12 {
	margin							: 0.625rem 1%;
	
	-webkit-box-flex				: 1 0 98%;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1 0 98%;	/* OLD - Firefox 19- */
	-ms-flex						: 1 0 98%;	/* IE 10 */
	-webkit-flex					: 1 0 98%;	/* NEW - Chrome */
	flex							: 1 0 98%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.standaard-padding {
	box-sizing						: border-box;
	padding							: 1.25em;
}

.standaard-padding-boven-groot {
	box-sizing						: border-box;
	padding							: 2.5em 0 0 0;
}

.standaard-padding-boven {
	box-sizing						: border-box;
	padding							: 1.25em 0 0 0;
}

.standaard-padding-behalve-rechts {
	box-sizing						: border-box;
	padding							: 1.25em 0 1.25em 1.25em;
}

.standaard-padding-verticaal {
	box-sizing						: border-box;
	padding							: 1.25em 0;
	
	height							: 1.25rem;
	width							: 100%;
}





/*============== CONTENT =================================================*/

.content-naast-elkaar {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: flex-start;
	justify-content					: flex-start;
	
	-webkit-align-items				: stretch;
	align-items						: stretch;
}

.mobilenietzichtbaar {
	
}

.mobilewelzichtbaar {
	display							: none;
}

.toggle1nietzichtbaar {
	
}

.toggle1welzichtbaar {
	display							: none;
}

.toggle2nietzichtbaar {
	
}

.toggle2welzichtbaar {
	display							: none;
}

.uitlijning-links,
.uitlijning-rechts {
	width							: 50%;
}

.uitlijning-klein {
	width							: 25%;
}

.uitlijning-links {
	float							: left;

	margin							: 0;
	margin-right					: 0.625em;
}

.uitlijning-rechts {
	float							: right;

	margin							: 0;
	margin-left						: 0.625em;
}

.uitlijning-boven {
	margin-bottom					: 0.625em;
}

.uitlijning-onder {
	margin-top						: 0.625em;
}









/*============== KRUIMELPAD ==============================================*/
.kruimelpad {
	font-weight						: normal;
}




/*============== OVERIGE =================================================*/

.afgerond {
	overflow						: hidden;
}

.animeer {
	transition						: all 0.5s ease;
}


.blur {
	-webkit-filter					: blur(1.25rem) grayscale(50%);
	-moz-filter   					: blur(1.25rem) grayscale(50%);
	-ms-filter   					: blur(1.25rem) grayscale(50%);
	-o-filter	 					: blur(1.25rem) grayscale(50%);
	 filter	   						: blur(1.25rem) grayscale(50%);
}

.bg_rood {
	background-color				: red;
}

.text-align-center,
.centreren {
	text-align						: center;
}

.text-align-left {
	text-align						: left;
}

.text-align-right {
	text-align						: right;
}

.text-align-justify {
	text-align						: justify;
}

.clearboth {
	clear							: both;
}

.display_flex_row,
.display_flex_row_wrap {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
}

.display_flex_row_nowrap {
	display							: -webkit-box-flex;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: row;
	flex-direction					: row;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.display_flex_column,
.display_flex_column_wrap {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: column;
	flex-direction					: column;

	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
}

.display_flex_column_nowrap {
	display							: -webkit-box-flex;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: column;
	flex-direction					: column;

	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.downloads {
	
}

.flex_0 {
	-webkit-box-flex				: 0;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 0;	/* OLD - Firefox 19- */
	-webkit-flex					: 0;	/* NEW - Chrome */
	-ms-flex						: 0;	/* IE 10 */
	flex							: 0;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_1 {
	-webkit-box-flex				: 1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1;	/* OLD - Firefox 19- */
	-webkit-flex					: 1;	/* NEW - Chrome */
	-ms-flex						: 1;	/* IE 10 */
	flex							: 1;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_2 {
	-webkit-box-flex				: 2;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 2;	/* OLD - Firefox 19- */
	-webkit-flex					: 2;	/* NEW - Chrome */
	-ms-flex						: 2;	/* IE 10 */
	flex							: 2 0 0;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_3 {
	-webkit-box-flex				: 3;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 3;	/* OLD - Firefox 19- */
	-webkit-flex					: 3;	/* NEW - Chrome */
	-ms-flex						: 3;	/* IE 10 */
	flex							: 3;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.flex_4 {
	-webkit-box-flex				: 4;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 4;	/* OLD - Firefox 19- */
	-webkit-flex					: 4;	/* NEW - Chrome */
	-ms-flex						: 4;	/* IE 10 */
	flex							: 4;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}


/* IE11 FIX, if flex-direction: column, then we need flex-basis auto! */
.internet-explorer-trident [class*=flex_] {
	flex-basis						: auto;
}
s
.fontsize_10 { font-size			: 0.6rem !important; }
.fontsize_15 { font-size			: 0.9rem !important; }
.fontsize_20 { font-size			: 1.25rem !important; }
.fontsize_25 { font-size			: 1.5rem !important; }
.fontsize_30 { font-size			: 1.9rem !important; }
.fontsize_40 { font-size			: 2.5rem !important; }
.fontsize_50 { font-size			: 3rem !important; }
.fontsize_60 { font-size			: 3.75rem !important; }
.fontsize_70 { font-size			: 4.4rem !important; }
.fontsize_80 { font-size			: 5rem !important; }
.fontsize_90 { font-size			: 5.6rem !important; }
.fontsize_100 { font-size			: 6.25rem !important; }

.geenmarge { margin					: 0 !important; }

.cursor-pointer {
	cursor							: pointer;
}

H1 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 0.4em 0;
}

H2 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 0.4em 0;
}

H3 {
	font-weight						: normal;
	padding							: 0;
	margin							: 0 0 0.4em 0;
}

H4 {
	padding							: 0;
	margin							: 0;
}


[class*="bg_"] h1,
[class*="bg_"] h2 {
	margin							: 0.4em 0 0.4em 0;
}


.imgbackground-stretch {
	background-position				: center;
	background-repeat				: no-repeat;
	background-size					: cover;
}

label
{
	margin							: 0.625em 0;
	padding							: 0;
}

.margin_0	{ margin				: 0 !important; }
.margin_5	{ margin				: 0.3rem !important; }
.margin_10	{ margin				: 0.625rem !important; }
.margin_15	{ margin				: 0.9rem !important; }
.margin_20	{ margin				: 1.25rem !important; }
.margin_25	{ margin				: 1.5rem !important; }

.margin_ver_5	{ margin			: 0.3em 0 !important; }
.margin_ver_10	{ margin			: 0.625rem 0 !important; }
.margin_ver_15	{ margin			: 0.9rem 0 !important; }
.margin_ver_20	{ margin			: 1.25rem 0 !important; }
.margin_ver_25	{ margin			: 1.5rem 0 !important; }
.margin_ver_30	{ margin			: 1.8rem 0 !important; }
.margin_ver_35	{ margin			: 2.2rem 0 !important; }
.margin_ver_40	{ margin			: 2.5rem 0 !important; }

.margin_top_5	{ margin-top		: 0.3rem !important; }
.margin_top_10	{ margin-top		: 0.625rem !important; }
.margin_top_15	{ margin-top		: 0.9rem !important; }
.margin_top_20	{ margin-top		: 1.25rem !important; }
.margin_top_25	{ margin-top		: 1.5rem !important; }
.margin_top_30	{ margin-top		: 1.8rem !important; }
.margin_top_35	{ margin-top		: 2.2rem !important; }
.margin_top_40	{ margin-top		: 2.5rem !important; }

.margin_bot_5	{ margin-bottom		: 0.3rem !important; }
.margin_bot_10	{ margin-bottom		: 0.625rem !important; }
.margin_bot_15	{ margin-bottom		: 0.9rem !important; }
.margin_bot_20	{ margin-bottom		: 1.25rem !important; }
.margin_bot_25	{ margin-bottom		: 1.5rem !important; }
.margin_bot_30	{ margin-bottom		: 1.8rem !important; }
.margin_bot_35	{ margin-bottom		: 2.2rem !important; }
.margin_bot_40	{ margin-bottom		: 2.5rem !important; }

.margin_hor_5	{ margin			: 0 0.3rem !important; }
.margin_hor_10	{ margin			: 0 0.625rem !important; }
.margin_hor_15	{ margin			: 0 0.9rem !important; }
.margin_hor_20	{ margin			: 0 1.25rem !important; }
.margin_hor_25	{ margin			: 0 1.5rem !important; }

.noblur {
	-webkit-filter					: none;
	-moz-filter						: none;
	-ms-filter						: none;
	-o-filter						: none;
	filter							: none;
}

.noscroll { overflow				:  hidden; }

.nowrap {
	-webkit-flex-wrap				: nowrap;
	flex-wrap						: nowrap;
}

.onzichtbaar, .null { display		: none; }

.padding_0	{ padding				: 0 !important; }
.padding_5	{ padding				: 0.3em !important; }
.padding_10	{ padding				: 0.625em !important; }
.padding_15	{ padding				: 0.9em !important; }
.padding_20	{ padding				: 1.25em !important; }
.padding_25	{ padding				: 1.5em !important; }
.padding_30	{ padding				: 1.8em !important; }
.padding_40	{ padding				: 2.5em !important; }
.padding_50	{ padding				: 3em !important; }

.padding_40_20	{ padding			: 2.5em 1.25em !important; }

.padding_ver_5	{ padding			: 0.3em 0 !important; }
.padding_ver_10	{ padding			: 0.625em 0 !important; }
.padding_ver_15	{ padding			: 0.9em 0 !important; }
.padding_ver_20	{ padding			: 1.25em 0 !important; }
.padding_ver_25	{ padding			: 1.5em 0 !important; }
.padding_ver_30	{ padding			: 1.8em 0 !important; }
.padding_ver_40	{ padding			: 2.5em 0 !important; }
.padding_ver_50	{ padding			: 3em 0 !important; }

.padding_hor_5	{ padding			: 0 0.3em !important; }
.padding_hor_10	{ padding			: 0 0.625em !important; }
.padding_hor_15	{ padding			: 0 0.9em !important; }
.padding_hor_20	{ padding			: 0 1.25em !important; }
.padding_hor_25	{ padding			: 0 1.5em !important; }
.padding_hor_30	{ padding			: 0 1.8em !important; }
.padding_hor_40	{ padding			: 0 2.5em !important; }
.padding_hor_50	{ padding			: 0 3em !important; }

.padding_bot_5	{ padding			: 0 0 0.3rem 0 !important; }
.padding_bot_10	{ padding			: 0 0 0.625rem 0 !important; }
.padding_bot_15	{ padding			: 0 0 0.9rem 0 !important; }
.padding_bot_20	{ padding			: 0 0 1.25rem 0 !important; }
.padding_bot_25	{ padding			: 0 0 1.5rem 0 !important; }
.padding_bot_30	{ padding			: 0 0 1.8rem 0 !important; }
.padding_bot_40	{ padding			: 0 0 2.5rem 0 !important; }
.padding_bot_50	{ padding			: 0 0 3rem 0 !important; }
.padding_bot_80	{ padding			: 0 0 5rem 0 !important; }


P, P P {
	padding							: 0;
	margin							: 0 0 0.625em 0;
}

P:empty:first-of-type { display		: none; }

P:empty {
	/*display						: none;*/
}

.position_relative { position		: relative; }

.rechts, .right { text-align		: right; }

section img {
	margin							: 0 0.625em 0.625em 0;

	height							: auto;
	max-width						: inherit;
	width							: 100%;
}

section * li  {
	margin							: 0.3em 0;
}

.flex_start,
.justify-flex-start {
	-webkit-justify-content			: flex-start !important;
	justify-content					: flex-start !important;
}

.space_between,
.justify-space-between {
	-webkit-justify-content			: space-between !important;
	justify-content					: space-between !important;
}

.space_around,
.justify-space-around {
	-webkit-justify-content			: space-around !important;
	justify-content					: space-around !important;
}

.justify-center {
	-webkit-justify-content			: center !important;
	justify-content					: center !important;
}

.flex_end,
.justify-flex-end {
	-webkit-justify-content			: flex-end !important;
	justify-content					: flex-end !important;
}

.align-flex-start {
	-webkit-align-items				: flex-start !important;
	align-items						: flex-start !important;
}

.align-center {
	-webkit-align-items				: center !important;
	align-items						: center !important;
}

.align-flex-end {
	-webkit-align-items				: flex-end !important;
	align-items						: flex-end !important;
}

.align-self-flex-end {
    -webkit-align-self				: flex-end !important;
    align-self						: flex-end !important;
}

.align-self-flex-start {
    -webkit-align-self				: flex-start !important;
    align-self						: flex-start !important;
}

strong { font-weight				: bold; }

.site-content section * ul,
.site-content section * ol {
	padding							: 1.25em 2.5em;
	margin							: 1.25em 0;
}

.toggle-element {
	display							: none;
}

.toggle-element-button {
	cursor							: pointer;
}

table {
	border-collapse					: collapse;
	margin-bottom					: 1.8em;
}

th, td {
	padding							: 0.625em;
	margin							: 0;
}

.ul_geen_opmaak,
.ol_geen_opmaak {
	list-style						: none;
	margin							: 0;
	padding							: 0;
}

.ul_geen_opmaak li,
.ol_geen_opmaak li {
	font-weight						: normal;
}

.vet {
	font-weight						: bold;
}

.wrap {
	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
}

.whitespace_nowrap {
	white-space						: nowrap;
}

.roteer-90-rechtsom {
	-webkit-transform				: rotate(90deg);    /* Firefox */
	-moz-transform					: rotate(90deg);    /* IE */
	-ms-transform					: rotate(90deg);    /* Opera */
	-o-transform					: rotate(90deg);    /* Internet Explorer */
	transform						: rotate(90deg);
	filter							: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	
	display							: inline-block;
}



/*================= KLEUREN =================*/

.tekst_hover_body:hover,
.tekst_body {
	color					: rgb(101,101,101);
}

.tekst_hover_a:hover,
.tekst_a {
	color					: rgb(6,199,202);
}

.tekst_hover_b:hover,
.tekst_b {
	color					: rgb(3,96,98);
}

.tekst_hover_c:hover,
.tekst_c {
	color					: rgb(206,206,206);
}

.tekst_hover_d:hover,
.tekst_d {
	color					: rgb(231,231,231);
}

.tekst_hover_e:hover,
.tekst_e {
	color					: rgb(6,199,202);
}

.tekst_hover_grijs:hover,
.tekst_grijs {
	color					: rgb(206,206,206);
}

.tekst_hover_wit:hover,
.tekst_wit {
	color					: rgb(255,255,255);
}

.tekst_hover_zwart:hover,
.tekst_zwart {
	color					: rgb(20,20,20);
}

.bg_hover_a:hover,
.bg_a {
	background-color		: rgb(6,199,202);
}

.bg_hover_b:hover,
.bg_b {
	background-color		: rgb(3,96,98);
}

.bg_hover_c:hover,
.bg_c {
	background-color		: rgb(206,206,206);
}

.bg_hover_d:hover,
.bg_d {
	background-color		: rgb(231,231,231);
}

.bg_hover_e:hover,
.bg_e {
	background-color		: rgb(6,199,202);
}

.bg_hover_grijs:hover,
.bg_grijs {
	background-color		: rgb(206,206,206);
}

.bg_hover_wit:hover,
.bg_wit {
	background-color		: rgb(255,255,255);
}

.bg_hover_zwart:hover,
.bg_zwart {
	background-color		: rgb(20,20,20);
}

.bg_hover_body:hover,
.bg_body {
	background-color		: rgb(101,101,101);
}


/*============== TABLE MOCK CLASSES ============================================*/
.table    { display: table }
.tr       { display: table-row }
.thead    { display: table-header-group }
.tbody    { display: table-row-group }
.tfoot    { display: table-footer-group }
.col      { display: table-column }
.colgroup { display: table-column-group }
.td, .th  { display: table-cell }
.caption  { display: table-caption }


/* +++++++++++++++ A L G E M E E N  CSS ++++++++++++++++++++++ */

body {
	color				: rgb(101,101,101);
	font-family			: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

a {
	color				: rgb(6,199,202);
}

a:hover {
	color				: rgb(3,96,98);
}


/*================= CONTENT =======================*/

.site {
	background-color	: rgb(255,255,255);
}

.site-content {
	min-height			: 2.5rem;
}

.main-content section > div:first-child,
.main-content section.hoofdstukken {
	padding				:  1em 1.5em;
}

.afgerond {
	border-radius		: 0.9rem;
}

.border {
	border				: 1px solid rgb(3,96,98);
}

.text_shadow {
	text-shadow			: 0px 0px 10px rgba(20,20,20,0.3);
}

.box_shadow {
    -webkit-box-shadow	: 0px 0px 10px 0px rgba(20,20,20,0.3);
    -moz-box-shadow		: 0px 0px 10px 0px rgba(20,20,20,0.3);
    box-shadow			: 0px 0px 10px 0px rgba(20,20,20,0.3);
}


/*=================== FOOTER ======================*/

.site-footer {
	margin-top			: 0;
}

.site-footer section {
	max-width			: 1920px;
}

.footer-copyright {
	padding				: 1.25em;
	font-size			: 0.9em;
	text-align			: center;
}

/*============== HEADER BOVENBALK =====================*/

.bovenbalk {
	padding					: 0.5em 1.25em;
}

.bovenbalk span:before {
	color					: rgb(20,20,20);
	font-size				: 1.6em;
	padding-left			: 0.3em;
}

.bovenbalk span:hover:before {
	color					: rgb(3,96,98);
}

.logo-container img,
.logo-container svg  {
	width					: 10em;
	height					: auto;
}

/*============== HEADER NAV =================*/

.hoofdnav {
	padding					: 0.75em 0;
}

.hoofdnav li {
	font-family				: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
	font-size				: 1.1em;
	line-height				: 1.25;
}

.hoofdnav li a.actief {
	color					: rgb(255,255,255);
}

.hoofdnav li a.actief:hover {
	color					: rgb(255,255,255);
}

/*============= HEADER NAV SUB UITKLAP ===============*/

.hoofdnav li li {
	font-size				: 0.85em;
	border-top				: 1px solid rgb(206,206,206);
}

.hoofdnav li li:first-child {
	border-top				: 1px transparent;
}

/*================ SUB NAVIGATIE ====================*/

.site-submenu {
	height				: auto;
	width				: 100%;
	border-bottom		: 1px solid rgba(6,199,202,0.5);
}

.site-submenu ul {
	background-color	: rgb(255,255,255);
	border-radius		: 0;
}
	
.site-submenu li {
	padding				: 0 0.75em;
	font-size			: 0.9em;
	line-height			: 30px;
}

.site-submenu li a {
	color				: rgb(101,101,101);
}

.site-submenu li a:hover {
	color				: rgba(20,20,20,0.6);
}

.site-submenu li a.actief {
	color				: rgb(6,199,202);
}


/*================= MOBILE NAV ====================*/

.mobile-nav h2 {
	margin-left				: 0.6em;
	font-size				: 1.5em;
}

.mobile-nav li {
	border-bottom			: 1px solid rgba(255,255,255,0.5);
}

.mobile-nav li:first-child {
	border-top				: 1px solid rgba(255,255,255,0.5);
}

.mobile-nav li a:hover {
	background-color		: rgba(255,255,255,0.25);
}

.mobile-nav li a.actief {
	background-color		: rgba(255,255,255,0.5);
}

.site-uitklap {
	box-shadow				: 0 0 5px 5px rgba(0,0,0,0.25);
}


/*================== KRUIMELPAD ====================*/

.kruimelpad {
	font-family				: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 0.8rem;
 
}

.kruimelpad a:hover {
	opacity					: 0.8;
}


/*================== OVERIGE ========================*/

.text-link {
	text-decoration		: underline;
	cursor				: pointer;
}

.icon:before {
	vertical-align		: middle;
}

.font_kop {
	font-family			: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
}

.font_tekst {
	font-family			: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

H1, H2, H3, H4, H5 {
	font-family			: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
	font-weight			: normal;
}

H1 {
	line-height			: 1;
	margin-bottom		: 1%;
}

H2, H3 {
	line-height			: 1.15;
}

H4, H5 {
	line-height			: 1.5;
}

H1:not([class*="tekst_"]) {
	color				: rgb(20,20,20);
}

H2:not([class*="tekst_"]) {
	color				: rgb(20,20,20);
}

H3:not([class*="tekst_"]) {
	color				: rgb(20,20,20);
}

H4:not([class*="tekst_"]) {
	color				: rgb(101,101,101);
}

label,
.label,
.inputregel_eenheid {
	font-family			: 'fira_sans_condensedbook','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size			: 0.9rem;
}

P, P P {
	font-family			: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size			: 1em;
	line-height			: 1.5;
}

hr {
	border				: none;
	height				: 0.01em;
	background-color	: rgb(6,199,202);
	margin				: 0.3em 0;
}

.site-content section * ul(not:foutmeldingen),
.site-content section * ol {
	background-color	: rgba(206,206,206,0.8);
	border-radius		: 0;

	font-family			: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size			: 15px;
}

.font-condensed {
	font-family			: 'fira_sans_condensedbook','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

.font-vet,
.vet {
	font-family			: 'open_sansbold','Arial Bold','Helvetica Bold','sans-serif';
}

.uppercase {
	text-transform		: uppercase;
}

.lowercase {
	text-transform		: lowercase;
}

.underline {
	text-decoration		: underline;
}

.max_width_75 {
	max-width			: 75%;
}

.max_width_50 {
	max-width			: 50%;
}

.font-smaller {
    font-size: smaller;
}

/*=========== DL, DT, DD ===========*/

dl {
	display					: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display					: -moz-box;		/* OLD - Firefox 19- (buggy but mostly works) */
	display					: -ms-flexbox;		/* TWEENER - IE 10 */
	display					: -webkit-flex;		/* NEW - Chrome */
	display					: flex;			/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction	: row;
	flex-direction			: row;

	-webkit-flex-wrap		: wrap;
	flex-wrap				: wrap;
}

dt,
dd {
	flex					: none;
	width					: 70%;
	font-size				: 0.9em;
	font-family				: 'fira_sans_condensedbook','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

dt {
	width					: 30%;
	font-family				: 'fira_sans_condensedmedium','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

/* +++++++++++++++ F R O N T O F F I C E  CSS ++++++++++++++++++++++ */



/* ============== INLOGGEN =================== */

section.bg_afbeelding {
	min-height			: calc(100vh - 100px);
}

.bg_afbeelding {
	background			: url("../img/bg_login.jpg");
	background-repeat	: no-repeat;
	background-position	: left bottom;
	background-size		: cover;
}

.login-form {
	max-width			: 616px;
	margin				: auto;
	background-color	: rgb(231,231,231);
}

.login-form h2 {
	color				: rgb(20,20,20);
}

.login-form input[type=submit] {
	background-color		: rgb(3,96,98);
}

.login-form input[type=submit]:hover {
	background-color		: rgb(20,20,20);
}

/* ============== HOME - STATS =================== */

.counter {
	text-align			: center;
}

section.counter {
	margin-top			: 6.25em;
	max-width			: 750px;
}

.counter-icon {
	font-size			: 2em;
	color				: rgb(6,199,202);
}

.stat-counter {
	font-size			: 3em;
	color				: rgb(101,101,101);
}

/* ============== DASHBOARD =================== */

.dashboard-blokken {
	margin-top			: 2.5em;
}

.dashboard-blok {
	position			: relative;
	flex				: 1 0 33%;
	height				: auto;
	
	margin				: 1%;
	text-align			: center;
	border				: 1px solid rgb(206,206,206);
	background-color	: rgb(6,199,202);

	overflow			: hidden;
}

div .dashboard-blok-icon {
	background			: rgb(255,255,255);
}

div .dashboard-blok-icon:before {
	font-size			: 5.5em;
	line-height			: 1.875;
}

.dashboard-blok h2 {
	color				: rgb(255,255,255);
	font-size			: 2.25em;
}

.dashboard-blok p {
	font-family			: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
	font-size			: 1.1em;
	color				: rgb(255,255,255);
		
	padding				: 0 0.3em;
	text-transform		: uppercase;
}

/**
 * The "shine" element
 */

.dashboard-blok-shine:after {
  animation				: shine 8s ease-in-out infinite;
  animation-fill-mode	: forwards;
  content				: "";
  position				: absolute;
  top					: -110%;
  left					: -210%;
  width					: 200%;
  height				: 200%;
  opacity				: 0;
  transform				: rotate(30deg);
  
  background			: rgba(255,255,255, 0.07);
  background			: linear-gradient(
        to right,
        rgba(255,255,255, 0.07) 0%,
        rgba(255,255,255, 0.13) 77%,
        rgba(255,255,255, 0.5) 92%,
        rgba(255,255,255, 0.0) 100%
  );
}

.dashboard-blok-shine:active:after {
  opacity				: 0;
}

@keyframes shine {
  10% {
    opacity						: 1;
    top							: -30%;
    left						: -30%;
    transition-property			: left, top, opacity;
    transition-duration			: 0.5s, 0.5s, 0.12s;
    transition-timing-function	: ease;
  }
  30% {
    opacity						: 0;
    top							: -30%;
    left						: -30%;
    transition-property			: left, top, opacity;
  }
}
/*============== STANDAARD FORM ==========================================*/

form {
	padding							: 0.625em 0;
}

form > div,
form > .inputregel_inspringen > div {
	margin							: 0 0 0.6em 0;
	overflow						: hidden;
	padding							: 0.06em;
}

form > div > fieldset > div > div {
	margin							: 0 0 0.3em 0;
}

form > div > label,
form > .inputregel_inspringen > label,
legend {
	width							: 25%;
	float							: left;
	padding-right					: 1.25em;
	padding-top						: 0.6em;
}

form > div > .inputregel_label,
form > div > div > .inputregel_label,
form > div > fieldset > .inputregel_label {
	width							: 75%;
	float							: right;
}

form > div > fieldset label {
	
}

.datatable-prevent-row-click,
td.datatable-noclick {
	pointer-events: none;
	cursor: default;
}

.datatable-noclick input[type=checkbox],
.datatable-noclick a,
.datatable-noclick span {
	pointer-events: all;
	cursor: pointer;
	display: inline-block;
}

fieldset {
	border							: 0;
	padding							: 0;
}

input[type=text],
input[type=search],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
input[type=submit],
button,
input[type=button] {
	-webkit-appearance				: none;
	-moz-appearance					: none;
	appearance						: none;
}

input[type=text],
input[type=search],
input[type=number],
input[type=email],
input[type=tel],
input[type=url],
input[type=file],
input[type=password],
textarea,
select {
	outline							: none;
	padding							: 0.8em;
	width							: 100%;
}

select {
	height							: 2.5rem;
	padding							: 0 0.5em;
}

textarea,
input[type=file] {
	padding-top						: 0.6em;
}

textarea {
	padding-top						: 0.6em;
	height							: 7.5em;
}

input[type=number] {
	width							: auto;
}

input[type=submit],
.button,
button,
input[type=button] {
	cursor							: pointer;
	text-decoration					: none;
	border							: 0;
}

.inputregel {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */
	
	-webkit-flex-direction			: row;
	flex-direction					: row;
	
	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;

	-webkit-justify-content			: flex-start;
	justify-content					: flex-start;

	-webkit-align-items				: stretch;
	align-items						: stretch;
}

.inputregel_eenheid {
	width							: auto;
	margin-left						: 0.9em;
}

.inputregel_label {
}

.inputregel_input {
	position						: relative;
	
	-webkit-box-flex				: 2;		/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 2;		/* OLD - Firefox 19- */
	-webkit-flex					: 2;		/* NEW - Chrome */
	-ms-flex						: 2;		/* IE 10 */
	flex							: 2 0 0;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

.input-decimal .inputregel,
.input-datum .inputregel,
.input-tijdstip .inputregel {
	display							: inline-block;
	margin-bottom					: 0px;
}

.input-decimal input[type=number],
.input-datum select,
.input-tijdstip select {
	width							: auto;
}

input::-ms-clear {
	display							: none;
}




/*============== ICONS EN (FOUT) MELDINGEN ===============================*/

.foutmeldingen {
	
}

.foutmeldingen li {
	
}

.formulier_melding {
	display							: inline-block;
	padding							: 0 1.25em;
}

.icon-input-ok,
.icon-input-nok,
.icon-input-verplicht {
	position						: absolute;
	right							: 0.625em;
}



/* IE11 FIX, if flex-direction: column, then we need flex-basis auto! */
.internet-explorer-trident .inputregel_input {
	-webkit-box-flex				: 2 0 auto;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 2 0 auto;	/* OLD - Firefox 19- */
	-webkit-flex					: 2 0 auto;	/* NEW - Chrome */
	-ms-flex						: 2 0 auto;	/* IE 10 */
	flex							: 2 0 auto;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	flex-basis						: auto;
}


/*============== FORM SPECIFIC MEDIA QUERIES =============================*/

@media (min-width: 1200px) {

	form > div > label,
	legend {
		text-align					: right;
	}

}

@media (max-width: 900px) {


}

@media (max-width: 600px) {

	form > div {
		margin						: 0 0 0.9em 0;
	}

	form > div > label,
	legend {
		float						: none;
		margin						: 0 0 0.3em 0;
		width						: 100%;
	}

	form > div > div,
	form > div > fieldset > div {
		float						: none;
		width						: 100%;
	}

	.inputregel {
		-webkit-flex-direction		: column;
		flex-direction				: column;
	}

	input[type=text],
	input[type=search],
	input[type=email],
	input[type=tel],
	input[type=url],
	input[type=password],
	textarea,
	select {
		width						: 100%;
	}

}/*============== STANDAARD FORM ================*/

form {
	text-align				: left;
}

form > div {
	
}

form > div > fieldset > div > div {
	
}

form > div > label,
legend {
	font-size				: 0.9rem;
}

form > div > div,
form > div > fieldset > div {
	
}

form > div > fieldset label {
	font-size				: 0.8rem;
}

fieldset {
	
}

/* Removes all browser styles */
select,
input[type=submit],
button,
.button,
input[type=button] {
	-webkit-appearance		: none;
	-moz-appearance			: none;
	appearance				: none;
}

/* Removes IE select arrows */
select::-ms-expand {
    display					: none;
}


/*============== STANDAARD INPUTS ================*/

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]),
textarea,
select {
	color					: rgba(20,20,20,0.8);
	background-color		: rgb(255,255,255);
	border					: 1px solid rgb(206,206,206);
	font-size				: 0.9rem;
}

.placeholder,
::placeholder {
	color					: rgba(20,20,20,0.3);
	font-family				: Arial, Helvetica, sans-serif;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):focus,
textarea:focus,
select:focus {
	color					: rgb(20,20,20);
	border					: 1px solid rgb(6,199,202);
}

input[readonly]:disabled,
input[readonly]:focus,
input[readonly] {
	color					: rgb(206,206,206);
	border					: 1px solid rgb(206,206,206);
}

input[readonly]:hover {
	cursor					: default;
}

.inputregel_eenheid {
	font-size				: 0.9em;
}

.inputregel_label {
	font-size				: 0.9em;
	max-width				: 200px;
}

.inputregel_inspringen {
	width					: calc(100% - 200px);
	margin-left				: 200px;
}

.naastelkaar-geenlabel .inputregel_label {
    display					: none;
}

.naastelkaar-geenlabel .inputregel
{
	-webkit-box-flex	: 1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex		: 1;	/* OLD - Firefox 19- */
	-webkit-flex		: 1;	/* NEW - Chrome */
	-ms-flex			: 1;	/* IE 10 */
	flex				: 1;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

/*============== CUSTOM INPUTS ================*/

/* Chrome autofill - Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow		: 0 0 0 2rem rgb(255,255,255) inset !important;
}

/* CUSTOM SELECT */

select {
	height					: 2.5em;
	padding					: 0.2em 1.5em 0.2em 0.75em !important;
	
	border					: 1px solid rgb(206,206,206);
	border-radius			: 0.5em;
	
	font-size				: 1rem;
    background				: rgb(255,255,255) url("../img/custom-select-icon.png") no-repeat 99% 50%;
}

/* CUSTOM CHECKBOXES AND RADIO */

.inputregel_input input[type="checkbox"] {
	position				: absolute;
	visibility				: hidden;
}

.inputregel_input input[type="checkbox"] + label {
  display					: block;
  position					: relative;
  padding-left				: 30px;
  font-family				: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
  font-size					: 1rem;
  line-height				: 22px;
  cursor					: pointer;
  -webkit-user-select		: none;
  -moz-user-select			: none;
  -ms-user-select			: none;
}

.inputregel_input input[type="checkbox"] + label:last-child {
	margin-right			: 0;
}

.inputregel_input input[type="checkbox"] + label:before {
  content					: '';
  display					: block;
  width						: 16px;
  height					: 16px;
  border					: 2px solid rgb(6,199,202);  
  position					: absolute;
  left						: 0;
  top						: 0;
  -webkit-transition		: all .12s, border-color .08s;
  transition				: all .12s, border-color .08s;
}

.align-center .inputregel_input input[type="checkbox"] + label:before {
  top						: -16px;
}

.inputregel_input input[type="checkbox"]:checked + label:before {
  width						: 8px;
  top						: -2px;
  left						: 6px;
  border-radius				: 0;
  border-top-color			: transparent;
  border-left-color			: transparent;
  -webkit-transform			: rotate(45deg);
  transform					: rotate(45deg);
}

.align-center .inputregel_input input[type="checkbox"]:checked + label:before {
  top						: -16px;
}

.inputregel_input input[type="radio"] {
	position				: absolute;
	visibility				: hidden;
}

.inputregel_input input[type="radio"] + label {
  display					: inline-block;
  position					: relative;
  padding-left				: 30px;
  margin					: 0;
  font-family				: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
  line-height				: 22px;
  cursor					: pointer;
  -webkit-user-select		: none;
  -moz-user-select			: none;
  -ms-user-select			: none;
}

.inputregel_input input[type="radio"] + label:last-child {
	margin-right			: 0;
}

.inputregel_input input[type="radio"] + label:before {
	content					: '';
	display					: block;
	width					: 16px;
	height					: 16px;
	border					: 2px solid rgb(6,199,202);
	background-color		: rgb(255,255,255);
	border-radius			: 50%;
	position				: absolute;
	left					: 0;
	top						: 0;
}

.inputregel_input input[type="radio"]:checked + label:before {
	-webkit-transition		: background-color 0.3s linear;
	-o-transition			: background-color 0.3s linear;
	-moz-transition			: background-color 0.3s linear;
	transition				: background-color 0.3s linear;
    background-color		: rgb(6,199,202);
}

.file_upload_radio.inputregel_input {
	margin					: 0.3em 0;
}

/*============== ICONS EN (FOUT) MELDINGEN ===============================*/

.foutmeldingen {
	
}

.foutmeldingen li {
	font-size				: 0.9rem;
	font-weight				: normal;
}

.foutmelding-regel {
	color					: rgb(6,199,202);
}

.formulier_melding {
	border-radius			: 0.3em;
}

.formulier_melding {
	border-radius			: 0.3em;
	color					: rgb(255,255,255);
	background-color		: rgb(6,199,202);
	font-family				: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

.foutmeldingvergeten ul {
	color					: rgb(255,255,255);
	background-color		: rgb(6,199,202);
}

.icon-input-ok,
.icon-input-nok,
.icon-input-verplicht {
	font-size				: 0.5em;
	top						: 1.9em;
}

.icon-input-ok {
	color					: rgb(6,199,202);
}

.icon-input-nok {
	color					: rgb(3,96,98);
}

.icon-input-verplicht {
	color					: rgb(6,199,202);
}

option:checked, option {
	background				:rgb(255,255,255);
	color					:rgb(101,101,101);
}

option[value=""] {
	color					:rgb(206,206,206);
}

option:hover {
	background				:rgb(255,255,255);
	color					:rgb(6,199,202);
}

option:focus {
	background				:rgb(255,255,255);
	color					:rgb(6,199,202);
}



/*============== STANDAARD BUTTONS ================*/

.button,
button,
input[type=button],
input[type=submit] {
	padding					: 0.25em 1em;	
	border					: none;

	font-family				: 'fira_sans_condensedmedium','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1em;
	text-transform			: uppercase;
	text-align				: center;
	
	-webkit-transition		: background-color 0.5s ease;
    transition				: background-color 0.5s ease;
}

.button:not([id*="mceu_"]):not([class*="bg_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
button:not([id*="mceu_"]):not([class*="bg_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=button]:not([id*="mceu_"]):not([class*="bg_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=submit]:not([id*="mceu_"]):not([class*="bg_"]):not([class*="modal-footer"]):not([class*="button-outline"]) {
	background-color		: rgb(6,199,202);
}

.button:not([id*="mceu_"]):not([class*="tekst_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
button:not([id*="mceu_"]):not([class*="tekst_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=button]:not([id*="mceu_"]):not([class*="tekst_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=submit]:not([id*="mceu_"]):not([class*="tekst_"]):not([class*="modal-footer"]):not([class*="button-outline"]) {
	color					: rgb(255,255,255);
}

.button:hover:not([id*="mceu_"]):not([class*="bg_hover_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
button:hover:not([id*="mceu_"]):not([class*="bg_hover_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=button]:hover:not([id*="mceu_"]):not([class*="bg_hover_"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=submit]:hover:not([id*="mceu_"]):not([class*="bg_hover_"]):not([class*="modal-footer"]):not([class*="button-outline"]) {
	background-color		: rgb(3,96,98);
}

.button:hover:not([id*="mceu_"]):not([class*="tekst_hover"]):not([class*="modal-footer"]):not([class*="button-outline"]),
button:hover:not([id*="mceu_"]):not([class*="tekst_hover"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=button]:hover:not([id*="mceu_"]):not([class*="tekst_hover"]):not([class*="modal-footer"]):not([class*="button-outline"]),
input[type=submit]:hover:not([id*="mceu_"])s:not([class*="tekst_hover"]):not([class*="modal-footer"]):not([class*="button-outline"]) {
	color					: rgb(255,255,255);
}

.button {
	display					: inline-block;
}

/* CUSTOM BUTTONS */

.button-outline {
	color				: rgb(6,199,202);
	background-color 	: rgb(255,255,255);
	border				: 2px solid rgb(6,199,202);
	
	-webkit-transition	: all 0.5s ease;
    transition			: all 0.5s ease;
}

.button-outline:hover {
	color				: rgb(3,96,98);
	border				: 2px solid rgb(3,96,98);
}

.button-outline.inactief,
.button-outline:hover.inactief {
	color				: rgb(206,206,206);
	background-color 	: rgb(255,255,255)!important;
	border				: 2px solid rgb(206,206,206);
}

.inputregel.full_width .button,
.inputregel.full_width button,
.inputregel.full_width input[type=button],
.inputregel.full_width input[type=submit],
.full_width {
	width					: 100%;
}

.button.full_width,
button.full_width ,
input[type=button].full_width ,
input[type=submit].full_width  {
	width					: 100%;
}

.button.smaller,
button.smaller ,
input[type=button].smaller ,
input[type=submit].smaller  {
	padding					: 0.25em 1.25em;
	font-size				: 80%;
}

.button.list_order_product.active {
    background-color: rgb(20,20,20)!important;
}

.button-outline.list_order_product.active {
    background-color: rgb(255,255,255)!important;
    color: rgb(20,20,20)!important;
    border-color: rgb(20,20,20);
}


/* INACTIEVE BUTTONS */

.inputregel.inactief .button,
.inputregel.inactief button,
.inputregel.inactief input[type=button],
.inputregel.inactief input[type=submit],
.inputregel.inactief .button:hover,
.inputregel.inactief button:hover,
.inputregel.inactief input[type=button]:hover,
.inputregel.inactief input[type=submit]:hover,
.button.inactief,
button.inactief,
input[type=button].inactief,
input[type=submit].inactief,
.button.inactief:hover,
button.inactief:hover,
input[type=button].inactief:hover,
input[type=submit].inactief:hover {
	background-color		: rgb(206,206,206);
	cursor					: initial;
	
}

/*============== FORM SPECIFIC MEDIA QUERIES =============================*/

@media (min-width: 1200px) {

}

@media (max-width: 900px) {

	form > div {
		margin						: 0 0 0.9em 0;
	}

	form > div > label,
	legend {
		float						: none;
		margin						: 0 0 0.3em 0;
		width						: 100%;
	}

	form > div > div,
	form > div > fieldset > div {
		float						: none;
		width						: 100%;
	}

	.inputregel {
		-webkit-flex-direction		: column;
		flex-direction				: column;
	}
	
	.inputregel_inspringen {
    	width					: 100%;
    	margin-left				: 0;
    }

	input[type=text],
	input[type=search],
	input[type=email],
	input[type=tel],
	input[type=url],
	input[type=password],
	textarea,
	select {
		width						: 100%;
	}

}

@media (min-width: 900px) {
/*
    .inputregel:not(.inputregel.full_width):not(.login-form) {
		width					: 50%;
		min-width				: 40em;
	}
*/
    .collapsable-content select {
    	width					: max-content;
		min-width				: 10em;
	}
	
}

@media (min-width: 600px) {
    .contact-person-container.grid {
    	display					: grid;
    	grid-gap				: 1em;
    }
   
	.contact-person-container .grid-1 {
		display					: grid;
		grid-gap				: 0.3em; 
	}
  
    .contact-person-container .grid-2 {
    	display					: grid;
    	grid-gap				: 0.3em;
    	grid-template-columns	: 1fr 1fr;   
    }
     
    .contact-person-container .grid-3 {
    	display					: grid;
    	grid-gap				: 0.3em;
    	grid-template-columns	: 2fr 1fr 2fr;
    }
    
	.grid-1 .inputregel,
	.grid-2 .inputregel,
	.grid-3 .inputregel {
		width					: 100%;
		min-width				: 100%;
	}
  
}

@media (max-width: 450px) {

    .button,
    button,
    input[type=button],
    input[type=submit] {
    	padding					: 0.5em 1em;
    }
    	
}/*
 * This combined file was created by the DataTables downloader builder:
 *   https://datatables.net/download
 *
 * To rebuild or modify this file with the latest versions of the included
 * software please visit:
 *   https://datatables.net/download/#dt/dt-1.10.18/r-2.2.2
 *
 * Included libraries:
 *   DataTables 1.10.18, Responsive 2.2.2
 */

table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}table.dataTable thead th,table.dataTable tfoot th{font-weight:bold}table.dataTable thead th,table.dataTable thead td{padding:10px 18px;border-bottom:1px solid #111}table.dataTable thead th:active,table.dataTable thead td:active{outline:none}table.dataTable tfoot th,table.dataTable tfoot td{padding:10px 18px 6px 18px;border-top:1px solid #111}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc,table.dataTable thead .sorting_asc_disabled,table.dataTable thead .sorting_desc_disabled{cursor:pointer;*cursor:hand;background-repeat:no-repeat;background-position:center right}table.dataTable thead .sorting{background-image:url("DataTables-1.10.18/images/sort_both.png")}table.dataTable thead .sorting_asc{background-image:url("DataTables-1.10.18/images/sort_asc.png")}table.dataTable thead .sorting_desc{background-image:url("DataTables-1.10.18/images/sort_desc.png")}table.dataTable thead .sorting_asc_disabled{background-image:url("DataTables-1.10.18/images/sort_asc_disabled.png")}table.dataTable thead .sorting_desc_disabled{background-image:url("DataTables-1.10.18/images/sort_desc_disabled.png")}table.dataTable tbody tr{background-color:#ffffff}table.dataTable tbody tr.selected{background-color:#B0BED9}table.dataTable tbody th,table.dataTable tbody td{padding:8px 10px}table.dataTable.row-border tbody th,table.dataTable.row-border tbody td,table.dataTable.display tbody th,table.dataTable.display tbody td{border-top:1px solid #ddd}table.dataTable.row-border tbody tr:first-child th,table.dataTable.row-border tbody tr:first-child td,table.dataTable.display tbody tr:first-child th,table.dataTable.display tbody tr:first-child td{border-top:none}table.dataTable.cell-border tbody th,table.dataTable.cell-border tbody td{border-top:1px solid #ddd;border-right:1px solid #ddd}table.dataTable.cell-border tbody tr th:first-child,table.dataTable.cell-border tbody tr td:first-child{border-left:1px solid #ddd}table.dataTable.cell-border tbody tr:first-child th,table.dataTable.cell-border tbody tr:first-child td{border-top:none}table.dataTable.stripe tbody tr.odd,table.dataTable.display tbody tr.odd{background-color:#f9f9f9}table.dataTable.stripe tbody tr.odd.selected,table.dataTable.display tbody tr.odd.selected{background-color:#acbad4}table.dataTable.hover tbody tr:hover,table.dataTable.display tbody tr:hover{background-color:#f6f6f6}table.dataTable.hover tbody tr:hover.selected,table.dataTable.display tbody tr:hover.selected{background-color:#aab7d1}table.dataTable.order-column tbody tr>.sorting_1,table.dataTable.order-column tbody tr>.sorting_2,table.dataTable.order-column tbody tr>.sorting_3,table.dataTable.display tbody tr>.sorting_1,table.dataTable.display tbody tr>.sorting_2,table.dataTable.display tbody tr>.sorting_3{background-color:#fafafa}table.dataTable.order-column tbody tr.selected>.sorting_1,table.dataTable.order-column tbody tr.selected>.sorting_2,table.dataTable.order-column tbody tr.selected>.sorting_3,table.dataTable.display tbody tr.selected>.sorting_1,table.dataTable.display tbody tr.selected>.sorting_2,table.dataTable.display tbody tr.selected>.sorting_3{background-color:#acbad5}table.dataTable.display tbody tr.odd>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd>.sorting_1{background-color:#f1f1f1}table.dataTable.display tbody tr.odd>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd>.sorting_2{background-color:#f3f3f3}table.dataTable.display tbody tr.odd>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd>.sorting_3{background-color:whitesmoke}table.dataTable.display tbody tr.odd.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1{background-color:#a6b4cd}table.dataTable.display tbody tr.odd.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2{background-color:#a8b5cf}table.dataTable.display tbody tr.odd.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3{background-color:#a9b7d1}table.dataTable.display tbody tr.even>.sorting_1,table.dataTable.order-column.stripe tbody tr.even>.sorting_1{background-color:#fafafa}table.dataTable.display tbody tr.even>.sorting_2,table.dataTable.order-column.stripe tbody tr.even>.sorting_2{background-color:#fcfcfc}table.dataTable.display tbody tr.even>.sorting_3,table.dataTable.order-column.stripe tbody tr.even>.sorting_3{background-color:#fefefe}table.dataTable.display tbody tr.even.selected>.sorting_1,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1{background-color:#acbad5}table.dataTable.display tbody tr.even.selected>.sorting_2,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2{background-color:#aebcd6}table.dataTable.display tbody tr.even.selected>.sorting_3,table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3{background-color:#afbdd8}table.dataTable.display tbody tr:hover>.sorting_1,table.dataTable.order-column.hover tbody tr:hover>.sorting_1{background-color:#eaeaea}table.dataTable.display tbody tr:hover>.sorting_2,table.dataTable.order-column.hover tbody tr:hover>.sorting_2{background-color:#ececec}table.dataTable.display tbody tr:hover>.sorting_3,table.dataTable.order-column.hover tbody tr:hover>.sorting_3{background-color:#efefef}table.dataTable.display tbody tr:hover.selected>.sorting_1,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1{background-color:#a2aec7}table.dataTable.display tbody tr:hover.selected>.sorting_2,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2{background-color:#a3b0c9}table.dataTable.display tbody tr:hover.selected>.sorting_3,table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3{background-color:#a5b2cb}table.dataTable.no-footer{border-bottom:1px solid #111}table.dataTable.nowrap th,table.dataTable.nowrap td{white-space:nowrap}table.dataTable.compact thead th,table.dataTable.compact thead td{padding:4px 17px 4px 4px}table.dataTable.compact tfoot th,table.dataTable.compact tfoot td{padding:4px}table.dataTable.compact tbody th,table.dataTable.compact tbody td{padding:4px}table.dataTable th.dt-left,table.dataTable td.dt-left{text-align:left}table.dataTable th.dt-center,table.dataTable td.dt-center,table.dataTable td.dataTables_empty{text-align:center}table.dataTable th.dt-right,table.dataTable td.dt-right{text-align:right}table.dataTable th.dt-justify,table.dataTable td.dt-justify{text-align:justify}table.dataTable th.dt-nowrap,table.dataTable td.dt-nowrap{white-space:nowrap}table.dataTable thead th.dt-head-left,table.dataTable thead td.dt-head-left,table.dataTable tfoot th.dt-head-left,table.dataTable tfoot td.dt-head-left{text-align:left}table.dataTable thead th.dt-head-center,table.dataTable thead td.dt-head-center,table.dataTable tfoot th.dt-head-center,table.dataTable tfoot td.dt-head-center{text-align:center}table.dataTable thead th.dt-head-right,table.dataTable thead td.dt-head-right,table.dataTable tfoot th.dt-head-right,table.dataTable tfoot td.dt-head-right{text-align:right}table.dataTable thead th.dt-head-justify,table.dataTable thead td.dt-head-justify,table.dataTable tfoot th.dt-head-justify,table.dataTable tfoot td.dt-head-justify{text-align:justify}table.dataTable thead th.dt-head-nowrap,table.dataTable thead td.dt-head-nowrap,table.dataTable tfoot th.dt-head-nowrap,table.dataTable tfoot td.dt-head-nowrap{white-space:nowrap}table.dataTable tbody th.dt-body-left,table.dataTable tbody td.dt-body-left{text-align:left}table.dataTable tbody th.dt-body-center,table.dataTable tbody td.dt-body-center{text-align:center}table.dataTable tbody th.dt-body-right,table.dataTable tbody td.dt-body-right{text-align:right}table.dataTable tbody th.dt-body-justify,table.dataTable tbody td.dt-body-justify{text-align:justify}table.dataTable tbody th.dt-body-nowrap,table.dataTable tbody td.dt-body-nowrap{white-space:nowrap}table.dataTable,table.dataTable th,table.dataTable td{box-sizing:content-box}.dataTables_wrapper{position:relative;clear:both;*zoom:1;zoom:1}.dataTables_wrapper .dataTables_length{float:left}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_wrapper .dataTables_filter input{margin-left:0.5em}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:0.755em}.dataTables_wrapper .dataTables_paginate{float:right;text-align:right;padding-top:0.25em}.dataTables_wrapper .dataTables_paginate .paginate_button{box-sizing:border-box;display:inline-block;min-width:1.5em;padding:0.5em 1em;margin-left:2px;text-align:center;text-decoration:none !important;cursor:pointer;*cursor:hand;color:#333 !important;border:1px solid transparent;border-radius:2px}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#333 !important;border:1px solid #979797;background-color:white;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));background:-webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:-o-linear-gradient(top, #fff 0%, #dcdcdc 100%);background:linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{cursor:default;color:#666 !important;border:1px solid transparent;background:transparent;box-shadow:none}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{color:white !important;border:1px solid #111;background-color:#585858;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));background:-webkit-linear-gradient(top, #585858 0%, #111 100%);background:-moz-linear-gradient(top, #585858 0%, #111 100%);background:-ms-linear-gradient(top, #585858 0%, #111 100%);background:-o-linear-gradient(top, #585858 0%, #111 100%);background:linear-gradient(to bottom, #585858 0%, #111 100%)}.dataTables_wrapper .dataTables_paginate .paginate_button:active{outline:none;background-color:#2b2b2b;background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));background:-webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:-o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);background:linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);box-shadow:inset 0 0 3px #111}.dataTables_wrapper .dataTables_paginate .ellipsis{padding:0 1em}.dataTables_wrapper .dataTables_processing{position:absolute;top:50%;left:50%;width:100%;height:40px;margin-left:-50%;margin-top:-25px;padding-top:20px;text-align:center;font-size:1.2em;background-color:white;background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%)}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#333}.dataTables_wrapper .dataTables_scroll{clear:both}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{*margin-top:-1px;-webkit-overflow-scrolling:touch}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{vertical-align:middle}.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{height:0;overflow:hidden;margin:0 !important;padding:0 !important}.dataTables_wrapper.no-footer .dataTables_scrollBody{border-bottom:1px solid #111}.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{border-bottom:none}.dataTables_wrapper:after{visibility:hidden;display:block;content:"";clear:both;height:0}@media screen and (max-width: 767px){.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{float:none;text-align:center}.dataTables_wrapper .dataTables_paginate{margin-top:0.5em}}@media screen and (max-width: 640px){.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{float:none;text-align:center}.dataTables_wrapper .dataTables_filter{margin-top:0.5em}}

table.dataTable.dtr-inline.collapsed>tbody>tr>td.child,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty{cursor:default !important}table.dataTable.dtr-inline.collapsed>tbody>tr>td.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>th.child:before,table.dataTable.dtr-inline.collapsed>tbody>tr>td.dataTables_empty:before{display:none !important}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child{position:relative;padding-left:30px;cursor:pointer}table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th:first-child:before{top:9px;left:4px;height:14px;width:14px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before,table.dataTable.dtr-inline.collapsed>tbody>tr.parent>th:first-child:before{content:'-';background-color:#d33333}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child{padding-left:27px}table.dataTable.dtr-inline.collapsed.compact>tbody>tr>td:first-child:before,table.dataTable.dtr-inline.collapsed.compact>tbody>tr>th:first-child:before{top:5px;left:4px;height:14px;width:14px;border-radius:14px;line-height:14px;text-indent:3px}table.dataTable.dtr-column>tbody>tr>td.control,table.dataTable.dtr-column>tbody>tr>th.control{position:relative;cursor:pointer}table.dataTable.dtr-column>tbody>tr>td.control:before,table.dataTable.dtr-column>tbody>tr>th.control:before{top:50%;left:50%;height:16px;width:16px;margin-top:-10px;margin-left:-10px;display:block;position:absolute;color:white;border:2px solid white;border-radius:14px;box-shadow:0 0 3px #444;box-sizing:content-box;text-align:center;text-indent:0 !important;font-family:'Courier New', Courier, monospace;line-height:14px;content:'+';background-color:#31b131}table.dataTable.dtr-column>tbody>tr.parent td.control:before,table.dataTable.dtr-column>tbody>tr.parent th.control:before{content:'-';background-color:#d33333}table.dataTable>tbody>tr.child{padding:0.5em 1em}table.dataTable>tbody>tr.child:hover{background:transparent !important}table.dataTable>tbody>tr.child ul.dtr-details{display:inline-block;list-style-type:none;margin:0;padding:0}table.dataTable>tbody>tr.child ul.dtr-details>li{border-bottom:1px solid #efefef;padding:0.5em 0}table.dataTable>tbody>tr.child ul.dtr-details>li:first-child{padding-top:0}table.dataTable>tbody>tr.child ul.dtr-details>li:last-child{border-bottom:none}table.dataTable>tbody>tr.child span.dtr-title{display:inline-block;min-width:75px;font-weight:bold}div.dtr-modal{position:fixed;box-sizing:border-box;top:0;left:0;height:100%;width:100%;z-index:100;padding:10em 1em}div.dtr-modal div.dtr-modal-display{position:absolute;top:0;left:0;bottom:0;right:0;width:50%;height:50%;overflow:auto;margin:auto;z-index:102;overflow:auto;background-color:#f5f5f7;border:1px solid black;border-radius:0.5em;box-shadow:0 12px 30px rgba(0,0,0,0.6)}div.dtr-modal div.dtr-modal-content{position:relative;padding:1em}div.dtr-modal div.dtr-modal-close{position:absolute;top:6px;right:6px;width:22px;height:22px;border:1px solid #eaeaea;background-color:#f9f9f9;text-align:center;border-radius:3px;cursor:pointer;z-index:12}div.dtr-modal div.dtr-modal-close:hover{background-color:#eaeaea}div.dtr-modal div.dtr-modal-background{position:fixed;top:0;left:0;right:0;bottom:0;z-index:101;background:rgba(0,0,0,0.6)}@media screen and (max-width: 767px){div.dtr-modal div.dtr-modal-display{width:95%}}
/*============== IN DIT BESTAND DAN DE DEFAULT OVERRULEN =======================*/
/* Zie ook https://datatables.net/download/ */

.dataTables_wrapper {
	font-size					: 15px;
}

/* Header and footer styles */

.content-header-display {
	display						: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display						: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display						: -ms-flexbox;		/* TWEENER - IE 10 */
	display						: -webkit-flex;		/* NEW - Chrome */
	display						: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction		: row;
	flex-direction				: row;

	-webkit-flex-wrap			: wrap;
	flex-wrap					: wrap;
	
	-webkit-align-items			: center;
	align-items					: center;
	
	-webkit-justify-content		: space-between;
	justify-content				: space-between;
}

.new-record {
	padding					: 0.25em 0.75em;	
	border					: none;

	font-family				: 'fira_sans_condensedmedium','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	font-size				: 1.1em;
	text-transform			: uppercase;
	text-align				: center;
		    
	color					: rgb(255,255,255);
	background-color		: rgb(6,199,202);
	
	-webkit-transition		: background-color 0.25s ease;
    transition				: background-color 0.25s ease;
}

.new-record:hover {
	color					: rgb(255,255,255);
	background-color		: rgb(3,96,98);
}

.new-record span:before {
	position				:relative;
	top						:calc(0.25em / 2);
}

[class*="generalOption_"] {
	margin						: 0 5px;
}

.dataTable tr[role="row"] td:last-child {
	text-align					: right;
}

.inputregel_eenheid .button {
	padding						: 0 1.25em;
}

.button.button-klein.datatable-remove-filter,
.button.button-klein {
	text-transform				: inherit;
	font-family					: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';

	font-size					: 1rem;
	padding						: 0 0.75em;
	border-radius				: 0.5em;
}

.button.button-klein.datatable-remove-filter {
	padding						: 0.3em 0.75em;
}

.dataTables_wrapper input,
.dataTables_wrapper select {
	width						: auto;
	padding						: 0.25em;
	background-color			: rgb(255,255,255);
	border						: 1px solid rgba(101,101,101,0.2);
	color						: rgb(101,101,101);
}

.dt-buttons {
	display						: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display						: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display						: -ms-flexbox;		/* TWEENER - IE 10 */
	display						: -webkit-flex;		/* NEW - Chrome */
	display						: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-align-items			: center;
	align-items					: center;

	-webkit-justify-content		: flex-end;
	justify-content				: flex-end;

	margin-bottom				: 0.625em;
}

.dt-buttons:not([class*="dt-has-custom-button-style"]) .dt-button {
	background-color			: rgb(6,199,202);
	color						: rgb(255,255,255);
	border						: none;
	font-size					: 0.9em;
	text-transform				: uppercase;
	letter-spacing				: 1px;
	padding						: 0.625em;
	margin						: 0.3em;
}

.dt-buttons:not([class*="dt-has-custom-button-style"]) .dt-button:hover {
	background-color			: rgb(3,96,98);
}

.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-excel:before,
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-pdf:before,
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-print:before,
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-csv:before,
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-copy:before
{
	font-family					: 'frontoffice';
	text-transform				: none;
	font-weight					: normal;
	margin-right				: 0.3em;
}

.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-excel:before {
	content							: "\31";
}
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-pdf:before {
	content							: "\33";
}
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-print:before {
	content							: "\32";
}
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-csv:before {
	content							: "\30";
}
.dt-buttons:not([class*="dt-has-custom-button-style"]) .buttons-copy:before {
	content							: "\63";
}

.datatable_header {
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-flex-direction			: row;
	flex-direction					: row;
	
	-webkit-flex-wrap				: wrap;
	flex-wrap						: wrap;
	
	-webkit-align-items				: center;
	align-items						: center;

	-webkit-justify-content			: space-between;
	justify-content					: space-between;

	color							: rgb(20,20,20);
	background-color				: rgb(231,231,231);
	padding							: 1.25em;
	margin-bottom					: 2.5em;
}

.datatable_header select {
	width							: auto;
}

.datatable_header label {
	font-family						: 'fira_sans_condensedbook','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	color							: rgb(20,20,20);
}

.datatable_footer {
	padding							: 1.25em;
	display							: -webkit-box;		/* OLD - iOS 6-, Safari 3.1-6 */
	display							: -moz-box;			/* OLD - Firefox 19- (buggy but mostly works) */
	display							: -ms-flexbox;		/* TWEENER - IE 10 */
	display							: -webkit-flex;		/* NEW - Chrome */
	display							: flex;				/* NEW, Spec - Opera 12.1, Firefox 20+ */

	-webkit-align-items				: center;
	align-items						: center;
}

.datatable_footer div {
	-webkit-box-flex				: 1;	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex					: 1;	/* OLD - Firefox 19- */
	-ms-flex						: 1;	/* IE 10 */
	-webkit-flex					: 1;	/* NEW - Chrome */
	flex							: 1;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
}

table.dataTable thead th,
table.dataTable thead td {
	padding				: 0.625em 1.1em;
	color				: rgb(20,20,20);
	font-family			: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif'>;
	border-bottom		: 1px solid rgb(6,199,202);
}

table.dataTable thead th:active,
table.dataTable thead td:active {
	outline				: none;
}

table.dataTable tfoot th,
table.dataTable tfoot td {
	padding				: 0.625em 1.1em 0.3em 1.1em;
	border-top			: 1px solid rgb(6,199,202);
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
	cursor				: pointer;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
	background-repeat		: no-repeat;
	background-position		: center right;
}

table.dataTable thead .sorting {
	background-image				: url("../img/sort_both.png");
}

table.dataTable thead .sorting_asc {
	background-image				: url("../img/sort_asc.png");
}

table.dataTable thead .sorting_desc {
	background-image				: url("../img/sort_desc.png");
}

table.dataTable thead .sorting_asc_disabled {
	background-image				: url("../img/sort_asc_disabled.png");
}

table.dataTable thead .sorting_desc_disabled {
	background-image				: url("../img/sort_desc_disabled.png");
}

table.dataTable tbody tr {
	background-color		: rgb(255,255,255);
}

table.dataTable tbody tr.selected {
	background-color		: rgb(255,255,255);
}

table.dataTable tbody th,
table.dataTable tbody td {
	padding					: 0.5em 0.625em;
	cursor					: pointer;
}

table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
	border-top				: 1px solid rgb(206,206,206);
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
	border-top						: none;
}

table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
	border-top				: 1px solid rgb(206,206,206);
	border-right			: 1px solid rgb(206,206,206);
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
	border-left				: 1px solid rgb(206,206,206);
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
	border-top						: none;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
	background-color				: #f9f9f9;
}

table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
	background-color				: #acbad4;
}

table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
	background-color				: #f6f6f6;
}

table.dataTable.hover tbody tr:hover.selected, table.dataTable.display tbody tr:hover.selected {
	background-color				: #aab7d1;
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
	background-color				: #fafafa;
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
	background-color				: #acbad5;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
	background-color				: #f1f1f1;
}

table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
	background-color				: #f3f3f3;
}

table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
	background-color				: whitesmoke;
}

table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
	background-color				: #a6b4cd;
}

table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
	background-color				: #a8b5cf;
}

table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
	background-color				: #a9b7d1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
	background-color				: #fafafa;
}

table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
	background-color				: #fcfcfc;
}

table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
	background-color				: #fefefe;
}

table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
	background-color				: #acbad5;
}

table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
	background-color				: #aebcd6;
}

table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
	background-color				: #afbdd8;
}

table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
	background-color				: #eaeaea;
}

table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
	background-color				: #ececec;
}

table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
	background-color				: #efefef;
}

table.dataTable.display tbody tr:hover.selected > .sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
	background-color				: #a2aec7;
}

table.dataTable.display tbody tr:hover.selected > .sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
	background-color				: #a3b0c9;
}

table.dataTable.display tbody tr:hover.selected > .sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
	background-color				: #a5b2cb;
}

table.dataTable.no-footer {
	border-bottom					: 1px solid #111;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
	white-space: nowrap;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	color							: #333 !important;
	border							: 1px solid transparent;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #333 !important;
	border: 1px solid rgb(6,199,202);
	background: rgb(255,255,255);
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: rgb(206,206,206) !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: rgb(255,255,255) !important;
  border: 1px solid rgb(6,199,202);
  background-color: rgb(6,199,202);
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: rgb(20,20,20);
  box-shadow: inset 0 0 3px #111;
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	color							: rgb(101,101,101);
}
/*
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
	white-space						: nowrap;
	padding							: 0 0.2em;
}
*/
.dataTables_wrapper.no-footer .dataTables_scrollBody {
	border-bottom					: 1px solid #111;
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
	border-bottom					: none;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
	color							: white;
	border							: 2px solid white;
	box-shadow						: 0 0 3px #444;
	background-color				: #31b131;
}

table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
	background-color				: #d33333;
}

table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
	color							: white;
	border							: 2px solid white;
	box-shadow						: 0 0 3px #444;
	background-color				: #31b131;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
	background-color				: #d33333;
}

table.dataTable > tbody > tr.child:hover {
	background						: transparent !important;
}

table.dataTable > tbody > tr.child ul.dtr-details > li {
	border-bottom					: 1px solid #efefef;
}

table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
	border-bottom					: none;
}

div.dtr-modal div.dtr-modal-display {
	background-color				: #f5f5f7;
	border							: 1px solid black;
	box-shadow						: 0 12px 30px rgba(0, 0, 0, 0.6);
}

div.dtr-modal div.dtr-modal-close {
	border							: 1px solid #eaeaea;
	background-color				: #f9f9f9;
}

div.dtr-modal div.dtr-modal-close:hover {
	background-color				: #eaeaea;
}

div.dtr-modal div.dtr-modal-background {
	background						: rgba(0, 0, 0, 0.6);
}

.datatable-onclick {
	cursor: pointer;
}

.body-uitklap {
	position			: inherit;
}

/* NAVIGATION FANCY HOVERS - WITH FIX FOR TOUCH DEVICES */

.hoofdnav ul,
.hoofdnav li a {
	padding						: 0;
}

.hoofdnav ul li > ul li {
	padding						: 0 0.8em;
}

.hoofdnav ul li > ul li:last-of-type {
	padding-bottom				: 0.6em;
}

.hoofdnav > ul > li {
	padding						: 0 1.25em;
}

.hoofdnav > ul > li > a {
	display						: inline;
	position					: relative;
}

.hoofdnav > ul > li > a:after,
.hoofdnav > ul > li > a.actief:after {
	position					: absolute;
	bottom						: -0.3em;
	left						: 0;
	
	content						: '';
	width						: 100%;
	height						: 0.2em;
  	background-color			: rgb(6,199,202);
}

.hoofdnav > ul > li > a:after {
	position					: absolute;
	bottom						: -0.3em;
	left						: 0;
	
	content						: '';
	width						: 0;
	height						: 0.2em;
	-webkit-transition			: all 0.35s ease;
  	transition					: all 0.35s ease;
  	background-color			: rgb(6,199,202);
}

/* moves the submenu down to show fancy hover, change this if you change position of fancy hover */
.hoofdnav li ul {
	padding-top					: 0.3em;
}

.hover-allowed .hoofdnav > ul > li > a:hover:after {
	width						: 100%;
}

/* ======== standaard COLLAPSABLE ======== */

.collapsable,
.overview-collapsable {
	background-color	: rgb(231,231,231);
	padding				: 0 0.75em 0.3em 0.75em;
	margin-bottom		: 0.75em;
}

.collapsable_add-padding-on-open {
	padding-bottom		: 0.75em;
}

/* INKLAPBARE HEADER */
.collapsable-header {
	padding				: 0.25em 0.5em;
}

.collapsable-icons-container {
	order				: 2;
}

.collapsable-header-text {
	order				: 1;
	font-family			: 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
	color				: rgb(20,20,20);
	font-size			: 1.5em;
}

.collapsable-header-icon {
	font-size			: 2em;
	color				: rgb(6,199,202);
}

/* INHOUD COLLAPSABLE */
.collapsable-content-container {
	background-color	: rgba(255,255,255,0.3);
	border-radius		: 0.4em;	
	margin-bottom		: 0.5em;
	overflow			: hidden;
}

.collapsable-content {
	width				: 100%;
}

.collapsable-content h3 {
	font-family			: 'open_sansregular','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

.order-product-input {
	padding				: 0.4em 0;
	border-bottom		: 1px solid rgb(255,255,255);
}

.order-product-input:last-of-type {
	border-bottom		: none;

}

.order-product-input label {
	margin				: 0.3em 0.625em;
}

/* STATUS COLLAPSABLE */
.order-button-remove,
.order-button-remove:hover,
.remove-contact-person,
remove-contact-person:hover
{
    background-color    : #DC143C!important;
    color               : rgb(255,255,255);
    border              : 2px solid #DC143C;
}

.remove-contact-person,
remove-contact-person:hover
{
    border: none;
}
.order-product-disabled {
    color               : rgba(255,255,255,0.3);
}

.order-product-disabled > label {
    pointer-events      : none;
}

.order-product-disabled label:before {
	border: 2px solid rgba(255,255,255,0.3) !important;
}

.order-product-disabled input:checked + label:before {
    border-top 			: 0 !important;
    border-left			: 0 !important;
}

/* ======== overview COLLAPSABLE ======== */

.communication-content .overview-collapsable {
	background-color	: rgb(255,255,255);
}

.overview-collapsable .collapsable-header-text {
	font-size			: 0.9em;
}

.overview-collapsable .collapsable-header-icon {
	font-size			: 1.6em;
	color				: rgb(6,199,202);
}

.download-selection-link {
	font-family			: 'fira_sans_condensedbook','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
}

.download-selection-link:before {
	padding-right		: 0.3em;
}

/* ======== communicatie COLLAPSABLES ======== */

.order-remarks-sender-container {
	font-size			: 0.8em;
	padding-bottom		: 0.3em;
}

.order-remarks-content {
	border-top			: 1px solid rgb(231,231,231);
}

.order-remarks-sender:before {
	font-size			: 0.9em;
	padding-right		: 0.3em;
}


/* ======== FILE UPLOAD ======== */

.file_upload_progress,
.file_upload_progress_text {
	flex				: 1;
}

.file_upload_progress_text {
	width				: 2em;
	text-align			: right;
}

.file_upload_progress_visual_container {
	width				: calc(100% - 3.5em);
}

.file_upload_progress_visual_container,
.file_upload_progress_visual_loader {
	border-radius		: 0.5em;
	height				: 0.5em;
}

.file-upload-name {
	padding				: 0.3em 0;
	font-size			: 0.8em;
}

.file-upload-name:before {
	margin-right		: 0.3em;
}

.border-top-skip-first {
	border-top			: 1px solid rgb(6,199,202);
}

.border-top-skip-first:first-of-type {
	border-top			: none;
}

/* ======== KASSABON ======== */

.price-container-wrapper {
    position: relative;
}

.price-container {
    position        : fixed;
    overflow        : auto;
}

.price-container h5,
.communication-container h5 {
	font-family			: 'fira_sans_condensedbook','HelveticaNeue-Light','Helvetica','Arial','sans-serif';
	text-transform		: uppercase;
	font-size			: 1.1em;
}

.dashed-divider {
	padding				: 0.75em 0;
	border-bottom		: 2px dashed rgb(6,199,202);
}

.price-product-icon {
	padding-left		: 0.25em;
}


/* ======== ORDER OVERVIEW ======== */

.order-overview-list dl:nth-child(odd) {
	background-color	: rgb(231,231,231);
}


/* ======== ORDER OVERVIEW Tabs ======== */

.tab-menu {
	width				: 100%;
	border-bottom		: 1px solid rgb(6,199,202);
}

.tab {
	position			: relative;
	display				: inline-block;
	width				: 25%;
	min-width			: 8em;
	height				: 2.8em;
	padding				: 0.625em;
	border-radius		: 0.8em 2em 0 0;
	background-color	: rgb(231,231,231);
	box-shadow			: 2px -2px 7px rgba(206,206,206,0.5);
}
 
.tab.active-tab {
	background-color	: rgb(255,255,255);
}
 
.tab.active-tab:after {
	position			: absolute;
    content				: '';
    bottom				: 0;
    left				: 0;
    width				: 100%;
    height				: 0.2em;
    background-color	: rgb(6,199,202);
}

.remaining-order-content dt,
.remaining-order-content dd {
    width: 50%;
}

.remaining-order-content dl:nth-child(odd) {
    background-color: rgb(231,231,231);
}

/* ======== Rob ======== */

.gold {
background-color:gold;
border:1px solid red;
}

html {
    overflow-y          : scroll;
}
.nav-subsub {
    background-color    : rgb(3,96,98);
    display             : flex;
    padding             : 0 !important;
    margin              : 0;
}

.nav-subsub a {
    position            : relative;
    font-family         : 'fira_sans_condensedmedium','Arial Bold','Helvetica Bold','sans-serif';
    color               : rgb(255,255,255);
    padding             : 0.625em 0.3em;
    flex                : 1;
    line-height         : 1.2;
    text-align          : center;
    border-right        : 1px solid rgb(255,255,255);
}

.nav-subsub a:last-of-type {
    border-right        : none;
}

.nav-subsub a:hover,
.nav-subsub a.actief {
    color	    		: rgb(6,199,202);
}


.contact-person-container .inputregel_label {
    width               : 120px;
}

.contact-person-container .inputregel {
    -webkit-flex-direction: column;
    flex-direction: column;
   }
@media only screen and (min-device-width : 320px)
and (max-device-width : 480px)
and (orientation : landscape) {

    html {
        -webkit-text-size-adjust		: 100%; /* Prevent font scaling in landscape while allowing user zoom */
    }
   
}


@media all and (max-width:1120px) and (min-width:900px) {

	.logomenubalk .button:first-child {
		margin-bottom				: 0.6em;
	}

	.logomenubalk .button {
		text-align					: center;
	}
}



@media all and (max-width:1000px) {

	.toggle1nietzichtbaar {
		display						: none;
	}

	.toggle1welzichtbaar {
		display						: inline;
	}

}



@media all and (max-width:900px) {



}



@media all and (max-width:800px) {

	.hoofdnav,
	.site-submenu {
		display						: none;
	}

	.hoofdnav-mobile {
		display						: block;
	}
	
	.mobilenietzichtbaar {
		display						: none;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

	.mobilewelzichtbaar {
		display						: inherit;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}
	
	.logomenubalk {
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
		
		-webkit-align-items			: center;
		align-items					: center;

		margin						: auto;
		width						: 100%;
	}

	.logomenubalk_logo {
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;

		margin-left					: 1.25em;
	}

	.div3-12,
	.div4-12,
	.div8-12,
	.div9-12 {
		-webkit-box-flex			: 1 0 48%;	/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex				: 1 0 48%;	/* OLD - Firefox 19- */
		-ms-flex					: 1 0 48%;	/* IE 10 */
		-webkit-flex				: 1 0 48%;	/* NEW - Chrome */
		flex						: 1 0 48%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.toggle2nietzichtbaar {
		display						: none;
	}

	.toggle2welzichtbaar {
		display						: inline;
	}

}



@media all and (max-width:750px) {

	.header_buttons {
		-webkit-flex-direction		: column;
		flex-direction				: column;
	}

	.logomenubalk .button:first-child {
		margin-bottom				: 0.6em;
	}

	.logomenubalk .button {
		text-align					: center;
	}

}



@media all and (max-width: 600px) {

	.bovenbalk {
		-webkit-justify-content		: space-between;
		justify-content				: space-between;
	}

	.div2-12,
	.div3-12,
	.div4-12,
	.div5-12,
	.div6-12,
	.div7-12,
	.div8-12,
	.div9-12,
	.div10-12,
	.div11-12 {
		-webkit-box-flex			: 1 0 98%;	/* OLD - iOS 6-, Safari 3.1-6 */
		-moz-box-flex				: 1 0 98%;	/* OLD - Firefox 19- */
		-ms-flex					: 1 0 98%;	/* IE 10 */
		-webkit-flex				: 1 0 98%;	/* NEW - Chrome */
		flex						: 1 0 98%;	/* NEW, Spec - Opera 12.1, Firefox 20+ */
	}

	.header_buttons {
		display						: none;
	}

	.header-visual-home {
		-webkit-transition			: height 0.5s ease-in;
		transition					: height 0.5s ease-in;
	}

	.logomenubalk_logo {
		margin-right				: 1.25em;
	}

	.footer-copyright {
		height						: auto;
		-webkit-flex-direction		: column;
		flex-direction				: column;
		line-height					: 1.75;
	}
	
	.mobilenietzichtbaar {
		display						: none;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

	.mobilewelzichtbaar {
		display						: inherit;
		-webkit-transition			: all 0.5s ease-in;
		transition					: all 0.5s ease-in;
	}

}/*=== min-max font-size for min-max viewports, scales everything in between: https://css-tricks.com/snippets/css/fluid-typography/ ===*/

/* SET MIN FONT_SIZES HERE */

html 			{	font-size	: 16px	}

H1 				{	font-size	: 32px;	}

H2 				{	font-size	: 24px;	}

H3 				{	font-size	: 20px;	}

H4 				{	font-size	: 18px;	}

H5 				{	font-size	: 16px;	}


@media screen and (min-width: 320px) {

/* CALCULATE (MIN_FONT + (MAX_FONT - MIN_FONT) X ((VIEWPORT_WIDTH - MIN_SCREEN) / (MAX_SCREEN - MIN_SCREEN))) */

	html 			{	font-size	: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));	}
   
    H1 				{	font-size	: calc(32px + (42 - 32) * ((100vw - 320px) / (1920 - 320)));	}
    
    H2 				{	font-size	: calc(24px + (28 - 24) * ((100vw - 320px) / (1920 - 320)));	}
    
    H3 				{	font-size	: calc(20px + (22 - 20) * ((100vw - 320px) / (1920 - 320)));	}
    
    H4 				{	font-size	: calc(18px + (20 - 18) * ((100vw - 320px) / (1920 - 320)));	}
    
    H5 				{	font-size	: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));	}     
	
}

@media screen and (min-width: 1920px) {

/* SET MAX FONT_SIZES HERE (CHANGE MAX SCREEN SIZE IF YOU NEED) */

	html 			{	font-size	: 18px;	}

	H1 				{	font-size	: 42px;	}

	H2 				{	font-size	: 28px;	}

	H3 				{	font-size	: 22px;	}

	H4 				{	font-size	: 20px;	}

	H5 				{	font-size	: 18px;	}

}

/* ====== OTHER MEDIAQUERIES ===== */

@media all and (min-width:1200px) {

}

@media all and (max-width:900px) {

    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
    	white-space				: normal;
    	padding					: 0.2em;
    }

}

@media (min-width: 900px) {

    .communication-media-container {
        -webkit-flex-wrap		: nowrap;
    	flex-wrap				: nowrap;
    }
    
    .communication-media-content {
    	max-width				: 70%;
    }
    
}

@media (max-width: 800px) {

    .price-container {
        position: initial;
    }

    .order_2 {
        order: 2;
    }

    .order_1 {
        order: 1;
    }

    .div2-12,
    .div3-12,
    .div4-12,
    .div5-12,
    .div6-12,
    .div7-12,
    .div8-12,
    .div9-12,
    .div10-12,
    .div11-12 {
        -webkit-box-flex: 1 0 98%; /* OLD - iOS 6-, Safari 3.1-6 */
        -moz-box-flex: 1 0 98%; /* OLD - Firefox 19- */
        -ms-flex: 1 0 98%; /* IE 10 */
        -webkit-flex: 1 0 98%; /* NEW - Chrome */
        flex: 1 0 98%; /* NEW, Spec - Opera 12.1, Firefox 20+ */

        width: 98%;
    }
}
@media all and (max-width: 600px) {

	.login-form input[type=submit] {
		margin-left				: 0;
	}

}

@media all and (max-width: 450px) {

    .container_multiple_inputs > div .label {
    	display					: block;
    }


}

@media all and (max-width: 320px) {

	.standaard-padding {
		padding						: 0.75em;
	}
	
    .main-content section > div:first-child,
    .main-content section.hoofdstukken {
    	padding						: 0.5em 0.75em;
    }

}