.angular-range-slider {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 100%;
  margin: 10px 5px 25px 5px;
  vertical-align: middle; }
  .angular-range-slider div {
    white-space: nowrap;
    position: absolute; }
    .angular-range-slider div.bar {
      width: 100%;
      height: 100%;
      border-radius: 10px;
      background: #E5E6E7;
      overflow: hidden; }
      .angular-range-slider div.bar .selection {
        width: 0;
        height: 100%;
        /* background: #1AB394; */
        background: #018f3c; } 
    .angular-range-slider div.handle {
      cursor: pointer;
      width: 20px;
      height: 20px;
      top: -7px;
      /* background-color: #1AB394; */
      background-color: #018f3c;
      /*border: 6px solid #000;*/
      z-index: 2;
      border-radius: 100%; }
      .angular-range-slider div.handle.active {
        /* background-color: #1AD194; */
        background-color: #018f3c; }
    .angular-range-slider div.bubble {
      display: none;
      cursor: default;
      top: -32px;
      padding: 1px 3px 1px 3px;
      font-size: 0.7em;
      font-family: sans-serif; }
      .angular-range-slider div.bubble.active {
        display: inline-block; }
      .angular-range-slider div.bubble.limit {
        color: #777; }

/*# sourceMappingURL=angular-range-slider.css.map */
