/* Ion.RangeSlider, Flat UI Skin
// css version 2.0.0
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

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


.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
  	
}

.irs {
    height: 40px;
}
.irs-with-grid {
  	left: -13px;
    height: 60px;
}
.irs-line {
      height: 8px;  top: 25px;
}
    .irs-line-left {
      	height: 8px; 
        background-position: 0 -30px;
      	background: #ebebeb;
      	border-radius: 10px;
    }
    .irs-line-mid {
      	height: 8px; 
        background-position: 0 0;
      	background: #ebebeb;
      	border-radius: 10px;
    }
    .irs-line-right {
      	height: 8px; 
        background-position: 100% -30px;
      	background: #ebebeb;
      	border-radius: 10px;
    }

.irs-bar {
    height: 8px; top: 25px;
    background-position: 0 -60px;
  	background: rgba(25, 194, 232, 1);
    background: -moz-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25, 194, 232, 1)), color-stop(100%, rgba(122, 204, 200, 1)));
    background: -webkit-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: -o-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: linear-gradient(to right, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19c2e8', endColorstr='#7accc8', GradientType=1);
}
    .irs-bar-edge {
        top: 25px;
        height: 12px; width: 9px;
        background-position: 0 -90px;
    }

.irs-shadow {
    height: 3px; top: 34px;
    background: #000;
    opacity: 0.25;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=25);
}

.irs-slider {
  	font-weight: normal;
    color: #555555;
    width: 5px;
    height: 15px;
    background-color: #687687;
    border-radius: 10px;
    top: 22px;
    background-position: 0 -120px;
  	cursor: pointer;
}
#irs-active-slider, .irs-slider:hover {
    background-position: 0 -150px;
}

.irs-min, .irs-max {
    color: #999;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #e1e4e9;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-from, .irs-to, .irs-single {
    color: #fff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    padding: 1px 5px;
  	background: rgba(25, 194, 232, 1);
    background: -moz-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(25, 194, 232, 1)), color-stop(100%, rgba(122, 204, 200, 1)));
    background: -webkit-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: -o-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: -ms-linear-gradient(left, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    background: linear-gradient(to right, rgba(25, 194, 232, 1) 0%, rgba(122, 204, 200, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#19c2e8', endColorstr='#7accc8', GradientType=1);
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.irs-to {
	margin-left: -17px;
}

.irs-from {
	margin-left: 18px;
}

.irs-from:after, .irs-to:after, .irs-single:after {
    position: absolute; display: block; content: "";
    bottom: -6px; left: 50%;
    width: 0; height: 0;
    margin-left: -3px;
    overflow: hidden;
    border: 3px solid transparent;
    border-top-color: #7accc8;
}

.irs-to:after {
	left: 80%;
}

.irs-from:after {
	left: 15%;
}

.irs-grid-pol {
    background: #e1e4e9;
}
.irs-grid-text {
    color: #999;
}

.irs-disabled {
}
