* {
	box-sizing: border-box;
	position: relative;
}

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	font-family: "Calibri";
	font-size: 16px;
	line-height: 22px;
	color: #4e4e51;
    font-weight: 300;
    background: #fff;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 500;
	padding: 0px;
	margin: 0px;
	text-transform: uppercase;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 8px;
}



a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #7476A4;
}

a.active {
	text-decoration: underline;
}

.sm_center {
	margin: 0 auto;
	width: 100%;
	max-width: 500px;

}

.click {
	cursor: pointer;
}

.before {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.5);
	text-align: center;
	font-size: 300%;
	color: #0A0;
	display: table;
}

	.before .fa-check, .before .fa-hourglass-half {
		display: table-cell;
		vertical-align: middle;
	}

.row {
	padding: 10px;
}

.btn-info, .btn-light {
	width: 100%;
}

.tal {
	text-align: left;
}

.hlgt {
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	margin: 10px;
}

.btn-info, .btn-outline-info {
	background: #409042;
	border-color: #409042;
	color: #fff;
}

.btn-info:hover, .btn-check:active+.btn-info, .btn-check:checked+.btn-info, .btn-info.active, .btn-info:active, .show>.btn-info.dropdown-toggle, .btn-check:focus+.btn-info, .btn-info:focus {
	background: #409042;
	border-color: #409042;
	color: #fff;
}





.bllbl {
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 5px 5px 0px 0px;
	background: #000;
	color: #fff;
	padding:  0px 5px;
	font-size: 11px;
	width: 100%;
	margin-top: -9px;
	line-height: 16px;
}

.col-2 > div, .col-4 > div {
	xpadding-right: 12px;
	margin-top: 20px;
}

.col-2 > .bllbl, .col-1 > .bllbl {
	width: calc(100% - 24px);
	margin-left: 12px;
}

.form-control {
	outline: none;
}

.form-control:focus, .btn-check:focus+.btn-info, .btn-info:focus, .btn-check:active+.btn-info:focus, .btn-check:checked+.btn-info:focus, .btn-info.active:focus, .btn-info:active:focus, .show>.btn-info.dropdown-toggle:focus {
	box-shadow: none;
}

.mt {
	margin-top: 20px;
}

.driecolmn {
	padding: 20px 40px;
	column-count: 3;
}

.pd {
	padding: 8px;
	font-weight: 700;
}

.rijtje {
	background: rgba(64, 144, 66,0.2); 
	color: #000;
	border-radius: 5px;
	margin-bottom: 3px; 
	line-height: 10px;
}

.oranje {
	background: #018F59; 
	color: #fff;
	border-radius: 5px;
	margin-bottom: 3px; 
	xline-height: 10px;
}

.lightgreen {
	background: rgba(64, 144, 66,0.2); 
	color: #000;
	border-radius: 5px;
	margin-bottom: 3px; 
	xline-height: 10px;
}

.optie {
	background: lightblue !important; 
	color: #fff;
	border-radius: 5px;
	margin-bottom: 3px; 
	xline-height: 10px;
}

#flt sup {
	font-weight: bold;
	display: block;
	position: absolute;
	top: 0px;
	left: 14px;
}

#flt td {
	padding-top: 10px;
	white-space: nowrap;
}

#fltres {
	margin-top: 20px;
	border-top: 1px solid #666;
	padding-top: 20px;

}

.grey {
	background: rgba(0,0,0,0.03);
	margin-bottom: 3px; 
	border-radius: 5px;
}

.backbtn {
	position: absolute;
	right: 10px;
    top: -39px;
	z-index: 10;
}

.hide {
	display: none;
}


.hidden {
	display: none;
}

.grh:hover > div {
	background: #eee;
}

.menuu {
	display: inline-block; 
	vertical-align: top;
	width: 200px;
	position: sticky;
	padding: 20px;
}

.contents {
	display: inline-block; 
	vertical-align: top;
	width: calc(100% - 200px);
	padding: 20px;
}

.rrr_row {
	padding: 0px 40px; 
	margin-bottom: 50px;
}

.qfast_send {
	position: absolute;
	right: -20px;
	top: 0px;
	z-index: 100;
}

#reqDiv, #meubelDiv {
	position: absolute;
	left: -210px;
	top: 0px;
	background: #fff;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
	width: 200px;
	padding: 10px;
	display: none;
}

.fw {
	width: 100%;
	margin-bottom: 5px;
}