/*
	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 */
}

/* Invoice page container */
#sb_invoice,
.sb-invoice {
  color: #ffffff !important;
}

/* Order summary + table text */
#sb_invoice h1,
#sb_invoice h2,
#sb_invoice h3,
#sb_invoice th,
#sb_invoice td,
#sb_invoice span,
#sb_invoice p,
#sb_invoice label {
  color: #ffffff !important;
}

/* Order summary box background (optional but recommended) */
#sb_invoice .invoice-summary,
#sb_invoice .invoice-table {
  background-color: #1a1a1a !important;
}

/* Input fields stay readable */
#sb_invoice input {
  color: #000000 !important;
  background-color: #ffffff !important;
}

/* DIAGNOSTIC: force ALL text white */

/* =========================
   FINAL FIX — INVOICE PAGE
   ========================= */

/* Cover all known invoice wrappers */
#invoice,
#invoice *,
#sb_invoice,
#sb_invoice *,
.sb-invoice,
.sb-invoice * {
  color: #ffffff !important;
}

/* Explicitly EXCLUDE form fields from white text */
#invoice input,
#invoice textarea,
#sb_invoice input,
#sb_invoice textarea,
.sb-invoice input,
.sb-invoice textarea {
  color: #000000 !important;
  background-color: #ffffff !important;
}

/* Promo code placeholder text */
#invoice input::placeholder,
#sb_invoice input::placeholder,
.sb-invoice input::placeholder {
  color: #666666 !important;
}