﻿.slider-container-dayrange {
	position: relative;
	width: 390px;
	height: 25px;
	margin: 0px;
	margin: 0px 0px 0px 15px;
	background: url('/images/slider/slider-container.png') no-repeat 0px 0px;
}
.schedule-slider-dayrange {

    width:100%;
}
.schedule-slider-dayrange .outer_rail_horizontal {
	
	background:#f0545f; /*url('/images/slider/slider-day.png') repeat-x;*/
	/*width: 200px;
	height: 6px;*/
	z-index: 100;
    border: solid 1px #f0545f;
}
.schedule-slider-dayrange .inner_rail_horizontal {
	
	background: #f0545f; /*url( '/images/slider/slider-green.png' ) repeat-x;*/
	/*height: 6px;*/
	z-index: 100;
	cursor: pointer;
    border: solid 1px #f0545f;
}
.schedule-slider-dayrange .handle-x-left {
	position: absolute;
	background: url( '/assets/img/circle_checked.png' ) no-repeat;
	width: 16px;
	height: 16px;
	z-index: 200;
    margin-top:-2.4%;
	cursor: pointer;
        
}
.schedule-slider-dayrange .handle-x-right {
	position: absolute;
	background: url( '/assets/img/circle_checked.png' ) no-repeat;
	width: 16px;
	height: 16px;
	z-index: 201;
	margin-top:-2.4%;
    cursor: pointer;
 
}






.ajax__multi_slider_custom .outer_rail_horizontal

{           position: relative;

width:inherit;

height:5px;

background-color:rgb(206,206,206);

z-index: 100;

}

.ajax__multi_slider_custom .inner_rail_horizontal

{   position:absolute;

background-color:Orange;

width:inherit;

height:5px;

z-index:100;

}

.dispstartrange,.dispendrange,.mobiledispstartrange,.mobiledispendrange {
    border: none;
    width:60%;
    background:none;
    font-size: 1vw;
    font-family: 'Avenir LT Std 55 Roman';
}
#min-val-1 span{
    font-size: 1vw;
    font-family: 'Avenir LT Std 55 Roman';
}

#max-val-1 span{
    font-size: 1vw;
    font-family: 'Avenir LT Std 55 Roman';
    text-align:right;
}
#min-val-1{
    width:50%;
}
#max-val-1{
    width:50%;
    text-align:right;
}