* {
    box-sizing: border-box;
    border-spacing: 0px;
    position: relative;
	border-radius: 0;
}

body {
	margin:0;
	padding:0;
	font-family: proxima-nova, sans-serif;
	font-size: 16px;
	color: rgb(100,100,100);
	line-height: 200%;
}

.wf-loading { visibility: hidden;}

h1,h2,h3,h4 {
	font-weight: 100;
	padding: 0px;
	margin: 0px;
	line-height: 100%;
}

h2 {
	font-size: 35px;
}

b {
	font-weight: 500;
}

a {
	color: rgb(100,100,100);
	font-weight: 800;
	text-decoration: none;
}

.ns {
	display: none;
}

.tar {
	text-align: right;
}

label {
	display: inline-block;
	vertical-align: middle;
	font-weight: 500;
	white-space: nowrap;
}

.fa-xmark {
	color: #A00;
}

.center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	min-height: calc(100vh - 80px);
	background: #fff;
	border: 1px solid #d6d6d6;
	border-top: none;
	padding: 20px;
}

.mxlg {
	max-width: 300px;
}

.wrpr {
	padding: 30px;
	margin: 0 auto;
	max-width: 650px;
}

#sitecontainer {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
	overflow: auto;
}

#l-menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 260px;
	height: 100%;
	background: rgb(185, 163, 135);
}

	#l-menu .logo { 
		padding: 20px;
	}

#sitecontents {
	margin-left: 260px;
	padding: 30px;
	overflow: auto;
	height: 100%;

}


.accordion-header {
	cursor: pointer;
}
	
	.accordion-header a {
		text-decoration: none;

	}

	.accordion-header .far, .accordion-header .fas, .accordion-header .fa-solid {
		width: 40px;
	}

.accordion-item {
	background-color: rgb(185, 163, 135);
}
	
	.accordion-item a {
		display: block;
		color: #fff;
		text-decoration: none;
		font-weight: bold;
	}

		.accordion-item a:hover {
			color: #000;
		}

.accordion-button {
	background-color: transparent;
	color: #fff;
	margin: 0px 0px 0px 10px;
	width: calc(100% - 12px);
}
	
	.accordion-button a {	
		color: #fff;
	}

	.accordion-button:not(.collapsed), .accordion-item.active .accordion-header {
		color: #fff;
		background-color: transparent;
		margin-right: 2px;
	}

	.accordion-item.active > h2 > a {
		color: #000;
	}

.accordion-body a {
	padding-left: 52px;
}
	
	.accordion-body a.active {
		color: #000;
	}


#flf .accordion-item {
	background: #565e64;
}

#flf .accordion-body {
	background: #fff;
}

#flf .accordion-button {
	padding: 0px;
	font-weight: 100;
}



.row {
	padding: 5px 0px;
}


.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;
	}




zoekmenu {
	width: 100%;
	display: block;
	border-top: 3px solid #a2186e;
	padding-top: 20px;
    padding-bottom:  22px;
	background: linear-gradient(0deg, rgba(0,0,0,0.1) 0%,rgba(184,184,184,0)  6%);
	height: 80px;
}

	zoekmenu .logo {
		width: 20%;
		display: inline-block;
		vertical-align: middle;
		margin-right: 50px;
	}
	
	zoekmenu .usr-icon {
		width: 20px;
		display: inline-block;
		vertical-align: middle;
		margin-top: -4px;
	}
	
	zoekmenu ul {
		padding: 0px;
		margin: 0px;
		list-style: none;
		display: inline-block;
		vertical-align: top;
	}
	
	zoekmenu li {
		padding: 0px;
		margin: 0px;
		list-style: none;
		color: #fff;
		display: inline-block;
		vertical-align: middle;
		position: relative;
	}
		zoekmenu li a {
			color: #000;
			text-decoration: none;
			display: block;
			padding: 3px 15px;
			cursor: pointer;
		}
		
			zoekmenu li a .fas {
				font-size: 8px;
				padding-left: 10px;
			}
			
			zoekmenu li a:hover {
				color: #a2186e;
			}
		
		zoekmenu li.active:after {
			content: '';
			position: absolute;
			bottom: -25px;
			left: 0px;
			width: 100%;
			border-bottom: 3px solid #aaa;
			z-index: 10;
		}
		
		
	zoekmenu .mnr {
		float: right;
		padding-top: 8px;
	}
	
		zoekmenu .mnr a {
			color: #a2186e;
			padding: 3px 10px;
		}


