.booking-wrapper {
	padding: 3rem 0;
}

.addsitewidget h2 {
	font-size: 2rem;
}
	@media (max-width: 640px) {
		.booking-wrapper {
			padding: 1rem 1rem 2rem;
		}
		#booking_wrapper {
			padding:0;
		}
		.addsitewidget h2 {
			font-size: 1.4rem;
			line-height:1.3;
			text-align: center;
		}
	}
table {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0px; }
  table thead,
  table tbody,
  table tfoot {
    border: 0px solid #f1f1f1;
    background-color: transparent !important; }
  table caption {
    font-weight: bold;
    padding: 0rem; }
  table thead,
  table tfoot {
    background: transparent !important;
    color: #0a0a0a; }
    table thead tr,
    table tfoot tr {
      background: transparent !important; }
    table thead th,
    table thead td,
    table tfoot th,
    table tfoot td {
      padding: 0.2rem 0rem 0.325rem;
      font-weight: bold;
      text-align: left; }
  table tbody tr:nth-child(even) {
    background-color: transparent !important; }
  table tbody th,
  table tbody td {
     padding: 0.2rem 0rem 0.325rem; }

.headerrow {

	border-bottom: 1px solid #001750;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	color: #001750;
	background: #c0e1f3 !important;
	padding: 0.5rem;
}

.stappen {
	width: 100%;

	border: 0px solid #e2e2e2;
	margin: 25px 0;
	padding: 0px;
	display: block;
	border-radius: 0px;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
}

.stappen ul {
	width: 100%;
	margin: 0px;
	padding: 0px;
	display: table;
    width: 100%;
	list-style-type: none;
	
}


.stappen ul li {
	
	display: table-cell;
	margin: 0px;
	list-style-type: none;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 0px 0px;
	cursor: pointer;
	font-weight: 500;
	box-sizing: border-box;
	position: relative;
	background: transparent;
	text-align: center;
	font-size: .86em;
	margin: 0 1px;
	color: #001750;
}
.stappen ul li:after {
    content: '';
    border-left: 5px solid rgba(0,0,0,0.1);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    left: 100%;
    z-index: 20;
}
.stappen ul li:before {
	content: "";
  position: absolute;
  width: calc(100% + 0px);
  height: 2px;
  bottom: 0;
  left: 0px;
  background-color: #c50a42;

  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.stappen ul li a:link, .stappen ul li a:visited {
	
	text-align: center;
	display: block;
	
}
.stappen ul li a:hover {
	text-decoration: none;
}

.stappen ul li.inactief{
	color: rgba(0,0,0,0.2);
}
.stappen ul li.inactief:before {
	background-color: rgba(0,0,0,0.2);
}
.stappen ul li.inactief a:link, .stappen ul li.inactief a:visited {
	color: rgba(0,0,0,0.2);
}
.stappen ul li.inactief a:hover {
	color: rgba(0,0,0,0.6);
	text-decoration: none;
}
	@media (max-width: 500px) {
		.stappen {
		
		}
		.stappen ul {
			
		}	
		.stappen ul li span {
			display: none;
		}
		
	}


a.xaddlink:link, a.xaddlink:visited {
	color: #fff;
	background-color: #78b835;
	padding: 3px 6px 3px 6px;
	text-decoration: none;
}
a.xaddlink:hover {
	color: #fff;
	background-color: #a2db6a;
	text-decoration: none;
}

h1.rental {
	font-size: 1.2em;
	font-weight: 400;
	margin-bottom: 10px;
}

a.prev,
a.next {
	float: left;
	color: #fff;
	padding:10px 15px 10px 15px;
	margin: 10px 0px 0px 0px;
	text-decoration: none;
	background: #001750;
	font-size: 11px;
	font-weight: 500;
	border-radius: 0px;
	text-transform: uppercase;
	letter-spacing: 2px;
}
a.prev:hover,
a.next:hover {
	background: #0a1a3f;
}

a.next {
	float: right;
	margin-right: 5px;
}

.groen {
	color: #78b835;
}


.kalender_kolom{
	float: left;
	width: 33.333%;
}

	@media (max-width: 600px) {
		#boeken_wrapper {
			padding: 0 0px;
		}
		#boeken_wrapper .button{
			margin-top: 5px;
			float:left !important;
		}
		.kalender_kolom {
			width: 100%;
		}
	}

.kalender
{

	
	min-height: 160px;
	display: block;
	padding: 0px ;
}

/* Fix voor IE 6*/
* html .kalender
{
	margin: 0px 0px 10px 5px;
}	

