:root{
	/*--beschikbaar-color: #DCD9D1;*/
	--beschikbaar-color: #8ABD24;
	--niet-beschikbaar-color: #64635e;
	--geselecteerd-color: #ffdd00;
	--geselecteerd-text-color: #133474;
	--vr_za-color: #347121;
	--vr_za-inlever-color: #D8E8F3;
	--vr_za-hover-color: #ffdd00;
	--vr_za-hover-text-color: #133474;	
}

body{
	overflow-x: hidden;
}

div.date_block {
	width: calc(14.28% - 14px);
	height: 60px;
	float: left;
	line-height: 60px;
	text-align: center;
	margin: 7px;
	border-radius: 4px;
	user-select: none;
}

div.date_block.c-1 {
	border: 1px solid #64635e;
	background: #64635e;
	color: #133474;
	text-decoration: line-through;
}

/* Beschikbaar */
div.date_block.c0, div.legenda_block.c0, div.date_block.c3 {
	border: 1px solid var(--beschikbaar-color);
	background: var(--beschikbaar-color);
	color: #133474;
	/*background: lightgreen;*/
}

/* Niet Beschikbaar */
div.date_block.c1, div.legenda_block.c1 {
	border: 1px solid var(--niet-beschikbaar-color);
	text-decoration: line-through;
	background: var(--niet-beschikbaar-color);
}

/* Geselecteerd */
div.date_block.c2 {
	border: 1px solid var(--geselecteerd-color) !important;
	background: var(--geselecteerd-color) !important;
	color: var(--geselecteerd-text-color)!important;
}

/* Preboeking */

/*div.date_block.c3, div.legenda_block.c3 {
	border: 1px solid #5d29c9 !important;
	//background: mediumpurple!important;
}*/

input.wpcf7-form-control.wpcf7-submit {
	background-color: #ffdd00 !important;
	color: #133474 !important;
	width: unset;
	border-radius: 3px;
	margin-left: 0px;
	font-weight: 600;
    font-size: 16px;
    padding: 10px;
}

div.cal_legenda {
	float: left;
	padding: 0px 20px 20px 20px;
	margin-top: 25px;
	background: #f4f3f0;
	border-radius: 5px;
	color: #133474;
	width: 100%;
}

div.legenda_item {
	float: left;
	margin-right: 20px;
	margin-top: 20px;
}

div.item_color{
	width: 30px;
    height: 30px;
    float: left;	
}

div.item_color.c_b{
	background: var(--beschikbaar-color);
}

div.item_color.c_ophaal{
	background: var(--vr_za-color);
}

div.item_color.c_inlever{
	background: var(--vr_za-inlever-color);
}

div.item_color.c_s{
	background: var(--geselecteerd-color);
}

div.item_color.c_nb{
	background: var(--niet-beschikbaar-color);
}

div.item_name{
	float: left;
    line-height: 30px;
    margin-left: 20px;
}

div.date_warning {
	box-shadow: 0px 0px 20px rgb(0 0 0/ 60%);
	position: absolute;
	top: 240px;
	left: 1%;
	width: 99%;
	text-align: center;
	background: #ffdd00;
	color: #133474;
	font-size: 9pt;
	font-weight: bold;
	display: none;
}

#alertBox {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	justify-content: center;
	align-items: center;
}

#alertBox div.alertBoxContent{
	width: 400px;
	height: 200px;
	position: relative;
	
}

#alertBox div.fieldset {
	background: white;
	padding: 10px;
	overflow: auto;
	height: 100%;
	border-radius: 4px;
	color: #133474;
}

#alertBox div.legend {
	padding: 0px;
	position: relative;
	color: white;
	height: 25px;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 25px;
	-webkit-user-select: none;
	background: #133474;
	z-index: 1;
}

.pos_br {
	position: absolute !important;
	bottom: 0px !important;
	right: 0px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
}

