/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2015-05-26, 10:01:15
    Author     : pbaillargeon
*/
.noUi-handle {
    width: 20px!important;
    height: 20px!important;

    background: #00a0dc;
    border: 4px solid #FFFFFF;
    box-shadow: none;
    cursor: pointer;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.newhomes .noUi-handle {
    background: #FFFFFF;
    border: 4px solid #00a0dc;
}

.noUi-handle:after, .noUi-handle:before {
    display: none;
}

.noUi-horizontal {
    height: 10px;
}

.noUi-connect {
    background: #fefe00;
}

.newhomes .noUi-connect {
    background: #00a0dc;
}

.noUi-target {
    border: none;
    box-shadow: inset 0 2px 4px #777,0 3px 6px -5px #777;
}

.noUi-background {
    background: #aaaaaa;
    box-shadow: inset 0 2px 4px #777;
}

.searchbar-price-slider-container .range-as-text {
    font-size: 13px;
    color: #ffffff;
    margin-bottom: 5px;
    margin-left: 11px;
    text-align: center;
}

.newhomes .searchbar-price-slider-container .range-as-text {
    color: #000000;
}

.searchbar-price-slider-container .slider-content {
    width: 125px;
    margin-left: 11px;
}
#lang-en .searchbar-price-slider-container .slider-content {
    width:131px;
}
/* Fix handle position */
.noUi-handle-lower {
    left: -9px!important;
    top: -5px!important;
}

.noUi-handle-upper {
    left: -9px!important;
    top: -5px!important;
}