/*** CUSTOM SLIDER THEME theme-sp-bluelight ***/

.theme-sp-bluelight .back-bar {
  height: 5px;
  border-radius: 0;
  background-color: #e0e0e0;
  background-color: #e0e0e0;
  background-image: -moz-linear-gradient(top, #e0e0e0, #e0e0e0);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#e0e0e0), to(#e0e0e0));
  background-image: -webkit-linear-gradient(top, #e0e0e0, #e0e0e0);
  background-image: -o-linear-gradient(top, #e0e0e0, #e0e0e0);
  background-image: linear-gradient(to bottom, #e0e0e0, #e0e0e0);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-sp-bluelight .back-bar .selected-bar {
  border-radius: 0;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a6e2), to(#00a6e2));
  background-image: -webkit-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: -o-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: linear-gradient(to bottom, #00a6e2, #00a6e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}

.theme-sp-bluelight .back-bar .selected-bar:hover {
  border-radius: 0;
  background-color: #92c1f9;
  background-image: -moz-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a6e2), to(#00a6e2));
  background-image: -webkit-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: -o-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: linear-gradient(to bottom, #00a6e2, #00a6e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb1d1f9', endColorstr='#ff64a8f9', GradientType=0);
}

.theme-sp-bluelight .back-bar .pointer {
  width: 15px;
  height: 15px;
  top: -5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  border: 2px solid #fff;
  background-color: #fff;
  background-image: -moz-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#00a6e2), to(#00a6e2));
  background-image: -webkit-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: -o-linear-gradient(top, #00a6e2, #00a6e2);
  background-image: linear-gradient(to bottom, #00a6e2, #00a6e2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdddddd', GradientType=0);
}
.theme-sp-bluelight .back-bar .pointer-label {
  color: #000;
}
.theme-sp-bluelight .back-bar .focused {
  color: #000;
}
.theme-sp-bluelight .scale span {
  border-left: 1px solid #e5e5e5;
}
.theme-sp-bluelight .scale ins {
  color: #000;
}