.ui-widget-content {
    border: 1px solid #dddddd;
    background: transparent;
    color: #333333;
}

.ui-widget-header {
    border: 1px solid #3c8dbc;
    background: #3c8dbc;
    color: #ffffff;
    font-weight: bold;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #ecf0f5;
    background: #ecf0f5;
    font-weight: bold;
    color: #3c8dbc;
}

.ui-datepicker .ui-datepicker-next {
    right: 2px;
    cursor: pointer;
    background: #0067a2;
}


.ui-datepicker .ui-datepicker-prev {
    left: 2px;
    cursor: pointer !important;
    background: red;
}