.angular-range-slider {
  display: inline-block;
  position: relative;
  height: 2px;
  width: 100%;
  margin: 25px 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: #DBDBDB;
      overflow: hidden; }
      .angular-range-slider div.bar .selection {
        width: 0;
        height: 100%;
        background: #5D99EF; }
    .angular-range-slider div.handle {
      cursor: pointer;
      width: 10px;
      height: 10px;
      top: -3px;
      background-color: #5D99EF;
      border: none;
      z-index: 2;
      border-radius: 100%; }
      .angular-range-slider div.handle.active {
        background-color: #0077ac; }
    .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 */