/**
Ion.RangeSlider, 2.3.0
Â© Denis Ineshin, 2010 - 2018, IonDen.com
Build date: 2018-12-11 23:23:51
*/
.irs {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-size: 0.75rem;
  font-family: Arial, sans-serif;
}
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
  outline: none !important;
}
.irs-bar {
  position: absolute;
  display: block;
  left: 0;
  width: 0;
}
.irs-shadow {
  position: absolute;
  display: none;
  left: 0;
  width: 0;
}
.irs-handle {
  position: absolute;
  display: block;
  box-sizing: border-box;
  cursor: default;
  z-index: 1;
}
.irs-handle.type_last {
  z-index: 2;
}
.irs-min,
.irs-max {
  position: absolute;
  display: block;
  cursor: default;
}
.irs-min {
  left: 0;
}
.irs-max {
  right: 0;
}
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1.25rem;
}
.irs-with-grid .irs-grid {
  display: block;
}
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 0.0625rem;
  height: 0.5rem;
  background: #000;
}
.irs-grid-pol.small {
  height: 0.25rem;
}
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  white-space: nowrap;
  text-align: center;
  font-size: 0.5625rem;
  line-height: 0.5625rem;
  padding: 0 0.1875rem;
  color: #000;
}
.irs-disable-mask {
  position: absolute;
  display: block;
  top: 0;
  left: -1%;
  width: 102%;
  height: 100%;
  cursor: default;
  background: rgba(0, 0, 0, 0);
  z-index: 2;
}
.lt-ie9 .irs-disable-mask {
  background: #000;
  filter: alpha(opacity=0);
  cursor: not-allowed;
}
.irs-disabled {
  opacity: 0.4;
}
.irs-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;
  overflow: hidden;
  outline: none !important;
  z-index: -9999 !important;
  background: none !important;
  border-style: solid !important;
  border-color: transparent !important;
}
.irs--flat {
  height: 2.5rem;
}
.irs--flat.irs-with-grid {
  height: 3.75rem;
}
.irs--flat .irs-line {
  top: 1.5625rem;
  height: 0.75rem;
  background-color: #e1e4e9;
  border-radius: 0.25rem;
}
.irs--flat .irs-bar {
  top: 1.5625rem;
  height: 0.75rem;
  background-color: #ed5565;
}
.irs--flat .irs-bar--single {
  border-radius: 0.25rem 0 0 0.25rem;
}
.irs--flat .irs-shadow {
  height: 0.0625rem;
  bottom: 1rem;
  background-color: #e1e4e9;
}
.irs--flat .irs-handle {
  top: 1.375rem;
  width: 1rem;
  height: 1.125rem;
  background-color: transparent;
}
.irs--flat .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 0;
  left: 50%;
  width: 0.125rem;
  height: 100%;
  margin-left: -0.0625rem;
  background-color: #da4453;
}
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: #a43540;
}
.irs--flat .irs-min,
.irs--flat .irs-max {
  top: 0;
  padding: 0.0625rem 0.1875rem;
  color: #999;
  font-size: 0.625rem;
  line-height: 1.333;
  text-shadow: none;
  background-color: #e1e4e9;
  border-radius: 0.25rem;
}
.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  color: white;
  font-size: 0.625rem;
  line-height: 1.333;
  text-shadow: none;
  padding: 0.0625rem 0.3125rem;
  background-color: #ed5565;
  border-radius: 0.25rem;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before,
