/*! jQuery UI - v1.11.4 - 2015-08-03
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
  background: #e8e8e8;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 3px 3px #acb3b9;
  -moz-box-shadow: inset 0 3px 3px #acb3b9;
  box-shadow: inset 0 3px 3px #acb3b9;
  border-radius: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  margin-left: -0.8em;
  background: url('../img/icons/handler-bg.png') no-repeat;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider-range {
  background: #2d2477;
  -webkit-box-shadow: inset 0 3px 3px #2d2477;
  -moz-box-shadow: inset 0 3px 3px #2d2477;
  box-shadow: inset 0 3px 3px #2d2477;
  border-radius: 10px;
}

/*! jQuery UI - v1.11.4 - 2015-08-03
* http://jqueryui.com
* Includes: core.css, slider.css
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: '';
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 24px;
  height: 24px;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
  outline: none;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
  background: #e8e8e8;
  border: 1px solid #fff;
  -webkit-box-shadow: inset 0 3px 3px #acb3b9;
  -moz-box-shadow: inset 0 3px 3px #acb3b9;
  box-shadow: inset 0 3px 3px #acb3b9;
  border-radius: 10px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.5em;
  margin-left: -0.8em;
  background: url('../img/icons/handler-bg.png') no-repeat;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-slider-range {
  background: #2d2477;
  -webkit-box-shadow: inset 0 3px 3px #2d2477;
  -moz-box-shadow: inset 0 3px 3px #2d2477;
  box-shadow: inset 0 3px 3px #2d2477;
  border-radius: 10px;
}

/* -------- Calculate sky -------------------------------------------------------------- */

.calculate-sky {
  border-radius: 10px;
  background: url('../img/backgrounds/bg_numbers_blue.png');
  padding: 20px 10px;
}
.calculate-sky h4 {
  display: inline;
}
.calculate-sky .btn {
  margin-top: 12px;
}
.calculate-sky .input-calc-sky {
  margin-left: 20px;
  border: 2px solid #2d2477;
  box-shadow: 0 0 1px #8ab8db;
  border-radius: 3px;
  font-size: 18px;
  color: #333;
  width: 65px;
  text-align: center;
  padding: 10px 7px;
  outline: none;
}
.calculate-sky .number-line {
  width: 118%;
  margin: 0 0 0 -9%;
}
.calculate-sky .slide-ui {
  margin: 15px 0 0 0;
}
.calculate-sky li {
  width: 16%;
}
.calculate-sky .slider-line {
  margin-top: -2px;
  height: 15px;
  background: url('../img/backgrounds/slide-count-bg.png') center top no-repeat;
  background-size: 99.5% 15px;
}

.calculate-sky2 .input-calc-sky {
  margin-left: 20px;
  border: 2px solid #1c78bd;
  box-shadow: 0 0 1px #8ab8db;
  border-radius: 3px;
  font-size: 18px;
  color: #333;
  width: 65px;
  text-align: center;
  padding: 10px 7px;
  outline: none;
}
.calculate-sky2 .number-line {
  width: 118%;
  margin: 0 0 0 -9%;
}
.calculate-sky2 .slide-ui {
  margin: 15px 0 0 0;
}
.calculate-sky2 li {
  width: 16%;
}
.calculate-sky2 .slider-line {
  margin-top: -2px;
  height: 15px;
  background: url('../img/backgrounds/slide-count-bg.png') center top no-repeat;
  background-size: 99.5% 15px;
}

/* -------- End Calculate cost ---------------------------------------------------------- */
