/*
	Custom CSS
	Please make sure your CSS rules are 
	more particular / have higher priority
	then other page styles
*/
/* hide timezone */
div.timezone-panel .timezone-block {
    display: none !important;
}

/* hide invoice links */
.booking-overview td.info a[href^="#invoice/view/"] {
    display: none;
}

/*
.booking-overview td.label i.fa-file-alt {
    display: none;
}
*/

#booking-result-view .booking-overview tbody tr:nth-last-child(1) td
{
    display: none;
}


/* hide book again */
a.btn.btn-has-icon.sb-book.sb_book_again {
    display: none;
}

#main-buttons .wrapper {
    height: 220px;
}

html #main-buttons .wrapper .bar .btn.book,
.detail-step #sb_book_btn {
    color: #fff !important;
    background-color: #5cb85c !important;
    border-color: #4cae4c !important;
}

#main-buttons .wrapper .company-name.company-logo-and-name,
#main-buttons .wrapper .company-name.company-name-only {
    font-variant: all-petite-caps;
    font-weight: 100;
    letter-spacing: 4pt;
    font-size: 2.6rem;
}

/* message container*/
div#sb_message_container {
  text-align: center;
  font-size: large;
}

div#sb_message_container .alert-info {
    border: 1px solid orange;
    background-color: lightyellow;
    box-shadow: 2px 2px 4px 1px #d7d7d7;
    color: #309a0b;
}

/* logo in header */
.header__logo-wrapper .header__logo-link img {
    max-height: 70px;
    width: 48px;
    min-width: 48px;
}

/* header on less than lg is weird */
div#sb_ada_module {
    margin: 0;
}

/* patch booking listings */
.page-content.page-content--booking-result #sb_bookings_list>div {
    justify-content: center;
}

/* --- stock --- */
 #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 */
}

