@charset "UTF-8";
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming
 */
/*!
 * jQuery UI CSS Framework 1.10.0
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 */
/* Layout helpers
----------------------------------*/
/* line 14, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-hidden {
  display: none;
}

/* line 17, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 27, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

/* line 37, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
}

/* line 42, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-clearfix:after {
  clear: both;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}

/* line 48, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
/* line 65, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-state-disabled {
  cursor: default !important;
}

/* Icons
----------------------------------*/
/* states and images */
/* line 74, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
/* line 86, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.core.css.scss */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*!
 * jQuery UI Accordion 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Accordion#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin-top: 2px;
  padding: .5em .5em .5em .7em;
  min-height: 0;
  /* support: IE7 */
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-noicons {
  padding-left: .7em;
}

/* line 26, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
  padding-left: 2.2em;
}

/* line 29, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
  position: absolute;
  left: .5em;
  top: 50%;
  margin-top: -8px;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.accordion.css.scss */
.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

/*!
 * jQuery UI Autocomplete 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.autocomplete.css.scss */
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

/*!
 * jQuery UI Button 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Button#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
/* line 31, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only {
  width: 2.2em;
}

/* button elements seem to need a little more width */
/* line 35, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
button.ui-button-icon-only {
  width: 2.4em;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icons-only {
  width: 3.4em;
}

/* line 41, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
button.ui-button-icons-only {
  width: 3.7em;
}

/* button text element */
/* line 46, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}

/* line 50, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}

/* no icon support for input elements, provide padding by default */
/* line 71, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
input.ui-button {
  padding: .4em 1em;
}

/* button icon element(s) */
/* line 76, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 85, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}

/* line 89, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}

/* line 94, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}

/* button sets */
/* line 101, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-buttonset {
  margin-right: 7px;
}

/* line 104, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
/* line 111, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.button.css.scss */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/*!
 * jQuery UI Datepicker 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Datepicker#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}

/* line 17, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}

/* line 21, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

/* line 28, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

/* line 32, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

/* line 41, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

/* line 44, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

/* line 53, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

/* line 62, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker select.ui-datepicker-month-year {
  width: 100%;
}

/* line 65, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}

/* line 69, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em;
}

/* line 75, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

/* line 81, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker td {
  border: 0;
  padding: 1px;
}

/* line 85, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}

/* line 92, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

/* line 100, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}

/* line 108, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
/* line 113, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

/* line 116, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

/* line 119, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}

/* line 123, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

/* line 126, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

/* line 129, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

/* line 132, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

/* line 139, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

/* RTL support */
/* line 146, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl {
  direction: rtl;
}

/* line 149, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

/* line 153, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

/* line 157, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

/* line 161, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

/* line 165, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

/* line 168, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

/* line 171, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

/* line 175, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.datepicker.css.scss */
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/*!
 * jQuery UI Dialog 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Dialog#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: .2em;
  outline: 0;
}

/* line 19, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 31, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 21px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

/* line 40, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: .5em 1em;
  background: none;
  overflow: auto;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}

/* line 54, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

/* line 57, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}

/* line 61, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}

/* line 68, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.dialog.css.scss */
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

/*!
 * jQuery UI Menu 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}

/* line 19, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

/* line 37, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
  margin: -1px;
}

/* line 51, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}

/* line 56, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-state-disabled a {
  cursor: default;
}

/* icon support */
/* line 61, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu-icons {
  position: relative;
}

/* line 64, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}

/* left-aligned */
/* line 70, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}

/* right-aligned */
/* line 77, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.menu.css.scss */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}

/*!
 * jQuery UI Progressbar 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Progressbar#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

/* line 17, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

/* line 21, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar .ui-progressbar-overlay {
  background: url(/assets/jquery-ui/animated-overlay-89763097fbe8e635ebed1643e4521682207e2a72c5ef76aaa9ca53407610a378.gif);
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

/* line 27, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.progressbar.css.scss */
.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

/*!
 * jQuery UI Resizable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Resizable#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable {
  position: relative;
}

/* line 15, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

/* line 24, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

/* line 31, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

/* line 52, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

/* line 59, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

/* line 66, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

/* line 73, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.resizable.css.scss */
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

/*!
 * jQuery UI Selectable 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Selectable#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.selectable.css.scss */
.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

/*!
 * jQuery UI Slider 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Slider#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider {
  position: relative;
  text-align: left;
}

/* line 16, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

/* For IE8 - See #6727 */
/* line 33, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal {
  height: .8em;
}

/* line 41, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-handle {
  top: -.3em;
  margin-left: -.6em;
}

/* line 45, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

/* line 49, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

/* line 52, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

/* line 56, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}

/* line 60, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-handle {
  left: -.3em;
  margin-left: 0;
  margin-bottom: -.6em;
}

/* line 65, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

/* line 69, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

/* line 72, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.slider.css.scss */
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

/*!
 * jQuery UI Spinner 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Spinner#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

/* line 19, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0;
  margin: .2em 0;
  vertical-align: middle;
  margin-left: .4em;
  margin-right: 22px;
}

/* line 29, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-button {
  width: 16px;
  height: 50%;
  font-size: .5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

/* line 43, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner a.ui-spinner-button {
  border-top: none;
  border-bottom: none;
  border-right: none;
}

/* vertical centre icon */
/* line 49, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner .ui-icon {
  position: absolute;
  margin-top: -8px;
  top: 50%;
  left: 0;
}

/* line 55, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-up {
  top: 0;
}

/* line 58, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner-down {
  bottom: 0;
}

/* TR overrides */
/* line 63, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.spinner.css.scss */
.ui-spinner .ui-icon-triangle-1-s {
  /* need to fix icons sprite */
  background-position: -65px -16px;
}

