/* 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: 32px;
}
.irs-with-grid {
    height: 75px;
}
.irs-line {
    height: 7px;
	top: 18px;
    background: #dfdedf;
    border-radius: 3px;
}
    .irs-line-left {
        height: 4px;
    }
    .irs-line-mid {
        height: 4px;
    }
    .irs-line-right {
        height: 4px;
    }

.irs-bar {
    height: 7px;
	top: 18px;
    background: #dfdedf;
	}
    .irs-bar-edge {
        height: 10px; top: 23px;
        width: 14px;
        border: 1px solid #dfdedf;
        border-right: 0;
        background: #dfdedf;
        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: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=30);
}

.irs-slider {
    top: 9px;
    width: 24px; height: 24px;
    background: #c4ab82;
    border-radius: 14px;
    cursor: pointer;
}

.irs-min, .irs-max {
    color: #5d5d5d;
    font-size: 13px; line-height: 17px;
    text-shadow: none;
    top: 0;
}

.irs-from, .irs-to, .irs-single {
    color: #5d5d5d;
    font-size: 13px; line-height: 17px;
}

.irs-grid {
    height: 27px;
}
.irs-grid-pol {
    opacity: 0.5;
    background: #428bca;
}
.irs-grid-pol.small {
    background: #999;
}

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

.irs-disabled {
}
