.fsslider > .fsfull-value, .fsslider > .fssel-value {
  margin-top: -1px;
  height: 2px;
  left: 0;
  right: 0; }

.fsslider > .fssel-left, .fsslider > .fssel-right, .fsslider > .fscaret {
  background: #fff;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  height: 100%;
  min-width: 20px;
  top: 0;
  padding-left: 5px;
  padding-right: 5px; }

.fsslider {
  position: relative;
  min-width: 150px;
  height: 24px;
  display: inline-block;
  width: 100%;
  user-select: none;
  color: #000;
  text-align: center;
  line-height: 24px;
  font-size: 11px;
  font-family: Lucida Grande, Trebuchet MS, sans-serif; }
  .fsslider > * {
    position: absolute;
    top: 50%;
    cursor: pointer; }
  .fsslider > .fsfull-value {
    width: 100%;
    background: #d8d8d8; }
  .fsslider > .fssel-value {
    background: #33826c;
    height: 8px;
    margin-top: -4px;
    right: 50%; }
  .fsslider.fsdisabled {
    color: #c8c8c8; }
    .fsslider.fsdisabled > .fssel-value {
      background: #c8c8c8; }

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