/*!
 * jQuery UI Tabs 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Tabs#theming
 */
/* line 12, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: .2em;
}

/* line 16, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: .2em .2em 0;
}

/* line 20, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px .2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 30, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li a {
  float: left;
  padding: .5em 1em;
  text-decoration: none;
}

/* line 35, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

/* line 39, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
  cursor: text;
}

/* line 44, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-nav li a,
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
  cursor: pointer;
}

/* line 48, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tabs.css.scss */
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

/*!
 * jQuery UI Tooltip 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 */
/* line 10, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tooltip.css.scss */
.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
  -webkit-box-shadow: 0 0 5px #aaa;
  box-shadow: 0 0 5px #aaa;
}

/* line 18, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.tooltip.css.scss */
body .ui-tooltip {
  border-width: 2px;
}

/*!
 * jQuery UI CSS Framework 1.10.3
 * http://jqueryui.com
 *
 * Copyright 2013 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Theming/API
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
/* line 19, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}

/* line 23, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget .ui-widget {
  font-size: 1em;
}

/* line 26, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1em;
}

/* line 33, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-content {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/jquery-ui/ui-bg_flat_75_ffffff_40x100-61b1d5a45c715507746a74da5aef425d61b56f9123da2dcb0fee48b0bbdadadc.png) 50% 50% repeat-x;
  color: #222222;
}

/* line 38, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-content a {
  color: #222222;
}

/* line 41, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-header {
  border: 1px solid #aaaaaa;
  background: #cccccc url(/assets/jquery-ui/ui-bg_highlight-soft_75_cccccc_1x100-108820c683d738dabed8ec597d8396760a381593a4feba1b33d66b08669c3419.png) 50% 50% repeat-x;
  color: #222222;
  font-weight: bold;
}

/* line 47, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-header a {
  color: #222222;
}

/* Interaction states
----------------------------------*/
/* line 53, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #d3d3d3;
  background: #e6e6e6 url(/assets/jquery-ui/ui-bg_glass_75_e6e6e6_1x400-8aaa9bc59665d7d5608aa47ef2979bb213e31360800a25be86ace642460435ec.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #555555;
}

/* line 61, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #555555;
  text-decoration: none;
}

/* line 67, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.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 #999999;
  background: #dadada url(/assets/jquery-ui/ui-bg_glass_75_dadada_1x400-f84aa4567979be017565d758753486f675c523b0ddf62848589487d3419fad3d.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 78, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
  color: #212121;
  text-decoration: none;
}

/* line 85, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #aaaaaa;
  background: #ffffff url(/assets/jquery-ui/ui-bg_glass_65_ffffff_1x400-3d4b9f5fc2826783e59dcb734d14c8a8fe869a68679b9ada870f92c13fa26aa8.png) 50% 50% repeat-x;
  font-weight: normal;
  color: #212121;
}

/* line 93, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #212121;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
/* line 102, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fcefa1;
  background: #fbf9ee url(/assets/jquery-ui/ui-bg_glass_55_fbf9ee_1x400-d5690f3c193e6374a4151976531b1a021534e970aba700f4a0869c7708ccaf75.png) 50% 50% repeat-x;
  color: #363636;
}

/* line 109, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}

/* line 114, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #fef1ec url(/assets/jquery-ui/ui-bg_glass_95_fef1ec_1x400-be279b4f36e03996b30b19b89f663a91d9f9d486ec1b33a6ed0c6573439195ab.png) 50% 50% repeat-x;
  color: #cd0a0a;
}

/* line 121, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #cd0a0a;
}

/* line 126, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #cd0a0a;
}

/* line 131, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

/* line 136, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

/* line 143, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

/* line 150, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
/* line 158, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon {
  width: 16px;
  height: 16px;
}

/* line 162, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-39b2914b6e648627e6414d942173f362e36729b30eecfec521e30ec1f1900fdc.png);
}

/* line 166, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-header .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_222222_256x240-39b2914b6e648627e6414d942173f362e36729b30eecfec521e30ec1f1900fdc.png);
}

/* line 169, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-default .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_888888_256x240-427d7e1980e344b5b6648d3c888e2e9fed16829afcf9fd1fc524558e044b4c4f.png);
}

/* line 172, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-1ac5770b3b9d056f2f75421e56a2cca55e5672ed0586ae09ba7800e028831bae.png);
}

/* line 176, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-active .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_454545_256x240-1ac5770b3b9d056f2f75421e56a2cca55e5672ed0586ae09ba7800e028831bae.png);
}

/* line 179, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-highlight .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_2e83ff_256x240-f1bc3614d6f3edf80310620acccc44b1f0b808954f7c00a3dc92da777ecc6eb9.png);
}

/* line 182, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url(/assets/jquery-ui/ui-icons_cd0a0a_256x240-5b4f96b8c9e6f3def2842711de0ba737b707a40162b005f7e5f9bb6d7c915570.png);
}

/* positioning */
/* line 188, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-blank {
  background-position: 16px 16px;
}

/* line 189, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-n {
  background-position: 0 0;
}

/* line 190, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

/* line 191, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-e {
  background-position: -32px 0;
}

/* line 192, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-se {
  background-position: -48px 0;
}

/* line 193, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-s {
  background-position: -64px 0;
}

/* line 194, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

/* line 195, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-w {
  background-position: -96px 0;
}

/* line 196, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

/* line 197, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

/* line 198, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

/* line 199, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

/* line 200, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

/* line 201, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

/* line 202, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

/* line 203, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

/* line 204, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

/* line 205, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

/* line 206, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

/* line 207, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

/* line 208, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

/* line 209, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

/* line 210, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

/* line 211, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

/* line 212, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

/* line 213, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

/* line 214, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

/* line 215, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

/* line 216, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

/* line 217, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

/* line 218, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

/* line 219, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

/* line 220, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

/* line 221, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

/* line 222, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

/* line 223, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

/* line 224, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

/* line 225, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

/* line 226, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

/* line 227, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

/* line 228, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

/* line 229, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

/* line 230, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

/* line 231, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

/* line 232, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

/* line 233, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

/* line 234, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

/* line 235, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

/* line 236, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

/* line 237, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

/* line 238, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

/* line 239, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

/* line 240, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

/* line 241, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

/* line 242, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

/* line 243, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

/* line 244, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

/* line 245, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

/* line 246, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

/* line 247, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

/* line 248, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

/* line 249, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

/* line 250, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

/* line 251, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

/* line 252, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

/* line 253, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

/* line 254, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

/* line 255, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-extlink {
  background-position: -32px -80px;
}

/* line 256, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-newwin {
  background-position: -48px -80px;
}

/* line 257, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-refresh {
  background-position: -64px -80px;
}

/* line 258, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-shuffle {
  background-position: -80px -80px;
}

/* line 259, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

/* line 260, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

/* line 261, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

/* line 262, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-folder-open {
  background-position: -16px -96px;
}

/* line 263, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-document {
  background-position: -32px -96px;
}

/* line 264, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-document-b {
  background-position: -48px -96px;
}

/* line 265, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-note {
  background-position: -64px -96px;
}

/* line 266, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-mail-closed {
  background-position: -80px -96px;
}

/* line 267, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-mail-open {
  background-position: -96px -96px;
}

/* line 268, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-suitcase {
  background-position: -112px -96px;
}

/* line 269, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-comment {
  background-position: -128px -96px;
}

/* line 270, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-person {
  background-position: -144px -96px;
}

/* line 271, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-print {
  background-position: -160px -96px;
}

/* line 272, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-trash {
  background-position: -176px -96px;
}

/* line 273, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-locked {
  background-position: -192px -96px;
}

/* line 274, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-unlocked {
  background-position: -208px -96px;
}

/* line 275, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-bookmark {
  background-position: -224px -96px;
}

/* line 276, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-tag {
  background-position: -240px -96px;
}

/* line 277, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-home {
  background-position: 0 -112px;
}

/* line 278, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-flag {
  background-position: -16px -112px;
}

/* line 279, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-calendar {
  background-position: -32px -112px;
}

/* line 280, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-cart {
  background-position: -48px -112px;
}

/* line 281, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pencil {
  background-position: -64px -112px;
}

/* line 282, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-clock {
  background-position: -80px -112px;
}

/* line 283, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-disk {
  background-position: -96px -112px;
}

/* line 284, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-calculator {
  background-position: -112px -112px;
}

/* line 285, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-zoomin {
  background-position: -128px -112px;
}

/* line 286, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-zoomout {
  background-position: -144px -112px;
}

/* line 287, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-search {
  background-position: -160px -112px;
}

/* line 288, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-wrench {
  background-position: -176px -112px;
}

/* line 289, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-gear {
  background-position: -192px -112px;
}

/* line 290, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-heart {
  background-position: -208px -112px;
}

/* line 291, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-star {
  background-position: -224px -112px;
}

/* line 292, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-link {
  background-position: -240px -112px;
}

/* line 293, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-cancel {
  background-position: 0 -128px;
}

/* line 294, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-plus {
  background-position: -16px -128px;
}

/* line 295, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-plusthick {
  background-position: -32px -128px;
}

/* line 296, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-minus {
  background-position: -48px -128px;
}

/* line 297, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-minusthick {
  background-position: -64px -128px;
}

/* line 298, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-close {
  background-position: -80px -128px;
}

/* line 299, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-closethick {
  background-position: -96px -128px;
}

/* line 300, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-key {
  background-position: -112px -128px;
}

/* line 301, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-lightbulb {
  background-position: -128px -128px;
}

/* line 302, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-scissors {
  background-position: -144px -128px;
}

/* line 303, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-clipboard {
  background-position: -160px -128px;
}

/* line 304, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-copy {
  background-position: -176px -128px;
}

/* line 305, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-contact {
  background-position: -192px -128px;
}

/* line 306, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-image {
  background-position: -208px -128px;
}

/* line 307, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-video {
  background-position: -224px -128px;
}

/* line 308, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-script {
  background-position: -240px -128px;
}

/* line 309, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-alert {
  background-position: 0 -144px;
}

/* line 310, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-info {
  background-position: -16px -144px;
}

/* line 311, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-notice {
  background-position: -32px -144px;
}

/* line 312, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-help {
  background-position: -48px -144px;
}

/* line 313, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-check {
  background-position: -64px -144px;
}

/* line 314, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-bullet {
  background-position: -80px -144px;
}

/* line 315, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-radio-on {
  background-position: -96px -144px;
}

/* line 316, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-radio-off {
  background-position: -112px -144px;
}

/* line 317, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pin-w {
  background-position: -128px -144px;
}

/* line 318, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pin-s {
  background-position: -144px -144px;
}

/* line 319, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-play {
  background-position: 0 -160px;
}

/* line 320, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-pause {
  background-position: -16px -160px;
}

/* line 321, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-next {
  background-position: -32px -160px;
}

/* line 322, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-prev {
  background-position: -48px -160px;
}

/* line 323, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-end {
  background-position: -64px -160px;
}

/* line 324, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
/* line 326, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

/* line 327, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-stop {
  background-position: -96px -160px;
}

/* line 328, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-eject {
  background-position: -112px -160px;
}

/* line 329, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-volume-off {
  background-position: -128px -160px;
}

/* line 330, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-volume-on {
  background-position: -144px -160px;
}

/* line 331, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-power {
  background-position: 0 -176px;
}

/* line 332, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-signal-diag {
  background-position: -16px -176px;
}

/* line 333, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-signal {
  background-position: -32px -176px;
}

/* line 334, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-0 {
  background-position: -48px -176px;
}

/* line 335, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-1 {
  background-position: -64px -176px;
}

/* line 336, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-2 {
  background-position: -80px -176px;
}

/* line 337, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-battery-3 {
  background-position: -96px -176px;
}

/* line 338, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-plus {
  background-position: 0 -192px;
}

/* line 339, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-minus {
  background-position: -16px -192px;
}

/* line 340, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-close {
  background-position: -32px -192px;
}

/* line 341, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

/* line 342, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

/* line 343, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

/* line 344, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

/* line 345, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

/* line 346, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

/* line 347, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

/* line 348, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

/* line 349, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

/* line 350, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

/* line 351, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circle-check {
  background-position: -208px -192px;
}

/* line 352, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

/* line 353, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

/* line 354, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

/* line 355, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

/* line 356, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

/* line 357, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

/* line 358, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

/* line 359, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

/* line 360, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

/* line 361, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

/* line 362, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

/* line 363, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
/* line 370, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 4px;
}

/* line 376, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 4px;
}

/* line 382, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 4px;
}

/* line 388, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 4px;
}

/* Overlays */
/* line 396, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-overlay {
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-984a498b5da0c22d39827e856e22ed73de7395404bb4daf28460741640019f0a.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

/* line 401, ../../shared/bundle/ruby/3.4.0/gems/jquery-ui-sass-rails-4.0.3.0/app/assets/stylesheets/jquery.ui.theme.css.scss */
.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaaaaa url(/assets/jquery-ui/ui-bg_flat_0_aaaaaa_40x100-984a498b5da0c22d39827e856e22ed73de7395404bb4daf28460741640019f0a.png) 50% 50% repeat-x;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
/* line 5, app/assets/stylesheets/jquery-colorbox.scss */
#colorbox, #cboxOverlay, #cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/jquery-colorbox.scss */
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}

