.irs-from, .irs-max, .irs-min, .irs-single, .irs-to {
    line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
}

.irs {
    height: 55px;
}

.irs-with-grid {
    height: 75px;
}

.irs-line {
    height: 10px;
    top: 33px;
    background: #EEE;
    background: linear-gradient(to bottom,#DDD -50%,#FFF 150%);
    border: 1px solid #CCC;
    border-radius: 16px;
    -moz-border-radius: 16px;
}

.irs-line-left, .irs-line-mid, .irs-line-right {
    height: 8px;
}

.irs-bar, .irs-bar-edge {
    height: 10px;
    top: 33px;
    background: #ed8323;
}

.irs-bar {
    border-top: 1px solid #ed8323;
    border-bottom: 1px solid #ed8323;
}

.irs-bar-edge {
    width: 14px;
    border: 1px solid #ed8323;
    border-right: 0;
    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.irs-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: .3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 28px;
    width: 20px;
    height: 20px;
    border: 1px solid #AAA;
    background: #DDD;
    background: linear-gradient(to bottom,rgba(255,255,255,1) 0,rgba(220,220,220,1) 20%,rgba(255,255,255,1) 100%);
    border-radius: 2px;
    -moz-border-radius: 2px;
    box-shadow: 1px 1px 3px rgba(0,0,0,.3);
    cursor: pointer;
}

/*.irs-slider.state_hover, .irs-slider:hover {
        background: #FFF;
    }*/

.irs-max, .irs-min {
    color: #333;
    font-size: 12px;
    top: 0;
    background: rgba(0,0,0,.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-max, .lt-ie9 .irs-min {
    background: #ccc;
}

.irs-from, .irs-single, .irs-to {
    color: #222;
    font-size: 11px;
    background: #dadada;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-single, .lt-ie9 .irs-to {
    background: #999;
}

.irs-grid {
    height: 27px;
}

.irs-grid-pol {
    opacity: .5;
    background: #428bca;
}

    .irs-grid-pol.small {
        background: #999;
    }

.irs-grid-text {
    bottom: 5px;
    color: #99a4ac;
}
