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

.nstSlider {
    cursor: hand;
    cursor: pointer;
    border: 1px solid #f0f0f0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    width: 100%;
    height: 10px;
    background: #fafafa;
    margin-bottom: 10px;
}

.nstSlider .leftGrip.gripHighlighted {
    background: #113344;
}

.nstSlider .rightGrip.gripHighlighted {
    background: #113344;
}

.nstSlider .rightGrip,
.nstSlider .leftGrip {
    position: absolute;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    width: 6px;
    height: 15px;
    background: #363636;
    top: -2px;
    left: 0px;
}

.nstSlider .bar {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    background: #ff9822;
    height: 10px;
    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;
}