/* line 7, app/assets/stylesheets/jquery-colorbox.scss */
#cboxMiddleLeft, #cboxBottomLeft {
  clear: left;
}

/* line 8, app/assets/stylesheets/jquery-colorbox.scss */
#cboxContent {
  position: relative;
}

/* line 9, app/assets/stylesheets/jquery-colorbox.scss */
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 10, app/assets/stylesheets/jquery-colorbox.scss */
#cboxTitle {
  margin: 0;
}

/* line 11, app/assets/stylesheets/jquery-colorbox.scss */
#cboxLoadingOverlay, #cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 12, app/assets/stylesheets/jquery-colorbox.scss */
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {
  cursor: pointer;
}

/* line 13, app/assets/stylesheets/jquery-colorbox.scss */
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}

/* line 14, app/assets/stylesheets/jquery-colorbox.scss */
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}

/* line 15, app/assets/stylesheets/jquery-colorbox.scss */
#colorbox, #cboxContent, #cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/*
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
/* line 22, app/assets/stylesheets/jquery-colorbox.scss */
#cboxOverlay {
  background: #000;
}

/* line 23, app/assets/stylesheets/jquery-colorbox.scss */
#colorbox {
  outline: 0;
}

/* line 24, app/assets/stylesheets/jquery-colorbox.scss */
#cboxTopLeft {
  width: 14px;
  height: 14px;
  background: url(/assets/controls-89839dfeaefa1e585e1c77afd09d12e33ed638a8d36d5725fc26e16e2510d517.png) no-repeat 0 0;
}

