/* RESERVERINGSMODULE */
/* MAIN */
nav > .menu > li > a{
	letter-spacing: 0;
	text-transform: uppercase;
	font-family: 'Bree Serif', serif;
	color: #000;
	pointer-events: none;
}
nav > .menu > li:hover > a{
	color: #000;
}
nav > .menu > li > a.active:after, nav > .menu > li > a.active-trail:after,
nav > .menu > li a.active:hover:after{
	background-color: #000;
}
.page_image_bg{
	background-color: #91A925;
}
.page_image_bg img{
	opacity: 0;	
}
.page_image_slides li img{
	filter: grayscale(1); 
}
.reserverings-module-wrapper{
	background-color: #FFF;
	padding: 0 20px;	
}

.maincontent em u{
	display: inline-block;
	border-width: 1px;
	border-style: solid;
	border-color: #0c8ee2;
	padding: 16px 21px 18px 21px;
	font-style: normal;
	text-decoration: none;
	background-color: #fafdff;	
}

.reserveringsmodule{
	padding: 0px 6%;
	margin-top: 30px;
}

.reserveringsmodule p.mess{
	background-color: #F7F7F7;
	padding: 6px;
	text-align: center;
	color: #999;
}

.reserveringsmodule h4{
	/*font-family: 'montserratregular';*/
    text-transform: uppercase;
    color: #043e63;
    font-size: 17px;
	margin-bottom: 16px;
}

.reserveringsmodule strong{
	font-size: 15px;
    color: #222;
    font-family: 'Bree Serif', serif;
    font-weight: normal;
    display: inline-block;
}

.reserveringsmodule input{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 5px;
	position: relative;
	background-color: #f9f9f9;
	vertical-align: middle;
	/* NEW MOD */
	border-color: #CCC;
	padding: 10px 14px;
}

.reserveringsmodule input:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
}

.reserveringsmodule fieldset{
	position: relative;
	border-width: 0px;
    border-style: solid;
    padding: 0px;
    margin: 0px;
	top: -12px;
}

.reserveringsmodule fieldset legend{
	color: #043e63;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
    border-width: 0px 0px 1px 0px;
    border-style: solid;
    border-color: #CCC;
    width: 100%;
    padding: 0px 0px 2px 0px;
    margin: 0px 0px 4px 0px;
}

.reserveringsmodule textarea{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 5px;
	position: relative;
	resize: none;
	background-color: #f9f9f9;
	vertical-align: middle;
}

.reserveringsmodule textarea:-webkit-autofill {
     -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset;
}

.reserveringsmodule select{
	border-width: 1px;
	border-style: solid;
	border-color: #999;
	font-family: 'Lato', sans-serif;
	margin: 0px;
	padding: 5px;
	position: relative;
	resize: none;
	background-color: #f9f9f9;
}

.reserveringsmodule label{
	display: inline-block;
    position: relative;
    margin-right: 5px;
    margin-left: 2px;
    vertical-align: middle;
    padding: 2px 0px;
    font-weight: normal;
    font-family: 'Bree Serif', serif;
    color: #666;
    font-size: 14px;
}

.reserveringsmodule span.disc{
	color: #AAA;
	font-size: 12px;
	line-height: 14px;	
	display: inline-block;
}

.reserveringsmodule span.disc.dwarn{
	padding: 10px 0px 3px 0px;
}

.reserveringsmodule span.disc.dwarn em{
	font-style: normal;
	font-weight: bold;
	color: #043e63;
	font-size: 11px;
    margin-right: 2px;
}

.reserveringsmodule span.hlp{
	color: #AAA;
	font-size: 12px;
	line-height: 14px;	
	display: inline-block;
	margin-left: 7px;
}


.reserveringsmodule span.hlp.hlperr{
	color: #FF0000;
	font-weight: bold;
}


.reserveringsmodule .reterr{
	color: #FF0000;
	font-weight: bold;
	display: block;
}

.reserveringsmodule .rcent{
	text-align: center;	
}

.reserveringsmodule .rline::before{
	height: 1px;
	background-color: #EEE;
	content: '';
	position: absolute;
	bottom: 12px;
	left: 16px;
	right: 16px;
}

.reserveringsmodule .rline{
	padding-bottom: 24px;
}

