/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
 #events h3   {
	/* add your css rule here */
}


 #events p.duration, #events div.duration   {
	/* add your css rule here */
}


 #events p.description, #events div.description   {
	/* add your css rule here */
}


 #events .selectedEvent   {
	/* add your css rule here */
}


 #events input.reserve_time_btn   {
	/* add your css rule here */
}


 #events input.select_another_btn   {
	/* add your css rule here */
}


 #eventForm #start_date-block-container h3, #eventForm #timeline-container h3   {
	/* add your css rule here */
}


 #eventForm #save_button   {
	/* add your css rule here */
}


 div.ui-widget-content   {
	/* add your css rule here */
}


 div.ui-widget-header   {
	/* add your css rule here */
}


 #timeline-container table.timeline   {
	/* add your css rule here */
}


 .timeline td.not_worked_time   {
	/* add your css rule here */
}


 .timeline td.free_time   {
	/* add your css rule here */
}


 .timeline td.selected_time   {
	/* add your css rule here */
}


 .timeline td.reserved_time   {
	/* add your css rule here */
}


 div#loading   {
	/* add your css rule here */
}


 #start_date-block-container .zend_form dt, start_date-block-container .zend_form dt b, start_date-block-container .zend_form dd label   {
	/* add your css rule here */
}


/* Verberg pushmeldingen na een boekingsaanvraag */
.subscribe-component {
  display: none !important;
}

/* Toelichting onder aantal personen bij arrangementen */
#sb_product_container .product-item .changed-items-num .wrapper::after {
  content: "Het aantal personen kan ook later per e-mail worden doorgegeven.";
  display: block;
  width: 100%;
  margin-top: 8px;
  font-size: 13px;
  line-height: 1.4;
  color: #333333;
}


/* Toon de volledige arrangementtekst op de boekingspagina */
#sb_product_container .product-item .cap.short {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}
#sb_product_container .product-item .tab-pd,
#sb_product_container .product-item .content {
  height: auto !important;
}


/* Annuleringsvoorwaarde boven de boekingsknop */
.sb-book-btn-container::before {
  content: "Je kunt je boeking tot 14 dagen voor de geboekte datum gratis wijzigen of annuleren.";
  display: block;
  max-width: 620px;
  margin: 0 auto 18px;
  padding: 12px 16px;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  color: #07124f;
  background: #f5f7fb;
  border-radius: 4px;
}
