.extra-controls.form-inline {
    margin-top: 16px;
}

.rangeslider {
    position: relative;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.rangeslider-line {
    position: relative;
    display: block;
    overflow: hidden;
    outline: none !important;
}

.rangeslider-line-left,
.rangeslider-line-mid,
.rangeslider-line-right {
    position: absolute;
    display: block;
    top: 0;
}

.rangeslider-line-left {
    left: 0;
    width: 11%;
}

.rangeslider-line-mid {
    left: 9%;
    width: 82%;
}

.rangeslider-line-right {
    right: 0;
    width: 11%;
}

.rangeslider-bar {
    position: absolute;
    display: block;
    left: 0;
    width: 0;
}

.rangeslider-bar-edge {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
}

.rangeslider-shadow {
    position: absolute;
    display: none;
    left: 0;
    width: 0;
}

.rangeslider-slider {
    position: absolute;
    display: block;
    cursor: default;
    z-index: 1;
}

.rangeslider-slider.type_last {
    z-index: 2;
}

.rangeslider-min {
    position: absolute;
    display: block;
    left: 0;
    cursor: default;
}

.rangeslider-max {
    position: absolute;
    display: block;
    right: 0;
    cursor: default;
}

.rangeslider-from,
.rangeslider-to,
.rangeslider-single {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    cursor: default;
    white-space: nowrap;
}

.rangeslider-grid {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
}

.rangeslider-with-grid .rangeslider-grid {
    display: block;
}

.rangeslider-grid-pol {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 8px;
    background: #000;
}

.rangeslider-grid-pol.small {
    height: 4px;
}

.rangeslider-grid-text {
    position: absolute;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-size: 9px;
    line-height: 9px;
    padding: 0 3px;
    color: #000;
}

.rangeslider-disable-mask {
    position: absolute;
    display: block;
    top: 0;
    left: -1%;
    width: 102%;
    height: 100%;
    cursor: default;
    background: rgba(0, 0, 0, 0.0);
    z-index: 2;
}

.lt-ie9 .rangeslider-disable-mask {
    background: #000;
    filter: alpha(opacity=0);
    cursor: not-allowed;
}

.rangeslider-disabled {
    opacity: 0.4;
}


.rangeslider-hidden-input {
    position: absolute !important;
    display: block !important;
    top: 0 !important;
    left: 0 !important;
    width: 0 !important;
    height: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    outline: none !important;
    z-index: -9999 !important;
    background: none !important;
    border-style: solid !important;
    border-color: transparent !important;
}


.rangeslider {
    height: 55px;
}

.rangeslider-with-grid {
    height: 75px;
}

.rangeslider-line {
    height: 4px;
    top: 40px;
    background: #e9e9e9;

}

.rangeslider-line-left {
    height: 4px;
}

.rangeslider-line-mid {
    height: 4px;
}

.rangeslider-line-right {
    height: 4px;
}

.rangeslider-bar {
    height: 4px;
    top: 40px;

    background: #236eaf;
}

.rangeslider-bar-edge {
    height: 10px;
    top: 33px;
    width: 14px;
    border: 1px solid #428bca;
    border-right: 0;
    background: #428bca;
    background: linear-gradient(to top, rgba(66, 139, 202, 1) 0%, rgba(127, 195, 232, 1) 100%);

    border-radius: 16px 0 0 16px;
    -moz-border-radius: 16px 0 0 16px;
}

.rangeslider-shadow {
    height: 2px;
    top: 38px;
    background: #000;
    opacity: 0.3;
    border-radius: 5px;
    -moz-border-radius: 5px;
}

.lt-ie9 .rangeslider-shadow {
    filter: alpha(opacity=30);
}

.rangeslider-slider {
    top: 28px;
    background: url(/TE/image/range_slider.svg) no-repeat;
    border: none;
    background-repeat: no-repeat;
    width: 26px;
    height: 28px;
    border-radius: 0;
    background-color: transparent;
    outline: 0;
    position: absolute;
    cursor: pointer;
}




.rangeslider-slider.state_hover,
.rangeslider-slider:hover {}

.rangeslider-min,
.rangeslider-max {
    display: none
}

.lt-ie9 .rangeslider-min,
.lt-ie9 .rangeslider-max {
    background: #ccc;
}

.rangeslider-from,
.rangeslider-to,
.rangeslider-single {
    display: none
}

.lt-ie9 .rangeslider-from,
.lt-ie9 .rangeslider-to,
.lt-ie9 .rangeslider-single {
    background: #999;
}

.rangeslider-grid {
    height: 27px;
}

.rangeslider-grid-pol {
    opacity: 0.5;
    background: #428bca;
}

.rangeslider-grid-pol.small {
    background: #999;
}

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

.rangeslider-disabled {}

.range-slider>input {
    border: none;
}

.form-group>span {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.3px;
}

.form-group>b {
    font-family: Montserrat;
    font-size: 14px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.38;
    letter-spacing: 0.3px;
    text-align: right;
    position: absolute;
    right: -5px;
    min-width: 50%;
    max-width: 70%;
}

.range-slider span.rangeslider-slider.from {
    margin-left: -5px;

}

.range-slider span.rangeslider-slider.to {
    margin-left: 5px;
}