
#paramRangeDiv .label {
    display: table-cell;
    width: 100px;
    border-style: none;
    border-width: 1px;
    margin: 5px;
    vertical-align: middle;
    padding-bottom: 5px;
}

#paramRangeDiv .input {
    display: table-cell;
    width: 300px;
    border-style: none;
    border-width: 1px;
    margin: 5px;
    padding-bottom: 5px;
    padding-top: 5px;
    vertical-align: middle;
}

#paramRangeDiv .rangeLabel {
    display: table-cell;
    width: 130px;
    border-style: none;
    border-width: 1px;
    margin: 5px;
    vertical-align: top;
}

#paramRangeDiv .rangeInput {
    display: table-cell;
    width: 300px;
    height: 18px;
    padding-right: 20px;
    border-style: none;
    border-width: 0;
    margin: 0;
}

#paramRangeDiv .rangeValue {
    display: table-cell;
    width: 100px;
    border-style: none;
    border-width: 1px;
    vertical-align: middle;
}


.noUi-target {
    background: #f1f1f1;
}
.noUi-connect {
    background-color: #bfbfbf;
}

.noUi-base .noUi-handle {
    background-color: #18BC9C;
    border: none;
    box-shadow: none;
    color: #6664ff;
    /*display: table;*/
    height: 18px;
    margin-right: 10px;
    margin-inside: 100px;
    text-align: center;
    top: 0;
    width: 10px;
}

.noUi-handle {
    /*position: relative;*/
    /*left: -20px;*/
}
.noUi-handle:before,
.noUi-handle:after {
    display: none;
}

.noUi-connects {
    /*margin-right: -10px;*/
    /*width: calc(100% + 10px);*/
}

/*.noUi-horizontal .noUi-base .noUi-handle {*/
    /*cursor: ew-resize;*/
/*}*/
/*.noUi-vertical .noUi-base .noUi-handle {*/
    /*cursor: ns-resize;*/
    /*margin-left:-10.5px;*/
/*}*/
/*.noUi-base .noUi-handle:hover {*/
    /*background-color: #4EDFB7;*/
/*}*/
/*.noUi-base .noUi-handle.noUi-active {*/
    /*background-color: #32A17C;*/
    /*!*z-index: 20;*!*/
/*}*/
/*.noUi-base .noUi-handle::before {*/
    /*background: transparent;*/
    /*content: attr(data-value);*/
    /*display: table-cell;*/
    /*font-size: 13px;*/
    /*font-weight: 100;*/
    /*position: static;*/
    /*width: 100%;*/
    /*vertical-align: middle;*/
/*}*/
/*.noUi-base .noUi-handle::after {*/
    /*display: none;*/
/*}*/

.noUi-tooltip {
    display: none;
}

.noUi-active .noUi-tooltip {
    display: block;
}
