/*******************************Calendar Top Navigation*********************************/
#calendar-legend {
    margin-top: 10px;
    margin-left: 5px;
}

#calendar-legend span {
    /*float: left;*/
    display: inline-block;
}

#calendar-legend span:last-of-type {
    float: right;
}

#calendar-legend div {
    float: left;
    height: 21px;
    width: 21px;
    margin-right: 5px;
    margin-left: 5px;
}

#not-available {
    border: 1px solid #c6c6c6;
    background-color: #1d71b8;
}

#available {
    border: 1px solid #c6c6c6;
    height: 19px;
    width: 19px;
}

#your-choices {
    border: 1px solid #c6c6c6;
    background-color: #6b82ff;
}


.container.inline {
    display: block !important;
    box-shadow: none;
}

.calendar > .days-grid > .day {
    border: 1px solid white !important;
}

.container.lock-plugin .calendar > .days-grid > .day.locked:not(.start):not(.end) {
    background: #1d71b8 !important;
    color: white;
}

#daterangepicker {
    display: none !important;
}

@media (max-width: 767px) {
    .calendars.grid-2 {
        grid-template-columns: repeat(1, 1fr);
    }

    .calendars .calendar:nth-child(n+2) {
        display: none;
    }

    .calendar>.header button {
        visibility: visible !important;
    }
}