body {
    background-color: #DBDBDB; 
}#book-appointment-wizard #header {
    padding: 5px;
    height: 250px;
    background: #064C7F; 
    border-bottom: 4px solid #000000;
}body .ui-widget.ui-widget-content {
    border: 1px solid #064C7F; 
    padding: 0;
}



body .ui-datepicker .ui-widget-header {
    border: none;
    background: #064C7F; 
    border-radius: 0;
}body .ui-datepicker th {
    background: #064C7F; 
    color: #FFF;
}
html body .ui-datepicker td a.ui-state-active {
    color: #000 !important;
    font-weight: bold !important;
    background: #064C7F;  !important;
    border-radius: 50px;
    width: 22px;
    height: 22px;
    line-height: 1.3;
    margin: 4px;
}body .ui-datepicker .ui-slider-handle {
    border-radius: none;
    border-color: #064C7F; 
    background-color: #064C7F; 
}