.maprange{
  display:block;
  -webkit-appearance: none;
}
.maprange:focus {
  outline: none;
}
/* 2.1 THUMB */
.maprange:hover::-webkit-slider-thumb{
  -webkit-appearance: none;

}

.maprange::-webkit-slider-thumb{
  -webkit-appearance: none;
  background-color:#52B54B;
  width:17px;
  height:17px;
  border-radius:50%;
  margin-top: -6px;
}

.maprange::-moz-range-thumb{
  -webkit-appearance: none;
  background-color:#52B54B;
  width:17px;
  height:17px;
  border-radius:50%;
  margin-top: -6px;
}
.maprange::-ms-thumb{
  -webkit-appearance: none;
  background-color:#52B54B;
  width:17px;
  height:17px;
  border-radius:50%;
  margin-top: -6px;
}

/* 2.2 TRACK */
.maprange::-webkit-slider-runnable-track{
  -webkit-appearance: none;
   background-color:rgb(82, 82, 82);
   height:5px;
   border: none;
  border-radius: 5px;
}
.maprange:focus::-webkit-slider-runnable-track{
  outline: none;
}
.maprange::-moz-range-track{
  -webkit-appearance: none;
  background-color:rgb(82, 82, 82);
  height:5px;
  border: none;
  border-radius: 5px;
}
.maprange::-ms-track{
  -webkit-appearance: none;
  background-color:rgb(82, 82, 82);
  height:5px;
  border: none;
 border-radius: 5px;
}

.maprange::-ms-fill-lower{
  background-color:#52B54B
}

.maprange::-ms-fill-upper{
  background-color:rgb(82, 82, 82);
}

.etiqueta{
  width:55px;
  height:26px;
  position: relative;
  z-index: 9;
  background-color: #52B54B;
  color:white;
  font-size:11px;
  text-align:center;
  padding-top:5px;
  top:-45px;
  font-weight: 600;
  display: none;

}
.etiqueta:after{
   content: '';
   width: 0;
   height: 0;
   border: 0.5em solid transparent;
   border-top-color: #52B54B;
   position: absolute;
   bottom: -0.9em;
   left: 9px;
   -webkit-transform: translate(-50%, 0);
   transform: translate(-50%, 0);
}

.dropdown-menu-range{
  font-size: 12px;
  min-width: 100px;
  text-align: center;
}

.btn-default-replay {
  display: inline-block;
  padding: 3px 10px;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.42857143;
  min-width: 37px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
  margin: 0 10px 0 0;
}
.btn-default-replay:hover{
  background-color: #f5f5f5;
}


.col-sm-range-9{
  width: 911px;
  height: 30px;
  top: 7px;

}

.col-sm-range-3{
  margin-right: -5%;
  padding-right: 0;
}

.col-range-font{
  padding-top: 3px;
  left: -2%;
}