/* line 25, app/assets/stylesheets/jquery-colorbox.scss */
#cboxTopCenter {
  height: 14px;
  background: url(/assets/border-4c13a6c54fd12146ae2688d20ecfefdafa95dcf34245aec99e39cd3d862655a9.png) repeat-x top left;
}

/* line 26, app/assets/stylesheets/jquery-colorbox.scss */
#cboxTopRight {
  width: 14px;
  height: 14px;
  background: url(/assets/controls-89839dfeaefa1e585e1c77afd09d12e33ed638a8d36d5725fc26e16e2510d517.png) no-repeat -36px 0;
}

/* line 27, app/assets/stylesheets/jquery-colorbox.scss */
#cboxBottomLeft {
  width: 14px;
  height: 43px;
  background: url(/assets/controls-89839dfeaefa1e585e1c77afd09d12e33ed638a8d36d5725fc26e16e2510d517.png) no-repeat 0 -32px;
}

/* line 28, app/assets/stylesheets/jquery-colorbox.scss */
#cboxBottomCenter {
  height: 43px;
  background: url(/assets/border-4c13a6c54fd12146ae2688d20ecfefdafa95dcf34245aec99e39cd3d862655a9.png) repeat-x bottom left;
}

/* line 29, app/assets/stylesheets/jquery-colorbox.scss */
#cboxBottomRight {
  width: 14px;
  height: 43px;
  background: url(/assets/controls-89839dfeaefa1e585e1c77afd09d12e33ed638a8d36d5725fc26e16e2510d517.png) no-repeat -36px -32px;
}