.style_elevate {
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0
		rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.style_hover {
	transition: box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.style_hover:hover {
	box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px
		rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.4) !important;
	cursor: pointer;
}

.style_clickable:not([vr_za="tmp_vr"]){
	transition: all .3s;
}

.style_clickable:not([vr_za="tmp_vr"]):hover {
	cursor: pointer;
	background: var(--vr_za-hover-color)!important;
	border: 1px solid var(--vr_za-hover-color)!important;
	color: var(--vr_za-hover-text-color)!important;
}

input[type='text'] {
	background: #f4f4f4 !important;
	border: 1px solid #bebebe;
	width: 100% !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	font: 14px Arial !important;
	color: #999 !important;
	padding: 12px 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

textarea {
	max-height: 120px;
	background-color: #f4f4f4 !important;
	border: 1px solid #bebebe;
	width: 100% !important;
	-moz-border-radius: 2px !important;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	font: 14px Arial !important;
	color: #999 !important;
	padding: 12px 16px !important;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

input[type='checkbox'] {
	background-color: #f4f4f4 !important;
}

#calendarContainer_buttons{
	width: 100%;
	position: absolute;
	z-index: 1;
}

#calendarContainer_buttons button{
	position: absolute;
	background: #ffdd00;
	color: #133474;
	width: 30px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: none;
	font-size: 20px;
}

#calendarContainer_buttons button.left{
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	left: 0px;
}

#calendarContainer_buttons button.right{
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	right: 0px;
}

#alertBox input[type='button']{
	background: white;
	border: 1px solid #666;
	border-radius: 4px;
	padding-left: 8px;
	padding-right: 8px;
}

#calendarContainer_buttons button.active {
	background: #133474;
	color: white;
}

#camperModelContainer {
	position: relative;
	max-width: 100%;
	overflow: hidden;
}

#camperModelContainer ul{
	margin-left: 35px;
}

#camperModelContainer div {
	float: left;
	margin-right: 15px;
	min-width: 160px;
}

#beschikbaarheid{
	z-index: 4;
}

#beschikbaarheid div.et_pb_module {
	margin-bottom: 10px;
}

div.date_loading {
	position: absolute;
	left: 0px;
	top: 50px;
	width: 100%;
	height: 600px;
	line-height: 600px;
	font-size: 15pt;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
}

div.email_loading {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	line-height: 185px;
	font-size: 15pt;
	text-align: center;
	background: rgba(255, 255, 255, 0.8);
	z-index: 2;
	display: none;
}



div.left_cal_container {
	float: left;
	max-width: calc(50% - 34px);
	margin-right: 34px;
}

div.right_cal_container {
	float: left;
	max-width: calc(50% - 34px);
}

div.cal {
	margin-top: 10px;
	position: relative;
}

#camper_reserveren_container {
	position: relative;
	max-width: 100%;
	color: white;
	min-height: 880px;
}

#camper_reserveren_container h3{
	color: white!important;
}

#camper_reserveren_container[first_select='0'] div.c0[vr_za='za'], #camper_reserveren_container[first_select='0'] div.c3[vr_za='za'] {
	background: var(--vr_za-color);
	border: 1px solid var(--vr_za-color);
	color: white;
}

#camper_reserveren_container[first_select='1'] div.c0[vr_za='vr'], #camper_reserveren_container[first_select='1'] div.c3[vr_za='vr'] {
	background: var(--vr_za-inlever-color);
	border: 1px solid var(--vr_za-inlever-color);
	/*color: white;*/
}

/*#camper_reserveren_container[first_select='0'] div.c3[vr_za='za'] {
	background: mediumpurple;
}

#camper_reserveren_container[first_select='1'] div.c3[vr_za='vr'] {
	background: mediumpurple;
}*/

#camper_reserveren_container[first_select='1'] div.c0[vr_za='za']:not(.c2):hover {
	border: 1px solid var(--beschikbaar-color)!important;
    background: var(--beschikbaar-color)!important;
    color: #133474!important;
    cursor: default!important;
}

