/***********************************************
	modernizr-mouse-events.scss,

	(c) 2018, FCOO

	https://github.com/FCOO/modernizr-mouse-events
	https://github.com/FCOO


************************************************/
html.mouse .hide-for-mouse {
  display: none !important; }

html.mouse .show-for-no-mouse {
  display: none !important; }

html.no-mouse .show-for-mouse {
  display: none !important; }

html.no-mouse .hide-for-no-mouse {
  display: none !important; }

html.mouse-hover .hide-for-mouse-hover {
  display: none !important; }

html.mouse-hover .show-for-no-mouse-hover {
  display: none !important; }

html.no-mouse-hover .show-for-mouse-hover {
  display: none !important; }

html.no-mouse-hover .hide-for-no-mouse-hover {
  display: none !important; }

/***********************************************
jquery-base-slider.scss, Description from README.md

    (c) 2015, FCOO

    https://github.com/fcoo/jquery-base-slider
    https://github.com/fcoo

There are four different types of sliders:
default, small, round and range

The type is set by adding the same class-name to the outer <span> eq. <span class="base-slider round....">

The scss is divided in two parts: First the common part equal for all types and then a specified part for the different types

************************************************/
.base-slider-container-outer {
  left: 0;
  width: 100%;
  height: 100%;
  overflow-x: hidden; }
  .base-slider-container-outer .base-slider-container-full-width {
    position: relative;
    left: 0;
    overflow-y: visible; }