/* line 30, app/assets/stylesheets/jquery-colorbox.scss */
#cboxMiddleLeft {
  width: 14px;
  background: url(/assets/controls-89839dfeaefa1e585e1c77afd09d12e33ed638a8d36d5725fc26e16e2510d517.png) repeat-y -175px 0;
}

/* line 31, app/assets/stylesheets/jquery-colorbox.scss */
#cboxMiddleRight {
  width: 14px;
  background: url(/assets/controls-89839dfeaefa1e585e1c77afd09d12e33ed638a8d36d5725fc26e16e2510d517.png) repeat-y -211px 0;
}

/* line 32, app/assets/stylesheets/jquery-colorbox.scss */
#cboxContent {
  background: #fff;
  overflow: visible;
}

/* line 33, app/assets/stylesheets/jquery-colorbox.scss */
.cboxIframe {
  background: #fff;
}

/* line 34, app/assets/stylesheets/jquery-colorbox.scss */
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}

/* line 35, app/assets/stylesheets/jquery-colorbox.scss */
#cboxLoadedContent {
  margin-bottom: 5px;
}

/* line 36, app/assets/stylesheets/jquery-colorbox.scss */
#cboxLoadingOverlay {
  background: url(/assets/loading_background-d68a9f1c54838ccbbe55c1c49d892df816172d6062e458c58d6508bffba6404a.png) no-repeat center center;
}

/* line 37, app/assets/stylesheets/jquery-colorbox.scss */
#cboxLoadingGraphic {
  background: url(/assets/spinner-80b36f29bbd5e1e212fe641a86aeb14094a1f54fb7609305bd7e5f3381399a26.gif) no-repeat center center;
}

/* line 38, app/assets/stylesheets/jquery-colorbox.scss */
#cboxTitle {
  position: absolute;
  bottom: -25px;
  left: 0;
  text-align: center;
  width: 100%;
  font-weight: bold;
  color: #7C7C7C;
}

/* line 39, app/assets/stylesheets/jquery-colorbox.scss */
#cboxCurrent {
  position: absolute;
  bottom: -25px;
  left: 58px;
  font-weight: bold;
  color: #7C7C7C;
}

/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
/* line 42, app/assets/stylesheets/jquery-colorbox.scss */
#cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  position: absolute;
  bottom: -29px;
  background: url(/assets/controls-89839dfeaefa1e585e1c77afd09d12e33ed638a8d36d5725fc26e16e2510d517.png) no-repeat 0px 0px;
  width: 23px;
  height: 23px;
  text-indent: -9999px;
}

/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
/* line 45, app/assets/stylesheets/jquery-colorbox.scss */
#cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {
  outline: 0;
}

/* line 47, app/assets/stylesheets/jquery-colorbox.scss */
#cboxPrevious {
  left: 0px;
  background-position: -51px -25px;
}

/* line 48, app/assets/stylesheets/jquery-colorbox.scss */
#cboxPrevious:hover {
  background-position: -51px 0px;
}

/* line 49, app/assets/stylesheets/jquery-colorbox.scss */
#cboxNext {
  left: 27px;
  background-position: -75px -25px;
}

/* line 50, app/assets/stylesheets/jquery-colorbox.scss */
#cboxNext:hover {
  background-position: -75px 0px;
}

/* line 51, app/assets/stylesheets/jquery-colorbox.scss */
#cboxClose {
  right: 0;
  background-position: -100px -25px;
}

/* line 52, app/assets/stylesheets/jquery-colorbox.scss */
#cboxClose:hover {
  background-position: -100px 0px;
}

/* line 54, app/assets/stylesheets/jquery-colorbox.scss */
.cboxSlideshow_on #cboxSlideshow {
  background-position: -125px 0px;
  right: 27px;
}

/* line 55, app/assets/stylesheets/jquery-colorbox.scss */
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -150px 0px;
}

/* line 56, app/assets/stylesheets/jquery-colorbox.scss */
.cboxSlideshow_off #cboxSlideshow {
  background-position: -150px -25px;
  right: 27px;
}

/* line 57, app/assets/stylesheets/jquery-colorbox.scss */
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: -125px 0px;
}

/* line 6, app/assets/stylesheets/frontend.scss */
body {
  margin: 0;
  padding: 0;
  font-size: 100.01%;
  font-family: Arial,Helvetica,sans-serif;
  display: block;
  background: #F0CE78 url(/assets/body_background-b606be41dfe41ae905952a81924d58eb10ee794a3bfab37e03f25f54495fb862.png) repeat-y top right;
}