.rsv_butt{
	display: inline-block;
    color: #FFF !important;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    padding: 10px 22px;
    background-color: #bcd130;
    border-color: #bcd130;
    border-width: 1px;
    border-style: solid;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    border-radius: 21px;
    font-size: 13px;
    min-width: 100px;
    text-align: center;
    margin-top: 13px;
    font-weight: 700;
	-webkit-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -moz-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    -o-transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
    transition: color 300ms ease-in-out, background-color 300ms ease-in-out, border-color 300ms ease-in-out;
}

.rsv_butt:hover{
	background-color: #97a925;
	text-decoration: none  !important;
	/* NEW MOD */
	/*color: #97a925 !important;*/
	background-color: #97a925;
}

/*.reserveringsmodule .rsv_butt.rsup{
	top: -12px;
}*/

.reserveringsmodule .rsv_butt.disb{
	background-color: #DDD;
}

.reserveringsmodule input.disb{
	opacity: 0.6;
}

.reserveringsmodule select.disb{
	opacity: 0.6;
}

.reserveringsmodule .inperr{
	color: #FF0000;	
}

.reserveringsmodule .inperr strong{
    color: #FF0000 !important;
}

.reserveringsmodule .inperr a{
	color: #FF0000;
}

.reserveringsmodule input.inperr{
	border-color: #FF0000;	
}

	.q_inp1{
		width: 62px;
		text-align: center;
	}
	
	.q_inp2{
		width: 100%;
	}
	
	.q_inp3{
		width: 26%;
	}
	
	.q_inp4{
		width: 72%;
    	float: right;
	}
	
	.q_sel1{
		width: 100%;
	}
	
	.q_txt1{
		width: 480px;
		height: 95px;
		max-width: 100%;
	}
	
	.q_txt2{
		width: 480px;
		height: 47px;
		max-width: 100%;
	}
	
	.act_link{
		float: right;
		font-size: 11px;
		display: inline-block;
		padding: 3px 0px;
		position: relative;
		margin-top: 3px;
		text-decoration: none;
		/* NEW MOD */
		color: #227bbf;
		margin-top: 20px;
	}
	
	.act_abs{
		position: absolute;
    	right: 20px;
    	top: -12px;
	}
	
	.act_link i{
		padding: 0px 2px 0px 2px;
    	font-size: 13px;
		position: relative;
		top: 1px;
	}
	
	.act_link:hover{
		color: #97a925 !important;
	}


