﻿/* Ion.RangeSlider, Nice Skin
// css version 2.0.3
// © Denis Ineshin, 2014    https://github.com/IonDen
// ===================================================================================================================*/

/* =====================================================================================================================
// Skin details */

.irs-line-mid,
.irs-line-left,
.irs-line-right,
.irs-bar,
.irs-bar-edge,
.irs-slider {
}

.irs {
  height: 40px;
}

.irs-with-grid {
  height: 60px;
}

.irs-line {
  height: 6px;
  top: 12px;
  margin: 0 1px;
}

.irs-line-left {
  height: 6px;
}

.irs-line-mid {
  height: 6px;
}

.irs-line-right {
  height: 6px;
}

.irs-bar {
  height: 6px;
  top: 12px;
  background-position: 0 -60px;
}

.irs-bar-edge {
  top: 10px;
  height: 8px;
  width: 11px;
  background-position: 0 -90px;
}

.irs-shadow {
  height: 1px;
  top: 34px;
  background: #000;
  opacity: 0.15;
}

.lt-ie9 .irs-shadow {
  filter: alpha(opacity=15);
}

.irs-slider {
  width: 18px;
  height: 18px;
  top: 6px;
}

.irs-min, .irs-max {
  color: #ccc;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  top: 26px;
}

.lt-ie9 .irs-min, .lt-ie9 .irs-max {
  background: #ccc;
}

.irs-from, .irs-to, .irs-single {
  color: #666;
  font-size: 10px;
  text-shadow: none;
}

.lt-ie9 .irs-from, .lt-ie9 .irs-to, .lt-ie9 .irs-single {
  background: #999;
}

.irs-grid-pol {
  background: #99a4ac;
}

.irs-grid-text {
  color: #99a4ac;
}

.irs-disabled {
}
