.calendar-booking {
    position: relative;
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
}

.calendar-booking .calendar-display {
    margin: auto;
}

.chevron {
    font-weight: bold;
    font-size: 18px;
}

.chevron-left {
    position: absolute;
    top: 15px;
    left: 0;
    margin: 5px;
    cursor: pointer;
}

.chevron-right {
    position: absolute;
    top: 15px;
    right: 0;
    margin: 5px;
    cursor: pointer;
}

.chevron-left.no-place {
    left: -15px !important;
    padding: 0;
}

.chevron-right.no-place {
    right: -15px !important;
    padding: 0;
}

.chevron-right:hover, .chevron-left:hover {
    filter: brightness(2);
}

.chevron-left.disable {
    opacity: 0.2;
    cursor : auto;
    filter: brightness(0);
}

.slot.is-reservable:not(.d-none){
    background-color: #EC407A;
    border-radius: 4px;
    padding: 5px;
    margin: 5px;
    cursor: pointer;
}

.slot.is-not-reservable:not(.d-none){
    background-color: inherit;
    padding: 5px;
    margin: 5px;
    cursor: auto;
}

.slot:not(.d-none):hover{
    background-color: #7cb342;
    color: #fff;
}

.slot.is-not-reservable:not(.d-none):hover{
    background-color: inherit;
}

.slot.is-selected {
    background-color: #7cb342!important;
    color: #fff!important;
}

/* CE code doit être surchargé dans app.css et app-pro.css.pro */
.qt-block-ui-calendar{
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    height:100%;
    z-index:1100;
    background-color: rgba(0, 0, 0, 0.03);
    border-radius: 5px;
}

/*
.qt-block-ui-calendar:before{
    content:'';
    box-sizing:border-box;
    background:0 0;
    opacity:.75
}

.qt-block-ui-calendar:before{
    width:30px;
    height:30px;
    border:2px solid #EC407A;
    border-radius:50%;
    border-left-color:transparent;
    border-bottom-color:transparent;
    position:absolute;
    top:50%;
    left:50%;
    margin-top:-.6rem;
    -webkit-animation:clockwise .5s linear infinite;
    animation:clockwise .5s linear infinite
}
*/