/* line 14, app/assets/stylesheets/frontend.scss */
body#tinymce {
  background-image: none;
  background: #FFFFE0;
}

/* line 18, app/assets/stylesheets/frontend.scss */
img {
  border: 0;
}

/* line 19, app/assets/stylesheets/frontend.scss */
* {
  padding: 0;
  margin: 0;
}

/* line 20, app/assets/stylesheets/frontend.scss */
a {
  color: #791B19;
  text-decoration: underline;
}

/* line 24, app/assets/stylesheets/frontend.scss */
a:hover {
  color: #f55600;
  text-decoration: underline;
}

/* line 28, app/assets/stylesheets/frontend.scss */
h1, h2, h3, h4, h5 {
  margin: 0.3em 0 0.3em 0;
}

/* line 29, app/assets/stylesheets/frontend.scss */
h1, h2, h3 {
  font-size: 1.5em;
  padding-top: 0.5em;
  color: #7B1F1C;
}

/* line 34, app/assets/stylesheets/frontend.scss */
h2, h3 {
  color: #791B19;
  padding-top: 1.5em;
  padding: 0.5em 0 0.3em 0;
}

/* line 39, app/assets/stylesheets/frontend.scss */
p {
  margin: 0.5em 0 0.5em 0;
}

/* line 40, app/assets/stylesheets/frontend.scss */
fieldset {
  padding: 0;
  border: none;
}

/* line 41, app/assets/stylesheets/frontend.scss */
legend {
  border: none;
  line-height: 100%;
  padding: 0;
  top: -10px;
  color: #791B19;
  font-weight: bold;
  text-align: center;
  left: 46px;
}

/* line 51, app/assets/stylesheets/frontend.scss */
table {
  border-collapse: collapse;
}

/* line 52, app/assets/stylesheets/frontend.scss */
thead tr, tr.headerRow, tr.categoryRow {
  background: #ffeaab url(/assets/body_wrapper-eb13dc87935c06891d66a80d5974719992cdb551a3e1817bccfe054d2aa1ba33.png) repeat-y top right !important;
}

/* line 53, app/assets/stylesheets/frontend.scss */
tr.odd {
  background: #DCDCDC;
}

/* line 54, app/assets/stylesheets/frontend.scss */
tr.even {
  background: transparent;
}

/* line 55, app/assets/stylesheets/frontend.scss */
table th, tr.headerRow {
  background: transparent;
  border-left: 1px solid #ffecc2;
  padding: 0.2em;
  color: #791B19;
}

/* line 61, app/assets/stylesheets/frontend.scss */
table td {
  padding: 0.2em 0;
}

/* line 62, app/assets/stylesheets/frontend.scss */
.clear-both {
  clear: both;
}

/* line 63, app/assets/stylesheets/frontend.scss */
.left {
  text-align: left;
}

/* line 66, app/assets/stylesheets/frontend.scss */
.right {
  text-align: right;
}

/* line 69, app/assets/stylesheets/frontend.scss */
.center {
  text-align: center;
}

/* line 72, app/assets/stylesheets/frontend.scss */
.active {
  font-weight: bold;
}

/* line 75, app/assets/stylesheets/frontend.scss */
.flash div {
  margin: 0.5em 0 0.5em  10px;
  padding: 0.3em;
}

/* line 79, app/assets/stylesheets/frontend.scss */
.flash div.notice {
  background-color: #8fbc8f;
}

/* line 80, app/assets/stylesheets/frontend.scss */
.flash div.error, .flash div.warning {
  background-color: #FF6347;
}

/* DB7093 */
/* line 81, app/assets/stylesheets/frontend.scss */
#top-container {
  height: 25px;
  text-align: right;
  margin-top: 5px;
}

/* line 82, app/assets/stylesheets/frontend.scss */
#body-wrapper {
  margin: auto;
  position: relative;
  min-width: 600px;
  max-width: 900px;
  padding-left: 36px;
  padding-right: 36px;
}

/* line 90, app/assets/stylesheets/frontend.scss */
#wrapper {
  background: #FFFFE0;
  /* white; */
  min-height: 500px;
  margin: auto;
}

/* line 95, app/assets/stylesheets/frontend.scss */
#main-container, #bottom-container {
  margin-top: 3px;
  margin-left: 114px;
}

/* line 99, app/assets/stylesheets/frontend.scss */
#main-container {
  padding-top: 30px;
  padding-right: 25px;
}

/* line 103, app/assets/stylesheets/frontend.scss */
#navigation-container {
  border: none;
  float: left;
  position: relative;
  left: -35px;
  top: 30px;
  width: 125px;
}

/* line 111, app/assets/stylesheets/frontend.scss */
#navigation-container ul {
  width: 125px;
  list-style: none;
}

/* line 115, app/assets/stylesheets/frontend.scss */
#navigation-container h5 {
  display: none;
}

/* line 116, app/assets/stylesheets/frontend.scss */
#menu_main_menu {
  padding-top: 15px;
}