.kalender2
{
	display: block;
	min-height: 160px;

	margin: 0 0px 0px 0;
	padding: 0px 0px 0px 0px;

}


.kalender .cal_box
{
	width: 100%;
	border: 1px solid #001750;
	background: transparent !important;
}

.kalender .calright
{
	margin-right: 2px;
	font-weight: bold;
}

.kalender .today
{
	border: 1px solid #001750;
	color: #fff;
	background-color: #001750;
	font-weight: bold;
	text-align: center;
}

.kalender a 
{
	
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
}

.kalender .bezet
{
	text-align: center;
}


.kalender .free
{
	color: #fff;
	background-color: #a2db6a;
}
.kalender .free a:link, .kalender .free a:visited {
	color: #fff;
	text-decoration: none;
}
.kalender .free a:hover {
	text-decoration: none;
	background: #78b835;
}


/*.old { background-color: #aaffd4; }*/

/*.bezet { background-color: red; } */

/*.bezetbuiten { background-color: #ff5656; }*/

.kalender td
{
	border-right: 1px solid  #001750;
	border-bottom: 1px solid #001750;
	text-align: center;
	font-size: 0.8em;
	width: 12.5%;
}

.kalender tbody td
{
	background-color: #fff;
	color: #373737;
	
}

	@media (max-width: 768px) {
		.kalender tbody td {

		}
	}


.kalender tbody th
{
	
	color: #001750;
	background-color: none;
	font-weight: normal;
	text-align: center;
	border-right: 1px solid #001750;
	border-bottom: 1px solid #001750;
}

.kalender tbody td.weekend
{
	color: #6e6e6e;
}
/*
tbody td.weekend.bezetbuiten
{
	color: #ffaa7f;
	background-color: #ff5656;
}
*/

.kalender tbody td.othermonth
{
	color: #ccc;
	text-align: center;
}

.kalender tbody td.rand
{
	border-right: 0;
}

.kalender thead th
{
	text-align: center;
	color: #001750;
	font-weight: normal;
	border-bottom: 1px solid black;
}

.kalender thead th.weekend
{
	color: #001750;
	font-weight: normal;
}

.kalender thead th.cal_wk
{
	width: 30px;
	color: #001750;
	text-align: center;
	border-right: 1px solid black;
}

.kalender tfoot .footrow {
	display: none;
}
.kalender tfoot .footrow td
{
	text-align: center;
	background: none;
	color: #fff;
	font-size: 11px;
	line-height: 18px;
}

.kalender thead .headerrow td
{
	margin: 0 auto;
	text-align: center;
	font-weight: 700;
	background-color: none;
	border:0 !important;
	padding: 7px 0 !important;
}

#addkalenders {
	overflow-x: hidden !important;
}

#beschikbareperiodes {
	border-top: 4px solid #001750;
	margin-top: 20px;
	padding: 0px;
	display:block;
	width: 100%;
	font-size: 0.86em;
}

	@media (max-width: 768px) {
		#beschikbareperiodes {
			overflow-x: scroll;
			-webkit-overflow-scrolling: touch;
		}
	}

#beschikbareperiodes tbody tr.headerrow {
	color: #212121;
}
#beschikbareperiodes tbody td {
	border-bottom: 1px solid #e4e4e4;
	vertical-align: center;
	padding: 6px 10px;
	font-size: 1rem;
}

a.boeken:link, a.boeken:visited {
	float: right;
	color: #fff;
	background: #234b81;
	padding: 2px 7px 2px 7px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
}
a.boeken:hover {
	background: #5375b4;
}
a.boekenlink:link, a.boekenlink:visited {
	float: right;
	color: #fff;
	background: #a2db6a;
	padding: 5px 15px 5px 15px;
	margin: 0px 0px 0px 0px;
	text-decoration: none;
	border-radius:0px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 0.76rem;
	font-weight: 500;
}
a.boekenlink:hover {
	background: #78b835;
}


