.clear {
    clear: both;
}
.rangeslider,
.rangeslider__fill {
   background: #F2F2F2;
    display: block;
    height: 10px;
    width: 100%;
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}

.rangeslider {
    position: relative;
}

.rangeslider--disabled {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.4;
}

.rangeslider__fill {
    background: #cb3030;
    position: absolute;
    top: 0;
}
.slider-blue .rangeslider__fill {
    background: #309fcb !important;
}

.rangeslider__handle {
       -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
    border: 5px solid #cb3030;
    display: inline-block;
    position: relative;
    width: 10px;
    height: 10px;
    margin: -15px 0 2px 0px;
    cursor: pointer;
}

.slider-blue .rangeslider__handle {
    border: 5px solid #309fcb !important;
}

input[type="range"]:focus + .rangeslider .rangeslider__handle {
    -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
    box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}

.slider11 {
   background-color: #DADADA;
}
.slider8 {
   background-color: #DADADA;
}
#sumres-block {
    
}
.slider-label-title-right {
	width: 86px;
}