/***************************************************************
COMMON STYLE
***************************************************************/
.base-slider-container {
  position: relative;
  display: block;
  user-select: none;
  box-sizing: border-box; }
  .base-slider-container .line-background {
    position: absolute;
    display: block;
    width: 100%;
    top: 0; }
  .base-slider-container .line {
    position: relative;
    display: block;
    width: 100%;
    height: 0.25rem;
    left: -0.0625rem;
    overflow: hidden;
    outline: none !important;
    box-sizing: content-box;
    background-color: transparent;
    border: 0.0625rem solid #afb3bb;
    border-bottom-left-radius: 0.125rem;
    border-top-left-radius: 0.125rem;
    border-bottom-right-radius: 0.125rem;
    border-top-right-radius: 0.125rem; }
    .base-slider-container .line .line-color {
      position: absolute;
      display: block;
      height: 100%; }
      .base-slider-container .line .line-color:first-child {
        border-bottom-left-radius: 0.125rem;
        border-top-left-radius: 0.125rem; }
      .base-slider-container .line .line-color:last-child:not(:first-child) {
        border-bottom-right-radius: 0.125rem;
        border-top-right-radius: 0.125rem; }
  .base-slider-container .handle {
    position: absolute;
    display: block;
    z-index: 10;
    top: 1.270625rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-attachment: local;
    background-position: 0% 0%; }
    .base-slider-container .handle.type-last {
      z-index: 12; }
  .base-slider-container .handle.pin {
    position: absolute;
    z-index: 100;
    height: 0.6428571429rem !important;
    margin-top: -0.5142857143rem;
    width: 1rem;
    margin-left: -0.5rem;
    font-size: 0.6428571429rem;
    text-align: center;
    background-image: none !important; }
  .base-slider-container .marker-outer {
    position: absolute;
    top: 0rem;
    z-index: 2;
    cursor: default;
    font-family: Arial, sans-serif;
    font-size: 0.625rem; }
    .base-slider-container .marker-outer .marker {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin-left: -50%;
      padding: 0; }
    .base-slider-container .marker-outer.frame .marker:after {
      position: absolute;
      display: block;
      top: 100%;
      left: 0;
      width: 0;
      height: 0;
      margin-left: -0.1875rem;
      content: "";
      overflow: hidden;
      border: 0.1875rem solid transparent;
      border-top-color: black; }
    .base-slider-container .marker-outer .marker-text {
      display: inline-block;
      cursor: inherit;
      box-sizing: border-box;
      line-height: 1.333;
      padding: 0.0625rem 0.3125rem;
      border: 0.0625rem solid transparent;
      border-radius: 0.25rem;
      white-space: nowrap;
      text-shadow: none; }
    .base-slider-container .marker-outer.min-max .marker-text {
      color: #555;
      background-color: #d1d6e0;
      border: 0.0625rem solid #afb3bb;
      border-radius: 0.25rem; }
    .base-slider-container .marker-outer.single-from-to .marker-text {
      color: #111; }
    .base-slider-container .marker-outer.single-from-to.frame .marker-text {
      background: white;
      border: 0.0625rem solid black; }
  html.mouse-hover .base-slider-container.active .marker-outer:hover.single-from-to.frame .marker-text, html.mouse-hover .base-slider-container.active .marker-outer:hover.min-max .marker-text, html.mouse-hover .base-slider-container.active .marker-outer.hover.single-from-to.frame .marker-text, html.mouse-hover .base-slider-container.active .marker-outer.hover.min-max .marker-text {
    border-color: #007bff; }

.grid {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 1.5625rem;
  cursor: default; }
  .grid .grid-pol {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 0.0625rem;
    height: 0.375rem;
    background: #555555;
    box-shadow: 1px 1px 1px 0px rgba(255, 255, 255, 0.75), -1px 1px 1px 0px rgba(255, 255, 255, 0.75); }
    .grid .grid-pol.major {
      height: 0.5625rem;
      background: black; }
  .grid .grid-label-outer {
    position: absolute;
    z-index: 2;
    top: 0.5625rem;
    height: 1rem; }
    .grid .grid-label-outer .grid-label {
      box-sizing: border-box;
      width: 100%;
      height: 100%;
      margin-left: -50%;
      padding: 0; }
      .grid .grid-label-outer .grid-label .grid-label-text {
        cursor: inherit;
        display: inline-block;
        box-sizing: border-box;
        line-height: 1;
        height: 100%;
        padding: 0.125rem;
        border: 0.0625rem solid transparent;
        border-radius: 0.25rem; }
        .grid .grid-label-outer .grid-label .grid-label-text.frame {
          border-color: #afb3bb; }
  .grid.label-between-ticks {
    height: 0.625rem; }
    .grid.label-between-ticks .grid-label-outer {
      top: 0;
      height: 0.625rem; }
      .grid.label-between-ticks .grid-label-outer .grid-label .grid-label-text {
        padding: 0;
        border-radius: 0;
        border: 0; }
  .grid .grid-label {
    background-color: transparent;
    left: 0;
    white-space: nowrap;
    text-align: center;
    font-family: Arial, sans-serif;
    font-size: 0.625rem;
    line-height: 1;
    font-weight: bold;
    color: #000; }
    .grid .grid-label.minor {
      font-weight: normal;
      color: #555555; }
    .grid .grid-label.italic {
      font-style: italic; }
  .grid .grid-color {
    position: absolute;
    z-index: 1;
    top: 0;
    height: 0.5625rem;
    font-size: 1.125rem;
    text-align: center;
    line-height: 0.5625rem;
    overflow: hidden; }
    .grid .grid-color.gt-max {
      left: 100%;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-bottom-width: 0.28125rem;
      border-top-width: 0.28125rem;
      border-left: 0.5625rem solid black; }
    .grid .grid-color.lt-min {
      left: -0.5625rem;
      width: 0;
      height: 0;
      border: 0 solid transparent;
      border-top-width: 0.28125rem;
      border-bottom-width: 0.28125rem;
      border-right: 0.5625rem solid black; }

html.mouse-hover .base-slider-container.active:not(.dragging) .grid-label.clickable:hover .grid-label-text {
  border-color: #007bff; }

.disabled {
  opacity: 0.4; }

.hidden-input {
  position: absolute !important;
  display: block !important;
  top: 0 !important;
  left: 0 !important;
  width: 0 !important;
  height: 0 !important;
  font-size: 0 !important;
  line-height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important; }

/***************************************************************
STYLE FOR SPECIFIC TYPE
***************************************************************/
.base-slider-container.horizontal {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.horizontal .line-background {
    height: 2.770625rem; }
  .base-slider-container.horizontal .line {
    top: 1.833125rem; }
  .base-slider-container.horizontal .handle {
    box-sizing: border-box;
    width: 1rem;
    height: 1.5rem;
    margin-left: -0.5rem;
    background-image: url("../img/handle.horizontal.svg"); }
  html.mouse-hover .base-slider-container.horizontal.active .handle:hover, html.mouse-hover .base-slider-container.horizontal.active .handle.hover {
    background-image: url("../img/handle.horizontal.hover.svg"); }
  .base-slider-container.horizontal .pin {
    top: 1.833125rem; }
  .base-slider-container.horizontal .grid {
    top: 2.770625rem; }
  .base-slider-container.horizontal.ticks-on-line .grid {
    top: 1.833125rem; }
  .base-slider-container.horizontal.ticks-on-line.no-marker .grid {
    top: 0.5625rem; }
  .base-slider-container.horizontal.no-marker .line,
  .base-slider-container.horizontal.no-marker .pin {
    top: 0.5625rem !important; }
  .base-slider-container.horizontal.no-marker .handle {
    top: 0rem; }
  .base-slider-container.horizontal.no-marker .grid {
    top: 1.5rem; }
  .base-slider-container.horizontal.no-marker.has-pin {
    margin-top: 0; }

.base-slider-container.vertical {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.vertical .line-background {
    height: 2.270625rem; }
  .base-slider-container.vertical .line {
    top: 1.583125rem; }
  .base-slider-container.vertical .handle {
    box-sizing: border-box;
    width: 1.5rem;
    height: 1rem;
    margin-left: -0.75rem;
    background-image: url("../img/handle.vertical.svg"); }
  html.mouse-hover .base-slider-container.vertical.active .handle:hover, html.mouse-hover .base-slider-container.vertical.active .handle.hover {
    background-image: url("../img/handle.vertical.hover.svg"); }
  .base-slider-container.vertical .pin {
    top: 1.583125rem; }
  .base-slider-container.vertical .grid {
    top: 2.270625rem; }
  .base-slider-container.vertical.ticks-on-line .grid {
    top: 1.583125rem; }
  .base-slider-container.vertical.ticks-on-line.no-marker .grid {
    top: 0.3125rem; }
  .base-slider-container.vertical.no-marker .line,
  .base-slider-container.vertical.no-marker .pin {
    top: 0.3125rem !important; }
  .base-slider-container.vertical.no-marker .handle {
    top: 0rem; }
  .base-slider-container.vertical.no-marker .grid {
    top: 1rem; }
  .base-slider-container.vertical.no-marker.has-pin {
    margin-top: 0.2017857143rem; }

.base-slider-container.down {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.down .line-background {
    height: 2.770625rem; }
  .base-slider-container.down .line {
    top: 1.833125rem; }
  .base-slider-container.down .handle {
    box-sizing: border-box;
    width: 1.5rem;
    height: 2.8rem;
    margin-left: -0.5rem;
    background-image: url("../img/slider.default.png"); }
  html.mouse-hover .base-slider-container.down.active .handle:hover, html.mouse-hover .base-slider-container.down.active .handle.hover {
    background-image: url("../img/slider.default.hover.png"); }
  .base-slider-container.down .pin {
    top: 1.833125rem; }
  .base-slider-container.down .grid {
    top: 2.770625rem; }
  .base-slider-container.down.ticks-on-line .grid {
    top: 1.833125rem; }
  .base-slider-container.down.ticks-on-line.no-marker .grid {
    top: 0.5625rem; }
  .base-slider-container.down.no-marker .line,
  .base-slider-container.down.no-marker .pin {
    top: 0.5625rem !important; }
  .base-slider-container.down.no-marker .handle {
    top: 0rem; }
  .base-slider-container.down.no-marker .grid {
    top: 1.5rem; }
  .base-slider-container.down.no-marker.has-pin {
    margin-top: 0; }

.base-slider-container.up {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.up .line-background {
    height: 2.770625rem; }
  .base-slider-container.up .line {
    top: 1.833125rem; }
  .base-slider-container.up .handle {
    box-sizing: border-box;
    width: 1rem;
    height: 1.5rem;
    margin-left: -0.5rem;
    background-image: url("../img/handle.up.svg"); }
  html.mouse-hover .base-slider-container.up.active .handle:hover, html.mouse-hover .base-slider-container.up.active .handle.hover {
    background-image: url("../img/handle.up.hover.svg"); }
  .base-slider-container.up .pin {
    top: 1.833125rem; }
  .base-slider-container.up .grid {
    top: 2.770625rem; }
  .base-slider-container.up.ticks-on-line .grid {
    top: 1.833125rem; }
  .base-slider-container.up.ticks-on-line.no-marker .grid {
    top: 0.5625rem; }
  .base-slider-container.up.no-marker .line,
  .base-slider-container.up.no-marker .pin {
    top: 0.5625rem !important; }
  .base-slider-container.up.no-marker .handle {
    top: 0rem; }
  .base-slider-container.up.no-marker .grid {
    top: 1.5rem; }
  .base-slider-container.up.no-marker.has-pin {
    margin-top: 0; }

.base-slider-container.right {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.right .line-background {
    height: 2.270625rem; }
  .base-slider-container.right .line {
    top: 1.583125rem; }
  .base-slider-container.right .handle {
    box-sizing: border-box;
    width: 1.5rem;
    height: 1rem;
    margin-left: -0.75rem;
    background-image: url("images/handle.right.svg"); }
  html.mouse-hover .base-slider-container.right.active .handle:hover, html.mouse-hover .base-slider-container.right.active .handle.hover {
    background-image: url("images/handle.right.hover.svg"); }
  .base-slider-container.right .pin {
    top: 1.583125rem; }
  .base-slider-container.right .grid {
    top: 2.270625rem; }
  .base-slider-container.right.ticks-on-line .grid {
    top: 1.583125rem; }
  .base-slider-container.right.ticks-on-line.no-marker .grid {
    top: 0.3125rem; }
  .base-slider-container.right.no-marker .line,
  .base-slider-container.right.no-marker .pin {
    top: 0.3125rem !important; }
  .base-slider-container.right.no-marker .handle {
    top: 0rem; }
  .base-slider-container.right.no-marker .grid {
    top: 1rem; }
  .base-slider-container.right.no-marker.has-pin {
    margin-top: 0.2017857143rem; }

.base-slider-container.left {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.left .line-background {
    height: 2.270625rem; }
  .base-slider-container.left .line {
    top: 1.583125rem; }
  .base-slider-container.left .handle {
    box-sizing: border-box;
    width: 1.5rem;
    height: 1rem;
    margin-left: -0.75rem;
    background-image: url("images/handle.left.svg"); }
  html.mouse-hover .base-slider-container.left.active .handle:hover, html.mouse-hover .base-slider-container.left.active .handle.hover {
    background-image: url("images/handle.left.hover.svg"); }
  .base-slider-container.left .pin {
    top: 1.583125rem; }
  .base-slider-container.left .grid {
    top: 2.270625rem; }
  .base-slider-container.left.ticks-on-line .grid {
    top: 1.583125rem; }
  .base-slider-container.left.ticks-on-line.no-marker .grid {
    top: 0.3125rem; }
  .base-slider-container.left.no-marker .line,
  .base-slider-container.left.no-marker .pin {
    top: 0.3125rem !important; }
  .base-slider-container.left.no-marker .handle {
    top: 0rem; }
  .base-slider-container.left.no-marker .grid {
    top: 1rem; }
  .base-slider-container.left.no-marker.has-pin {
    margin-top: 0.2017857143rem; }

.base-slider-container.round {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.round .line-background {
    height: 2.520625rem; }
  .base-slider-container.round .line {
    top: 1.708125rem; }
  .base-slider-container.round .handle {
    box-sizing: border-box;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: -0.625rem;
    background-image: url("images/handle.round.svg"); }
  html.mouse-hover .base-slider-container.round.active .handle:hover, html.mouse-hover .base-slider-container.round.active .handle.hover {
    background-image: url("images/handle.round.hover.svg"); }
  .base-slider-container.round .pin {
    top: 1.708125rem; }
  .base-slider-container.round .grid {
    top: 2.520625rem; }
  .base-slider-container.round.ticks-on-line .grid {
    top: 1.708125rem; }
  .base-slider-container.round.ticks-on-line.no-marker .grid {
    top: 0.4375rem; }
  .base-slider-container.round.no-marker .line,
  .base-slider-container.round.no-marker .pin {
    top: 0.4375rem !important; }
  .base-slider-container.round.no-marker .handle {
    top: 0rem; }
  .base-slider-container.round.no-marker .grid {
    top: 1.25rem; }
  .base-slider-container.round.no-marker.has-pin {
    margin-top: 0.0767857143rem; }

.base-slider-container.fixed {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.fixed .line-background {
    height: 2.520625rem; }
  .base-slider-container.fixed .line {
    top: 1.395625rem; }
  .base-slider-container.fixed .handle {
    box-sizing: border-box;
    width: 0.8333333333rem;
    height: 1.25rem;
    margin-left: -0.4166666667rem;
    background-image: url("images/handle.fixed.svg"); }
  .base-slider-container.fixed .pin {
    top: 1.395625rem; }
  .base-slider-container.fixed .grid {
    top: 1.770625rem; }
  .base-slider-container.fixed.ticks-on-line .grid {
    top: 1.395625rem; }
  .base-slider-container.fixed.ticks-on-line.no-marker .grid {
    top: 0.125rem; }
  .base-slider-container.fixed.no-marker .line,
  .base-slider-container.fixed.no-marker .pin {
    top: 0.125rem !important; }
  .base-slider-container.fixed.no-marker .handle {
    top: 0rem; }
  .base-slider-container.fixed.no-marker .grid {
    top: 1.25rem; }
  .base-slider-container.fixed.no-marker.has-pin {
    margin-top: 0.3892857143rem; }

.base-slider-container.range {
  /****************************************************
        Special case for no marker and pin:
        Adjust all top-position by adding top-margin if the pin is heigher than the handle
        ****************************************************/ }
  .base-slider-container.range .line-background {
    height: 1.645625rem; }
  .base-slider-container.range .line {
    top: 1.270625rem; }
  .base-slider-container.range .handle {
    box-sizing: border-box;
    width: 0.375rem;
    height: 0.375rem;
    margin-left: -0.1875rem; }
    .base-slider-container.range .handle.from {
      background-image: url("images/handle.range.from.svg"); }
    .base-slider-container.range .handle.to {
      background-image: url("images/handle.range.to.svg"); }
  .base-slider-container.range .pin {
    top: 1.270625rem; }
  .base-slider-container.range .grid {
    top: 1.645625rem; }
  .base-slider-container.range.ticks-on-line .grid {
    top: 1.270625rem; }
  .base-slider-container.range.ticks-on-line.no-marker .grid {
    top: 0rem; }
  .base-slider-container.range.no-marker .line,
  .base-slider-container.range.no-marker .pin {
    top: 0rem !important; }
  .base-slider-container.range.no-marker .handle {
    top: 0rem; }
  .base-slider-container.range.no-marker .grid {
    top: 0.375rem; }
  .base-slider-container.range.no-marker.has-pin {
    margin-top: 0.5142857143rem; }

.base-slider-container {
  width: calc(100% - 1.5rem);
  margin-left: 0.75rem;
  margin-right: 0.75rem; }
