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

@media(min-width: 1200px) {
	.browse-view .heading {
		width: 25%;
		height: 45px !important;
		float: left;
		text-align: right;
		font-size: 1.1em !important;
		margin-top: 18px;
	}
	.browse-view .values {
		width: 72%;
		height: 50px;
		float: right;
	}
}

@media (max-width: 1199px) and (min-width: 980px) {
	.browse-view .heading {
		width: 31%;
		height: 45px !important;
		float: left;
		text-align: right;
		font-size: 1.1em !important;
		margin-top: 18px;
	}
	.browse-view .values {
		width: 66%;
		height: 50px;
		float: right;
	}	
}

@media (max-width: 979px) {
	.browse-view .heading {
		width: 100%;
		height: 22px !important;
		text-align: left;
		font-size: 1.1em !important;
		margin-top: 0px;
	}
	.browse-view .values {
		width: 100%;
		height: 22px;
	}
}
	
/* =====================================================================================================================
// Skin details */
.ui-slider .ui-slider-range,
.ui-slider-horizontal,
.slider-line,
.ui-slider-handle,
.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
    /*background: url(img/sprite-skin-nice.png) repeat-x;*/
}

.sliderbox.slider-double-list,
.irs {
    height: 40px;
}
.irs-with-grid {
    height: 60px;
}
.ui-slider-horizontal,
.irs-line {
    height: 6px; 
	top: 25px;
	margin: 0px 11px;
	background: #ffffff;
	border: 1px solid #cfcfcf;
	border-radius: 4px;
}
    .irs-line-left {
        height: 8px;
        background-position: 0 -30px;
    }
    .irs-line-mid {
        height: 8px;
        background-position: 0 0;
    }
    .irs-line-right {
        height: 8px;
        background-position: 100% -30px;
    }

.ui-slider .ui-slider-range,
.irs-bar {
    height: 6px;
	top: 0px;
    /*background-position: 0 -60px;*/
	background: #0086ac;
}
	.irs-bar-edge {
		top: 25px;
		height: 8px; width: 11px;
		background-position: 0 -90px;
	}

.irs-shadow {
    height: 1px; top: 34px;
    background: #000;
    opacity: 0.15;
}
.lt-ie9 .irs-shadow {
    filter: alpha(opacity=15);
}

.ui-slider-handle,
.irs-slider {
    width: 22px; height: 22px;
    top: -8px;
	margin-left: -11px;
	background: url(img/sprite-skin-nice_control.png) no-repeat;
}

.ui-state-hover, .ui-slider-handle:hover,
.irs-slider.state_hover, .irs-slider:hover {

}

.slider-range-gt, .slider-range-lt,
.irs-min, .irs-max {
    color: #ffffff;
    font-size: 10px; line-height: 1.333;
    text-shadow: none;
    top: 0; padding: 1px 3px;
    background: #0086ac;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.slider_active {
	height:10px;
	background:#D03232;
	position:absolute;
	z-index:1;
	min-width:2%;
	top: 1px;
	display: none;
}

.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);
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
    background: #999;
}

.irs-grid-pol {
    background: #99a4ac;
}
.irs-grid-text {
    color: #99a4ac;
}

.irs-disabled {
}