.irs--flat .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -0.375rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.1875rem;
  overflow: hidden;
  border: 0.1875rem solid transparent;
  border-top-color: #ed5565;
}
.irs--flat .irs-grid-pol {
  background-color: #e1e4e9;
}
.irs--flat .irs-grid-text {
  color: #999;
}
.irs--big {
  height: 3.4375rem;
}
.irs--big.irs-with-grid {
  height: 4.375rem;
}
.irs--big .irs-line {
  top: 2.0625rem;
  height: 0.75rem;
  background-color: white;
  background: linear-gradient(to bottom, #ddd -50%, white 150%);
  border: 0.0625rem solid #ccc;
  border-radius: 0.75rem;
}
.irs--big .irs-bar {
  top: 2.0625rem;
  height: 0.75rem;
  background-color: #92bce0;
  border: 0.0625rem solid #428bca;
  background: linear-gradient(to bottom, #ffffff 0%, #428bca 30%, #b9d4ec 100%);
  box-shadow: inset 0 0 0.0625rem 0.0625rem rgba(255, 255, 255, 0.5);
}
.irs--big .irs-bar--single {
  border-radius: 0.75rem 0 0 0.75rem;
}
.irs--big .irs-shadow {
  height: 0.0625rem;
  bottom: 1rem;
  background-color: rgba(66, 139, 202, 0.5);
}
.irs--big .irs-handle {
  top: 1.5625rem;
  width: 1.875rem;
  height: 1.875rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.3);
  background-color: #cbcfd5;
  background: linear-gradient(to bottom, white 0%, #B4B9BE 30%, white 100%);
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.2), inset 0 0 0.1875rem 0.0625rem white;
  border-radius: 1.875rem;
}
.irs--big .irs-handle.state_hover,
.irs--big .irs-handle:hover {
  border-color: rgba(0, 0, 0, 0.45);
  background-color: #939ba7;
  background: linear-gradient(to bottom, white 0%, #919BA5 30%, white 100%);
}
.irs--big .irs-min,
.irs--big .irs-max {
  top: 0;
  padding: 0.0625rem 0.3125rem;
  color: white;
  text-shadow: none;
  background-color: #9f9f9f;
  border-radius: 0.1875rem;
}
.irs--big .irs-from,
.irs--big .irs-to,
.irs--big .irs-single {
  color: white;
  text-shadow: none;
  padding: 0.0625rem 0.3125rem;
  background-color: #428bca;
  background: linear-gradient(to bottom, #428bca 0%, #3071a9 100%);
  border-radius: 0.1875rem;
}
.irs--big .irs-grid-pol {
  background-color: #428bca;
}
.irs--big .irs-grid-text {
  color: #428bca;
}
.irs--modern {
  height: 3.4375rem;
}
.irs--modern.irs-with-grid {
  height: 3.4375rem;
}
.irs--modern .irs-line {
  top: 1.5625rem;
  height: 0.3125rem;
  background-color: #d1d6e0;
  background: linear-gradient(to bottom, #e0e4ea 0%, #d1d6e0 100%);
  border: 0.0625rem solid #a3adc1;
  border-bottom-width: 0;
  border-radius: 0.3125rem;
}
.irs--modern .irs-bar {
  top: 1.5625rem;
  height: 0.3125rem;
  background: #20b426;
  background: linear-gradient(to bottom, #20b426 0%, #18891d 100%);
}
.irs--modern .irs-bar--single {
  border-radius: 0.3125rem 0 0 0.3125rem;
}
.irs--modern .irs-shadow {
  height: 0.0625rem;
  bottom: 1.3125rem;
  background-color: rgba(209, 214, 224, 0.5);
}
.irs--modern .irs-handle {
  top: 2.3125rem;
  width: 0.75rem;
  height: 0.8125rem;
  border: 0.0625rem solid #a3adc1;
  border-top-width: 0;
  box-shadow: 0.0625rem 0.0625rem 0.0625rem rgba(0, 0, 0, 0.1);
  border-radius: 0 0 0.1875rem 0.1875rem;
}
.irs--modern .irs-handle > i:nth-child(1) {
  position: absolute;
  display: block;
  top: -0.25rem;
  left: 0.0625rem;
  width: 0.375rem;
  height: 0.375rem;
  border: 0.0625rem solid #a3adc1;
  background: white;
  transform: rotate(45deg);
}
.irs--modern .irs-handle > i:nth-child(2) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 0.625rem;
  height: 0.75rem;
  background: #e9e6e6;
  background: linear-gradient(to bottom, white 0%, #e9e6e6 100%);
  border-radius: 0 0 0.1875rem 0.1875rem;
}
.irs--modern .irs-handle > i:nth-child(3) {
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 0.25rem;
  height: 0.3125rem;
  border-left: 0.0625rem solid #a3adc1;
  border-right: 0.0625rem solid #a3adc1;
}
.irs--modern .irs-handle.state_hover,
.irs--modern .irs-handle:hover {
  border-color: #7685a2;
  background: #c3c7cd;
  background: linear-gradient(to bottom, #ffffff 0%, #919ba5 30%, #ffffff 100%);
}
.irs--modern .irs-handle.state_hover > i:nth-child(1),
.irs--modern .irs-handle:hover > i:nth-child(1) {
  border-color: #7685a2;
}
.irs--modern .irs-handle.state_hover > i:nth-child(3),
.irs--modern .irs-handle:hover > i:nth-child(3) {
  border-color: #48536a;
}
.irs--modern .irs-min,
.irs--modern .irs-max {
  top: 0;
  font-size: 0.625rem;
  line-height: 1.333;
  text-shadow: none;
  padding: 0.0625rem 0.3125rem;
  color: white;
  background-color: #d1d6e0;
  border-radius: 0.3125rem;
}
.irs--modern .irs-from,
.irs--modern .irs-to,
.irs--modern .irs-single {
  font-size: 0.625rem;
  line-height: 1.333;
  text-shadow: none;
  padding: 0.0625rem 0.3125rem;
  background-color: #20b426;
  color: white;
  border-radius: 0.3125rem;
}
.irs--modern .irs-from:before,
.irs--modern .irs-to:before,
.irs--modern .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -0.375rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.1875rem;
  overflow: hidden;
  border: 0.1875rem solid transparent;
  border-top-color: #20b426;
}
.irs--modern .irs-grid {
  height: 1.5625rem;
}
.irs--modern .irs-grid-pol {
  background-color: #dedede;
}
.irs--modern .irs-grid-text {
  color: silver;
  font-size: 0.8125rem;
}
.irs--sharp {
  height: 3.125rem;
  font-size: 0.75rem;
  line-height: 1;
}
.irs--sharp.irs-with-grid {
  height: 3.5625rem;
}
.irs--sharp .irs-line {
  top: 1.875rem;
  height: 0.125rem;
  background-color: black;
  border-radius: 0.125rem;
}
.irs--sharp .irs-bar {
  top: 1.875rem;
  height: 0.125rem;
  background-color: #ee22fa;
}
.irs--sharp .irs-bar--single {
  border-radius: 0.125rem 0 0 0.125rem;
}
.irs--sharp .irs-shadow {
  height: 0.0625rem;
  bottom: 1.3125rem;
  background-color: rgba(0, 0, 0, 0.5);
}
.irs--sharp .irs-handle {
  top: 1.5625rem;
  width: 0.625rem;
  height: 0.625rem;
  background-color: #a804b2;
}
.irs--sharp .irs-handle > i:first-child {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  width: 0;
  height: 0;
  border: 0.3125rem solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-handle.state_hover,
.irs--sharp .irs-handle:hover {
  background-color: black;
}
.irs--sharp .irs-handle.state_hover > i:first-child,
.irs--sharp .irs-handle:hover > i:first-child {
  border-top-color: black;
}
.irs--sharp .irs-min,
.irs--sharp .irs-max {
  color: white;
  font-size: 0.875rem;
  line-height: 1;
  top: 0;
  padding: 0.1875rem 0.25rem;
  opacity: 0.4;
  background-color: #a804b2;
  border-radius: 0.125rem;
}
.irs--sharp .irs-from,
.irs--sharp .irs-to,
.irs--sharp .irs-single {
  font-size: 0.875rem;
  line-height: 1;
  text-shadow: none;
  padding: 0.1875rem 0.25rem;
  background-color: #a804b2;
  color: white;
  border-radius: 0.125rem;
}
.irs--sharp .irs-from:before,
.irs--sharp .irs-to:before,
.irs--sharp .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -0.375rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.1875rem;
  overflow: hidden;
  border: 0.1875rem solid transparent;
  border-top-color: #a804b2;
}
.irs--sharp .irs-grid {
  height: 1.5625rem;
}
.irs--sharp .irs-grid-pol {
  background-color: #dedede;
}
.irs--sharp .irs-grid-text {
  color: silver;
  font-size: 0.8125rem;
}
.irs--round {
  height: 3.125rem;
}
.irs--round.irs-with-grid {
  height: 4.0625rem;
}
.irs--round .irs-line {
  top: 2.25rem;
  height: 0.25rem;
  background-color: #dee4ec;
  border-radius: 0.25rem;
}
.irs--round .irs-bar {
  top: 2.25rem;
  height: 0.25rem;
  background-color: rgba(49, 5, 112, 0.71);
}
.irs--round .irs-bar--single {
  border-radius: 0.25rem 0 0 0.25rem;
}
.irs--round .irs-shadow {
  height: 0.25rem;
  bottom: 1.3125rem;
  background-color: rgba(222, 228, 236, 0.5);
}
.irs--round .irs-handle {
  top: 1.625rem;
  width: 1.5rem;
  height: 1.5rem;
  border: 0.25rem solid #982ee6;
  background-color: white;
  border-radius: 1.5rem;
  box-shadow: 0 0.0625rem 0.1875rem rgba(0, 0, 255, 0.3);
}
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--round .irs-min,
.irs--round .irs-max {
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  top: 0;
  padding: 0.1875rem 0.3125rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}
.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single {
  font-size: 0.875rem;
  line-height: 1;
  text-shadow: none;
  padding: 0.1875rem 0.3125rem;
  background-color: rgba(77, 24, 104, 0.45);
    box-shadow: 0 0 0.25rem 0.0625rem rgba(187, 187, 187, 0.34);
  color: white;
  border-radius: 0.25rem;
  z-index: 9;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -0.375rem;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -0.1875rem;
  overflow: hidden;
  border: 0.1875rem solid transparent;
  border-top-color: #006cfa;
}
.irs--round .irs-grid {
  height: 1.5625rem;
}
.irs--round .irs-grid-pol {
  background-color: #dedede;
}
.irs--round .irs-grid-text {
  color: silver;
  font-size: 0.8125rem;
}
.irs--square {
  height: 3.125rem;
}
.irs--square.irs-with-grid {
  height: 3.75rem;
}
.irs--square .irs-line {
  top: 1.9375rem;
  height: 0.25rem;
  background-color: #dedede;
}
.irs--square .irs-bar {
  top: 1.9375rem;
  height: 0.25rem;
  background-color: black;
}
.irs--square .irs-shadow {
  height: 0.125rem;
  bottom: 1.3125rem;
  background-color: #dedede;
}
.irs--square .irs-handle {
  top: 1.5625rem;
  width: 1rem;
  height: 1rem;
  border: 0.1875rem solid black;
  background-color: white;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.irs--square .irs-handle.state_hover,
.irs--square .irs-handle:hover {
  background-color: #f0f6ff;
}
.irs--square .irs-min,
.irs--square .irs-max {
  color: #333;
  font-size: 0.875rem;
  line-height: 1;
  top: 0;
  padding: 0.1875rem 0.3125rem;
  background-color: rgba(0, 0, 0, 0.1);
}
.irs--square .irs-from,
.irs--square .irs-to,
.irs--square .irs-single {
  font-size: 0.875rem;
  line-height: 1;
  text-shadow: none;
  padding: 0.1875rem 0.3125rem;
  background-color: black;
  color: white;
}
.irs--square .irs-grid {
  height: 1.5625rem;
}
.irs--square .irs-grid-pol {
  background-color: #dedede;
}
.irs--square .irs-grid-text {
  color: silver;
  font-size: 0.6875rem;
}
