<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.slider-container {

	/*font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;*/
	font-family: 'Roboto', sans-serif;
	text-align: center;
	margin: 0 auto;
}
.slider-container .back-bar {
  height: 12px;
  position: relative;
  background: #f6f6f6;
  border-radius: 0;
  margin-top: 15px;
}
.slider-container .back-bar .selected-bar {
  position: absolute;
  height: 100%;
  background-color: #9d0a0e ;
  height: 6px;
  margin-top: 3px;
}
.slider-container .back-bar .pointer {
  position: absolute;
  width: 4px;
  height: 16px;
  background: url("../img/slider-dot.jpg")no-repeat;
  cursor: move;
  opacity: 1;
  z-index: 2;
  top: -3px;
}

.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: 5px;
  border-left: 1px solid #999;
  font-size: 0;
}
.slider-container .scale ins {
  font-size: 9px;
  text-decoration: none;
  position: absolute;
  left: 0;
  top: 5px;
  color: #999;
  line-height: 1;
}
.theme-red .back-bar {
  height: 5px;
  border-radius: 2px;
  background-color: #ccc;
/*
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dddddd));
  background-image: -webkit-linear-gradient(top, #eeeeee, #dddddd);
  background-image: -o-linear-gradient(top, #eeeeee, #dddddd);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
*/
}
.theme-red .back-bar .selected-bar {
  border-radius: 2px;
  background-color: #5c5c5c ;

/*
  background-image: -moz-linear-gradient(top, #bdfade, #76fabc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#bdfade), to(#76fabc));
  background-image: -webkit-linear-gradient(top, #bdfade, #76fabc);
  background-image: -o-linear-gradient(top, #bdfade, #76fabc);
  background-image: linear-gradient(to bottom, #bdfade, #76fabc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbdfade', endColorstr='#ff76fabc', GradientType=0);
*/
}
.theme-red .back-bar .pointer {
  width: 14px;
  height: 14px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 1px solid #AAA;
  background-color: #e7e7e7;
    background-repeat: repeat-x;
	cursor: col-resize;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
}
.theme-red .back-bar .pointer-label {
  color: #999;
}
.theme-red .back-bar .focused {
  color: #333;
}
.theme-red .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-red .scale ins {
  color: #999;
}
</pre></body></html>