div#sb_booking_company_time {
    display: none;
}

/*
	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 */
}


div.badge.badge-deposit.right {
    display: none !important;
}

.sb-widget, .sb-widget * {
  color: #eaf7ff !important;
}

.sb-card,
.sb-card .sb-card-body,
.sb-class,
.sb-class .sb-card,
.sb-class .sb-card-body {
  background: transparent !important;
  border: 2px solid #24c6dc !important;
  box-shadow: 0 0 14px rgba(36,198,220,.35) !important;
}

.sb-card h3, .sb-card h4, .sb-price, .sb-class .sb-price {
  color: #ffffff !important;
  text-shadow: 0 0 6px rgba(36,198,220,.4);
}

.sb-button,
button.sb-btn,
a.sb-btn {
  background: transparent !important;
  border: 2px solid #24c6dc !important;
  color: #eaf7ff !important;
  box-shadow: 0 0 10px rgba(36,198,220,.35);
}
.sb-button:hover,
button.sb-btn:hover,
a.sb-btn:hover {
  background: rgba(36,198,220,.12) !important;
}

/* linky (Zobrazit více apod.) */
a, .sb-link {
  color: #9ae9ff !important;
  text-decoration: none !important;
}
a:hover, .sb-link:hover {
  color: #ffffff !important;
}

