.ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background: #1fa67a !important;
    font-weight: normal !important;
    font-size: 12px !important;
    color: #fff !important;
    border: none;
    display: block;
}

.ui-menu-item {
    font-weight: normal !important;
    font-size: 12px !important;
    border: none;
    display: block;
}

.ui-datepicker {
    background-color: #fff;
    font-size: 13px;
}

.ui-datepicker-header {
    background-color: #fff;
}

.ui-widget-header {
    border: 0;
}

.ui-datepicker-title {
    color: white;
}

.ui-widget-content .ui-state-default {
    border: 0px;
    text-align: center;
    background: #fff;
    font-weight: normal;
    color: #000;
}

.ui-widget-content .ui-state-default:hover {
    border: 0px;
    text-align: center;
    background: #000;
    font-weight: normal;
    color: #fff;
}

.ui-widget-content .ui-state-active {
    border: 0px;
    background: #337ab7;
    color: #fff;
}

.highlight {
    color: #000;
}