/* STEPS MAIN */
.reservering_stap{
	padding-bottom: 16px;
	clear: both;
	position: relative;
}

	/* TITLE */
	.reservering_stap_title{
		position: relative;
	}
	
	.reservering_stap_title h3{
		position: relative;
		background-color: #DDD;
		color: #FFF;
		padding: 10px 18px 12px 72px;
		/*font-family: 'montserratregular';
		text-transform: uppercase;*/
		font-family: 'Bree Serif', serif;
	}
	
	.reservering_stap_title h3 em{
		position: absolute;
		display: inline-block;
		width: 50px;
		height: 50px;
		text-align: center;
		line-height: 42px;
		font-style: normal;
		top: 50%;
		left: 12px;
		margin-top: -25px;
		font-family: 'Bree Serif', serif;
		font-size: 33px;
		color: #DDD;
		background-color: #FFF;
		border-color: #DDD;
		border-width: 1.5px;
		border-style: solid;
		border-radius: 50%;
		
	}
	
	
	
		/* STATES */
		.reservering_stap.act .reservering_stap_title h3{
			/*background-color: #043e63;*/
			position: relative;
			/* NEW MOD */
			background-color: #bcd130;
		}
		
		.reservering_stap.act .reservering_stap_title h3 em{
			/* NEW MOD 
			color: #2093d2;
			background-position: center top;
			*/
			border-color: #000000;
			color: #000000;
		}
		
		.reservering_stap.done .reservering_stap_title h3::after{
			font-family: 'fontAwesome';
			font-size: 18px;
			color: #FFF;
			content: '\f00c';
			position: absolute;
			right: 12px;
			top: 9px;
		}
		
		.reservering_stap.loading .reservering_stap_title::after{
			font-family: 'fontAwesome';
			font-size: 18px;
			color: #FFF;
			content: '\f252';
			position: absolute;
			right: 10px;
			top: 4px;
			background-color: #bcd130;
			padding: 4px 4px;
		}

		
	/* CONTENT */
	.reservering_stap_content{
		position: relative;
		display: none;
		padding: 0px;
	}
	
	.reservering_columns{
		display: table;
		width: 100%;
		position: relative;	
	}
	
	.reservering_columns .reservering_column{
		display: table-cell;
		padding: 12px 21px 12px 21px;
		vertical-align: top;
		position: relative;
	}
	
	.reservering_column.rcol_50{
		width: 50%;	
	}
	
	.reservering_column.rcol_100{
		width: 100%;	
	}
	
		/* STATES */
		.reservering_stap.act .reservering_stap_content{
			display: block;
			min-height: 42px;
		}
		
		.reservering_stap.act .reservering_stap_content.rs3b{
			min-height: auto;
		}
		
		.reservering_stap.act .reservering_stap_content.rs3b.wait{
			min-height: 42px;
		}
		
		.reservering_stap .reservering_stap_content.wait::after{
			width: 100%;
			position: absolute;
			top: 0px;
			bottom: 0px;
			background-color: rgba(255,255,255,0.7);
			content: '';
			background-image: url(/images/loading_120.gif);
			background-repeat: no-repeat;
			background-position: center center;
			background-size: 36px;
		}
		
		.reservering_stap .reservering_stap_content.send::before{
			width: 100%;
			position: absolute;
			top: 0px;
			bottom: 0px;
			background-color: rgba(255,255,255,0.85);
			content: '';
			z-index: 20000;
		}
		
		.reservering_stap.stap_5 .reservering_stap_content.send::after{
			    width: 100%;
				position: absolute;
				text-align: center;
				content: 'Uw reservering wordt verzonden!';
				bottom: 20px;
				font-family: montserratsemi_bold;
				text-transform: uppercase;
				color: #043e63;
				font-size: 19px;
				z-index: 25000;
		}
		

