.calendar-hour em {
    font-size: 14px;
}

.calendar-hour h4 {
    padding-top: 10px;
    padding-left: 10px;
}

.calendar-hours a {
    color: #000 !important;
    text-decoration: none;
}

.calendar-hour-taken.current {
    padding-top: 60px;
    color: blue !important;
}

.calendar-hour-taken.current > h4 {
    color: blue !important;
}

.btnPrev {
    padding-right: 10px;
}

.btnNext {
    padding-left: 10px;
}

h3 {
    font-size: 18px;
    line-height: 20px;
}

.checkboxSwitch label {
    display: none;
}

.switch-value {
    display: none;
}
/*
.checkbox {
    position:absolute;
    top:0;
    left: -50px;
    visibility: hidden !important;
}
    */

.free-day {
    color: #b00303 !important;
}

.light-day {
    opacity: 0.2;
}

.calendar-hour{    
    height: auto !important;
}

.onlyPrintable {
    display: none;
}

@media (min-width: 767px) {
    .one-half, .one-half-responsive {
        width: 100%;
    }
}

