.slider {
  margin-left: 10px;
  width: 80% !important;
}
.slider.slider-horizontal .slider-track {
  background-color: #b1b1b1;
  background-image: none;
  height: 2px !important;
}
.slider.slider-horizontal .slider-handle {
  width: 14px;
  margin-left: -7px;
  height: 14px;
  cursor: pointer;
}
.slider.slider-horizontal .slider-handle:hover {
  background-image: -webkit-linear-gradient(top,#4c6c7b 0,#207ba9 100%);
  background-image: -o-linear-gradient(top,#4c6c7b 0,#207ba9 100%);
  background-image: linear-gradient(to bottom,#4c6c7b 0,#207ba9 100%);
}

.slider.slider-horizontal .slider-handle:active, .slider.slider-horizontal .slider-handle:focus {
  width: 20px;
  margin-left: -10px;
  height: 20px;
  margin-top: -3px;
}
.slider.slider-horizontal .slider-tick {
  width: 2px;
  margin-left: -1px;
  height: 10px;
  margin-top: 5px;
  border-radius: 0 !important;
  background-color: #b1b1b1;
  background-image: none;
}
.slider-selection.tick-slider-selection {
  height: 200% !important;
}
.slider-rangeHighlight {
  background: #003262;
}


.slider.slider-vertical {
  margin-top: 5px;
  margin-bottom: 5px;
}
.slider.slider-vertical .slider-track {
  background-color: #b1b1b1;
  background-image: none;
  width: 3px !important;
}
.slider.slider-vertical .slider-handle {
  height: 14px;
  width: 14px;
  cursor: pointer;
}

.tooltip.right {
  left: 50% !important;
}