/*
	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 OPENINGSUREN ========== */
/* Veelvoorkomende blokken voor openingsuren */
.working-hours,
.opening-hours,
.provider-working-hours,
.company-working-hours,
.sb-company__hours,
.sb-working-hours,
#working-hours,
#workingHours,
.opening-hours-block,
.sb-content__hours,
/* Fallback op naam-matching (voor varianten) */
[id*="working-hour"],
[class*="working-hour"],
[id*="opening-hour"],
[class*="opening-hour"] {
  display: none !important;
}

/* Eventuele kop/balk direct boven het urenblok (ruimte weghalen) */
.sb-company__hours,
.sb-company__hours + *,
.working-hours + * {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* ========== VERBERG (TOP) NAVIGATIEMENU ========== */
/* Klassieke menu's */
#menu,
.menu,
.header-menu,
.navbar,
.navbar-nav,
nav,
.sb-header__nav,
.sb-navigation,
.sb-menu,
.sb-top-menu,
.sb-main-menu,
header .menu,
header nav {
  display: none !important;
}

/* Headercontainer geen lege ruimte laten innemen */
.sb-header,
.sb-header__wrapper,
header.sb-header,
.header,
.sb-topbar {
  min-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: 0 !important;
}

/* (Optioneel) breadcrumb & footer weg */
.breadcrumbs,
.sb-breadcrumbs,
.footer,
#footer,
.sb-footer {
  display: none !important;
}

/* ========== 'Onze tijd' sectie verbergen ========== */
.sb-company__time,
.sb-company__time-title,
.company-time,
.our-time,
.sb-time,
#our-time,
#ourTime,
div[class*="our-time"],
div[class*="company-time"] {
  display: none !important;
}

/* Eventuele kolomruimte ernaast verbergen */
.sb-sidebar,
.sb-right-column,
.right-column,
aside {
  display: none !important;
}

#menu,
.navbar,
.navbar-nav,
.header-menu {
  display: none !important;
}

