.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #1383b3;
    border-radius: 3px;
    cursor: pointer;
    height: 8px;
    position: relative;
    top: 6px;
    width: 100%;
}
.nstSlider .leftGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip.gripHighlighted {
  background: #113344;
}
.nstSlider .rightGrip, .nstSlider .leftGrip {
    background: #1383b3 none repeat scroll 0 0;
    border: 1px solid #1383b3;
    border-radius: 50%;
    height: 20px;
    position: absolute;
    top: -7px;
    width: 20px;
}
.nstSlider .bar {
    background: #a1d7e1 none repeat scroll 0 0;
    border-radius: 10px;
    height: 6px;
    position: absolute;
    top: 0;
}
.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: #e87722;
  height: 20px;
  top: 0;
}
