/* Ion.RangeSlider, Nice Skin
// css version 1.9.2
// © 2013-2014 Denis Ineshin | IonDen.com
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-diapason,
.irs-slider {
    background: url(../image/sprite-skin-nice.png) repeat-x;
}

.irs {
    height: 16px;
}
.irs-with-grid {
    height: 16px;
}
.irs-line {
    height: 5px; top: 2px;
}
    .irs-line-left {
        height: 5px;
		background:url(../image/t01.jpg) repeat;
    }
    .irs-line-mid {
        height: 5px;
      	background:url(../image/t01.jpg) repeat;
    }
    .irs-line-right {
        height: 5px;
      	background:url(../image/t01.jpg) repeat;
    }

.irs-diapason {
    height: 5px; top: 2px;
    background:#333333;
}

.irs-slider {
    width: 9px; height: 15px;
    top: 0px;
   	background:url(../image/t02.jpg) no-repeat;
}
#irs-active-slider, .irs-slider:hover {
   	background:url(../image/t02.jpg) no-repeat;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
}
.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: rgba(0,0,0,0.3);
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}
.irs-grid{ display:none;}
.irs-grid-pol {
	 
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}

.irs-max{ display:none !important;}
.irs-min{ display:none !important;}
.irs-from{ display:none !important;}
.irs-to{ display:none !important;}

.irs-single{ display:none !important;}