/* line 117, app/assets/stylesheets/frontend.scss */
#menu_main_menu li a {
  background: #fc3 url(/assets/menu-bgf-2-63b58e6d37aa1b217c5f17363a9c95c40accda0df60e68bb2f49b6b0fcd7a8e0.png) repeat-y top left;
  text-align: left;
  display: block;
  padding: 2px 5px 5px 5px;
  margin: 4px 0;
  font-weight: bold;
  text-decoration: none;
  color: #7B1F1C;
  font-size: 0.9em;
}

/* line 128, app/assets/stylesheets/frontend.scss */
#menu_main_menu li a:hover {
  background-color: #ffecb3;
  background-position: -125px 0;
  color: #696969;
}

/* line 133, app/assets/stylesheets/frontend.scss */
ul.inline_menu {
  list-style: none;
  display: inline;
}

/* line 137, app/assets/stylesheets/frontend.scss */
ul.inline_menu li {
  display: inline;
}

/* line 138, app/assets/stylesheets/frontend.scss */
#logoutbox {
  font-size: 0.9em;
  text-align: right;
  color: #949494;
  min-height: 36px;
}

/* line 144, app/assets/stylesheets/frontend.scss */
#logoutbox a {
  text-decoration: underline;
}

/* line 145, app/assets/stylesheets/frontend.scss */
.flash {
  min-height: 17px;
}

/* line 146, app/assets/stylesheets/frontend.scss */
#content {
  padding: 0 0 3em 12px;
}

/* line 149, app/assets/stylesheets/frontend.scss */
#content ul {
  padding-left: 1em;
}

/* line 150, app/assets/stylesheets/frontend.scss */
#bottom-container {
  clear: both;
  text-align: right;
  font-size: 0.9em;
}

/* page-specific */
/* line 157, app/assets/stylesheets/frontend.scss */
.periodicOrdersTable, .oneTimeOrdersTable, .ordersTable, .invoicesTable, .unknownTable {
  padding-top: 0.5em;
}

/* line 158, app/assets/stylesheets/frontend.scss */
.ordersTable img {
  padding-right: 5px;
}

/* line 159, app/assets/stylesheets/frontend.scss */
.ordersTable tr {
  min-height: 30px;
}

/* line 160, app/assets/stylesheets/frontend.scss */
tr.categoryRow td {
  padding-top: 0.5em;
}

/* line 161, app/assets/stylesheets/frontend.scss */
table.productsTable th.productNumber {
  width: 5em;
}

/* line 162, app/assets/stylesheets/frontend.scss */
table.productsTable th.productName {
  width: 25em;
}

/* line 163, app/assets/stylesheets/frontend.scss */
table.productsTable th.productPrice {
  width: 3em;
}

/* line 164, app/assets/stylesheets/frontend.scss */
table.productsTable th.productAvailability {
  width: 12em;
}

/* line 165, app/assets/stylesheets/frontend.scss */
#periodic_orders th.dateStart, table#unknown th.date, table#unknown th.dateStart {
  border: none;
}

/* line 166, app/assets/stylesheets/frontend.scss */
#periodic_orders td, table#unknown td {
  padding: 0.2em;
}

/* line 167, app/assets/stylesheets/frontend.scss */
.invoiceGrossTotalRow, .invoicePaymentsTotalRow {
  font-weight: bold;
}

/* line 168, app/assets/stylesheets/frontend.scss */
.fullSizeImage {
  margin: 0.5em -12px 0.5em -12px;
}

/* line 169, app/assets/stylesheets/frontend.scss */
.date-select-box input {
  font-weight: bold;
}

/* line 170, app/assets/stylesheets/frontend.scss */
.date-select-box .datepicker {
  margin-left: 133px;
  margin-top: 10px;
}

/* line 175, app/assets/stylesheets/frontend.scss */
input[type="submit"] {
  padding: 5px;
  min-width: 8em;
}

/* line 180, app/assets/stylesheets/frontend.scss */
.orderForm input[name=commit] {
  font-size: 110%;
  padding: 10px;
}

/* line 185, app/assets/stylesheets/frontend.scss */
input[readonly] {
  background-color: #f0f0f0 !important;
}

/* line 189, app/assets/stylesheets/frontend.scss */
.centeredContent {
  text-align: center;
  font-weight: bold;
  color: #7b1f1c;
}

/* line 194, app/assets/stylesheets/frontend.scss */
#faq li {
  margin-bottom: 1em;
}

/* line 195, app/assets/stylesheets/frontend.scss */
#agb {
  margin-left: 2em;
}

/* line 196, app/assets/stylesheets/frontend.scss */
#agb li {
  margin-bottom: 1em;
}

/* line 197, app/assets/stylesheets/frontend.scss */
#plz li {
  margin-bottom: 1em;
}

/* line 198, app/assets/stylesheets/frontend.scss */
.franchiseeInfoTable td {
  vertical-align: top;
}

/* line 201, app/assets/stylesheets/frontend.scss */
#last_updated {
  margin-top: 1.5em;
  font-size: 90%;
}

/* line 205, app/assets/stylesheets/frontend.scss */
.defaultForm {
  width: 500px;
}

/* line 206, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset {
  margin-bottom: 30px;
}

/* line 207, app/assets/stylesheets/frontend.scss */
.defaultForm .caption {
  line-height: 1.8;
  vertical-align: top;
  width: 130px;
  float: left;
}

