.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}

#indicador_precio {
    height: 10px;
}

#indicador_precio .noUi-connect {
    background: #df4924;
}

#indicador_precio .noUi-handle {
    height: 18px;
    width: 18px;
    top: -5px;
    right: -9px; /* half the width */
    border-radius: 9px;
}

#indicador_precio .noUi-handle:after,
#indicador_precio .noUi-handle:before{
    content: none;
}