.gekozen {
	float: left;
	border-bottom: 1px solid #e4e4e4;
	padding-bottom: 30px;
	
}
	
	@media (max-width: 640px) {
		#beschikbareperiodes {
			text-align: center;
		}
		#beschikbareperiodes tbody tr.headerrow {
			display:none;
		}
		#beschikbareperiodes tbody td {
			width: 100% !important;
			text-align: left;
			display: block;
			padding-left:1rem;

	
		}
		#beschikbareperiodes tbody tr {
			margin-bottom: 10px;
		}
		a.boekenlink:link, a.boekenlink:visited {
			float: none;
			display: block;
			width:100%;
			text-align: center;
		}
		a.boekenlink:link:after, a.boekenlink:visited:after {
			content:'';
			display:block;
			height: 0px;
			font-size: 0px;
			line-height: 0px;
			padding: 0px 0px 0px 0px;
			margin: 0px 0px 0px 0px;
			clear: both;
		}
		
		.ship-table td {
			width: 100% !important;
			text-align: left;
			display: block;

		}
		.form-table td {
			width: 100% !important;
			text-align: left;
			display: block;

		}
		.box-table-b td {
			line-height: 1.2;
			font-size:0.86rem;
		}
		.box-table-b p {
			font-size:0.86rem;
			line-height:1.2;	
		}
		
	}




table.stats 
		{
			float: left;
			text-align: left;
			font-family: Verdana, Geneva, Arial, Helvetica, sans-serif ;
			font-weight: normal;
			font-size: 11px;
			color: #234b81;
			/* width: 380px; */
			border: 0px;
			border-collapse: collapse;
			border-spacing: 0px;
		}
		
		table.stats td 
		{
			border-bottom: 1px solid #e4e4e4;
			color: #001750;
			padding: 4px;
			text-align: left;
		}
			
		table.stats td.hed {
			
			background-color: #666;
			color: #fff;
			padding: 4px;
			text-align: left;
			border-bottom: 2px #fff solid;
			font-size: 12px;
			font-weight: bold;
		}





/* Boeken Rental 2.0
---------------------------------------------------------------------------------------------- */



input.veldInt {
	border: 1px solid #212121;
	text-align: center;
	border-radius: 0 !important;
}

#listing_wrapper ul.errors, #boeken_wrapper ul.errors {
	margin: 0px 0 0 0px;
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background: none;
}

#listing_wrapper ul.errors li, #boeken_wrapper ul.errors li {
	background: none;
	padding: 6px 0px 0px 0px;
}



/* Tabellen
------------------------------------------------------------------------------------ */


/* Status
---------------------------------------------------------------------------------------------- */

.status
{
	margin: 0 auto;
	text-align: center;
	background: white;
	color: black;
	font-weight: bold;
	padding: 1px 2px 1px 2px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-transform:uppercase;
}

.status.concept
{
	background: grey;
	color: white;
}

.status.open
{
	background: orange;
	color: white;
}

.status.expired
{
	background: red;
	color: white;
}

.status.payed,
.status.agreed
{
	background: green;
	color: white;
}

.status.rejected
{
	background: black;
	color: white;
}


/* Formulieren
----------------------------------------------------- */

.bookingform {
	padding: 0 0.5rem;
}

#boeken_wrapper ul.errors {
	margin: 0px 0 0 20px;
	padding: 0px;
}

#boeken_wrapper ul.errors li {
	margin: 0px;
	padding: 0px;
	color: red;
	list-style-type: square;
}

#boeken_wrapper {

}

#boeken_wrapper .addform {
	width: 100%;
	
}

#boeken_wrapper .addform td {
	vertical-align: top;
	padding-bottom: 2px;
	text-align: left;
	line-height: 18px;
}

#boeken_wrapper .addform td.element {
	width: 80%;
}

#boeken_wrapper .field {
	text-align: left;
}

#boeken_wrapper label {
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 0.76rem;
	color: #001750
}

#boeken_wrapper label.field {
	float: left;
	margin-top: 1px;
	margin-right: 15px;
}




#boeken_wrapper .veldInt {
	border: 1px solid #b1b3b4;
	font-size: 13px;
	line-height: 1;
	width: 48px !important;
	height: 35px;
	margin: 0px 0px 1px 0px;
	padding: 3px 3px 1px 3px;
	border-radius: 5px;
	box-shadow: none;
		}


img.no-border{
	border: 0px;
	padding: 0px;
}

#boeken_wrapper select {
	margin-bottom: 20px;
	margin-left: 0px;
	border-radius: 0px;
}

@media (min-width: 431px) {
	#boeken_wrapper select {
		max-width: 31%;
	}
}


.addformSmall {
	min-width: 80px;
}

.block-action-beschikbaarheidmaanden .introtext {
    color: #EC984A;
    font-size: 22px;
    line-height: 24px;
}
.block-action-beschikbaarheidmaanden .beschikbaarheid {
    margin-top: 2em;
    width: 100%;
    border:0 !important ;
    
}

.block-action-beschikbaarheidmaanden table thead,
.block-action-beschikbaarheidmaanden table tbody,
.block-action-beschikbaarheidmaanden table tfoot {
    border: 0px solid #f1f1f1;
    background-color: transparent; }