.content_center {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

	.content_center a {
		line-height: 200%;
	}


.r_content {
	margin: 0 auto;
	max-width: calc(100% - 10vw);
}

.c_box {
	border: 1px solid #f7f7f7;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	border-radius: 5px;
	margin-bottom: 30px;
}
	
	.c_box .c_header {
		padding: 15px 10px 10px 10px;
		background: #f7f7f7;
		border-radius: 5px 5px 0px 0px;
		font-size: 12px;

	}

		.c_box .c_header h3 {
			font-size: 16px;
			font-weight: 800;
		}

	.c_box .c_content {
		padding: 10px;
	}

		.c_box .c_content ul {
			list-style: none;
			padding: 0px;
			margin: 0px;
		}

			.c_box .c_content > ul > li {
				display: block;
				padding: 8px 15px;
				border: 1px solid #f7f7f7;
				margin: 0px;
				box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
			}

			.c_box .c_content > ul > li > ul > li {
				display: inline-block;
				width: calc(100%/3 - 185px / 3);
				vertical-align: top;
			}

			.c_box .c_content > ul > li > ul > li:last-child {
				width: 185px;
			}

	.c_box .prdct, .c_box .prdcts {
		box-shadow: none !important;
	}



	.c_box .prdct, .c_box .prdcts > div  {
		background: #d5c3ab;
		margin: 10px 0px 10px 20px !important;
		border-radius: 5px;
		color: #fff;
	}

		.c_box .prdct li:first-child {
			width: calc(100%/3 - 185px / 3 - 10px);
		}

		.c_box .prdcts > div div {
			display: inline-block;
			vertical-align: middle;
			width: calc(100%/3 - 185px / 3);
			padding: 8px 15px;
			margin: 0px;
				
		}

		.c_box .prdcts > div div:first-child {
			width: calc(100%/3 - 185px / 3 - 10px);
		}

		.c_box .prdcts > div div:last-child {
			width: 185px;
		}



form {
	padding: 0px 2vw;
}

.udl {
	margin-bottom: 20px;
}

.udl:after {
	content: '';
	position: absolute;
	width: calc(100% - 28px);
	left: 14px;
	bottom: 0px;
	border-bottom: 1px solid #ced4da;
	
}

.form-check-label {
	vertical-align: top;
}

.form-check-input {
    display: inline-block;
    vertical-align: sub;
    float: none !important;
}


.flx {
	display: flex;

}

	.flx > div {
		flex: 1 1 0px;
	}

	.flx .sml {
		text-align: center;
		font-size: 10px;
	}

	.flx > div > p {
		display: block;
		height: 25px;
		background: #efefef;
		margin: 3px 1px;
	}	

		.flx > div > p.green {
			background: #d5c3ab;
		}

		.flx > div > p.green:hover {
			cursor: pointer;
			background: #a2186e;
		}

		.flx > div > p.booked {
			background: #a2186e;
			overflow: visible;
			position: relative;
		}

			.bknme {
				position: absolute;
			    left: 0px;
			    top: 0px;
			    color: #fff;
			    font-size: 14px;
			    line-height: normal;
			    white-space: nowrap;
			    z-index: 10;
			    background: rgba(0,0,0,0.2);
			    padding: 4px 5px;
			}

		.flx > div > p.booked:hover {
			cursor: pointer;
			background: #a2186e;
		}

		.flx > div > p.offerte {
			background: #443e39;
			overflow: visible;
			position: relative;
		}


		.flx > div > p.offerte:hover {
			cursor: pointer;
			background: #443e39;
		}


		.flx > div > p.ical {
			background: #666;
			overflow: visible;
			position: relative;
		}

			.flx > div > p.ical:after {
				content: 'iCal';
				position: absolute;
				color: #fff;
				font-size: 10px;
				left: 3px;
				top: 3px;
			}


		.flx > div > p.ical:hover {
			cursor: default;
			background: #666;
		}



.binv {
	display: inline-block;
	color: #000;
	padding: 0px 65px 0px 5px;
    border-bottom: 3px solid rgb(185, 163, 135)
}

.ui-timepicker-standard {
	z-index: 9999 !important;
}


/* date picker */

.ui-widget-header {
	background: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: none;
	border: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #565e64;
	color: #fff;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
	border-radius: 0;
}

.ui-datepicker .ui-datepicker-header {
	border: none;
}


.step_inactive, .step_active {
	height: 10px;
	background: #ddd;
}

.step_active {
	background: #6bbc69;
}

.np {
	padding-left: 0px;
}

.underline {
	width: 50%;
	height: 5px;
	background: rgb(100,100,100);
}

.outline {
	border: 1px solid #ddd;
	padding: 10px;
	margin: 10px 0px;
	background: #fafafa;
}
		
	.outline h3 { 
		font-size: 120%;
		margin: 10px 0px;
	}

.fa-times {
	color: #A00;
}

.fa-check {
	color: #0A0;
}

.mt {
	margin-top: 10px;
}

.mb {
	margin-bottom: 10px;
}

.pb {
	padding-bottom: 10px;
}

.vht {
	min-height: 38px;
}

	.vht .form-check-input {
		margin-right: 22px;
		margin-left: 25px;
	}

.brwn {
	color: rgb(185, 163, 135);
	font-weight: bold;
}

.lnk {
	cursor: pointer;
	padding-top: 6px;
}

.bk_active {
	border: 3px solid #000;
}

.bk_nonactive {
	opacity: 0.4;
	border: 3px solid #A00;
}
	.bk_nonactive.nored {
		border: none;
	}

.offerte {
	color: #a2186e;
}

.offerblok {
	padding: 0px 2px;
	background: #a2186e;
	color: #fff;
	line-height: normal;
	font-size: 12px;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4px;
}

.pa {
	position: absolute;
	bottom: 0px;
	left: -1px;
    width: auto;
    padding: 5px;
}

.grbck {
	background: #efefef;
	margin-top: -6px;
}

.tooltip-inner {
    white-space:pre-wrap;
}

.smtxt {
	font-size: 80%;
}

.vanvoor {
	color: #A00;
	text-decoration: line-through;
}

.table-sm td {
	white-space: nowrap;
}

.today {
	color: #0A0;
}


#sortme {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

	#sortme li {
		padding: 0px;
		margin: 0px;
	}

