.custom-check li{
  padding-top:2px;
  padding-bottom:2px;
}
.disabled-refined{
  color:#999;
  font-size:12px;
}
.custom-check li input{
  position: absolute;
  opacity: 0;
}
.custom-check li input + label {
  position: relative;
  cursor: pointer;
  padding:0;
  font-size:12px;
  line-height:12px;
  display: inline-block;
}
.custom-check li input + label:before {
  content: '';
  margin-right:5px;
  display: inline-block;
  vertical-align: text-top;
  width: 12px;
  height: 12px;
  background: #999;
}
.custom-check li input:hover + label:before {
  background: #444;
}
.custom-check li input:focus + label:before {
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.12);
}
.custom-check li input:checked + label:before {
  background: #333;
}
.custom-check li input:disabled + label {
  color: #b8b8b8;
  cursor: auto;
}
.custom-check li input:disabled + label:before {
  box-shadow: none;
  background: #ddd;
}
.custom-check li input:checked + label:after {
  content: '';
  position: absolute;
  left:2px;
  top:6px;
  background: white;
  width: 2px;
  height: 2px;
  box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.plain{
  color:#999;
}

.is_clickable {
  cursor: hand;
  cursor: pointer;
}
.nstSlider {
  cursor: hand;
  cursor: pointer;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  width: 100%;
  height: 5px;
  background: #ddd;
  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: 12px;
  height: 12px;
  top:-3px;
  background: #000;
}
.nstSlider .bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  background: #555;
  height:5px;
  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:8px;
  top: 0;
}
.ss-wrapper {
    overflow: hidden;
    height: 300px;
    /*margin-left: -18px;*/
    position: relative;
    z-index: 1;
    /*float: left;*/
}
.ss-content {
    height: 100%;
    width: 100%;
    padding: 0 32px 0 0;
    position: relative;
    /*right: -18px;*/
    overflow: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}