#slider{
  border: 1px solid #000;
  height: 30px;
  padding: 30px;
  margin-top: 10px;
  margin-left: 5px;
  background-color: white;
}

#sliderDate{
  position: relative;
  top: 40%;
}

.noUi-target{
  /*border: 0px;*/
  border: 1px solid #000;
  height: 5px;
  border-radius: 0px;
}

.noUi-background {
  /*height: 1px;*/
  border-radius: 0px;
  box-shadow: 0px 0px;
  background-color: #fff;
}

.noUi-base .noUi-connect {
  background-color: #000;
  /*height: 10px;*/
}

.noUi-base .noUi-handle {
  background-color: #FFF;
  /*border: none;*/
  border-radius: 0px;
  border: 1px solid #000;
  box-shadow: 5px 5px #000;
  color: #000;
  display: table;
  font-size: 15px;
  height: 50px;
  width: 100px;
  /*left: 0;*/
  /*margin-left: -22px;*/
  margin-top: -25px;
  /*padding: 10px;*/
  position: absolute;
  text-align: center;
  top: 0;
  z-index: 2;
}

.noUi-horizontal .noUi-base .noUi-handle {
  cursor: ew-resize;
}

.noUi-base .noUi-handle:hover {
}

.noUi-base .noUi-handle.noUi-active {
  /*z-index: 3;*/
  color: blue;
  border: 1px solid #00f;
  box-shadow: 5px 5px #00f;
}

.noUi-base .noUi-handle::before {
  background: transparent;
  content: attr(data-value);
  display: table-cell;
  font-size: 18px;
  font-weight: 100;
  position: static;
  width: 100%;
  vertical-align: middle;
}

.noUi-base .noUi-handle::after {
  display: none;
}