#action_btn {
	position: fixed;
	bottom: -300px;
	right: 40px;
	background: #fff;
	padding: 20px 50px;
	border-radius: 10px;
	box-shadow: 3px 3px 4px rgba(0,0,0,0.5);
	z-index: 999;
	border: 1px solid rgba(0,0,0,0.2);
}

.tinytxt {
	font-size: 10px;
	font-weight: bold;
}



/* bootstrap override */

.btn-primary {
	background-color: #a2186e;
    border-color: #a2186e;
}

.btn-primary:hover {
	background-color: #810b55;
    border-color: #810b55;
}

.page-link {
	color: #666;
}

.page-link:hover {
	color: #000;
}

.page-item.active .page-link {
	background: #666;
	color: #fff;
}

.form-select.error {
	background: #A00;
	color: #fff;
}

button {
	position: relative;
}

.mo:hover {
	background: rgba(0,0,0,0.1);
	position: relative;
}

.bbar {
	position: absolute;
	right: 0px;
	top: 0px;
	display: none;
	background: #fff;
	color: #000;
	width: 75px;
	padding: 5px 10px;
	border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.5);
}

.mo:hover .bbar {
	display:block;
}

.klant_gebonden {
	background: #5c636a;
	color: #fff;
	border-radius: 5px;
}


#rightmenu {
	position: fixed;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	z-index: 99;
	display: none;
}

.rghtcl {
	padding: 2px;
}

.r_header {
	background: #a2186e; 
	color: #fff;
	padding: 2px 20px;
}

.r_rw {
	padding: 2px 20px;
}
	
	.r_rw:hover {
		cursor: pointer;
		background: #eee;
	}

.rightmenu {
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fff;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.5);
	z-index: 99;
	min-width: 250px;
}

