.slider-container {
  width: 300px;
}
.slider-container .back-bar {
  height: 10px;
  position: relative;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: red;
  cursor: move;
  opacity: 1;
  z-index: 2;
}
.slider-container .back-bar .pointer-label {
  position: absolute;
  top: -20px;
  font-size: 0.8em;
  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;
}
.slider-container .scale span {
  position: absolute;
  height: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 12px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.theme-fg .back-bar {
  height: 15px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(left, #ff5959, #ffc000, #c0ff00, #81ec81);
  background-image: -webkit-linear-gradient(left, #ff5959, #ffc000, #c0ff00, #81ec81);
  background-image: -o-linear-gradient(left, #ff5959, #ffc000, #c0ff00, #81ec81);
  background-image: linear-gradient(to right, #ff5959, #ffc000, #c0ff00, #81ec81);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-fg .back-bar .selected-bar {
  border-radius: 15px;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-fg .back-bar .pointer {
  width: 20px;
  height: 20px;
  top: -3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #0000ff;
  background-image: -moz-linear-gradient(top, #eeeeee, #303030);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#303030));
  background-image: -webkit-linear-gradient(top, #eeeeee, #303030);
  background-image: -o-linear-gradient(top, #eeeeee, #303030);
  background-image: linear-gradient(to bottom, #eeeeee, #303030);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
  cursor: col-resize;
}
.theme-fg .back-bar .pointer-label {
  color: #999;
}
.theme-fg .back-bar .focused {
  color: #333;
}
.theme-fg .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-fg .scale ins {
  color: #999;
}

.theme-green .back-bar {
  height: 15px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(left, #0000ff 0%, #0000ff 5%, #ff5959 5%, #ffc000, #c0ff00, #81ec81);
  background-image: -webkit-linear-gradient(left, #0000ff 0%, #0000ff 5%, #ff5959 5%, #ffc000, #c0ff00, #81ec81);
  background-image: -o-linear-gradient(left, #0000ff 0%, #0000ff 5%, #ff5959 5%,, #ffc000, #c0ff00, #81ec81);
  background-image: linear-gradient(to right, #0000ff 0%, #0000ff 5%, #ff0000 5%, #ffc000, #c0ff00, #81ec81);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-green-reverse .back-bar {
  height: 15px;
  border-radius: 2px;
  background-color: #eeeeee;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(right, #0000ff 0%, #0000ff 5%, #ff5959 5%, #ffc000, #c0ff00, #81ec81);
  background-image: -webkit-linear-gradient(right, #0000ff 0%, #0000ff 5%, #ff5959 5%, #ffc000, #c0ff00, #81ec81);
  background-image: -o-linear-gradient(right, #0000ff 0%, #0000ff 5%, #ff5959 5%,, #ffc000, #c0ff00, #81ec81);
  background-image: linear-gradient(to left, #0000ff 0%, #0000ff 5%, #ff0000 5%, #ffc000, #c0ff00, #81ec81);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}

.theme-green .back-bar .selected-bar {
  border-radius: 15px;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
}
.theme-green .back-bar .pointer {
  width: 20px;
  height: 20px;
  top: -3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #0000ff;
  background-image: -moz-linear-gradient(top, #eeeeee, #303030);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#303030));
  background-image: -webkit-linear-gradient(top, #eeeeee, #303030);
  background-image: -o-linear-gradient(top, #eeeeee, #303030);
  background-image: linear-gradient(to bottom, #eeeeee, #303030);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
  cursor: col-resize;
}
.theme-green-reverse .back-bar .pointer {
  width: 20px;
  height: 20px;
  top: -3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #0000ff;
  background-image: -moz-linear-gradient(top, #eeeeee, #303030);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#303030));
  background-image: -webkit-linear-gradient(top, #eeeeee, #303030);
  background-image: -o-linear-gradient(top, #eeeeee, #303030);
  background-image: linear-gradient(to bottom, #eeeeee, #303030);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
  cursor: col-resize;
}
.theme-green .back-bar .pointer-label {
  color: #999;
}
.theme-green .back-bar .focused {
  color: #333;
}
.theme-green .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-green .scale ins {
  color: #999;
}

