/*******************************
  dateslider.css
  https://bl.ocks.org/officeofjane/47d2b0bfeecfcb41d2212d06d095c763
********************************/

/*Slider block*/
.date-range-slider-container{
  position: absolute;
  bottom: 0;
  margin: 0px;
  width: 96%;
  left: 10px;
  right: 10px;
  z-index:9999;
}

.date-range-slider-container .card{
    border-top-color: #70000B !important;
}

/*Panel*/
.card-transparency{
  background: rgba(255,255,255,0.5) !important;
}

/*Date Markers*/
.date-mark  {
    display: block;
    position: absolute;
    top: 55px;
    padding: 1px 3px;
    border-radius: 50%;
    margin-left: -12px;
    font-size: 0.9em;
}
.date-mark:hover {
    transform: scale(1.2);
}

/*noUi-Slider*/
.noUi-horizontal {
    height: 12px;
}
.noUi-handle:after, .noUi-handle:before {
    content: none;
}
.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px;
    top:-6px;
    right: -12px !important;
}

#noui-slider-tooltip-lower-val{
    font-weight: bold;
    font-size: 1.2em;
    margin-top: -10px;
    margin-bottom: 5px;;
    color: #70000B !important;
}

.noUi-handle {
    border: 1px solid #D9D9D9;
    border-radius: 50%;
}
/*pipe value*/
.noUi-value {
    top: 20px;
}

/*tooltip*/
.noUi-tooltip {
    left: -56px;
    width: 180px;
}
