/* 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: 40px; */
}
.irs-with-grid {
    height: 40px;
}
.irs-line {
    height: 5px; top: 10px;
	margin: 0 7px;
    background: #C3C0BE;
}
    .irs-line-left {
        height: 5px;
    }
    .irs-line-mid {
        height: 5px;
    }
    .irs-line-right {
        height: 5px;
    }

.irs-bar {
    height: 5px; top: 10px;
    background: #b3c004;
    background: linear-gradient(to top, #9ba602, #d3e106);
}
    .irs-bar-edge {
        height: 5px; top: 10px;
        width: 14px;
        border: 1px solid #428bca;
        border-right: 0;
        background: #428bca;
        background: linear-gradient(to top, rgba(66,139,202,1) 0%,rgba(127,195,232,1) 100%); /* W3C */
        border-radius: 16px 0 0 16px;
        -moz-border-radius: 16px 0 0 16px;
    }

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

.irs-slider {
    top: 6px;
    width: 14px; height: 14px;
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAOCAYAAAAfSC3RAAABOklEQVQoU5WSPUjDcBDF30v6oZBJcFUCdSqKUNHdtU4iXVUUpeAmOIng4KhbKWhBkE5x8AOr4sdSXAoWQaiLOogIxU3QpWn+Jwk2lkK1ue1x97t3HI9oqfvXyCAUkhpoui2ButFU5DJuflWbR9kQlQoMuzu6CchC6zIAn6AsD5v2dqPngeWnaEyUugDgubQrQo6fB+qTKcKhJdD7HsIlAIm/oF8nbozFa6ss3oVnAOx2Av3M1Bzb7udVKXQCIBkABISLPC3qjyBjQUACWzy61t9F0BsIJLK0zvRbSGeP8ZdTVpg/1NYArgdxBPQh5iz0hKC9CGB0BkthNiUTXgB28vqUUPb/Aymo1h01kp7Gmx+57B7GRZhrmx7inCLzLuQa+KArMhkYThfSGjkqRAKCD5BlKlVYmsNB80Xf2fZkECOSWrgAAAAASUVORK5CYII=')
	no-repeat;
	border-radius: 3px;
    cursor: pointer;
}

.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: 19px;
	top: 0;
	bottom: auto;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #999;
	top: auto;
	bottom: 0;
}
.irs-grid-pol.small {
    background: #999;
}

.irs-grid-text {
    bottom: 9px;
    color: #99a4ac;
}

.irs-disabled {
}
