.ui-widget-header {
    border: 1px solid  #fd191e;
    background: #fd191e;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: 1px solid  #1e3990;
    background:  #1e3990;
    color: #fff;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus {
    border: 1px solid  #1e3990;
    background:  #1e3990;
    color: #fff;
}

.ui-widget-header .ui-state-hover{
    border: 1px solid #f1f1f1;
    background: #ffffff;
    color: #000;
}

.ui-state-default.ui-state-highlight.ui-state-active {
    background: #1e3990;
}

.ui-datepicker-title {
    color: #fff;
}

.ui-state-default.ui-state-active {
    background: #fd191e !important;
    font-weight: bold;
}

.ui-icon-circle-triangle-e{
    color:#fff;
}

.ui-datepicker td{
    height: 37.83px;
    width:32.08px
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 0.4em;
    z-index: 111;
}