.irs {
    height: auto;
}
.irs-line {
    top: 0;
}
.irs-line,
.irs-bar-edge,
.irs-bar,
.ui-widget.ui-widget-content {
    height: 8px;
}
.irs-line,
.ui-widget.ui-widget-content {    
    border-radius: 3px;
    border: 0 none;
    background-color: #c8d4e6;
}
.irs-bar {
    top: 0;
    border: 0 none;
    background: #4da424;
}
.irs-bar-edge {
    top: 0;
    border: 0 none;
    background: #4da424;
    border-radius: 3px 0 0 3px;
    width:10px;
}
.irs-slider {
    top: -7px;
    cursor: pointer;
}
.irs-slider,
.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #ffffff;
    border: 5px solid #30343e;
}
.ui-slider .ui-slider-handle {
    top: -7px;
}
.irs-from,
.irs-to,
.irs-single {
    background: transparent;
    color: #30343e;
}
.irs-from:after,
.irs-to:after,
.irs-single:after {
    display: none;
}



/*No UI Slider*/
.noUi-horizontal {
    height: 6px !important;
}
.noUi-connect{
    background: #4da424;
    height: 4px;
}
.noUi-handle {
    background: #000 none repeat scroll 0 0 !important;
    border: medium none !important;
    border-radius: 100% !important;
    box-shadow: none !important;
    cursor: default;
    height: 20px !important;
    width: 20px !important;
}
.noUi-handle:after{
    background: #fff none repeat scroll 0 0 !important;
    border-radius: 100% !important;
    content: "" !important;
    height: 10px !important;
    left: 50% !important;
    position: absolute !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    width: 10px !important;
}
.noUi-handle::before{
    display: none!important;
}
.noUi-horizontal .noUi-handle {
    left: -10px !important;
    top: -8px !important;
}