@media (min-width: 1220px) {.SearchLabel .fa{background:#819e48;color:#fff}}.BoxHover:hover{box-shadow:1px 1px 10px #819e48}.SearchBar .GreenButton .ui-button-text{background-color:#819e48}.SiteTopBar{background-color:rgba(129,158,72,0.8)}:root{--color:#819e48!important;--color-rotation:79.3540831165236deg!important;}.button, .button span.ui-button-text, .customButton span.ui-button-text{background-color:#819e48!important;}/* Color on this section is the red background for not available dates and the border of each date */

.ui-datepicker-calendar td.closed, .square.closed {
    background-color: #FF8A8A !important;
    border: solid 1px #8d8d8d
}


/* Color on this section is the almost black of the number in the cal */

.ui-datepicker-calendar td.closed a,
.ui-datepicker-calendar tbody tr .ui-datepicker-today.closed a {
    color: #292e31 !important
}

.ui-messages-info-summary, .ui-messages-warn-summary, .ui-messages-error-summary,
.ui-messages-fatal-summary, .ui-message-info-summary, .ui-message-warn-summary,
.ui-message-error-summary, .ui-message-fatal-summary {
    margin-left: 0
}

/* Color on this section is red background triangle half full dates */

.ui-datepicker-calendar td.cta, .square.cta {
    border-radius: 0 !important;
    background-image: linear-gradient(to bottom right, white, white 48%, #FF8A8A 50%, #FF8A8A);
}

.ui-datepicker-calendar td.ctd, .square.ctd {
    border-radius: 0 !important;
    background-image: linear-gradient(to top left, white, white 48%, #FF8A8A 50%, #292e31);
}

/* Notification Bar- Best Condition */