/*
	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 */
}


#main-buttons::before {
  content: ''; /* Required for pseudo-elements to render */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
background-image: linear-gradient(180deg, #061A04 5%, #F2295B00 100%);
  z-index: 1; /* Place it above the background image but below content */
}

#main-buttons .container-fluid {
   position: relative;
   z-index: 2;
}

.tab {
box-shadow: none;
border-radius: 2rem;
}

.tab.tab-col .cap.short {
color: #29741d;
font-weight: 500;
}

#sb_booking_content .tab .btn.select {
background: none !important;
color: #29741d !important;
border-radius: 2rem;
border-color: #29741d;
}

#sb_booking_content .tab .btn.select:hover {
background: #29741d !important;

border-color: #29741d !important;
}

#sb_booking_content .tab .btn.select a {
color: #29741d !important;
}

#sb_booking_content .tab .btn.select a:hover {
color: white !important;
}

.sb-cell.free {
border-radius: 2rem !important;
border: solid;
border-width: 2px;
border-color: #29741d;
}

#sb-timeline #steps #sb_back_button a:before, #sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt:after , #sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt:after, #sb_back_to_bookings .back-to-services:before {
display:none;
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt, #sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt { 
border-radius: 2rem !important;
border: solid;
border-width: 2px;
border-color: #29741d;
color: #29741d;
}

#sb-timeline #steps #steps-content #sb_booking_content #sb_prev_month .txt:hover, #sb-timeline #steps #steps-content #sb_booking_content #sb_next_month .txt:hover, #sb-timeline #steps #sb_back_button a:hover, #sb_back_to_bookings .back-to-services:hover, .invoice-pay-page .to-invoices-list:hover, .wrap-client-info-view .back-button:hover { 
background: #29741d !important;
color: white !important;
}

#sb-timeline #steps #sb_back_button a, #sb-timeline #steps #sb_back_button a, #sb_back_to_bookings .back-to-services, .invoice-pay-page .to-invoices-list, .wrap-client-info-view .back-button { 
border-radius: 2rem !important;
border: none;
color: #29741d;
background: none;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected, .datepicker table tr td.active:active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active {
border-radius: 100%;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step #sb_dateview_container .top-date-select .calendar .weeks-date .date.selected .day-on {
color: white !important;
}

#sb_booking_content .section {
box-shadow: none;
border-radius: 2rem;
}

#sb-timeline #steps #steps-content #sb_booking_content .datetime-step .header .txt-center {
font-size: 2rem;
color: #29741d;
}