/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * https://www.apache.org/licenses/LICENSE-2.0
 *
 */

.slider.slider-horizontal {
  position:absolute;
  top:0;
  width:100%;
  height:110px;
}
.slider.slider-horizontal:hover{cursor:col-resize;}
.slider.slider-horizontal .slider-track {
  height:110px;
  width: 100%;
}
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}
.slider input {
  display: none;
}
.slider .tooltip-inner {
  white-space: nowrap;
}
.slider-track,.slider-selection {
  background:transparent;
}