#camper_reserveren_container[first_select='1'] div.c3[vr_za='za']:hover {
	border: 1px solid var(--beschikbaar-color)!important;
    background: var(--beschikbaar-color)!important;
    color: #133474!important;
    cursor: default!important;
}

input.bday_day, input.bday_month {
	text-align: center;
	max-width: 60px;
	float: right;
	margin-left: 5px;
}

input.bday_year {
	text-align: center;
	max-width: 100px;
	float: right;
	margin-left: 5px;
}

p.inputs {
	min-width: 100px;
}

p.label {
	line-height: 45px;
	float: left;
}

div.info {
	/*height: 70px;*/
	/*clear: both;*/
	overflow: hidden;
}

div.info div {
	float: left;
}

div.info div.date_block {
	background: lightgreen;
	width: 22px;
	height: 22px;
}

div.info div.date_block.c3 {
	margin-top: -2px;
	background: mediumpurple;
}

#clearBtn, #toFormBtn, #backBtn, #alertBox button{
	background: #ffdd00;
	color: #133474;
	padding: 10px;
	border: none;
	border-radius: 3px;
	font-weight: 600;
	font-size: 16px;
}

#toFormBtn{
	width: 100%;
}

div.totalPrice div.model{
	font-size: 20px;
    font-weight: 700;
}

div.totalPrice{
	position: absolute;
	right: calc(-20% - 25px);
	top: 170px;
	background: #fff;
	width: 20%;
	min-width: 216px;
	padding: 25px;
	color: #133474;
}

#camper_reserveren_container div.totalPrice h3{
	color: #133474!important;
}

div.totalPrice div{
	margin-top: 15px;
	width: 100%;	
}

div.totalPrice div.prijzen_container div{
	overflow: hidden;
}

div.totalPrice div.date_info_container.has_content, div.totalPrice div.prijzen_container.has_content{
	border-bottom: 1px solid #133474;
	padding-bottom: 15px;
}

div.prijzen_container.has_content{
	display: inline-block;
}

div.totalPrice div.prijzen_container span{
	float: right;
}

div.clearBtnContainer{
	float: left;
    width: 100%;
    margin-top: 25px;
}

#rentForm{
	position: absolute;
	top: 0px;
	right: -100vw;
	width: 100%;
	transition: 1s all ease-in-out;
	background: #fff;	
	color: #133474;
	z-index: 2;
	padding: 10px;
}

#rentForm.show{
	right: 0%;
}

#rentForm p{
	float: left;
	margin-right: 7.5px;
	margin-left: 7.5px;
	margin-bottom: 10px;
	margin-top: 10px;
}

#rentForm p:nth-last-child(){
	margin-bottom: 0px;
}

@media only screen and (min-width: 1366px){
	#camper_reserveren_container{
		max-width: 72vw!important;
	}
}

@media only screen and (max-width: 1365px){
	div.right_cal_container{
		display: none;
	}
	
	#camper_reserveren_container{
		max-width: 80%!important;
	}
	
	div.left_cal_container{
		max-width: calc(100% - 34px);
	}
	
	div.totalPrice{
		right: calc(-30% - 25px);
	}
}

