body {
    background: #F0F4F6;
}
.ui-slider-horizontal {
    height: 3px !important;
    width: 87px !important;
    cursor: pointer;
    background: #D8D8D8!important;
    border: none !important;
    margin-top: 6px;
}
.ui-slider .ui-slider-handle {
    height: 9px !important;
    width: 9px !important;
    padding-left: 5px !important;
    border-radius: 8px !important;
    background: #00416B !important;
    border: none;
    cursor: pointer;
    margin-top: 2px;
}
.ui-slider .ui-slider-handle:focus{
    background: #00416B !important;
    border: none !important;
    cursor: pointer !important;
    border: solid #00416B 1px !important;
    outline: none;
}
.ui-slider-range{
    background: #00416B !important;
    margin-left: -2px !important;
    height: 3px !important;
}
.ui-slider .ui-slider-handle:focus{
    background: #00416B !important;
    border: none;
    cursor: pointer;
    border: solid #00416B 1px !important;
}

.ui-state-active{
    background: #00416B !important;
}

.ui-state-focus{
    background: #00416B !important;
}

.ui-slider-range-min{
    background: #00416B !important;
}