/* Saloon Background Image */

html, body, body#page-top {
    background: url('/static/assets/img/bg2.png') center/cover fixed no-repeat !important;
    background-color: #f8f9fa !important;
    min-height: 100%;
}

#wrapper,
#content-wrapper,
#content,
.container-fluid {
    background: transparent !important;
}

.cal-chrome,
.cal-grid-wrap,
.booking-cal,
.week-cal,
.day-view,
.booking-cal td,
.week-cal td {
    background: #ffffff;
}