/* line 213, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset ol {
  margin: 0pt;
  padding: 0pt;
}

/* line 217, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset li {
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  margin: 0px;
  border-bottom: 1px solid #ccc;
  padding: 5px 0 5px 0;
  float: left;
  min-width: 530px;
}

/* line 227, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset fieldset {
  background: none;
  background-image: none;
  border: none;
  margin: 3px 0pt 0pt;
}

/* line 233, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset fieldset legend {
  padding: 0pt 0pt 5px;
  font-weight: bold;
  background-color: #fbfbfb;
  border: none;
  color: #000;
  font-weight: bold;
  text-align: center;
  left: 46px;
}

/* line 243, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset fieldset .caption {
  display: block;
}

/* line 246, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset select {
  min-width: 10em;
}

/* line 249, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset input[type="text"][size="6"], .defaultForm fieldset select {
  width: 10em;
}

/* line 252, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset input[type="text"], .defaultForm fieldset input[type="password"] {
  width: 20em;
}

/* line 255, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset textarea {
  width: 370px;
}

/* line 258, app/assets/stylesheets/frontend.scss */
.defaultForm em {
  color: #FF0000;
  font-style: normal;
  font-weight: bold;
}

/* line 263, app/assets/stylesheets/frontend.scss */
.defaultForm p {
  padding: 0px;
  margin: 0px 0px 0px 110px;
}

/* line 267, app/assets/stylesheets/frontend.scss */
.defaultForm fieldset p {
  margin: 2px 0px 0px 130px;
}

/* line 268, app/assets/stylesheets/frontend.scss */
.errorExplanation h2 {
  margin: 0.5em 0 0.5em 0;
  color: red;
}

/* line 272, app/assets/stylesheets/frontend.scss */
.defaultForm .saveButton {
  padding-top: 0.5em;
}

/* line 273, app/assets/stylesheets/frontend.scss */
.errorExplanation p {
  margin: 0.5em 0 0.5em 0;
}

/* line 274, app/assets/stylesheets/frontend.scss */
.errorExplanation ul {
  margin-top: 0px;
}

/* line 275, app/assets/stylesheets/frontend.scss */
.fieldWithErrors input, .fieldWithErrors select {
  background-color: #ffdfdf;
}

/* line 278, app/assets/stylesheets/frontend.scss */
div.ordersTable input {
  width: 3em;
  text-align: center;
}

/* line 282, app/assets/stylesheets/frontend.scss */
.customerData ul li {
  font-weight: bold;
}

/* line 283, app/assets/stylesheets/frontend.scss */
.customerData ul li .caption {
  font-weight: normal;
}

/* line 284, app/assets/stylesheets/frontend.scss */
input.productNotAvailable {
  background-color: #f0f0f0;
}

/* line 285, app/assets/stylesheets/frontend.scss */
.deletedProducts {
  margin: 0.5em 0 0.5em 0;
  padding: 0em 0.5em 0em 0.5em;
  border: 1px solid red;
}

/* line 290, app/assets/stylesheets/frontend.scss */
.shortCustomerInformation {
  display: block;
  font-weight: normal;
  font-size: 90%;
}

/* line 295, app/assets/stylesheets/frontend.scss */
.productInfo .shortCustomerInformation {
  font-weight: bold;
}

/* line 296, app/assets/stylesheets/frontend.scss */
.overlay {
  width: 100%;
  height: 100%;
  background: black;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

/* line 305, app/assets/stylesheets/frontend.scss */
.dialog {
  width: 680px;
  margin: 0px -340px 0px -340px;
  min-height: 40%;
  max-height: 94%;
  overflow: auto;
  background: #ffecc2;
  position: fixed;
  top: 1%;
  left: 50%;
  z-index: 99;
  padding: 5px 20px 20px 20px;
}

/* line 318, app/assets/stylesheets/frontend.scss */
.dialog a.hideOverlay {
  float: right;
  margin-top: 1em;
}

/* line 322, app/assets/stylesheets/frontend.scss */
#price_footnote, #holiday_footnote {
  color: #949494;
  font-size: 0.9em;
}

/* line 326, app/assets/stylesheets/frontend.scss */
#price_footnote strong, #holiday_footnote strong {
  color: #791B19;
}

/* line 327, app/assets/stylesheets/frontend.scss */
#price_footnote {
  padding-top: 20px;
}

/* line 328, app/assets/stylesheets/frontend.scss */
.deliveryCostsTable {
  margin-top: 1em;
}

/* Speziell für Inhaltsseiten */
/* line 332, app/assets/stylesheets/frontend.scss */
#page-image {
  float: right;
}

/* line 335, app/assets/stylesheets/frontend.scss */
#content-pages h1 {
  padding-top: 15px;
  padding-bottom: 13px;
}

/* line 339, app/assets/stylesheets/frontend.scss */
.banner {
  float: right;
}

/* line 342, app/assets/stylesheets/frontend.scss */
#content-pages h2, #content-pages h3 {
  padding: 0;
}

/* line 343, app/assets/stylesheets/frontend.scss */
#faq {
  padding-top: 3px;
  max-width: 500px;
}

/* line 347, app/assets/stylesheets/frontend.scss */
#faq h2 {
  font-size: 1.2em;
}

/* line 348, app/assets/stylesheets/frontend.scss */
ul#toc {
  list-style: none;
  padding-bottom: 1em;
}

/* line 349, app/assets/stylesheets/frontend.scss */
#content-pages legend {
  padding-bottom: 0.5em;
  padding-top: 0.5em;
}
