.ui-datepicker-header {
    background: #f8f6f4 !important;
}


/* .ui-datepicker-calendar tbody {
    border-top: solid 10px #fff;
} */

.ui-datepicker-calendar thead tr {
    border-bottom: solid 1px #e9e9e9;
}

.ui-widget-header {
    border: none !important;
}

.ui-datepicker td {
    padding: 3px !important;
}

.ui-state-default {
    background: #ffffff !important;
    border: none !important;
}

.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}

.ui-datepicker td span, .ui-datepicker td a:hover {
    background-color: #e7e7e7 !important;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
    background-color: #ceb981 !important;
}
