.slider-container {
  width: auto;
  margin: auto ;
  margin-top: 10px;
  /*margin-left: 10px;
  margin-right: 10px;*/
}
.slider-container .back-bar {
  height: 12px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: red;
  /*cursor: col-resize;*/
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer.last-active {
  z-index: 3;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -17px;
  font-size: 8px;
  background: white;
  white-space: nowrap;
  line-height: 1;
}
.slider-container .back-bar .focused {
  z-index: 10;
}
.slider-container .clickable-dummy {
  cursor: pointer;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.slider-container .scale {
  top: 2px;
  position: relative;
  display: none;
}
.slider-container .scale span {
  position: absolute;
  height: 6px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 6px;
  color: #999;
  line-height: 1;
}
.slider-container.slider-readonly .clickable-dummy,
.slider-container.slider-readonly .pointer {
  cursor: auto;
}
.theme-default .back-bar {
  height: 6px;
  border-radius: 2px;
  background-color: rgba(0,0,0,0.2);
 
}
.theme-default .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #C20017;
}
.theme-default .back-bar .pointer {
  width: 16px;
  height: 16px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  background-color: #C20017;
}
.theme-default .back-bar .pointer-label {
  color: #999;
}
.theme-default .back-bar .focused {
  color: #333;
}
.theme-default .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-default .scale ins {
  color: #999;
}