/* STEPS NOW */
	/* STEP 1 - ACCOUNT */
	.cred_form{
		position: relative;
		margin-top: -12px;
	}
	
	.l_line{
		padding: 3px 0px 3px 0px;
		display: block;
	}
	
	.l_line.l_extp{
		padding-top: 10px;
	}
	
	.l_line.l_cent{
		text-align: center;
		padding-right: 16%;
	}
	
	.l_line.l_cent .rsv_butt {
		margin-left: 3px;	
	}
	
	.resv_action{
		list-style: none;
		padding: 0px !important;
		margin: 0px;
	}
	
	.resv_action li{
		text-align: right;
		padding: 0px 0px 3px 0px !important;
	}
	
	.resv_action li a{
		display: inline-block;
		text-decoration: none;
		color: #043e63 !important;
		padding: 4px 0px;	
	}
	
	.resv_action li a i{
		width: 24px;
		text-align: center;
		font-size: 16px;
		top: 1px;
		position: relative;
		margin-left: 3px;
	}
	
	.resv_action li a:hover{
		color: #97a925 !important;
	}
	
	.resv_action li a:hover i{
		color: #97a925;
	}
	
		/* CREATE ACCOUNT */
		.acc_form{
			
		}
		
		.a_line{
			position: relative;
			padding: 1px 0px;
		}
		
		/* VALIDATE ACCOUNT */
		
	/* RESV CLIENT */
	.rsv_client_orderoverview{
		width: 100%;
		display: table;
		list-style: none;
		padding: 4px 0px 0px 0px !important;
    	margin: 0px 0px 21px 0px !important;
		table-layout: fixed;	
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #DDD;	
		text-align: left;
	}
	
	.rsv_client_orderoverview li{
		display: table-row;
	}
	
	.rsv_client_orderoverview li.rtbh{
		background-color: #EEE;
		font-weight: bold;
		color: #043e63;
		text-transform: uppercase;
		font-size: 11px;
	}
	
	.rsv_client_orderoverview li.even{
		background-color: #f2fafc;
	}
	
	.rsv_client_orderoverview li .rsv_ov_field{
		display: table-cell;
		padding: 6px 16px;
	}
	
	.rsv_client_orderoverview li.rtbh .rsv_ov_field{
		padding: 3px 16px;
	}
	
	.rsv_client_orderoverview li .rsv_ov_field.ov_field_acties{
		padding: 3px 6px 3px 0px;
	}
	
	.ov_field_acties{
		text-align: right;	
	}
	
	.ov_field_acties a.ov_act{
		display: inline-block;
		margin: 0px 6px;
    	padding: 2px 2px;
		vertical-align: middle;
		font-size: 16px;
		color: #333;
	}
	
	.ov_field_acties a.ov_act:hover{
		color: #0C8EE1;
	}
	
	.ov_field_acties a.ov_act.disab{
		color: #DDD;
	}
	
	.ov_field_acties a.ov_cancel.disab{
		color: #d83434 !important;
	}
	
	.rsv_ov_nores{
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #CCC;
		color: #666;
		padding: 0px 0px 21px 0px;
		margin-bottom: 21px;
	}
	
	/* STEP 2 - DATE */
	.datepicker_container{
		position: relative;
		top: -6px;
	}
	
	.date_line{
		display: inline-block;
		position: relative;
		padding: 0px 32px 4px 0px;
	}
	
	.date_line label{
		cursor: pointer;
	}
	
	.date_line .sel_date{
		width: 120px;
		
	}
	
	.date_line label:after{
		font-family: 'fontAwesome';
		font-size: 17px;
		color: #777;
		content: '\f073';
		position: absolute;
		right: -118px;
		top: 2px;
		z-index: 100;
		font-weight: normal;
		width: 96px;
    	text-align: right;
	}
	
	.reservering_stap.stap_2.done .date_line label:after{
		color: #043e63;
	}
	
	
	/* STEP 3 - SELECT ROOM */
	.select_room_slider_container{
		margin: -10px 0px 0px 0px;
		padding: 4px 17px 21px 17px;
		position: relative;
		overflow: hidden;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
	
	.select_room_slider{
		width: 100%;
		list-style: none;
		padding: 0px !important;
		margin: 0px !important;
		overflow: hidden;
	}
	
	.select_room_slider li{
		width: 20%;
		float: left;
		padding: 0px !important;
		margin: 0px !important;
		outline: none;
		position: relative;
	}
	
	.sel_room_link{
		display: block;
		padding: 2px;
		margin: 0px 4px;
		border-width: 1px;
		border-style: solid;
		border-color: #CCC;	
		text-decoration: none;
		overflow: hidden;
		position: relative;
	}
	
	.sel_room_imgs{
		background-color: #EEE;
		position: relative;
	}
	
	.sel_room_imgs .sel_room_img{
		position: relative;	
	}
	
	.sel_room_imgs .sel_room_img img{
		width: 100%;
		height: auto;
		display: block;
	}
	
	.sel_room_txt{
		width: 100%;
		height: 36px;
		overflow: hidden;
		padding: 2px 6px 0px 6px;
		display: table;
	}
	
	.sel_room_txt_cl{
		display: table-cell;
		vertical-align: middle;
	}
	
	.sel_room_selb{
		padding: 0px 0px 6px 0px;
		position: relative;
	}
	
	.sel_room_selb span{
		display: inline-block;
		color: #FFF !important;
    	background-color: #bcd130;
    	padding: 2px 8px;
    	text-transform: uppercase;
    	font-family: 'montserratregular', Arial, Helvetica, sans-serif;
    	font-size: 12px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		border-radius: 6px;
		position: relative;
	}
	
	.sel_room_link:hover{
		border-color: #97a925;
	}
	
	.sel_room_link:hover .sel_room_selb span{
		background-color: #97a925;
	}
	
	.select_room_slider li.selected .sel_room_link{
		border-color: #a0b519;
	}
	
	.select_room_slider li.selected .sel_room_imgs::after {
		font-family: 'fontAwesome';
		font-size: 18px;
		color: #a8be12;
		content: '\f00c';
		position: absolute;
		left: 4px;
		top: 1px;
	}
	
	.select_room_slider li.selected .sel_room_txt strong{
		color: #a0b519 !important;	
	}
	
	.select_room_slider li.niet a{
		background-color: #F6F6F6;
	}
	
	.select_room_slider li.niet .sel_room_imgs{
		opacity: 0.6;
	} 
	
	.select_room_slider li.niet .sel_room_link:hover{
		border-color: #CCC;
	}
		
	
	.select_room_slider li.niet .sel_room_txt_cl strong{
		color: #999 !important;
	}
	
	.select_room_slider li.niet .sel_room_selb span{
		background-color: #BBB;
	}
	
	.select_room_slider li a::after{
		width: 8px;
		height: 8px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		content: '';
		position: absolute;
		right: 5px;
		top: 5px;
		-webkit-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8);
    	-moz-box-shadow: 1px 1px 5px 0px rgba(0,0,0,0.8);
    	box-shadow: 1px 1px 4px 0px rgba(0,0,0,0.8);
	}
	
	.select_room_slider li.niet a::after{
		background-color: #FF0000;
	}
	
	.select_room_slider li.beperkt a::after{
		background-color: #ff7f00;
	}
	
	.select_room_slider li.volledig a::after{
		background-color: #0F0;
	}
	
	
	.room_desc{
		position: relative;
		border-width: 1px;
		border-style: solid;
		border-color: #DDD;
		padding: 0px;
		overflow: hidden;
		/*margin-top: -15px;*/
		background-color: #FAFAFA;
		display: table;
		width: 100%;
		min-height: 54px;
	}
	
	.room_desc strong.upp{
		text-transform: uppercase;	
	}
	
	.room_desc_imgs{
		width: 35%;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
	
	.room_desc_img{
		position: relative;
		padding: 14px 0px 14px 15px;
	}
	
	.room_desc_img img{
		width: 100%;
		height: auto;
		display: block;	
	}
	
	.room_desc_txt{
		width: 65%;
		display: table-cell;
		padding: 16px 20px 1px 18px;
		min-height: 51px;
	}
	
	.rsv_label{
		position: absolute;
		display: inline-block;
		width: 48px;
		height: 48px;
		text-align: center;
		line-height: 48px;
		font-style: normal;
		top: -10px;
    	right: 7px;
		font-family: 'montserratsemi_bold';
		font-size: 27px;
		/*background-image: url(/images/icon_bg4.png);
		background-repeat: no-repeat;
		background-position: center top;
		*/
		border-width: 1px;
		border-style: solid;
		border-color: #000;
		background-color: #FFF;
		border-radius: 50%;
		color: #000;
		z-index: 300;
	}
	
	.reservering_stap_content.wait .rsv_label{
		background-position: center -63px;
    	color: #DDD;
	}
	
	.avail_time_block{
		position: relative;
		font-size: 10px;
		padding: 10px 0px 10px 0px;
		color: #000;
		top: 5px;
	}
	
	.avail_time_tab{
		display: table;
		table-layout: fixed;	
		width: 100%;
		border-width: 1px 0px 1px 1px;
		border-color: #CCC;
		border-style: solid;
		position: relative;
	}
	
	.avail_time_cll{
		display: table-cell;
		height: 24px;
		border-width: 0px 1px 0px 0px;
		border-color: #CCC;
		border-style: solid;
		position: relative;
		background-color: #baff9c;
	}
	
	.avail_time_cll.disab{
		background-color: #ff5a5a;
	}
	
	.avail_time_cll.own{
		background-color: #0093e2;
	}
	
	.avail_time_cll span{
		position: absolute;
    	left: -14px;
    	top: -18px;
		display: inline-block;
		letter-spacing: -0.5px;
	}
	
	.end_time{
		position: absolute;
    	right: -12px;
    	top: -7px;
		display: inline-block;
		letter-spacing: -0.5px;
	}
	
	.avail_price_block {
		border-width: 1px 0px 0px 0px;
		border-style: solid;
		border-color: #DDD;
		margin-bottom: 11px;
		margin-top: 29px;
		position: relative;
	}
	
	.price_sl_time{
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #DDD;
		overflow: hidden;
		padding: 9px 0px;
	}
	
	.price_sl_label{
		width: 47%;
		max-width: 100%;
		float: left;
		padding: 1px 6px;
		font-weight: bold;
    	text-align: right;
    	display: inline-block;
	}
	
	.price_sl_options{
		width: 53%;
		max-width: 100%;
		float: left;
		padding: 0px 6px;
		text-align: left;
	}
	
	
	.price_sl_option_container{
		
	}
	
	.price_sl_option{
		display: inline-block;
	}
	
	.price_sl_option_dis{
		color: #BBB;	
	}
	
	
	.price_sl_option label.option{
		margin-left: 0px;
		padding-left: 6px;
		position: relative;
		top: -1px;
		cursor: pointer;
		font-family: 'montserratlight';
	}
	
	.price_sl_option .form-radio{
		cursor: pointer;
	}
	
	
	/* STEP 4 - OPTIONS */
	.quest_form{
		display: inline-block;
		padding-right: 40px;
	}
	
	.quest_form span.disc{
    	position: relative;
		display: block;
		width: 470px;
		text-align: left;
		left: 160px;
	}
	
	.quest_form .l_line{
		text-align: left;
		break-inside: avoid-column;
		-webkit-column-break-inside: avoid;
	}
	
	.quest_form label{
		width: 150px;
		text-align: right;
		vertical-align: top;
	}
	
	.option_form{
		-moz-column-count: 3;
    	-webkit-column-count: 3;
    	column-count: 3;
		text-align: left;
	}
	
	.option_form span.opvpr{
		color: #999;
    	font-size: 11px;
	}
	
	.option_form span.super{
		font-size: 10px;
   		font-weight: normal;
		position: relative;
    	top: -4px;
		margin-left: 2px;
		color: #AAA;
	}
	
	.option_form .e_opt label{
		margin-left: 0px;
		padding-left: 6px;
		position: relative;
		top: 0px;
		cursor: pointer;
	}
	.option_form .e_opt input{
		cursor: pointer;
	}
	
	.opt_note{
		margin-bottom: 0px;
		color: #AAA;
		font-size: 11px;
		line-height: 16px;
	}
	
	
	/* ///////////////////////////////////////////////////////////////// */
	/* STEP 5 - CHECK */
	.detail_form{
		position: relative;	
	}
	
	.detail_form p{
		margin-bottom: 0px;
		overflow: hidden;
	}
	
	.detail_form span{
		display: inline-block;
		vertical-align: top;
		line-height: 16px;
		padding-top: 3px;
		padding-bottom: 3px;
		position: relative;
	}
	
	.detail_form span.super{
		padding-top: 0px;
		padding-bottom: 0px;
		font-size: 10px;
		font-weight: normal;
		position: relative;
		top: -4px;
		margin-left: 2px;
		color: #AAA;
	}
	
	.detail_form span.lbl{
		display: inline-block;
		width: 140px;
		font-style: normal;
		color: #777;
		vertical-align: top;
		padding-top: 3px;
		padding-bottom: 2px;
	}
	
	.detail_form span.prp{
		float: left;
		color: #777;
	}
	
	.detail_form span.pr{
		float: right;
	}
	
	.detail_form .l_line{
		color: #000;
		border-width: 0px 0px 1px 0px;
		border-style: solid;
		border-color: #EEE;
	}
	
	.detail_form fieldset legend{
		margin: 0px 0px 0px 0px;
	}
	
	
	
	.acc_line{
		position: relative;
		padding: 10px 0px;
	}
	
	.acc_line label{
		top: -2px;
	}

/* ////////// CHECK //////////// */








/* SELECT DATE */





/* SELECT RUIMTE */
.selected_ruimte{
	clear: both;
	overflow: hidden;
	padding: 0px 0px;
	line-height: 18px;
}

.ruimte_block{
	float: left;
}

.ruimte_block_1{
	width: 28%;	
}

.ruimte_img_large img{
	width: 100%;
	height: auto;
	display: block;	
}

.ruimte_block_2{
	width: 34%;
	padding: 0px 0px 0px 24px;	
}

.ruimte_block_3{
	width: 34%;
    padding: 0px 0px 0px 24px;
}

.ruimte_block_3 ul{
	list-style: none;
	padding: 0px 0px 15px 0px !important;	
	border-width: 1px 0px 0px 0px;
	border-style: solid;
	border-color: #EEE;	
}

.ruimte_block_3 ul li{
	border-width: 0px 0px 1px 0px;
	border-style: solid;
	border-color: #EEE;	
}

.ruimte_block_3 ul li em{
	float: right;
	font-style: normal;
	color: #000;
}



	/* /////////////////// DATE TIME PICKER ////////////////////// */
	/* PICK-A-DATE / TIME */
	.picker__input {
	  cursor: default;
	}
	
	.picker {
		font-size: 14px;
		line-height: 14px;
		text-align: center;
		color: #000;
		position: absolute;
		z-index: 10000;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		 user-select: none;
		 
	}
	
	.picker, .picker__holder{
		width: 100%;
		position: absolute;
		min-width: 250px;
    	left: -20px;
		top: -1px;
	}
	
	.picker__holder {
		min-width: 176px;
		max-width: 300px;
		max-height:0;
		background-color: #FFF;
		border-color: #AAA;
		border-style: solid;
		border-width: 0px 1px;
		border-radius: 0 0 5px 5px;
		outline: none;
		overflow-y: auto;
		-webkit-overflow-scrolling: touch;
		box-sizing: border-box;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
		-webkit-transform: translateY(-1em) perspective(600px) rotateX(10deg);
		transform: translateY(-1em) perspective(600px) rotateX(10deg);
		transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
		transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
	}
	
	.picker--opened .picker__holder {
		border-width: 1px;
		max-height: 234px;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		-moz-opacity: 1;
		opacity: 1;
		-webkit-transform: translateY(0) perspective(600px) rotateX(0);
		transform: translateY(0) perspective(600px) rotateX(0);
		transition: -webkit-transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
		transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
		box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
	}
	
	.picker__frame {
	  padding: 1px;
	}
	.picker__wrap {
	  margin: -1px;
	}
	
		/* PICKER DATE */
		.picker__box {
			padding: 0 8px;
		}
		
		.picker__header {
			position: relative;
			padding: 7px 0px 8px 0px;
		}
		
		.picker__month,
		.picker__year {
			display: inline-block;
			margin: 0px 3px;
		}
		
		.picker__year {
			color: #AAA;
		}
		
		.picker__nav--prev,
		.picker__nav--next {
			width: 26px;
			height: auto;
			position: absolute;
			top: 1px;
			box-sizing: content-box;
			padding: 6px 0px;
			cursor: pointer;
		}
		
		.picker__nav--prev {
		  left: -8px;
		}
		
		.picker__nav--next {
		  right: -8px;
		}
		
		.picker__nav--prev:before,
		.picker__nav--next:before {
			content: " ";
			border-top: 7px solid transparent;
			border-bottom: 7px solid transparent;
			border-right: 9px solid #999;
			width: 0;
			height: 0;
			display: block;
			margin: 0 auto;
		}
		
		.picker__nav--next:before {
			border-right: 0;
			border-left: 9px solid #999;
		}
		
		.picker__nav--next:hover:before{
			border-left-color: #000;
		}
		.picker__nav--next.picker__nav--disabled:before{
			border-left-color: #DDD;
		}
		.picker__nav--prev:hover:before{
			border-right-color: #000;
		}
		.picker__nav--prev.picker__nav--disabled:before{
			border-right-color: #DDD;
		}
		.picker__nav--next.picker__nav--disabled, .picker__nav--prev.picker__nav--disabled{
			cursor: default;	
		}
		
		.picker__table {
			width: 100%;
			padding: 0px !important;
			margin: 0px 0px 2px 0px !important;
			border-collapse: collapse;
			border-spacing: 0;
			table-layout: fixed;
		}
		
		.picker__table td {
			margin: 0;
			padding: 0;
		}
	
		.picker__weekday{
			width: 14.285714286%;
			padding: 0px 0px 5px 0px;
			text-align: center;
			font-size: 11px;
			line-height: 11px;
			color: #BBB;
			border-width: 0px;
		}
		
		.picker__day {
			padding: 6px 0;
			font-weight: normal;
			border: 1px solid transparent;
			position: relative;
			cursor: pointer;
		}
		
		.picker__day--today:before {
			content: " ";
			position: absolute;
			top: 2px;
			right: 2px;
			width: 0;
			height: 0;
			border-top: 7px solid #0099cc;
			border-left: 7px solid transparent;
		}
		
		.picker__day--outfocus {
			color: #CCC;
		}
		.picker__day--infocus:hover,
		.picker__day--outfocus:hover {
			cursor: pointer;
			color: #000;
			background: #b1dcfb;
		}
		
		.picker__day--disabled,
		.picker__day--disabled:hover,
		.picker--focused .picker__day--disabled {
			background-color: #f5f5f5;
			border-color: #f5f5f5;
			color: #CCC;
			cursor: default;
		}
		
		.picker__day--highlighted {
			background-color: #f2fafc;
		}
		
		.picker__day--highlighted:hover,
		.picker--focused .picker__day--highlighted {
		  color: #000000;
		  background-color: #b1dcfb;
		}
		
		.picker__day--highlighted.picker__day--disabled{
			background-color: #DDD;	
		}
	
		.picker__day--selected,
		.picker__day--selected:hover,
		.picker--focused .picker__day--selected {
			background: #0099cc;
			color: #FFF;
		}
		
	
		/* PICKER TIME */
		.picker--time .picker__holder{
			max-width: 140px;	
			min-width: 140px;
		}
		
		.picker--time .picker__box {
			padding: 0;
			position: relative;
		}
		
		.picker__list {
			list-style: none;
			padding: 0 !important;
			margin: 0;
		}
		
		.picker__list-item {
			position: relative;
			padding: 11px 0px;
			margin: 0px 0px -1px 0px;
			background-color: #FFF;
			border-width: 1px 0px;
			border-style: solid;
			border-color: #EEE;
		}
		
		.picker__list-item:hover {
			cursor: pointer;
			color: #000;
			background-color: #f2fafc;
			border-color: #b4cfd9;
			z-index: 10;
		}
		
		.picker__list-item--highlighted {
			border-color: #b4cfd9;
			background-color: #f2fafc;
			color: #000;
			z-index: 10;
		}
		
		.picker__list-item--selected, 
		.picker__list-item--selected:hover, 
		.picker--focused .picker__list-item--selected {
			background-color: #0099cc;
			color: #FFF;
			z-index: 10;
		}
		
		.picker__list-item--disabled,
		.picker__list-item--disabled:hover,
		.picker--focused .picker__list-item--disabled {
			background: #f5f5f5;
			border-color: #f5f5f5;
			color: #dddddd;
			cursor: default;
			border-color: #dddddd;
			z-index: auto;
		}
	
/* RESPONSIVE */
@media screen and (max-width : 1024px) {
	/* ////// IPAD LANDSCAPE ////// */
	.reserveringsmodule{
		padding: 0px 0%;
	}
	
	
}

@media screen and (max-width : 940px) {
	/* ////// IPAD PORTRAIT ////// */

	.reservering_columns .reservering_column{
		padding: 12px 12px 12px 12px;
	}
	
	.select_room_slider_container{
		padding: 4px 8px 21px 8px;
	}
	
	.option_form {
		-moz-column-count: 2;
		-webkit-column-count: 2;
		column-count: 2;
	}
	
	.quest_form{
		padding-right: 20px;
	}
	
	.avail_time_cll.even span{
		display: none;
	}
	
}

@media screen and (max-width : 766px) {
	/* ////// PHONE LANDSCAPE ////// */
	.quest_form{
		padding-right: 0px;
	}
	
	.quest_form label{
		text-align: left;
		display: block;	
	}
	
	.quest_form span.disc{
		left: 0px;
	}
	
	
}

@media screen and (max-width : 590px) {
	/* ////// PHONE PORTRAIT ////// */
	.reservering_columns .reservering_column {
		padding: 12px 0px 12px 0px;
	}
	
	.option_form{
		-moz-column-count: 1;
		-webkit-column-count: 1;
		column-count: 1;
	}
	
	.reservering_column.rcol_50{
		width: 100%;
		display: block;	
	}
	
	.room_desc_imgs{
		width: 100%;
		display: inline-block;
	}
	
	.room_desc_img {
		padding: 14px 15px 14px 15px;
	}
	
	.room_desc_txt{
		width: 100%;
		display: inline-block;
	}
	
	.avail_time_block{
		font-size: 9px;
		letter-spacing: -1px;
	}
	
	.avail_time_cll span{
		left: -9px;
	}
	.end_time{
		right: -9px;
	}
	
	.resv_action li{
		text-align: left;
		padding: 0px 0px 4px 0px !important;
	}
	
	.resv_action li a{
		padding: 0px 3px;
	}
	
	.resv_action li a i{
		float: left;
		margin-left: 0px;
		text-align: left;
	}

	
	.q_txt2 {
		width: 100%;
	}
	.q_txt1 {
		width: 100%;
	}
	
	.quest_form span.disc{
		width: 100%;
	}
}
