.is_clickable {
  cursor: hand;
  cursor: pointer;
}

.slider-labels-wrapper {
    width: 100%;
    height:20px;
   
}

.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 20px;

}
.leftLabel {
   width: 50%;
    float: left; 
        text-align: left;
}


.rightLabel {
   width: 50%;
    float: right; 
        text-align: right;
}

    
.nstSlider .leftGrip.gripHighlighted {
  background: #CE4F36;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #CE4F36;
}
.nstSlider .rightGrip,
.nstSlider .leftGrip {
     position: absolute;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #ffffff;
    top: 3px;
}
.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #000;
  height: 5px;
  top: 8px;
}
.nstSlider .highlightPanel {
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #D2D2D2;
    height: 5px;
    top: 8px;
}
