.calendar-container {
    padding-top: 10px;
    color: #ffffff;
}

.calendar-container table {
    margin: auto;
}

.calendar-container table th,
.calendar-container td {
    text-align: center;
}

.calendar-container table td:focus {
    outline: none;
}

.calendar-container table td.focused-day {
    outline: -webkit-focus-ring-color auto 1px !important;
    outline: Highlight auto 1px !important;
}

.calendar-container .calendar-header {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    border-radius: 0 !important;
    margin-bottom: 6px;
    padding: 10px !important;
    line-height: 1.8em;
}

.calendar-container .calendar-header .js-month-selector-calendar {
    cursor: pointer;
}

.ui-widget-header {
    border: 1px solid transparent !important;
}

.calendar-container .calendar-week-number,
.calendar-container .calendar-week {
    font-size: 1rem;
    white-space: nowrap;
    text-align: right;
}

.calendar-container .calendar-day {
    width: 45px;
    height: 35px;
}

.calendar-container .not-current-month {
    color: #e2e2e2;
}

.calendar-container .current-day {
    color: #000000 !important;
}

.calendar-container .available-day {
    background: #01C063;
    color: #ffffff;
    cursor: pointer;
}

.calendar-container .discounted-day,
.calendar-container .first-discounted-day,
.calendar-container .last-discounted-day {
    background: #FFAA33;
}

.calendar-container .unavailable-day,
.calendar-container .unavailable-day.last-selected-day,
.calendar-container.nights .unavailable-day.last-selected-day {
    background: #e2e2e2;
    color: #ffffff;
}

.calendar-container.nights .available-day.first-discounted-day {
    background: linear-gradient(to bottom right, #01C063 50%, #FFAA33 50%);
}

.calendar-container.nights .available-day.last-discounted-day {
    background: linear-gradient(to bottom right, #FFAA33 50%, #01C063 50%);
}

.calendar-container.nights .available-day.check-in-day {
    background: linear-gradient(to bottom right, #01C063 50%, #e2e2e2 50%);
}

.calendar-container.nights .available-day.check-out-day {
    background: linear-gradient(to bottom right, #e2e2e2 50%, #01C063 50%);
}

.calendar-container.nights .first-discounted-day.check-out-day {
    background: linear-gradient(to bottom right, #e2e2e2 50%, #FFAA33 50%);
}

.calendar-container.nights .last-discounted-day.check-in-day {
    background: linear-gradient(to bottom right, #FFAA33 50%, #e2e2e2 50%);
}

/* Selected days */
.calendar-container .selected-day,
.calendar-container.nights .first-discounted-day.selected-day,
.calendar-container.nights .discounted-day.selected-day,
.calendar-container.nights .last-discounted-day.selected-day {
    background: #004FC5;
}

.calendar-container.nights .first-selected-day,
.calendar-container.nights .first-discounted-day.first-selected-day {
    background: linear-gradient(to bottom right, #01C063 50%, #004FC5 50%);
}

.calendar-container.nights .last-selected-day,
.calendar-container.nights .last-discounted-day.last-selected-day {
    background: linear-gradient(to bottom right, #004FC5 50%, #01C063 50%);
}

.calendar-container.nights .available-day.check-out-day.first-selected-day {
    background: linear-gradient(to bottom right, #e2e2e2 50%, #004FC5 50%);
}

.calendar-container.nights .available-day.check-in-day.last-selected-day {
    background: linear-gradient(to bottom right, #004FC5 50%, #e2e2e2 50%);
}

.calendar-container.nights .first-discounted-day.last-selected-day,
.calendar-container.nights .discounted-day.last-selected-day {
    background: linear-gradient(to bottom right, #004FC5 50%, #FFAA33 50%);
}

.calendar-container.nights .last-discounted-day.first-selected-day,
.calendar-container.nights .discounted-day.first-selected-day {
    background: linear-gradient(to bottom right, #FFAA33 50%, #004FC5 50%);
}

.calendar-container .calendar-info .available-day {
    color: #01C063;
}

.calendar-container .calendar-info .unavailable-day {
    color: #e2e2e2;
}

.calendar-container .calendar-info .selected-day {
    color: #004FC5;
}

/**/
.calendar-container .calendar-header  .change-month {
    margin-top: 8px;
}

.calendar-container .calendar-header .previous-month {
    float: left;
    margin-left: 10px;
}

.calendar-container .calendar-header .next-month {
    float: right;
    margin-right: 10px;
}
