/* Ion.RangeSlider, Simple Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// © guybowden, 2014        https://github.com/guybowden
// ===================================================================================================================*/

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

.irs {
    height: 48px;
}
.irs-with-grid {
    height: 48px;
}
.irs-line {
    height: 4px; top: 10px;
    background: #e9e9e9;
}
    .irs-line-left {
		width: 5%;
        height: 4px;
        background: #f37b13;
    }
    .irs-line-mid {
		width: 90%;
        height: 4px;
    }
    .irs-line-right {
		width: 5%;
        height: 4px;
    }

.irs-bar {
    height: 4px; top: 10px;
    background: #f37b13;
}
    .irs-bar-edge {
        height: 4px; top: 10px;
        width: 14px;
        background: #f37b13;
    }

.irs-shadow {
    height: 2px; top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
	box-sizing: content-box;
    top: 0px;
    width: 19px; height: 19px;
    background: #045dae;
	border: 3px solid #fff;
    cursor: pointer;
	border-radius: 50%;
}

.irs-min, .irs-max {
    color: #333;
    font-size: 12px; line-height: 1.333;
    text-shadow: none;
    top: 0;
    padding: 1px 5px;
    background: rgba(0,0,0,0.1);
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
    background: #ccc;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 14px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
    background: #428bca;
    border-radius: 3px;
    -moz-border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid {
    height: 16px;
}
.irs-grid-pol {
	display: none;
}


.irs-grid-text {
    bottom: 0px;
 	color: #939393;
	font-size: 14px;
	line-height: 16px;
}

.irs-disabled {
}
