/* jQuery UI Datepicker moving pixels fix */


.ui-datepicker-inline {
    display: block !important;
    /* Ensure the inline datepicker is visible */
}


table.ui-datepicker-calendar {
    border-collapse: separate;
}

.ui-datepicker-calendar td {
    border: 1px solid transparent;
}

/* jQuery UI Datepicker hide datepicker helper */
#ui-datepicker-div {
    display: none;
}

/* jQuery UI Datepicker emphasis on selected dates */
.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #DD001B none;
    color: white;
}

.ui-datepicker-header {
    background: #DD001B !important;
    color: #ffff !important;
}

.ui-datepicker-calendar thead {
    color: red;
}

.ui-widget {
    font-size: 18px !important;
}