﻿#BookingId h4{
}
#supplements,#calendarsSelect, .calendarsSelect,#bookingCalendar {
display:none;
}
#bookSetting h2:not(:first-child) {
    display:none;
}
.bootstrap .panel-heading{
    color: #d9d9d9!important;
    background-color: #333!important;
}

.bootstrap .list-group-item-success {
background-color: #5cb85c;
color:#fff;
}
.bootstrap .list-group-item.disabled{
background-color: red!important;
    color: #fff!important;
}
.bootstrap .panel-default {
    border-color: #333!important;
}
.bootstrap .list-group-item-selected {
    background-color: #333!important;
}
.bootstrap .time-selection .list-group-item-success:not(.not-selectable):hover, .bootstrap .time-selection list-group-item-success:not(.not-selectable):focus  {
    background-color: #333!important;
}
.bootstrap .time-selection .not-selectable{
    cursor: not-allowed;
}
.bootstrap .book-button{
    background-color: #333;
    border-color: #333;
}
