

#w0 > .fc-toolbar {
    padding: 6px;
}

span.fc-day-number, span.fc-day-header  {
    font-size: 1.1em!important;
}


/*** Booking Page ***/


.fc-future{
    background-color: #777;
    cursor: no-drop !important;
    pointer-events: none !important;
}
.fc-past {
    background-color: #777;
    cursor: no-drop !important;
    pointer-events: none !important;
}

.fc-today {
    border-style: solid;
    background: #777777;
}
.fc-day-top.fc-today {
    background: transparent !important;
}

.fc-toolbar.fc-header-toolbar {
    /*background-color: #efefef;*/
    background-color: #fff;
}

.fc-future.fc-active {
    background: #4CC2F1;
}
.fc-future.fc-active:hover {
    background: #43a1ce;
}
.fc-future.fc-active {
    cursor: pointer !important;
}
td.fc-day-top {
    margin: auto;
    text-align: center;
}
span.fc-day-number {
    float: none !important;
}

.fc-agendaWeek-button {
    display: none;
}
.fc-month-button {
    display: none;
}
.fc-active.day-selected {
    background-color: #ea1d76 !important;
    border-color: #ce1b68;
    border: #fff 7px solid;
}
.fc-active.time-selected {
    background-color: #ea1d76;
    border-color: #ce1b68;
    border: #fff 7px solid;
}
.fc-active.time-selected:hover, .fc-active.time-selected:active, .fc-active.time-selected:focus {
    background-color: #ce1b68;
    border-color: #ce1b68;
    border: #fff 7px solid;
}

.time-selected {
    background-color: #ea1d76;
    border-color: #ce1b68;
}

.time-selected:hover, .time-selected:active, .time-selected:focus {
    background-color: #ce1b68;
    border-color: #ce1b68;
}

.fc-day-top.fc-other-month {
    opacity: 1;
}

.fc button {
    color: #ea1d76;
    font-weight: 600;
}

.stopwatch {
    color: #ea1d76;
    font-weight: 600;
    font-size: 34px;
}

.btn-info.timeslot-select {
    background-color: #e7e7e7;
    border-color: #d8d8d8;
    color: #00679a;
}
.btn-info.timeslot-select:hover, .btn-info.timeslot-select:active {
    background-color: #ea1d76;
    border-color: #ce1b68;
    color: #fff;
}
.btn-info.time-selected {
    background-color: #ea1d76;
    border-color: #ce1b68;
    color: #fff;
}
.btn-info.time-selected:hover, .btn-info.service-selected:active {
    background-color: #ea1d76;
    border-color: #ce1b68;
    color: #fff;
}

.btn-info.service-select {
    background-color: #e7e7e7;
    border-color: #d8d8d8;
    color: #00679a;
}
.btn-info.service-select:hover, .btn-info.service-select:active {
    background-color: #ea1d76;
    border-color: #ce1b68;
    color: #fff;
}
.btn-info.service-selected {
    background-color: #ea1d76;
    border-color: #ce1b68;
    color: #fff;
}
.btn-info.service-selected:hover, .btn-info.service-selected:active {
    background-color: #ea1d76;
    border-color: #ce1b68;
    color: #fff;
}

.fc-time-max {
    font-weight: 600;
    color: #ea1d76;
}
.fc-time-max h1 {
    margin:0px
}

#timer-countdown {
    color: #ea1d76;
}

/* Tables */
th.fc-day-header {
    border: none;
    background: #fff;
    padding: 8px;
}
td.fc-day {
    border: 8px solid #fff;
}
.fc td.fc-today {
    border-style: solid;
}
.fc-scroller.fc-day-grid-container {
    /*overflow-y: hidden !important;*/
    min-height: 500px;
}

span.fc-day-number {
    position: initial;
    display: block;
    float: left !important;
    margin: auto;
    text-align: center;
    width: 100%;
    margin-top: 26px;
    font-size: 30px;
    color: #fff;
}


.fc-toolbar .fc-center {
    display: initial;
    /*text-transform: uppercase;*/
}
.fc-toolbar .fc-center h2 {
    padding-left: 5px;
}
.fc-toolbar .fc-left {
    float: right;
}

.timeslot-select {
    width: 100%;
    margin: 6px;
}

.service-select {
    width: 100%;
    margin: 6px;
}

td.fc-head-container.fc-widget-header {
    border-top: 0px;
}

button#next-button {
    float: right;
}

.proceed-container {
    padding: 24px 0px;
}
.legend{
    margin-bottom: 60px;

}

.legend .fill{
    min-width: 50%;
    display: inline-block;
    color: white;
    text-align: center;
    /*text-transform: uppercase;*/
    height: auto;
}

.legend .fill .available{
    background-color: #4CC2F1 ;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

.legend .fill .unavailable{
    background-color: #777;
    padding-bottom: 5px;
    padding-top: 5px;
    font-weight: bold;
}

@media (max-width: 410px) and (min-width:320px) {

    #w0 > .fc-toolbar h2 {
        font-size: 1.0em;
    }

}

@media (max-width: 991px) {
    .fc-scroller.fc-day-grid-container {
        overflow-y: auto !important;
        min-height: 500px;
    }
    span.fc-day-number {
        font-size: 19px;
    }
}