.md-availability .vcal-day.is-pending,
.md-booking-popover .vcal-day.is-pending {
    border-color: #efc85f !important;
    background: #ffe39a !important;
    color: #5f4800 !important;
    text-shadow: none !important;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .42) !important;
}

.md-availability .vcal-day.is-pending b,
.md-availability .vcal-day.is-pending .vcal-price,
.md-booking-popover .vcal-day.is-pending b,
.md-booking-popover .vcal-day.is-pending .vcal-price {
    color: #5f4800 !important;
    text-shadow: none !important;
}

.md-availability .md-calendar-legend .pending i {
    background: #ffe39a !important;
    box-shadow: inset 0 0 0 1px #efc85f !important;
}
