/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
/* Nascondi icona carrello */
.cart-container {
    display: none;
}
/* Nascondi iscriviti promozioni */
.subscribe-component.in {
    display: none;
}
/* Menu posizione */
#header .nav-trigger.toggle-mnu {
  position: absolute;
  top: 0;
}
/* Nascondi il mio tempo */
div#sb_booking_company_time {
    display: none;
}
/* Nascondi prezzo totale*/
.full-info-price {
    display: none;
}
/* Nascondi fornitore e categoria riepilogo*/
tr.booking-info--item.booking-info--item_provider {
    display: none;
}
tr.booking-info--item.booking-info--item_category-name {
    display: none;
}
/* Nascondi pop-up iscriviti promozioni */
#sb-main-container #main #sb-timeline #steps #details .detail-step-wrap .detail-step .license-links-container .promotions-letter-flag label[role=button]{
    display: none;
}
/* Nascondi dati le mie prenotazioni */
.btn.custom.btn-with-icon.sb_add_to_cal {
    display: none;
}
.btn.custom.btn-with-icon.sb-book {
    display: none;
}
tr.booking-info--item.booking-info--item_invoice {
    display: none;
}
tr.booking-info--item.booking-info--item_code {
    display: none;
}
/* Nascondi pulsante fatture login */
a.btn.popup-hide {
    display: none;
}
/* Nascondi conferma SMS e mail form */
.form-group.is_sms_unsubscribed {
    display: none;
}
.form-group.is_email_unsubscribed {
    display: none;
}
/* Nascondi barra eventi ricorrenti */
.service-bar__wrapper {
    display: none;
}
/* Altri*/
 #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 */
}

