/**
* asRange v0.3.4
* https://github.com/amazingSurge/jquery-asRange
*
* Copyright (c) amazingSurge
* Released under the LGPL-3.0 license
*/
.asRange{position:relative;width:100%;height:8px;background-color:#f3f3f3;border-radius:8px;margin-top:4px;}
.asRange .asRange-pointer{position:absolute;left:30%;z-index:2;/*width:8px;height:7px;margin-left:-4px;*/background-color:#fff;border-radius:9px}
.asRange .asRange-pointer:before{position:absolute;top:-5px;right:-9px;bottom:-13px;left:-9px;content:"";background:#a1c50b;border-radius:inherit}
.asRange .asRange-pointer:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#fff;border-radius:inherit}
.asRange .asRange-pointer.start{left:0;margin-left:4px}.asRange .asRange-pointer.stop{left:100%;margin-left:-12px}
.asRange .asRange-pointer .asRange-tip{position:absolute;top:19px;left:0;width:36px;height:20px;margin-left:-18px;font-size:16px;font-weight:500;line-height:20px;color:#1d1d1d;text-align:center;background-color:#fff;border:1px solid #fff;border-radius:3px;line-height: 15px;-webkit-transition:opacity .3s ease-in-out 0s;transition:opacity .3s ease-in-out 0s}
.asRange .asRange-pointer .asRange-tip:before{position:absolute;bottom:-3px;left:50%;display:inline-block;width:6px;height:6px;margin-left:-3px;content:"";background-color:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.asRange .asRange-selected{position:absolute;left:30%;z-index:1;width:40%;height:8px;background-color:#81a005;border-radius:9px}
.asRange .asRange-scale{display:none}.asRange-scale{position:relative;width:100%;height:8px;background-color:#81a005;border-radius:8px}
.asRange-scale .asRange-pointer{position:absolute;left:30%;z-index:2;width:8px;height:8px;margin-left:-4px;background-color:#fff;border-radius:9px}
.asRange-scale .asRange-pointer:before{position:absolute;top:-4px;right:-4px;bottom:-4px;left:-4px;content:"";background:#a1c50b;border-radius:inherit}
.asRange-scale .asRange-pointer:after{position:absolute;top:0;right:0;bottom:0;left:0;content:"";background:#fff;border-radius:inherit}
.asRange-scale .asRange-pointer.start{left:0;margin-left:4px}.asRange-scale .asRange-pointer.stop{left:100%;margin-left:-12px}
.asRange-scale .asRange-pointer .asRange-tip{position:absolute;top:19px;left:0;width:36px;height:20px;margin-left:-18px;font-size:16px;font-weight:500;line-height:20px;color:#1d1d1d;text-align:center;background-color:#fff;border:1px solid #fff;border-radius:3px;line-height: 15px;-webkit-transition:opacity .3s ease-in-out 0s;transition:opacity .3s ease-in-out 0s}
.asRange-scale .asRange-pointer .asRange-tip:before{position:absolute;bottom:-3px;left:50%;display:inline-block;width:6px;height:6px;margin-left:-3px;content:"";background-color:#fff;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.asRange-scale .asRange-selected{position:absolute;left:30%;z-index:1;width:40%;height:8px;background-color:#81a005;border-radius:9px}
.asRange-scale .asRange-scale{position:absolute;bottom:-22px;left:0;width:100%;height:20px;padding:0;margin:0;list-style:none;background:url(./../img/scale.png) no-repeat 0 transparent}
.asRange-scale .asRange-scale li{position:absolute;top:18px;width:30px;height:20px;padding:0;margin:0;margin-left:-15px;text-align:center}
.asRange-scale .asRange-scale li:first-child{left:0}.asRange-scale .asRange-scale li:nth-child(2){left:33.3%}
.asRange-scale .asRange-scale li:nth-child(3){left:66.6%}.asRange-scale .asRange-scale li:last-child{left:100%}
/*# sourceMappingURL=asRange.min.css.map */