@media only screen and (max-width: 1024px){
	#camper_reserveren_container{
		max-width: 100%!important;
		min-height: 460px;
	}
	
	div.left_cal_container{
		max-width: 100%;
		margin-right: 0px;
	}
	
	div.date_block{
		height: 40px;
		line-height: 40px;
		margin: 2px;
		width: calc(14.28% - 4px);
	}
	
	div.totalPrice{
		transition: .3s all;
		box-shadow: 0px -3px 10px 1px rgba(0,0,0,0.4);
		z-index: 4;
	}
	
	div.totalPrice:not(.open){
		position: fixed;
		left: 0px;
		top: unset;
		bottom: 0px;
		max-height: 80px;
		width: 100%;
		padding: 10px;
		border-top: 3px solid #ffdd00;
	}
	
	#camper_reserveren_container.main div.totalPrice:not(.open){
    	max-height: 0px;
    	padding: 0px;
    	border-top-width: 0px;
    }
	
	div.totalPrice:not(.open) div.model{
		margin-top: 0px;
	}
	
	div.totalPrice:not(.open) div.date_info_container{
		margin-top: 5px;
		border-bottom: none!important;
		height: 20px;
	}
	
	div.totalPrice:not(.open) b, div.totalPrice:not(.open) br, div.totalPrice:not(.open) div.prijzen_container{
		display: none;
	}
	
	div.totalPrice:not(.open) div.total_price_container span b{
		display: block;
	}
	
	div.totalPrice:not(.open) div.date_info_container div{
		max-width: max-content;
		float: left;
		margin-top: 0px;
	}
	
	div.totalPrice:not(.open) div.date_info_container div:first-child::after{
		content: "tot";
		width: max-content;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}
	
	div.totalPrice:not(.open) div.total_price_container{
		position: absolute;
		top: 0px;
		right: 10px;
		margin-top: 10px!important;
		width: max-content;
	}
	
	div.totalPrice:not(.open) div.btnContainer{
		position: absolute;
    	right: 10px;
    	bottom: 10px;
    	width: calc(100% - 20px);
	}
	
	div.totalPrice:not(.open) div.btnContainer button{
		padding: 5px 10px 5px 10px!important;
	}
	
	div.totalPrice.open{
		position: fixed;
		
		bottom: 0px;
		left: 0px;
		max-height: 100%;
		top: unset;
		width: 100%;
		border-top: 3px solid #ffdd00;
		padding: 10px;
	}
	
	div.totalPrice.open div.model::after{
		content: "\f410";
		float: right;
		font-family: 'Font Awesome 5 Free';
    	font-size: 40px;
	}
	
	div.totalPrice div.model::before{
		content: "\f077";
		position: absolute;
		top: -28px;
		left: 0;
		right: 0;
		margin-left: auto;
		margin-right: auto;
		font-family: 'Font Awesome 5 Free';
    	font-size: 24px;
    	text-align: center;
    	line-height: 25px;
    	background: #ffdd00;
    	height: 25px;
    	width: 40px;
    	border-top-left-radius: 4px;
    	border-top-right-radius: 4px;
    	box-shadow: 0px -3px 10px 1px rgba(0,0,0,0.4);
    }
    
    #camper_reserveren_container.main div.model::before{
    	top: 0px;
    	box-shadow: unset;
    }
    
	
	div.totalPrice.open div.model::before{
		content: "\f078";
		top: -28px!important;
		box-shadow: 0px -3px 10px 1px rgba(0,0,0,0.4)!important;
	}
	
	.et-l.et-l--footer{
		position: relative;
		z-index: -1;
	}
	
	#rentForm{
		position: relative;
		right: 0px;
		height: 0px;
		transition: .3s all;
		overflow: hidden;
		padding: 0px;
		top: 15px;
	}
	
	#rentForm.show{
		height: max-content;
		padding: 10px;
		overflow: auto;
	}
	
	#rentForm p{
		width: calc(100% - 20px)!important;
	}
	
	div.date_loading{
		height: 380px!important;
		line-height: 380px!important;
	}
	
	input.wpcf7-form-control.wpcf7-submit{
		width: 100%!important;
	}
	
	input.bday_day, input.bday_month{
		max-width: calc(25% - 2.5px);
	}
	
	input.bday_day{
		margin-left: 0px;
	}
	
	input.bday_year{
		max-width: calc(50% - 5px);
	}
	
	p.label{
		margin-bottom: 0px!important;
		line-height: unset;
		margin-top: -5px!important;
	}
	
}
