.angular-range-slider {
display: inline-block;
position: relative;
height: 10px;
width: 100%;
margin: 15px 5px 15px 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: #999999;
overflow: hidden; }
.angular-range-slider div.bar .selection {
width: 0;
height: 100%;
background: #ed8323; }
.angular-range-slider div.handle {
cursor: pointer;
width: 15px;
height: 26px;
top: -8px;
background-color: #ed8323;
/* border: 6px solid #000;*/
z-index: 2;
/* border-radius: 100%;*/ }
.angular-range-slider div.handle.active {
background-color: #ed8323; }
.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 */
