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

/* Layout helpers */
.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* Slider responsiveness */
@media (max-width: 768px) {
  .ui-slider .ui-slider-handle {
    width: 1em;
    height: 1em;
  }
  .ui-slider .ui-slider-range {
    font-size: 0.6em;
  }
}

.ui-slider-horizontal {
  height: .8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* Component containers */
.ui-widget {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1.1em;
  box-sizing: border-box;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Lucida Grande, Lucida Sans, Arial, sans-serif;
  font-size: 1em;
  box-sizing: border-box;
}

.ui-widget-content {
  border: 1px solid #a6c9e2;
  color: #222222;
  background-color: #fcfdfd;
}

.ui-widget-header {
  border: 1px solid #4297d7;
  background: #5c9ccc url("images/ui-bg_gloss-wave_55_5c9ccc_500x100.html") 50% 50% repeat-x;
  color: #ffffff;
  font-weight: bold;
}

.ui-widget-header a {
  color: #ffffff;
}

/* Interaction states */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #c5dbec;
  background: #dfeffc url("images/ui-bg_glass_85_dfeffc_1x400.html") 50% 50% repeat-x;
  font-weight: bold;
  color: #2e6e9e;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #79b7e7;
  background: #d0e5f5 url("images/ui-bg_glass_75_d0e5f5_1x400.html") 50% 50% repeat-x;
  font-weight: bold;
  color: #1d5987;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #79b7e7;
  background: #f5f8f9 url("images/ui-bg_inset-hard_100_f5f8f9_1x100.html") 50% 50% repeat-x;
  font-weight: bold;
  color: #e17009;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35); /* IE8 */
  background-image: none;
}

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

/* Responsive adjustments */
@media screen and (max-width: 768px) {
  .ui-widget {
    font-size: 1em;
  }

  .ui-slider {
    height: 0.6em;
  }

  .ui-slider .ui-slider-handle {
    width: 1em;
    height: 1em;
  }

  .ui-slider-horizontal {
    height: 0.5em;
  }
}

@media screen and (max-width: 480px) {
  .ui-widget {
    font-size: 0.9em;
  }

  .ui-slider {
    height: 0.4em;
  }

  .ui-slider .ui-slider-handle {
    width: 0.8em;
    height: 0.8em;
  }
}

/* Additional responsive component adjustments */
.ui-button {
  font-size: 1em;
  padding: 0.5em 1em;
}

@media (max-width: 768px) {
  .ui-button {
    font-size: 0.9em;
    padding: 0.4em 0.8em;
  }
}

@media (max-width: 480px) {
  .ui-button {
    font-size: 0.8em;
    padding: 0.3em 0.6em;
  }
}
