.angular-range-slider
{
    display: inline-block;
    position: relative;
    height: 3px;
    width: 100%;
    margin: 0px 5px 0px 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: #e2e0e0;
            overflow: hidden;
        }

            .angular-range-slider div.bar .selection
            {
                width: 0;
                height: 100%;
                background: #000000;
            }

        .angular-range-slider div.handle
        {
            background: #fff;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            box-shadow: 0 1px 2px rgba(0,0,0,.25);
            top: 50%;
            margin-top: -10px;
            border: 1px solid #dfdddd;
            cursor: pointer;
        }

            .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;
            }

            .bubble.value.high {
    display: inline-block;
}

.bubble.value.low {
    display: inline-block;
}
/*# sourceMappingURL=angular-range-slider.css.map */
