File: /var/www/html/wpemobiq/wp-content/plugins/salient-core/includes/admin/assets/css/rangeslider.css
.rangeslider,
.rangeslider__fill {
display: block;
-moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
}
.rangeslider {
background: #dedede;
position: relative;
}
.rangeslider--horizontal {
height: 20px;
width: 100%;
}
.rangeslider--vertical {
width: 20px;
min-height: 150px;
max-height: 100%;
}
.rangeslider--disabled {
opacity: 0.4;
}
.rangeslider__fill {
background: #00ff00;
position: absolute;
}
.rangeslider--horizontal .rangeslider__fill {
top: 0;
height: 100%;
}
.rangeslider--vertical .rangeslider__fill {
bottom: 0;
width: 100%;
}
.rangeslider__handle {
background: white;
border: 1px solid #ccc;
cursor: pointer;
display: inline-block;
width: 40px;
height: 40px;
position: absolute;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.rangeslider__handle:after {
content: "";
display: block;
width: 18px;
height: 18px;
margin: auto;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-size: 100%;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
}
.rangeslider--horizontal .rangeslider__handle {
top: -10px;
touch-action: pan-y;
-ms-touch-action: pan-y;
}
.rangeslider--vertical .rangeslider__handle {
left: -10px;
touch-action: pan-x;
-ms-touch-action: pan-x;
}
input[type="range"]:focus + .rangeslider .rangeslider__handle {
-moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
-webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
}
/* Multi Range */
/* Functional styling;
* These styles are required for noUiSlider to function.
* You don't need to change these rules to apply your design.
*/
.vc_edit_form_elements .noUi-target,
.vc_edit_form_elements .noUi-target * {
-webkit-touch-callout: none;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-user-select: none;
-ms-touch-action: none;
touch-action: none;
-ms-user-select: none;
-moz-user-select: none;
user-select: none;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_edit_form_elements .noUi-target {
margin: 20px 15px 45px 5px;
position: relative;
}
.wpb_el_type_nectar_multi_range_slider .edit_form_line {
display: flex;
flex-direction: column-reverse;
}
.wpb_el_type_nectar_multi_range_slider .edit_form_line .vc_description {
margin-top: 0;
}
.vc_edit_form_elements .noUi-base,
.vc_edit_form_elements .noUi-connects {
width: 100%;
height: 100%;
position: relative;
z-index: 1;
}
/* Wrapper for all connect elements.
*/
.vc_edit_form_elements .noUi-connects {
overflow: hidden;
z-index: 0;
}
.vc_edit_form_elements .noUi-connect,
.vc_edit_form_elements .noUi-origin {
will-change: transform;
position: absolute;
z-index: 1;
top: 0;
right: 0;
height: 100%;
width: 100%;
-ms-transform-origin: 0 0;
-webkit-transform-origin: 0 0;
-webkit-transform-style: preserve-3d;
transform-origin: 0 0;
transform-style: flat;
}
/* Offset direction
*/
.vc_edit_form_elements .noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
left: 0;
right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
* connect elements.
*/
.vc_edit_form_elements .noUi-vertical .noUi-origin {
top: -100%;
width: 0;
}
.vc_edit_form_elements .noUi-horizontal .noUi-origin {
height: 0;
}
.vc_edit_form_elements .noUi-handle {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
position: absolute;
}
.vc_edit_form_elements .noUi-touch-area {
height: 100%;
width: 100%;
}
.vc_edit_form_elements .noUi-state-tap .noUi-connect,
.vc_edit_form_elements .noUi-state-tap .noUi-origin {
-webkit-transition: transform 0.3s;
transition: transform 0.3s;
}
.vc_edit_form_elements .noUi-state-drag * {
cursor: inherit !important;
}
/* Slider size and handle placement;
*/
.vc_edit_form_elements .noUi-horizontal {
height: 4px;
}
.vc_edit_form_elements .noUi-horizontal .noUi-handle {
width: 20px;
height: 20px;
right: -17px;
top: -8px;
}
.vc_edit_form_elements .noUi-vertical {
width: 18px;
}
.vc_edit_form_elements .noUi-vertical .noUi-handle {
width: 20px;
height: 20px;
right: -6px;
bottom: -17px;
}
.vc_edit_form_elements .noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
left: -17px;
right: auto;
}
/* Styling;
* Giving the connect element a border radius causes issues with using transform: scale
*/
.vc_edit_form_elements .noUi-target {
background: #dedede;
border-radius: 4px;
}
.vc_edit_form_elements .noUi-connects {
border-radius: 3px;
}
.vc_edit_form_elements .noUi-connect {
background: var(--nectar-blue);
}
/* Handles and cursors;
*/
.vc_edit_form_elements .noUi-draggable {
cursor: ew-resize;
}
.vc_edit_form_elements .noUi-vertical .noUi-draggable {
cursor: ns-resize;
}
.vc_edit_form_elements .noUi-handle {
border-radius: 100px;
background: #FFF;
cursor: grab;
transition: box-shadow 0.3s ease;
box-shadow: 0 0 0 6px var(--nectar-blue) inset;
}
.vc_edit_form_elements .noUi-active {
cursor: grabbing;
box-shadow: 0 0 0 10px var(--nectar-blue) inset;
}
/* Disabled state;
*/
[disabled] .noUi-connect {
background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
cursor: not-allowed;
}
/* Base;
*
*/
.vc_edit_form_elements .noUi-pips,
.vc_edit_form_elements .noUi-pips * {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.vc_edit_form_elements .noUi-pips {
position: absolute;
color: #999;
}
/* Values;
*
*/
.noUi-value {
position: absolute;
white-space: nowrap;
text-align: center;
}
.noUi-value-sub {
color: #ccc;
font-size: 10px;
}
/* Markings;
*
*/
.vc_edit_form_elements .noUi-marker {
position: absolute;
background: #CCC;
}
.vc_edit_form_elements .noUi-marker-sub {
background: #AAA;
}
.vc_edit_form_elements .noUi-marker-large {
background: #AAA;
}
/* Horizontal layout;
*
*/
.vc_edit_form_elements .noUi-pips-horizontal {
padding: 10px 0;
height: 80px;
top: 100%;
left: 0;
width: 100%;
}
.vc_edit_form_elements .noUi-value-horizontal {
-webkit-transform: translate(-50%, 50%);
transform: translate(-50%, 50%);
}
.vc_edit_form_elements .noUi-rtl .noUi-value-horizontal {
-webkit-transform: translate(50%, 50%);
transform: translate(50%, 50%);
}
.vc_edit_form_elements .noUi-marker-horizontal.noUi-marker {
margin-left: -1px;
width: 2px;
height: 5px;
}
.vc_edit_form_elements .noUi-marker-horizontal.noUi-marker-sub {
height: 10px;
}
.vc_edit_form_elements .noUi-marker-horizontal.noUi-marker-large {
height: 15px;
}
/* Vertical layout;
*
*/
.vc_edit_form_elements .noUi-pips-vertical {
padding: 0 10px;
height: 100%;
top: 0;
left: 100%;
}
.vc_edit_form_elements .noUi-value-vertical {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
padding-left: 25px;
}
.vc_edit_form_elements .noUi-rtl .noUi-value-vertical {
-webkit-transform: translate(0, 50%);
transform: translate(0, 50%);
}
.vc_edit_form_elements .noUi-marker-vertical.noUi-marker {
width: 5px;
height: 2px;
margin-top: -1px;
}
.vc_edit_form_elements .noUi-marker-vertical.noUi-marker-sub {
width: 10px;
}
.vc_edit_form_elements .noUi-marker-vertical.noUi-marker-large {
width: 15px;
}
.vc_edit_form_elements .noUi-tooltip {
display: block;
position: absolute;
border: 1px solid #D9D9D9;
border-radius: 3px;
background: #fff;
color: #000;
padding: 5px;
line-height: 1;
text-align: center;
white-space: nowrap;
transition: box-shadow 0.25s ease;
}
.vc_edit_form_elements .noUi-tooltip:after {
content: '%';
}
.vc_edit_form_elements .noUi-active .noUi-tooltip {
box-shadow: 0px 5px 14px rgba(0,0,0,0.15);
}
.vc_edit_form_elements .noUi-horizontal .noUi-tooltip {
-webkit-transform: translate(-50%, 0);
transform: translate(-50%, 0);
left: 50%;
top: 120%;
}
.vc_edit_form_elements .noUi-vertical .noUi-tooltip {
-webkit-transform: translate(0, -50%);
transform: translate(0, -50%);
top: 50%;
right: 120%;
}
.vc_edit_form_elements .noUi-horizontal .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(50%, 0);
transform: translate(50%, 0);
left: auto;
bottom: 10px;
}
.vc_edit_form_elements .noUi-vertical .noUi-origin > .noUi-tooltip {
-webkit-transform: translate(0, -18px);
transform: translate(0, -18px);
top: auto;
right: 28px;
}