.block-action-beschikbaarheidmaanden table tbody tr:nth-child(even) {
    background-color: transparent; }


.block-action-beschikbaarheidmaanden .object-name a{
	display: inline-block;
	 color: #001750;
	 font-size: 1.1rem;
	 padding-top: 0.5rem;
}
.block-action-beschikbaarheidmaanden .object-name a:hover,
.block-action-beschikbaarheidmaanden .object-name a.hover {
	color: #c50a42;	
}
.block-action-beschikbaarheidmaanden .object-line{
	margin: 0;
	padding: 0.5rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.block-action-beschikbaarheidmaanden .object-line {
	display: block;
	position: relative;
	width: 100%;
}
.block-action-beschikbaarheidmaanden .object-line:before {
	position: absolute !important;
	top:-0.5%;left:0%;right:0; bottom:0;
	width: 100%;
	height: 101%;
	background: rgba(255, 255, 255,1);
	content:'';
	display: block !important;
	box-shadow: 0 1px 27px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: -1;
	
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	-ms-transition:opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}

.block-action-beschikbaarheidmaanden .object-line:hover:before {
	opacity: 1;
	
}
.block-action-beschikbaarheidmaanden .period {
   font-weight: 500;
   font-size: 1.1rem;
   padding: 1.5rem 0.5rem 0rem;
   margin-top: 1.5rem;
   color: #7d7d7d;
}
.block-action-beschikbaarheidmaanden .object-book {
    text-align: right;
}
.block-action-beschikbaarheidmaanden .object-book a:hover {
 		transform: translateY(0px);
    
 		border-color: rgba(0, 0, 0, 0.11);
}
.block-action-beschikbaarheidmaanden .object-price {
    font-weight: normal;
    text-align: right;
    display: block;
    padding-top: 0.5rem;
}
.block-action-beschikbaarheidmaanden .price .old, .discount_lastminute_van {
    color: red;
    text-decoration: line-through;
}

.lastminute {
  text-decoration: line-through;
  color: red;
}


.intro_table {
	font-size: 1.2rem;
	color: #001750;
}


@media (max-width: 640px) {
	.block-action-beschikbaarheidmaanden .period,
 	.block-action-beschikbaarheidmaanden .object-line {
	 		text-align: center !important;
	 }
	 .block-action-beschikbaarheidmaanden .object-line {
		 	padding-bottom: 1rem;
		 	border: 1px solid #001750 !important;
		 	margin-bottom: 10px;
		 }  
	 .block-action-beschikbaarheidmaanden .object-line:before {
	 	position: absolute !important;
	 	top:0;left:0;right:0; bottom:0;
	 	width: 100%;
	 	height: 100%;
		} 
		.block-action-beschikbaarheidmaanden .object-line:hover:before {
			opacity: 0;
			}
	 .block-action-beschikbaarheidmaanden .object-price,
	 .block-action-beschikbaarheidmaanden .object-book  {
		 text-align: center !important;
		}
		.block-action-beschikbaarheidmaanden .object-book a.float-right{
    	float: none !important;
    	margin-top: 10px;
		}
}

.block-action-beschikbaarheidmaanden .dropdown-pane {
	border: 0;
	padding:0;
	background: transparent;
}

.block-action-beschikbaarheidmaanden .popup {
	width: 280px;
	height: 100%;
	padding: 0rem;
	margin:0;
	background: #fff;
    box-shadow: 0 1px 27px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 1px 27px rgba(0, 0, 0, 0.2);
}
.block-action-beschikbaarheidmaanden .popup:after {
	content: '';
	clear: both;
	display: block;
	height: 0;
	width: 100%;
}
.block-action-beschikbaarheidmaanden .popup:hover {
	transform: translateY(0px)	
}
.block-action-beschikbaarheidmaanden .popup .object-description {
	padding: 1rem;
}

.block-action-beschikbaarheidmaanden .popup .object-title {
	font-size: 1.2rem;
}
.block-action-beschikbaarheidmaanden .popup .object-description p {
	text-align: center;
}
.block-action-beschikbaarheidmaanden .popup .object-footer  {
position: relative;
padding: 0;
bottom: auto;
left: auto;
}
.block-action-beschikbaarheidmaanden .popup .object-footer .object-link {
	display: block;
	padding: 0.9rem 1.5rem;
	text-transform: uppercase;
	font-size: 0.86rem;
	letter-spacing: 2px;
	color: #c50a42;
}


.unchanged, .new, .discount_lastminute_voor {
	font-weight: bold;
}


