/*
	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   {
}


 #events input.select_another_btn   {
}


 #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 */
}

/* Chaka added styles to fix button text color on main page */

#steps-content #sb_booking_content .tab .btn.select a, #sb_time_classes_service_container .btn.select a {
      color: #ffffff;
}

#steps-content #sb_booking_content .tab .btn.select a:hover, #sb_time_classes_service_container .btn.select a:hover {
      color: #004065;
}

/*  Chaka added to make dates on top of calendar view more readable  */

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .date {
      color: #ffffff;;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_timeview_container .timeline-wrapper #sb_time_slots_weekly_container .data-col .day-container .border {
      background: rgba(255, 255,  255,  0.2 );
}

/*  Chaka added css to fix form style issues while signing up for an event*/

/*inputs*/
#sb-main-container #main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details .detail-step .custom-form input:not([type='checkbox']):not([type='radio']), #main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details .detail-step .custom-form select {
     background-color: #ffffff;
     color: #0d4a6d;
}

/*fixes issue of white text on white button*/
.btn.btn-with-image a, .btn.btn-with-image span {
     color: #0d4a6d
}

/* Chaka added styles for the success page for event registration*/

.current-booking-info .calendar .header {
     color: #0d4a6d;
}

#sb-main-container .current-booking-info .booking-btns .btn a, .current-booking-info .booking-btns .btn.sb_add_to_cal a, #sb-main-container .current-booking-info .booking-btns .btn.sb_cancel_btn, #sb-main-container .current-booking-info .booking-btns .btn, .current-booking-info .booking-btns .btn.sb_add_to_cal  {
     color: #0d4a6d;
}

/* Chaka added styles to fix "Book Now" button text that turned white. This makes it blue again. */

#sb-timeline #steps #steps-content #sb_booking_content #details .detail-step .buttons-container #sb_book_btn {
    color: #0d4a6d;
}

/* Chaka added styles to fix button text color of pirces on selection page */
#sb-timeline #steps #steps-content #sb_booking_content .service-item .bar-service .badge  {
    color: #ffffff;
}


.modal-dialog .modal-content .modal-footer #sb_cancellation_cancel {
     background-color: #0d4a6a;
}

.modal-dialog .modal-content .modal-footer #sb_cancellation_cancel {
     background-color: #0d4a6a;
}

.modal-dialog .modal-content .modal-footer #sb_cancellation_confirm {
     background-color: #0d4a6a;
}

#main #main-content #sb_content #sb-timeline #steps-content #sb_booking_content #details .detail-step .custom-form select {
    color: #555555 !important;
}

.invoice-pay-page .invoice-table td a {
    color: #004065 !important;
}

.payment-modal #sb_pay_btn span {
    color: #004065 !important;
}