@charset "UTF-8";
/* line 1, vendor/assets/stylesheets/typeahead_select.scss */
.typeahead,
.tt-query,
.tt-hint {
  width: 200px;
  height: 22px;
  margin-right: 7px;
  padding: 4px 6px;
  font-size: 18px;
  line-height: 30px;
  border: 2px solid #ccc;
  border-radius: 8px;
  outline: none;
}

/* line 17, vendor/assets/stylesheets/typeahead_select.scss */
.typeahead {
  background-color: #fff;
}

/* line 21, vendor/assets/stylesheets/typeahead_select.scss */
.typeahead:focus {
  border: 2px solid #0097cf;
}

/* line 25, vendor/assets/stylesheets/typeahead_select.scss */
.tt-query:focus {
  border: 2px solid #0097cf;
}

/* line 32, vendor/assets/stylesheets/typeahead_select.scss */
.tt-hint {
  color: #999;
}

/* line 36, vendor/assets/stylesheets/typeahead_select.scss */
.tt-dropdown-menu {
  width: 222px;
  margin-top: 12px;
  padding: 8px 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 51, vendor/assets/stylesheets/typeahead_select.scss */
.tt-suggestion {
  text-align: center;
  padding: 3px 5px;
  font-size: 14px;
  line-height: 20px;
}

/* line 56, vendor/assets/stylesheets/typeahead_select.scss */
.tt-suggestion p {
  text-shadow: none;
}

/* line 61, vendor/assets/stylesheets/typeahead_select.scss */
.tt-suggestion.tt-is-under-cursor {
  color: #fff;
  background-color: #0097cf;
}

/* line 67, vendor/assets/stylesheets/typeahead_select.scss */
.tt-suggestion p {
  margin: 0;
}

/*
Version: 3.5.4 Timestamp: Sun Aug 30 13:30:32 EDT 2015
*/
/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.
    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice {
  display: block;
  height: 26px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #aaa;
  white-space: nowrap;
  line-height: 26px;
  color: #444;
  text-decoration: none;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #fff;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#eeeeee', GradientType = 0);
  background-image: linear-gradient(to top, #eee 0%, #fff 50%);
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice {
  padding: 0 8px 0 0;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #aaa;
  border-radius: 0 0 4px 4px;
  background-image: -moz-linear-gradient(center bottom, #eee 0%, #fff 90%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eeeeee', GradientType=0);
  background-image: linear-gradient(to bottom, #eee 0%, #fff 90%);
}

/* line 72, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 76, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  float: none;
  width: auto;
}

/* line 88, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice > .select2-chosen {
  margin-left: 26px;
  margin-right: 0;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
  cursor: pointer;
  outline: 0;
}

/* line 110, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 114, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice abbr:hover {
  background-position: right -11px;
  cursor: pointer;
}

/* line 119, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 137, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop {
  width: 100%;
  margin-top: -1px;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #aaa;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 155, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above {
  margin-top: 1px;
  border-top: 1px solid #aaa;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 166, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-active {
  border: 1px solid #5897fb;
  border-top: none;
}

/* line 171, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top: 1px solid #5897fb;
}

/* line 175, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-drop-auto-width {
  border-top: 1px solid #aaa;
  width: auto;
}

/* line 180, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 18px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #aaa;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  background: #ccc;
  background-image: -moz-linear-gradient(center bottom, #ccc 0%, #eee 60%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#eeeeee', endColorstr = '#cccccc', GradientType = 0);
  background-image: linear-gradient(to top, #ccc 0%, #eee 60%);
}

/* line 201, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow {
  left: 0;
  right: auto;
  border-left: none;
  border-right: 1px solid #aaa;
  border-radius: 4px 0 0 4px;
}

/* line 210, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 0 1px;
}

/* line 217, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container .select2-choice .select2-arrow b {
  background-position: 2px 1px;
}

/* line 221, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding: 4px 4px 0 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 234, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 26px;
  padding: 4px 20px 4px 5px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  border-radius: 0;
  box-shadow: none;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat 100% -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 258, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search input {
  padding: 4px 5px 4px 20px;
  background: #fff url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) no-repeat -37px -22px, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 268, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
  background: url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%, linear-gradient(to bottom, #fff 85%, #eee 99%) 0 0;
}

/* line 276, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 285, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #eee;
  background-image: -moz-linear-gradient(center bottom, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to top, #fff 0%, #eee 50%);
}

/* line 301, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5897fb;
  border-top-color: transparent;
  background-image: -moz-linear-gradient(center top, #fff 0%, #eee 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#ffffff', GradientType=0);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
}

/* line 313, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  filter: none;
}

/* line 318, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow {
  border-right: none;
}

/* line 322, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* line 326, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -16px 1px;
}

/* line 330, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* results */
/* line 342, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 352, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-results {
  padding: 0 4px 0 0;
  margin: 4px 0 4px 4px;
}

/* line 357, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 362, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 368, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 372, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* line 386, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-1 .select2-result-label {
  padding-left: 20px;
}

/* line 387, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-2 .select2-result-label {
  padding-left: 40px;
}

/* line 388, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-3 .select2-result-label {
  padding-left: 60px;
}

/* line 389, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-4 .select2-result-label {
  padding-left: 80px;
}

/* line 390, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-5 .select2-result-label {
  padding-left: 100px;
}

/* line 391, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-6 .select2-result-label {
  padding-left: 110px;
}

/* line 392, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results-dept-7 .select2-result-label {
  padding-left: 120px;
}

/* line 394, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted {
  background: #3875d7;
  color: #fff;
}

/* line 399, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 404, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 408, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 413, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-ajax-error,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding-left: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 425, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 431, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 437, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-selected {
  display: none;
}

/* line 441, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results.select2-active {
  background: #f4f4f4 url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100%;
}

/* line 445, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-results .select2-ajax-error {
  background: rgba(255, 50, 50, 0.2);
}

/* line 449, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 456, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 463, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 469, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 476, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0 5px 0 0;
  position: relative;
  border: 1px solid #aaa;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
  background-image: linear-gradient(to bottom, #eee 1%, #fff 15%);
}

/* line 494, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices {
  padding: 0 0 0 5px;
}

/* line 498, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 502, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 506, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5897fb;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

/* line 513, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 517, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices li {
  float: right;
}

/* line 521, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 527, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

/* line 541, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #fff url(/assets/select2-spinner-f6ecff617ec2ba7f559e6f535cad9b70a3f91120737535dab4d4548a6c83576c.gif) no-repeat 100% !important;
}

/* line 545, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-default {
  color: #999 !important;
}

/* line 549, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 18px;
  margin: 3px 0 3px 5px;
  position: relative;
  line-height: 13px;
  color: #333;
  cursor: default;
  border: 1px solid #aaaaaa;
  border-radius: 3px;
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: #e4e4e4;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
  background-image: linear-gradient(to bottom, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

/* line 579, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-choices .select2-search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 18px 3px 5px;
}

/* line 584, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 587, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  background: #d4d4d4;
}

/* line 591, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-search-choice-close {
  display: block;
  width: 12px;
  height: 13px;
  position: absolute;
  right: 3px;
  top: 4px;
  font-size: 1px;
  outline: none;
  background: url(/assets/select2-d6b5d8d83dbc18fb8d77c8761d331cd9e5123c9684950bab0406e98a24ac5ae8.png) right top no-repeat;
}

/* line 603, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-search-choice-close {
  right: auto;
  left: 3px;
}

/* line 608, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-search-choice-close {
  left: 3px;
}

/* line 612, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
html[dir="rtl"] .select2-container-multi .select2-search-choice-close {
  left: auto;
  right: 2px;
}

/* line 617, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}

/* line 620, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
  background-position: right -11px;
}

/* disabled styles */
/* line 625, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 632, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px 3px 5px;
  border: 1px solid #ddd;
  background-image: none;
  background-color: #f4f4f4;
}

/* line 639, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 645, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 650, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-offscreen, .select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 664, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-display-none {
  display: none;
}

/* line 668, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/* Retina-ize icons */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 2dppx) {
  /* line 680, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input,
.select2-search-choice-close,
.select2-container .select2-choice abbr,
.select2-container .select2-choice .select2-arrow b {
    background-image: url(/assets/select2x2-6fe28d687dc0ed4d96016238c608ba1e7198c9c9accfa0b360b78018b9fb9bc2.png) !important;
    background-repeat: no-repeat !important;
    background-size: 60px 40px !important;
  }
  /* line 689, ../usr/local/bundle/ruby/3.3.0/gems/select2-rails-3.5.11/vendor/assets/stylesheets/select2.scss */
  .select2-search input {
    background-position: 100% -21px !important;
  }
}

/* select2 within filter sidebars should be 100% */
/* line 2, app/assets/stylesheets/select2-custom.css */
.filter_form div.select2, .filter_form div.tagselect, div.select2_with_clear {
  min-width: 100%;
}

/* line 6, app/assets/stylesheets/select2-custom.css */
.filter_form .select2-container {
  padding-right: 16px;
}

/* select2 within forms should leave room for left floating labels */
/* line 11, app/assets/stylesheets/select2-custom.css */
.inputs div.select2, .inputs div.tagselect, div.select2_with_clear {
  min-width: calc(100% - 22px);
}

/* line 15, app/assets/stylesheets/select2-custom.css */
div.select2ajax-hidden-input {
  min-width: 170px;
}

/* line 19, app/assets/stylesheets/select2-custom.css */
.inputs div.select2ajax-hidden-input {
  width: 76%;
}

/* line 23, app/assets/stylesheets/select2-custom.css */
#filters_sidebar_section .select2ajax-hidden-input {
  width: 240px;
}

/* line 27, app/assets/stylesheets/select2-custom.css */
.select2Paginated {
  width: calc(80% - 22px);
}

/* line 31, app/assets/stylesheets/select2-custom.css */
.select2-arrow {
  /*width: 25px !important;*/
  display: none !important;
}

/* line 36, app/assets/stylesheets/select2-custom.css */
.filter_form div.select2Paginated {
  width: 100%;
}

/* line 40, app/assets/stylesheets/select2-custom.css */
.la-edit-select2 {
  min-width: 78.5%;
}

/* line 1, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #FFFFFF;
  border-bottom: 1px solid #BBBBBB;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  border-top: 1px solid #CCCCCC;
  color: #333333;
  font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

/* line 20, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 30, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 34, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 43, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 44, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 45, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 50, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}

/* line 56, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 59, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 62, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 67, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 70, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}

/* line 77, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 81, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 86, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==");
}

/* line 89, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}

/* line 93, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}

/* line 99, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}

/* line 105, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

/* line 121, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 131, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}

/* line 136, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #DDDDDD;
}

/* line 141, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #F5F5F5;
  border-top: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}

/* line 154, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}

/* line 157, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}

/* line 162, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 177, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}

/* line 180, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 191, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 192, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 193, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 197, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}

/* line 200, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

/* line 206, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}

/* line 210, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 213, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}

/* line 216, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 221, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 224, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 227, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #F5F5F5;
  border: 1px solid #DDDDDD;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 239, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 242, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #F1F1F1;
}

/* line 245, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33AAFF;
}

/* line 248, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33AAFF;
  box-shadow: #178FE5 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}

/* line 256, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}

/* line 261, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}

/* line 264, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 270, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 276, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 282, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 283, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 284, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 287, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 291, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 296, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}

/* line 304, vendor/assets/stylesheets/datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 1, app/assets/stylesheets/datetimepicker-custom.css */
input.dateinput, input.datetimeinput {
  max-width: 78.5%;
}

/*!
 * ui-select
 * http://github.com/angular-ui/ui-select
 * Version: 0.18.1 - 2016-07-10T00:18:11.107Z
 * License: MIT
 */
/* Style when highlighting a search. */
/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-highlight {
  font-weight: bold;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-offscreen {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-choices-row:hover {
  background-color: #f5f5f5;
}

/* Select2 theme */
/* Mark invalid Select2 */
/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ng-dirty.ng-invalid > a.select2-choice {
  border-color: #D44950;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.select2-result-single {
  padding-left: 0;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.select2-locked > .select2-search-choice-close {
  display: none;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.select-locked > .ui-select-match-close {
  display: none;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
body > .select2-container.open {
  z-index: 9999;
  /* The z-index Select2 applies to the select2-drop */
}

/* Handle up direction Select2 */
/* line 57, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-container.direction-up[theme="select2"] .ui-select-match,
.ui-select-container.select2.direction-up .ui-select-match {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 63, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-container.direction-up[theme="select2"] .ui-select-dropdown,
.ui-select-container.select2.direction-up .ui-select-dropdown {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-top-width: 1px;
  /* FIXME hardcoded value :-/ */
  border-top-style: solid;
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -4px;
  /* FIXME hardcoded value :-/ */
}

/* line 76, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-container.direction-up[theme="select2"] .ui-select-dropdown .select2-search,
.ui-select-container.select2.direction-up .ui-select-dropdown .select2-search {
  margin-top: 4px;
  /* FIXME hardcoded value :-/ */
}

/* line 80, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-container.direction-up.select2-dropdown-open[theme="select2"] .ui-select-match,
.ui-select-container.select2.direction-up.select2-dropdown-open .ui-select-match {
  border-bottom-color: #5897fb;
}

/* Selectize theme */
/* Helper class to show styles when focus */
/* line 88, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.selectize-input.selectize-focus {
  border-color: #007FBB !important;
}

/* Fix input width for Selectize theme */
/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.selectize-control > .selectize-input > input {
  width: 100%;
}

/* Fix dropdown width for Selectize theme */
/* line 98, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.selectize-control > .selectize-dropdown {
  width: 100%;
}

/* Mark invalid Selectize */
/* line 103, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ng-dirty.ng-invalid > div.selectize-input {
  border-color: #D44950;
}

/* Handle up direction Selectize */
/* line 108, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-container.direction-up[theme="selectize"] .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
  margin-top: -2px;
  /* FIXME hardcoded value :-/ */
}

/* Bootstrap theme */
/* Helper class to show styles when focus */
/* line 117, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.btn-default-focus {
  color: #333;
  background-color: #EBEBEB;
  border-color: #ADADAD;
  text-decoration: none;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 127, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap .ui-select-toggle {
  position: relative;
}

/* line 131, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap .ui-select-toggle > .caret {
  position: absolute;
  height: 10px;
  top: 50%;
  right: 10px;
  margin-top: -2px;
}

/* Fix Bootstrap dropdown position when inside a input-group */
/* line 140, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.input-group > .ui-select-bootstrap.dropdown {
  /* Instead of relative */
  position: static;
}

/* line 145, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control {
  border-radius: 4px;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 150, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.input-group > .ui-select-bootstrap > input.ui-select-search.form-control.direction-up {
  border-radius: 4px !important;
  /* FIXME hardcoded value :-/ */
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 156, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap > .ui-select-match > .btn {
  /* Instead of center because of .btn */
  text-align: left !important;
}

/* line 161, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap > .ui-select-match > .caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

/* See Scrollable Menu with Bootstrap 3 http://stackoverflow.com/questions/19227496 */
/* line 168, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap > .ui-select-choices, .ui-select-bootstrap > .ui-select-no-choice {
  width: 100%;
  height: auto;
  max-height: 200px;
  overflow-x: hidden;
  margin-top: -1px;
}

/* line 176, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
body > .ui-select-bootstrap.open {
  z-index: 1000;
  /* Standard Bootstrap dropdown z-index */
}

/* line 180, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple.ui-select-bootstrap {
  height: auto;
  padding: 3px 3px 0 3px;
}

/* line 185, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple.ui-select-bootstrap input.ui-select-search {
  background-color: transparent !important;
  /* To prevent double background when disabled */
  border: none;
  outline: none;
  height: 1.666666em;
  margin-bottom: 3px;
}

/* line 193, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple.ui-select-bootstrap .ui-select-match .close {
  font-size: 1.6em;
  line-height: 0.75;
}

/* line 198, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple.ui-select-bootstrap .ui-select-match-item {
  outline: 0;
  margin: 0 3px 3px 0;
}

/* line 203, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple .ui-select-match-item {
  position: relative;
}

/* line 207, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple .ui-select-match-item.dropping .ui-select-match-close {
  pointer-events: none;
}

/* line 211, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple:hover .ui-select-match-item.dropping-before:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  margin-right: 2px;
  border-left: 1px solid #428bca;
}

/* line 221, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-multiple:hover .ui-select-match-item.dropping-after:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  margin-left: 2px;
  border-right: 1px solid #428bca;
}

/* line 231, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap .ui-select-choices-row > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

/* line 241, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap .ui-select-choices-row > a:hover, .ui-select-bootstrap .ui-select-choices-row > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 247, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap .ui-select-choices-row.active > a {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 254, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap .ui-select-choices-row.disabled > a,
.ui-select-bootstrap .ui-select-choices-row.active.disabled > a {
  color: #777;
  cursor: not-allowed;
  background-color: #fff;
}

/* fix hide/show angular animation */
/* line 262, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-match.ng-hide-add,
.ui-select-search.ng-hide-add {
  display: none !important;
}

/* Mark invalid Bootstrap */
/* line 268, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-bootstrap.ng-dirty.ng-invalid > button.btn.ui-select-match {
  border-color: #D44950;
}

/* Handle up direction Bootstrap */
/* line 273, ../usr/local/bundle/ruby/3.3.0/gems/angular-ui-select-rails-0.18.1/vendor/assets/stylesheets/angular-ui-select.css */
.ui-select-container.direction-up[theme="bootstrap"] .ui-select-dropdown {
  box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.25);
}

/* line 1, app/assets/stylesheets/battery_soc_test.css */
h2.battery-soc45-roll-out {
  text-size: 3em;
  text-align: center;
  color: white;
  font-weight: bold;
  border: 4px solid #DB849D;
  background-color: #DB849D;
  margin-bottom: 10px;
}

/* line 11, app/assets/stylesheets/battery_soc_test.css */
h2.battery-soc45-roll-out > a {
  color: #DB849D;
}

/* line 1, app/assets/stylesheets/active_admin_custom.scss */
.panel > .with-tags {
  display: flex;
  align-items: center;
  background-color: #f4f4f4;
  border-bottom: 1px solid #e0e0e0;
  padding: 16px;
}

/* line 8, app/assets/stylesheets/active_admin_custom.scss */
.panel > .with-tags h3 {
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #8a8a92;
}

/* line 15, app/assets/stylesheets/active_admin_custom.scss */
.panel > .with-tags .tags {
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* line 22, app/assets/stylesheets/active_admin_custom.scss */
span.item_number {
  color: #777;
}

/* line 26, app/assets/stylesheets/active_admin_custom.scss */
span.item_number .main {
  color: #111;
  padding-left: 1px;
}

/* line 31, app/assets/stylesheets/active_admin_custom.scss */
span.item_number .separator {
  padding-left: 1px;
  padding-right: 1px;
}

/* Make the error div a warning div */
/* line 37, app/assets/stylesheets/active_admin_custom.scss */
ul.errors.warnings {
  background: #c7c133;
  color: #5c5c5c;
}

/* visualizing tags and alerts */
/* line 44, app/assets/stylesheets/active_admin_custom.scss */
span.alert {
  color: #FFFFFF;
  border: 1px solid #b9203a;
  background-color: #b9203a;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1px 5px 0px 5px;
  font-size: 0.85em;
  white-space: nowrap;
  display: inline-block;
  margin: 2px 4px 4px 0px;
  border-radius: 2px;
}

/* line 58, app/assets/stylesheets/active_admin_custom.scss */
span.tag {
  color: #222;
  border: 1px solid #222;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1px 5px 0px 5px;
  font-size: 0.85em;
  white-space: nowrap;
  display: inline-block;
  margin: 2px 4px 4px 0px;
}

/* line 70, app/assets/stylesheets/active_admin_custom.scss */
span.status_tag_light {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 0px 2px;
  font-size: 0.85em;
  white-space: nowrap;
  display: inline-block;
}

/* line 79, app/assets/stylesheets/active_admin_custom.scss */
div.panel.review {
  opacity: 0.75;
}

/* line 83, app/assets/stylesheets/active_admin_custom.scss */
span.category, span.privileges {
  border: 1px solid #262184;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 1px 5px 0px 5px;
  font-size: 0.85em;
  white-space: nowrap;
  display: inline-block;
  margin: 2px 4px 4px 0px;
}

/* line 94, app/assets/stylesheets/active_admin_custom.scss */
span.category {
  color: #262184;
}

/* Pin flash on login form to the top. */
/* line 101, app/assets/stylesheets/active_admin_custom.scss */
body.logged_out.new .flash {
  position: absolute !important;
}

/* used in loan breakdown/price show from arbre component installment_with_schedule */
/* line 105, app/assets/stylesheets/active_admin_custom.scss */
.periods, .days {
  color: #777;
  font-weight: normal;
}

/* line 109, app/assets/stylesheets/active_admin_custom.scss */
.amount {
  padding: 0px 5px;
}

/* line 113, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form {
  /* prevent bullet points on lists which are not in an f.inputs container */
}

/* line 114, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs {
  background-color: #f3f3f3;
}

/* line 116, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs ol li.text textarea {
  height: 60px;
  width: 78.5%;
}

/* line 120, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs ol li.input input:not([type="checkbox"], [type="radio"]), body.active_admin form fieldset.inputs select {
  width: 100% !important;
}

/* line 126, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form li {
  list-style: none;
}

/* line 130, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs > legend {
  font-weight: 700;
  font-size: 1.1em;
  color: #006674;
}

/* re arrange filter string inputs to create more nicer equals inputs */
/* line 139, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form.filter_form .filter_form_field.select_and_search select {
  margin-right: 16px;
}

/* line 140, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form.filter_form .filter_form_field.select_and_search input[type=text] {
  margin-left: 0px;
}

/* line 143, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .action_items > :first-child {
  margin-left: 4px;
}

/* line 147, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .action_items a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin: 0 3 0 3;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: white;
  background: -moz-linear-gradient(-90deg, white, #e7e7e7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='white', endColorstr='#e7e7e7');
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: lightgrey;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: white 0 1px 0;
  color: #5e6469;
  padding: 12px 17px 10px;
  margin: 0px;
}

/* line 179, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .panel .action_items, body.active_admin .panel .actions {
  padding-bottom: 2px;
}

/* line 184, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .panel .action_items a, body.active_admin .panel .actions a {
  padding: 6px 10px;
}

/* line 189, app/assets/stylesheets/active_admin_custom.scss */
ul.actions {
  padding-left: 0;
}

/* line 192, app/assets/stylesheets/active_admin_custom.scss */
ul.actions li {
  display: inline;
  list-style-type: none;
  padding-right: 3px;
}

/* line 200, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .sidebar_section form fieldset {
  padding: 19px 0px 2px 0px;
  margin: 0px;
}

/* line 206, app/assets/stylesheets/active_admin_custom.scss */
.with_sidebar #main_content_wrapper {
  width: 100% !important;
}

/* line 210, app/assets/stylesheets/active_admin_custom.scss */
.with_sidebar #main_content {
  margin-right: 2%;
}

/* line 214, app/assets/stylesheets/active_admin_custom.scss */
.dashboard .columns {
  display: flex;
  flex-wrap: wrap;
}

/* line 219, app/assets/stylesheets/active_admin_custom.scss */
.no-transition {
  transition: none !important;
}

/* line 227, app/assets/stylesheets/active_admin_custom.scss */
#sidebar .sidebar_sections {
  top: 80px !important;
}

/* line 231, app/assets/stylesheets/active_admin_custom.scss */
.with_sidebar #sidebar.closed {
  width: 0%;
}

/* line 235, app/assets/stylesheets/active_admin_custom.scss */
.with_sidebar #sidebar.open {
  width: 100%;
}

/* line 240, app/assets/stylesheets/active_admin_custom.scss */
.right,
.index_table th.right {
  text-align: right;
}

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

/* line 248, app/assets/stylesheets/active_admin_custom.scss */
.understate {
  color: #bbb;
}

/* line 253, app/assets/stylesheets/active_admin_custom.scss */
table.limit_text_width td {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 15em;
}

/* line 262, app/assets/stylesheets/active_admin_custom.scss */
.clearfix:after {
  content: '.';
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

/* line 271, app/assets/stylesheets/active_admin_custom.scss */
.index_content .index_as_table table tbody tr td.col-actions {
  white-space: nowrap;
}

/* line 275, app/assets/stylesheets/active_admin_custom.scss */
.index_content {
  overflow-x: auto;
}

/* line 279, app/assets/stylesheets/active_admin_custom.scss */
.deg_container {
  margin-top: -20px;
}

/* line 285, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis {
  position: relative;
  max-width: 99.5%;
}

/* line 288, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .system-age {
  position: relative;
  height: 20px;
  overflow: hidden;
  border-right: 1px #bbb solid;
}

/* line 294, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .system-age .year {
  position: absolute;
  top: 0px;
  height: 19px;
  border-bottom: 1px #bbb solid;
  border-left: 1px #bbb solid;
}

/* line 301, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .system-age .year .label {
  color: #777;
  padding: 0px 6px;
}

/* line 308, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .charge-transactions {
  position: relative;
  background-color: #EBEBEB;
  margin: 8px 0px;
  height: 40px;
  overflow: hidden;
}

/* line 314, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .charge-transactions .charge-transaction {
  position: absolute;
  top: 0px;
  height: 100%;
  border-left: 1px solid #FFFFFF;
}

/* line 322, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .calendar {
  position: relative;
  height: 20px;
  overflow: hidden;
  border-right: 1px #bbb solid;
}

/* line 328, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .calendar .year {
  position: absolute;
  top: 0px;
  height: 19px;
  border-top: 1px #bbb solid;
  border-left: 1px #bbb solid;
}

/* line 334, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .calendar .year .label {
  color: #777;
  padding: 3px 6px;
}

/* line 341, app/assets/stylesheets/active_admin_custom.scss */
.charge-vis .today {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 3px;
  background-color: black;
  opacity: 0.2;
}

/* line 351, app/assets/stylesheets/active_admin_custom.scss */
.performance-links {
  position: relative;
  padding-top: 5px;
  padding-bottom: inherit;
}

/* line 355, app/assets/stylesheets/active_admin_custom.scss */
.performance-links .color-toggle-link {
  position: absolute;
  left: 0;
}

/* line 359, app/assets/stylesheets/active_admin_custom.scss */
.performance-links .preview-link {
  position: absolute;
  right: 0;
}

/* line 364, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction.grace_period {
  background-color: #00b6c9;
}

/* line 365, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction.compensation {
  background-color: #66a3d2;
}

/* line 366, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction.cash {
  background-color: #996ad6;
}

/* line 367, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction.mobile_money {
  background-color: #006674;
}

/* line 368, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction.down_payment {
  background-color: #006674;
}

/* line 369, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction.payment {
  background-color: #006674;
}

/* line 370, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction.rescue {
  background-color: #d51c5a;
}

/* line 371, app/assets/stylesheets/active_admin_custom.scss */
.charge-transaction:hover {
  opacity: 0.7;
}

/* line 374, app/assets/stylesheets/active_admin_custom.scss */
.status_tag {
  white-space: nowrap;
}

/* line 376, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_paygo_device.active {
  background-color: #2e9f2f;
}

/* line 377, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_paygo_device.canceled {
  background-color: #8a8a92;
}

/* line 378, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_paygo_device.master_unlocked {
  background-color: #262184;
}

/* line 380, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_payment.received {
  background-color: #2e9f2f;
}

/* line 381, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_payment.processed {
  background-color: #c7c133;
}

/* line 382, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_payment.error {
  background-color: #b9203a;
}

/* line 384, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_downpayment.active {
  background-color: #2e9f2f;
}

/* line 385, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_downpayment.canceled {
  background-color: #8a8a92;
}

/* line 386, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_downpayment.paid_off {
  background-color: #3b6f9a;
}

/* line 388, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_product.active {
  background-color: #2e9f2f;
}

/* line 389, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_product.canceled {
  background-color: #8a8a92;
}

/* line 390, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_product.paid_off {
  background-color: #262184;
}

/* line 392, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_journal_entry.processed {
  background-color: #2e9f2f;
}

/* line 393, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_journal_entry.processing {
  background-color: #c7c133;
}

/* line 395, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_cash_portfolio.active {
  background-color: #2e9f2f;
}

/* line 396, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_cash_portfolio.terminated {
  background-color: #8a8a92;
}

/* line 397, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_loan_portfolio.active {
  background-color: #2e9f2f;
}

/* line 398, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_loan_portfolio.terminated {
  background-color: #8a8a92;
}

/* line 399, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_subscription_portfolio.active {
  background-color: #2e9f2f;
}

/* line 400, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.alms_subscription_portfolio.terminated {
  background-color: #8a8a92;
}

/* line 402, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.maintained {
  background-color: #2e9f2f;
}

/* line 403, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.in_grace_period {
  background-color: #c7c133;
}

/* line 404, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.exceeded_grace_period {
  background-color: #b9203a;
}

/* line 405, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.exceeded_loan_period {
  background-color: #b9203a;
}

/* line 406, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.defaulted {
  background-color: #353535;
}

/* line 407, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.canceled {
  background-color: #8a8a92;
}

/* line 408, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.potentially_paid_off {
  background-color: #3b6f9a;
}

/* line 409, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_account.paid_off {
  background-color: #262184;
}

/* line 411, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.catchup_plan.active {
  background-color: #2e9f2f;
}

/* line 412, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.catchup_plan.inactive {
  background-color: #8a8a92;
}

/* line 415, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.maintained {
  background-color: #2e9f2f;
}

/* line 416, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.in_grace_period {
  background-color: #c7c133;
}

/* line 417, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.exceeded_grace_period {
  background-color: #b9203a;
}

/* line 418, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.needs_attention {
  background-color: #b9203a;
}

/* line 419, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.defaulted {
  background-color: #353535;
}

/* line 420, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.canceled {
  background-color: #353535;
}

/* line 421, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.potentially_paid_off {
  background-color: #3b6f9a;
}

/* line 422, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.loan_portfolio.paid_off {
  background-color: #262184;
}

/* line 425, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.charge_account.charging {
  background-color: #2e9f2f;
}

/* line 426, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.charge_account.not_charging {
  background-color: #b9203a;
}

/* line 427, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.charge_account.locked {
  background-color: #332CB0;
}

/* line 428, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.charge_account.unlocked {
  background-color: #332CB0;
}

/* line 431, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.old_maintenance_case.opened {
  background-color: #b9203a;
}

/* line 432, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.old_maintenance_case.assigned {
  background-color: #f1a106;
}

/* line 433, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.old_maintenance_case.action_taken {
  background-color: #f1a106;
}

/* line 434, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.old_maintenance_case.solved_for_customer {
  background-color: #027505;
}

/* line 435, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.old_maintenance_case.errors_documented {
  background-color: #53028c;
}

/* line 436, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.old_maintenance_case.fixed {
  background-color: #8bc34a;
}

/* line 437, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.old_maintenance_case.broken {
  background-color: #353535;
}

/* line 440, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.created {
  background-color: #2e9f2f;
}

/* line 441, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.visit_pending {
  background-color: #3b6f9a;
}

/* line 442, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.visit_pending_ontime {
  background-color: #3b6f9a;
}

/* line 443, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.visit_pending_overdue {
  background-color: #b9203a;
}

/* line 444, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.monitoring {
  background-color: #3b6f9a;
}

/* line 445, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.solved {
  background-color: #353535;
}

/* line 446, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.visit_incomplete {
  background-color: #b9203a;
}

/* line 447, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.monitoring_finished {
  background-color: #b9203a;
}

/* line 448, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.visit_complete {
  background-color: #b9203a;
}

/* line 449, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_case.visit_overdue {
  background-color: #b9203a;
}

/* line 452, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_visit.assigned {
  background-color: #8bc34a;
}

/* line 453, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_visit.accepted {
  background-color: #3f51b5;
}

/* line 454, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_visit.scheduled {
  background-color: #3f51b5;
}

/* line 455, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_visit.in_progress {
  background-color: #3f51b5;
}

/* line 456, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_visit.rejected {
  background-color: #353535;
}

/* line 457, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_visit.cancelled {
  background-color: #353535;
}

/* line 458, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.maintenance_visit.completed {
  background-color: #353535;
}

/* line 461, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.installation_case.created {
  background-color: #EBEBEB;
}

/* line 462, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.installation_case.assigned {
  background-color: #8bc34a;
}

/* line 463, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.installation_case.accepted {
  background-color: #3f51b5;
}

/* line 464, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.installation_case.scheduled {
  background-color: #3f51b5;
}

/* line 465, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.installation_case.rejected {
  background-color: #353535;
}

/* line 466, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.installation_case.cancelled {
  background-color: #353535;
}

/* line 467, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.installation_case.completed {
  background-color: #353535;
}

/* line 470, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.handed_over {
  background-color: #FEA583;
}

/* line 471, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.sold {
  background-color: #2e9f2f;
}

/* line 472, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.ready_for_sale {
  background-color: #c7c133;
}

/* line 473, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.created {
  background-color: #3b6f9a;
}

/* line 474, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.returned {
  background-color: #b9203a;
}

/* line 475, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.disassembled {
  background-color: #8a8a92;
}

/* line 476, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.lost {
  background-color: #353535;
}

/* line 477, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.reused {
  background-color: #8a8a92;
}

/* line 478, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.system.demo {
  background-color: #a27420;
}

/* line 481, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.lead {
  background-color: #FEA583;
}

/* line 482, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.applied {
  background-color: #3b6f9a;
}

/* line 483, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.rejected {
  background-color: #a57c24;
}

/* line 484, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.approved {
  background-color: #e24f0e;
}

/* line 485, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.active {
  background-color: #ffcf00;
}

/* line 486, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.inactive {
  background-color: #d6d371;
}

/* line 487, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.passive {
  background-color: #5E5E6F;
}

/* line 488, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.customer.shadow {
  background-color: #00e5ff;
}

/* line 491, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.sales_case.open {
  background-color: #3b6f9a;
}

/* line 492, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.sales_case.applied {
  background-color: #a57c24;
}

/* line 493, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.sales_case.rejected {
  background-color: #F57612;
}

/* line 494, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.sales_case.approved {
  background-color: #00e5ff;
}

/* line 495, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.sales_case.finalized {
  background-color: #2e9f2f;
}

/* line 496, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.sales_case.closed {
  background-color: #b9203a;
}

/* line 498, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.package.complete {
  background-color: #2e9f2f;
}

/* line 499, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.package.incomplete {
  background-color: #b9203a;
}

/* line 502, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.unused {
  background-color: #2e9f2f;
}

/* line 503, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_unused {
  background-color: #2F8232;
}

/* line 504, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.good_as_new {
  background-color: #2e9f2f;
}

/* line 505, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_good_as_new {
  background-color: #2F8232;
}

/* line 506, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.refurbished_a {
  background-color: #c7c133;
}

/* line 507, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_refurbished_a {
  background-color: #D9AE2E;
}

/* line 508, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.refurbished_b {
  background-color: #FEA583;
}

/* line 509, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_refurbished_b {
  background-color: #F57612;
}

/* line 510, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.needs_revision {
  background-color: #b9203a;
}

/* line 511, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_needs_revision {
  background-color: #B02E2C;
}

/* line 512, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.broken {
  background-color: #353535;
}

/* line 513, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_broken {
  background-color: #1F1F1F;
}

/* line 514, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.missing {
  background-color: #353535;
}

/* line 515, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_missing {
  background-color: #1F1F1F;
}

/* line 516, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.disassembled {
  background-color: #353535;
}

/* line 517, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_disassembled {
  background-color: #1F1F1F;
}

/* line 518, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.usable {
  background-color: #2e9f2f;
}

/* line 519, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_usable {
  background-color: #2F8232;
}

/* line 520, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.unusable {
  background-color: #b9203a;
}

/* line 521, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.mark_as_unusable {
  background-color: #B02E2C;
}

/* line 522, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.item_condition.exported {
  background-color: #353535;
}

/* line 525, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.quick_load_transport.pending {
  background-color: #EBEBEB;
}

/* line 526, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.quick_load_transport.done {
  background-color: #2e9f2f;
}

/* line 529, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.referral.lead {
  background-color: #b9203a;
}

/* line 530, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.referral.converted {
  background-color: #FEA583;
}

/* line 531, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.referral.confirmed {
  background-color: #FEA583;
}

/* line 532, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.referral.ready_for_payout {
  background-color: #cddc39;
}

/* line 533, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.referral.automatic_payout_requested {
  background-color: #cddc39;
}

/* line 534, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.referral.paid_out {
  background-color: #2e9f2f;
}

/* line 535, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.referral.rejected {
  background-color: #353535;
}

/* line 538, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.generic.active {
  background-color: #2e9f2f;
}

/* line 539, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.generic.archived {
  background-color: #8a8a92;
}

/* line 542, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.hub.open {
  background-color: #2e9f2f;
}

/* line 543, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.hub.closed {
  background-color: #b9203a;
}

/* line 546, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.commission.paid_out.true {
  background-color: #2e9f2f;
}

/* line 547, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.commission.paid_out.false {
  background-color: #b9203a;
}

/* line 550, app/assets/stylesheets/active_admin_custom.scss */
.fw_updates.uptodate {
  color: #8bc34a;
  font-weight: bold;
}

/* line 551, app/assets/stylesheets/active_admin_custom.scss */
.fw_updates.pending {
  color: #FEA583;
  font-weight: bold;
}

/* line 552, app/assets/stylesheets/active_admin_custom.scss */
.fw_updates.disabled {
  color: #b9203a;
  font-weight: bold;
}

/* line 553, app/assets/stylesheets/active_admin_custom.scss */
.fw_updates.fail {
  color: #353535;
  font-weight: bold;
}

/* line 556, app/assets/stylesheets/active_admin_custom.scss */
.log_history.positive {
  color: #8bc34a;
  font-weight: bold;
}

/* line 557, app/assets/stylesheets/active_admin_custom.scss */
.log_history.negative {
  color: #b9203a;
  font-weight: bold;
}

/* line 561, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_0 {
  background-color: #BB0000;
}

/* line 562, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_1 {
  background-color: #E06F00;
}

/* line 563, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_2 {
  background-color: #E0E000;
}

/* line 564, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_3 {
  background-color: #00B000;
}

/* line 565, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_4 {
  background-color: #FFA502;
}

/* line 566, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_5 {
  background-color: #FFC800;
}

/* line 567, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_6 {
  background-color: #0087B0;
}

/* line 568, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.urgency_7 {
  background-color: #00B0A8;
}

/* line 571, app/assets/stylesheets/active_admin_custom.scss */
.tooltip {
  position: relative;
  display: inline-block;
}

/* line 575, app/assets/stylesheets/active_admin_custom.scss */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 110%;
}

/* line 589, app/assets/stylesheets/active_admin_custom.scss */
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 20%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

/* line 601, app/assets/stylesheets/active_admin_custom.scss */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

/* line 609, app/assets/stylesheets/active_admin_custom.scss */
.external_loan_state.pending {
  background-color: #c7c133;
}

/* line 610, app/assets/stylesheets/active_admin_custom.scss */
.external_loan_state.accepted {
  background-color: #3b6f9a;
}

/* line 611, app/assets/stylesheets/active_admin_custom.scss */
.external_loan_state.disbursed {
  background-color: #2e9f2f;
}

/* line 612, app/assets/stylesheets/active_admin_custom.scss */
.external_loan_state.defaulted {
  background-color: #b9203a;
}

/* line 613, app/assets/stylesheets/active_admin_custom.scss */
.external_loan_state.boughtback {
  background-color: #8a8a92;
}

/* line 614, app/assets/stylesheets/active_admin_custom.scss */
.external_loan_state.repaid {
  background-color: #2e9f2f;
}

/* line 617, app/assets/stylesheets/active_admin_custom.scss */
#title_bar .action_items span.action_item > a.dev-button {
  background-color: #64ff64;
  background-image: none;
}

/* line 620, app/assets/stylesheets/active_admin_custom.scss */
#title_bar .action_items span.action_item > a.dev-button:hover {
  background-image: none;
  background-color: #c8ffc8;
}

/* line 626, app/assets/stylesheets/active_admin_custom.scss */
#titlebar_right {
  transition: margin-right 0.25s;
  transition-delay: 100ms;
}

/* line 632, app/assets/stylesheets/active_admin_custom.scss */
.dot {
  width: 14px;
  height: 14px;
  border-radius: 7px;
  float: left;
  margin-right: 7px;
}

/* line 642, app/assets/stylesheets/active_admin_custom.scss */
.square_label {
  width: 14px;
  height: 14px;
  float: left;
  margin-right: 7px;
  border-radius: 2px;
}

/* line 650, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.warranty.good {
  background-color: #23D2B5;
  text-transform: capitalize;
}

/* line 651, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.warranty.about_to_expire {
  background-color: #FF8C47;
  text-transform: capitalize;
}

/* line 652, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.warranty.expired {
  background-color: #F34E46;
  text-transform: capitalize;
}

/* line 653, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.warranty.not_provided {
  background-color: #8a8a92;
  text-transform: capitalize;
}

/* line 655, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.warranty.out_of_warranty {
  background-color: #F34E46;
  text-transform: capitalize;
}

/* line 656, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.warranty.under_warranty {
  background-color: #23D2B5;
  text-transform: capitalize;
}

/* line 658, app/assets/stylesheets/active_admin_custom.scss */
.square_label.good {
  background-color: #23D2B5;
}

/* line 659, app/assets/stylesheets/active_admin_custom.scss */
.square_label.about_to_expire {
  background-color: #FF8C47;
}

/* line 660, app/assets/stylesheets/active_admin_custom.scss */
.square_label.expired {
  background-color: #F34E46;
}

/* line 661, app/assets/stylesheets/active_admin_custom.scss */
.square_label.not_provided {
  width: 24px;
  height: 24px;
}

/* line 665, app/assets/stylesheets/active_admin_custom.scss */
.square_label.not_provided::before {
  content: "N/A";
}

/* line 669, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.good {
  background-color: #23D2B5;
}

/* line 670, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.about_to_expire {
  background-color: #FF8C47;
}

/* line 671, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.expired {
  background-color: #F34E46;
}

/* line 672, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.not_available {
  background-color: #8a8a92;
}

/* line 674, app/assets/stylesheets/active_admin_custom.scss */
.remote_charge_warning {
  width: 20px;
  height: 20px;
  float: right;
  margin-left: 9px;
  background-image: url(/assets/exclamation_mark-72856b4d1a54e9862abc0402830a184e5d17530260de9272b2fa72cf1bf3780a.png);
}

/* line 682, app/assets/stylesheets/active_admin_custom.scss */
.dot.charging_on {
  background-color: #8bc34a;
}

/* line 683, app/assets/stylesheets/active_admin_custom.scss */
.dot.charging_critical {
  background-color: #c7c133;
}

/* line 684, app/assets/stylesheets/active_admin_custom.scss */
.dot.charging_off {
  background-color: #b9203a;
}

/* line 685, app/assets/stylesheets/active_admin_custom.scss */
.dot.charging_unknown {
  background-color: #8a8a92;
}

/* line 688, app/assets/stylesheets/active_admin_custom.scss */
.charge_status .charge_status_reason {
  color: #aaa;
  white-space: nowrap;
}

/* line 695, app/assets/stylesheets/active_admin_custom.scss */
.progress-bar {
  border: 1px solid #969ca2;
  border-radius: 3px;
  width: 98%;
  height: 26px;
  padding: 2px;
  margin: 0;
  overflow: hidden;
}

/* line 704, app/assets/stylesheets/active_admin_custom.scss */
.progress-bar .label {
  position: absolute;
  font-size: 12px;
  line-height: 20px;
  color: #323537;
  padding: 0px 4px;
}

/* line 712, app/assets/stylesheets/active_admin_custom.scss */
.progress-bar .fill {
  position: relative;
  background: #969ca2;
  height: 100%;
  white-space: nowrap;
  overflow: hidden;
  color: #fff;
  border-radius: 2px;
}

/* line 721, app/assets/stylesheets/active_admin_custom.scss */
.progress-bar .fill .good {
  background: #23D2B5 !important;
}

/* line 725, app/assets/stylesheets/active_admin_custom.scss */
.progress-bar .fill .about_to_expire {
  background: #FF8C47 !important;
}

/* line 729, app/assets/stylesheets/active_admin_custom.scss */
.progress-bar .fill .expired {
  background: #F34E46 !important;
}

/* line 735, app/assets/stylesheets/active_admin_custom.scss */
li fieldset ol li {
  margin-top: 2px;
  margin-bottom: 2em;
}

/* line 742, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs fieldset.inputs {
  border-radius: none;
  box-shadow: none;
}

/* line 748, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs fieldset.inputs legend {
  position: relative;
  width: auto;
}

/* line 751, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs fieldset.inputs legend span {
  position: relative;
  background: none;
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
  padding: 0 0 15px 0;
  opacity: 0.7;
}

/* line 761, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs fieldset.inputs legend span:after {
  content: ":";
}

/* line 765, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form fieldset.inputs fieldset.inputs ol {
  padding: 0;
  width: 100%;
}

/* make select2 look good in nested forms */
/* line 772, app/assets/stylesheets/active_admin_custom.scss */
.select2_tag .select2-search-field {
  padding: 0px !important;
}

/* line 776, app/assets/stylesheets/active_admin_custom.scss */
.select2-search-field {
  width: 50% !important;
}

/* line 780, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form .has_many {
  padding-bottom: 30px;
}

/* line 784, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form input[type="checkbox"] {
  vertical-align: middle;
}

/* line 790, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin a.view_link {
  text-decoration: none;
  opacity: 0.8;
}

/* line 797, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin a.view_link:hover {
  opacity: 1;
}

/* line 801, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin tr.total_row td {
  font-weight: bold;
  border-top: 1px #8a8a92 dotted;
  padding-top: 10px;
}

/* line 807, app/assets/stylesheets/active_admin_custom.scss */
tr.seven-column-table th {
  width: 14.2%;
}

/* line 812, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .panel.parent-customertrue {
  background-color: #c7c133;
}

/* line 816, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .additional-contacttrue {
  color: #b9203a;
}

/* line 820, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .system-returned {
  max-width: 100px;
}

/* line 826, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin #header img {
  top: 1px;
}

/* line 831, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .boolean.input {
  margin-bottom: 15px;
}

/* line 836, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form.old_maintenance_case fieldset {
  padding-top: 0;
}

/* line 841, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin #title_bar .action_items a {
  padding: 12px 10px 10px;
}

/* line 845, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .table_tools_segmented_control {
  margin-block-start: 0em;
  margin-block-end: 0em;
}

/* line 850, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .batch_actions_selector {
  margin-right: 0px;
}

/* line 854, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin #logout > a {
  width: 100%;
}

/* line 858, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .nav-tabs > li.ui-tabs-tab > a {
  color: rgba(9, 8, 8, 0.6);
  padding: 8px;
  text-transform: capitalize;
  letter-spacing: 0.01em;
}

/* line 865, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .nav-tabs {
  margin-left: 5px;
}

/* line 869, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .nav-tabs .ui-state-active a {
  background-color: #EBEBEB;
  color: #5c5c5c !important;
  font-weight: bold;
}

/* line 876, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin #tabs a.with-top-separator {
  margin-left: 4px;
  margin-right: 4px;
  text-indent: -4px;
  border-top: 1px dotted #ababab;
  border-radius: 0px;
}

/* line 885, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .past {
  color: red;
}

/* line 890, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .nested-form-margin-left {
  margin-left: 280px;
  display: block;
  width: 50%;
}

/* line 894, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin .nested-form-margin-left.hidden {
  display: none;
}

/* line 900, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin span.action_item a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 907, app/assets/stylesheets/active_admin_custom.scss */
#batch_actions_selector .dropdown_menu_list_wrapper {
  margin-left: 38px;
}

/* line 913, app/assets/stylesheets/active_admin_custom.scss */
body.index.maintenance_cases div.blank_slate_container {
  display: none;
}

/* line 918, app/assets/stylesheets/active_admin_custom.scss */
body.index.maintenance_case_requests div.blank_slate_container {
  display: none;
}

/* line 922, app/assets/stylesheets/active_admin_custom.scss */
.panel.outer_maintenance_form fieldset {
  box-shadow: none;
}

/* line 927, app/assets/stylesheets/active_admin_custom.scss */
.panel.nested_maintenance_form {
  box-shadow: none;
  background-color: inherit !important;
  margin-left: -16px;
  /* On pages with double nesting (maintenance_visits#new, maintenance_monitoring_periods#new),
     the "symptoms" attribute for the first-level nesting (maintenance_case) has a select
     field where the choices+search list items  match AA's filter for list items in the
     fieldset and therefore have 10px padding. */
  /* On the MC#solve page with its single nesting, the symptoms attribute does not get the
     usual AA stylings. */
}

/* line 936, app/assets/stylesheets/active_admin_custom.scss */
.panel.nested_maintenance_form .panel_contents .select2-container li {
  padding: 0 !important;
  margin: 0 !important;
}

/* line 940, app/assets/stylesheets/active_admin_custom.scss */
.panel.nested_maintenance_form .panel_contents .select2-container li.select2-search-choice {
  padding: 3px 5px 3px 18px !important;
  margin: 3px 0 3px 5px !important;
}

/* line 947, app/assets/stylesheets/active_admin_custom.scss */
.panel.nested_maintenance_form #maintenance_case_symptoms_input label {
  /* Copied from AA's "form fieldset ol li > label" */
  display: block;
  width: 20%;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  color: #91A0AD;
}

/* line 959, app/assets/stylesheets/active_admin_custom.scss */
.panel_contents > #attachment-panel > table {
  margin: 0px -16px;
}

/* line 964, app/assets/stylesheets/active_admin_custom.scss */
ul.supply_items_tree {
  font-family: "Ubuntu Mono", "Courier New", monospace;
}

/* line 966, app/assets/stylesheets/active_admin_custom.scss */
ul.supply_items_tree a {
  text-decoration: none;
}

/* line 969, app/assets/stylesheets/active_admin_custom.scss */
ul.supply_items_tree li {
  position: relative;
  list-style-type: none;
}

/* line 972, app/assets/stylesheets/active_admin_custom.scss */
ul.supply_items_tree li.node {
  font-weight: bolder;
}

/* line 975, app/assets/stylesheets/active_admin_custom.scss */
ul.supply_items_tree li.leaf {
  font-weight: normal;
}

/* line 978, app/assets/stylesheets/active_admin_custom.scss */
ul.supply_items_tree li .children_indicator {
  position: absolute;
  left: -15px;
}

/* line 986, app/assets/stylesheets/active_admin_custom.scss */
#recheckApp #input_serial, #recheckApp ul {
  font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* line 989, app/assets/stylesheets/active_admin_custom.scss */
#recheckApp ul {
  list-style: none;
}

/* line 995, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp #input_serial {
  font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* line 998, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp ul {
  list-style: none;
  padding-left: 0;
}

/* line 1002, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .item_summary_name {
  float: left;
  cursor: pointer;
}

/* line 1005, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .item_summary_name:hover {
  color: #24195f;
  text-decoration: underline;
}

/* line 1010, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .item_details_are_shown:before {
  content: "▾ ";
}

/* line 1013, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .item_details_are_hidden:before {
  content: "▹ ";
}

/* line 1016, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp #transport_items .panel_contents {
  padding-top: 13px;
}

/* line 1019, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .aLog {
  border-bottom: 7px solid #d3d3d3;
}

/* line 1022, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .item_summary_amount {
  float: right;
  font-weight: bolder;
}

/* line 1026, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .load_log_list > li {
  border-bottom: 2px solid #d3d3d3;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

/* line 1030, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .load_log_list > li:last-child {
  border-bottom: 0;
}

/* line 1034, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_bulk, #loadTransportApp .loaded_system, #loadTransportApp .loaded_item {
  width: 100%;
}

/* line 1037, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_status, #loadTransportApp .loaded_remove {
  float: right;
}

/* line 1040, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_remove {
  outline: 1px solid grey;
  padding: 5px 8px;
  background-color: #e8e8e8;
  cursor: pointer;
}

/* line 1045, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_remove:hover {
  background-color: #c1c1c1;
}

/* line 1049, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_kind {
  display: inline-block;
  width: 50px;
  vertical-align: top;
}

/* line 1054, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_not_ready_for_sale {
  display: inline-block;
  background-color: #ffc107;
  color: white;
  padding: 2px;
  padding-inline: 7px;
  border-radius: 5px;
  font-size: 0.7em;
  font-weight: bold;
  text-transform: uppercase;
}

/* line 1066, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_ready_for_sale {
  display: none;
}

/* line 1070, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_system_number {
  font-size: 120%;
}

/* line 1073, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_name, #loadTransportApp .loaded_amount, #loadTransportApp .loaded_serial {
  font-weight: bolder;
}

/* line 1076, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_system_number {
  margin-right: 7px;
  font-weight: bolder;
  font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* line 1081, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_serial, #loadTransportApp .loaded_system_part_serial {
  font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
  display: inline-block;
}

/* line 1085, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_serial {
  min-width: 120px;
  margin-right: 20px;
}

/* line 1089, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_system_part_serial {
  margin-right: 15px;
  min-width: 80px;
}

/* line 1093, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_system_parts {
  margin-left: 60px;
}

/* line 1095, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .loaded_system_parts li {
  margin-top: 5px;
}

/* line 1099, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .summary_panel {
  font-size: 80%;
}

/* line 1101, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .summary_panel li {
  display: block;
  clear: both;
}

/* line 1106, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .product_item_sub_serial {
  margin-left: 7px;
  font-size: 90%;
  font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* line 1111, app/assets/stylesheets/active_admin_custom.scss */
#loadTransportApp .status_tag {
  font-size: 0.7em;
}

/* line 1119, app/assets/stylesheets/active_admin_custom.scss */
#batch_register #input_serial:disabled, #loadTransportApp #input_serial:disabled {
  background-color: lightgrey;
}

/* line 1127, app/assets/stylesheets/active_admin_custom.scss */
#batch_register tbody, #loadTransportApp tbody {
  font-size: 12px;
}

/* line 1131, app/assets/stylesheets/active_admin_custom.scss */
#batch_register tr.current td, #loadTransportApp tr.current td {
  font-size: 120%;
  padding: 30px 10px;
  min-height: 80px;
}

/* line 1137, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .imei, #loadTransportApp .imei {
  font-family: "Ubuntu Mono", Courier New, Andale Mono, Courier, monospace;
}

/* line 1141, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .serial, #loadTransportApp .serial {
  font-family: "Ubuntu Mono", Courier New, Andale Mono, Courier, monospace;
}

/* line 1146, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .status .ok, #loadTransportApp .status .ok {
  color: green;
}

/* line 1149, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .status .error, #loadTransportApp .status .error {
  color: red;
}

/* line 1155, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .message .error, #loadTransportApp .message .error {
  font-weight: bolder;
}

/* line 1158, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .message .in_progress, #loadTransportApp .message .in_progress {
  font-style: italic;
}

/* line 1166, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .warning_overlay_popup .overlay_background, #batch_register .item_creation_wizard .overlay_background, #batch_register .supplier_container_popup .overlay_background, #loadTransportApp .warning_overlay_popup .overlay_background, #loadTransportApp .item_creation_wizard .overlay_background, #loadTransportApp .supplier_container_popup .overlay_background {
  z-index: 9998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  opacity: 0.7;
  /* modern browser */
  -moz-opacity: 0.7;
  /* older Mozilla browser */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  /* IE8 in Standard Compliant Mode */
  filter: alpha(opacity=70);
  /* IE5.x -7.0 */
}

/* line 1180, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .warning_overlay_popup .overlay_popup_message, #batch_register .item_creation_wizard .overlay_popup_message, #batch_register .supplier_container_popup .overlay_popup_message, #loadTransportApp .warning_overlay_popup .overlay_popup_message, #loadTransportApp .item_creation_wizard .overlay_popup_message, #loadTransportApp .supplier_container_popup .overlay_popup_message {
  font-size: 150%;
  line-height: 120%;
  margin-bottom: 50px;
}

/* line 1187, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .warning_overlay_popup .overlay_popup_buttons div, #batch_register .item_creation_wizard .overlay_popup_buttons div, #batch_register .supplier_container_popup .overlay_popup_buttons div, #loadTransportApp .warning_overlay_popup .overlay_popup_buttons div, #loadTransportApp .item_creation_wizard .overlay_popup_buttons div, #loadTransportApp .supplier_container_popup .overlay_popup_buttons div {
  font-size: 120%;
  display: inline-block;
  outline: 1px solid #101010;
  padding: 10px 20px;
  margin: 0 10px;
  font-weight: bold;
}

/* line 1196, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .warning_overlay_popup .overlay_popup_buttons .overlay_popup_confirm, #batch_register .item_creation_wizard .overlay_popup_buttons .overlay_popup_confirm, #batch_register .supplier_container_popup .overlay_popup_buttons .overlay_popup_confirm, #loadTransportApp .warning_overlay_popup .overlay_popup_buttons .overlay_popup_confirm, #loadTransportApp .item_creation_wizard .overlay_popup_buttons .overlay_popup_confirm, #loadTransportApp .supplier_container_popup .overlay_popup_buttons .overlay_popup_confirm {
  background-color: #00af00;
}

/* line 1199, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .warning_overlay_popup .overlay_popup_buttons .overlay_popup_confirm:hover, #batch_register .item_creation_wizard .overlay_popup_buttons .overlay_popup_confirm:hover, #batch_register .supplier_container_popup .overlay_popup_buttons .overlay_popup_confirm:hover, #loadTransportApp .warning_overlay_popup .overlay_popup_buttons .overlay_popup_confirm:hover, #loadTransportApp .item_creation_wizard .overlay_popup_buttons .overlay_popup_confirm:hover, #loadTransportApp .supplier_container_popup .overlay_popup_buttons .overlay_popup_confirm:hover {
  background-color: #00e200;
}

/* line 1204, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .warning_overlay_popup .overlay_popup_buttons .overlay_popup_deny, #batch_register .item_creation_wizard .overlay_popup_buttons .overlay_popup_deny, #batch_register .supplier_container_popup .overlay_popup_buttons .overlay_popup_deny, #loadTransportApp .warning_overlay_popup .overlay_popup_buttons .overlay_popup_deny, #loadTransportApp .item_creation_wizard .overlay_popup_buttons .overlay_popup_deny, #loadTransportApp .supplier_container_popup .overlay_popup_buttons .overlay_popup_deny {
  background-color: #af3200;
}

/* line 1207, app/assets/stylesheets/active_admin_custom.scss */
#batch_register .warning_overlay_popup .overlay_popup_buttons .overlay_popup_deny:hover, #batch_register .item_creation_wizard .overlay_popup_buttons .overlay_popup_deny:hover, #batch_register .supplier_container_popup .overlay_popup_buttons .overlay_popup_deny:hover, #loadTransportApp .warning_overlay_popup .overlay_popup_buttons .overlay_popup_deny:hover, #loadTransportApp .item_creation_wizard .overlay_popup_buttons .overlay_popup_deny:hover, #loadTransportApp .supplier_container_popup .overlay_popup_buttons .overlay_popup_deny:hover {
  background-color: #e24100;
}

/* line 1216, app/assets/stylesheets/active_admin_custom.scss */
#select_hub_form .select2-container {
  width: 100% !important;
}

/* line 1220, app/assets/stylesheets/active_admin_custom.scss */
#select_hub_form select {
  max-width: 100%;
}

/* line 1226, app/assets/stylesheets/active_admin_custom.scss */
create_inventory_items .action-items {
  display: contents;
}

/* line 1232, app/assets/stylesheets/active_admin_custom.scss */
.warning_overlay_popup .overlay_popup_content, .item_creation_wizard .overlay_popup_content {
  width: 400px;
  z-index: 9999;
  position: fixed;
  top: 20%;
  left: 20%;
  background-color: #d3d3d3;
  padding: 40px;
  border: 5px solid #434343;
  color: black;
  text-align: center;
}

/* line 1247, app/assets/stylesheets/active_admin_custom.scss */
.supplier_container_popup .overlay_popup_content {
  z-index: 9999;
  position: fixed;
  overflow-x: auto;
  top: 5%;
  bottom: 5%;
  left: 20%;
  right: 20%;
  width: 60%;
  background-color: #d3d3d3;
  padding: 40px;
  border: 5px solid #434343;
  color: black;
  text-align: center;
}

/* line 1262, app/assets/stylesheets/active_admin_custom.scss */
.supplier_container_popup .overlay_popup_content p, .supplier_container_popup .overlay_popup_content ul {
  margin-bottom: 10px;
}

/* line 1265, app/assets/stylesheets/active_admin_custom.scss */
.supplier_container_popup .overlay_popup_content .overlay_popup_buttons {
  margin-top: 20px;
}

/* line 1271, app/assets/stylesheets/active_admin_custom.scss */
input#payroll_report_start_date {
  width: 50%;
}

/* line 1275, app/assets/stylesheets/active_admin_custom.scss */
input#payroll_report_end_date {
  width: 50%;
}

/* line 1280, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp ul {
  list-style: none;
}

/* line 1283, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #sidebar {
  max-width: 280px;
}

/* line 1287, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #inventory_items p {
  margin-bottom: 9px;
}

/* line 1290, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #inventory_items .kind {
  display: inline-block;
  width: 80px;
  text-align: right;
  padding-right: 8px;
}

/* line 1296, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #inventory_items .serial {
  font-family: monospace;
}

/* line 1301, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #products_column .panel {
  margin-bottom: 5px;
}

/* line 1303, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #products_column .panel ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 1307, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #products_column .panel ul li {
  margin-top: 3px;
}

/* line 1309, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #products_column .panel ul li:hover {
  text-decoration: underline;
  cursor: pointer;
}

/* line 1314, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp #products_column .panel ul .selected {
  font-weight: bold;
}

/* line 1321, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp .filter_form_field {
  display: block;
}

/* line 1326, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp .buttons .apply_filters_span {
  margin-right: 10px;
  border-radius: 200px;
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  padding: 7px 16px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  cursor: pointer;
  -o-border-image: none;
     border-image: none;
  border-color: #616A71 #484E53 #363B3F;
  background-color: #616A71;
  color: white;
}

/* line 1333, app/assets/stylesheets/active_admin_custom.scss */
#showInventoryApp .buttons .clear_filters_span {
  margin-right: 10px;
  border-radius: 200px;
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  padding: 7px 16px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  cursor: pointer;
  -o-border-image: none;
     border-image: none;
  margin-right: 3px;
  background: -moz-linear-gradient(-90deg, #FFF, #E7E7E7) repeat scroll 0% 0% transparent;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.8) inset;
  border-image: none;
  border-color: #D3D3D3 #C7C7C7 #C2C2C2;
  text-shadow: 0px 1px 0px #FFF;
  color: #5E6469;
  cursor: pointer;
}

/* line 1347, app/assets/stylesheets/active_admin_custom.scss */
.desired_product {
  color: #FEA583;
}

/* Angular xeditable in place editing */
/* line 1352, app/assets/stylesheets/active_admin_custom.scss */
form.editable-wrap {
  z-index: 9999;
  position: absolute;
  display: block;
  background-color: #EBEBEB;
  border: 1px solid #c2c0bf;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.16);
  padding: 10px;
}

/* line 1361, app/assets/stylesheets/active_admin_custom.scss */
form.editable-wrap .editable-input {
  display: block;
  width: 150px;
  margin-bottom: 5px;
  font-family: "Anonymous Pro", "Inconsolata", "Menlo", "Consolas", "Bitstream Vera Sans Mono", "Courier New", monospace;
}

/* line 1368, app/assets/stylesheets/active_admin_custom.scss */
form.editable-wrap .editable-error {
  padding: 3px;
  background-color: #ff4081;
  margin-top: 5px;
}

/* line 1375, app/assets/stylesheets/active_admin_custom.scss */
form > fieldset.inputs > ol > fieldset {
  margin: 10px;
}

/* line 1379, app/assets/stylesheets/active_admin_custom.scss */
.icon-in-table {
  height: 12px;
}

/* line 1383, app/assets/stylesheets/active_admin_custom.scss */
.delete-icon-link {
  vertical-align: top;
}

/* line 1387, app/assets/stylesheets/active_admin_custom.scss */
.height-restricted-scroll {
  max-height: 400px;
  overflow-y: auto;
}

/* line 1394, app/assets/stylesheets/active_admin_custom.scss */
.panel-contents-table table tbody td {
  border-bottom: 1px solid #EBEBEB;
  padding: 8px 0px;
}

/* line 1402, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stocktakings.compare form {
  background-color: unset !important;
}

/* line 1405, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stocktakings.compare table {
  margin: unset;
}

/* line 1408, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stocktakings.compare table .status_tag {
  font-size: 0.7em;
}

/* line 1413, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stocktakings.compare table.bulk_items_stocktaking td {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 1417, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stocktakings.compare table.bulk_items_stocktaking input {
  padding-top: 4px;
  padding-bottom: 4px;
}

/* line 1421, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stocktakings.compare table.bulk_items_stocktaking tr.last_for_product td {
  border-bottom: 4px solid #FFFFFF;
}

/* line 1428, app/assets/stylesheets/active_admin_custom.scss */
table.nested_attributes_table {
  margin-top: -8px;
  margin-left: -12px;
}

/* line 1431, app/assets/stylesheets/active_admin_custom.scss */
table.nested_attributes_table > tbody > tr > td:first-child {
  width: 150px;
  font-weight: bold;
}

/* line 1435, app/assets/stylesheets/active_admin_custom.scss */
table.nested_attributes_table .bulk_actions_table_parent {
  padding: 0;
}

/* line 1438, app/assets/stylesheets/active_admin_custom.scss */
table.nested_attributes_table .serial_actions_taken {
  word-spacing: 0.45em;
}

/* line 1444, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison input[type='radio'] {
  display: none;
  vertical-align: bottom;
}

/* line 1447, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison input[type='radio']:checked + label {
  text-decoration: underline;
}

/* line 1451, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison label {
  margin-left: 7px;
}

/* line 1454, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison label:hover {
  color: #5c5c5c;
}

/* line 1459, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison tr.pre_head td {
  vertical-align: bottom;
}

/* line 1462, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison tbody tr th {
  text-align: right;
  padding-right: 20px;
}

/* line 1465, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison tbody tr th:first-child {
  text-align: left;
}

/* line 1469, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison td.item_condition {
  padding-bottom: 3px;
  text-align: center;
}

/* line 1473, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison td.item_condition.usable {
  border-bottom-color: #2e9f2f;
}

/* line 1476, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison td.item_condition.needs_revision {
  border-bottom-color: #b9203a;
}

/* line 1481, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison .seperator {
  width: 7px;
}

/* line 1485, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison td.number {
  text-align: right;
  padding-right: 20px;
}

/* line 1489, app/assets/stylesheets/active_admin_custom.scss */
table.stockcount_comparison .amount_mismatch {
  color: #b9203a;
}

/* line 1495, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stockcounts fieldset > ol > table {
  margin-left: 16px;
}

/* line 1498, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stockcounts fieldset > ol > table li {
  margin: 0;
}

/* line 1503, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stockcounts fieldset > ol > table td b {
  padding: 8px 16px;
}

/* line 1506, app/assets/stylesheets/active_admin_custom.scss */
.inventory_stockcounts fieldset > ol > table td li.input input {
  width: 70px;
}

/* line 1513, app/assets/stylesheets/active_admin_custom.scss */
span.since.moved_after {
  color: red;
}

/* line 1517, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.true {
  background: #3b6f9a;
}

/* line 1521, app/assets/stylesheets/active_admin_custom.scss */
.status_tag.false {
  background: #8a8a92;
}

/* line 1525, app/assets/stylesheets/active_admin_custom.scss */
.inline-block {
  display: inline-block;
}

/* line 1529, app/assets/stylesheets/active_admin_custom.scss */
.panel-title-icon {
  display: inline-block;
}

@media only screen and (max-width: 1280px) {
  /* line 1534, app/assets/stylesheets/active_admin_custom.scss */
  .panel-title-icon {
    display: none;
  }
}

/* line 1540, app/assets/stylesheets/active_admin_custom.scss */
div#newsfeed_status div.dot {
  background-color: #8bc34a;
}

/* line 1541, app/assets/stylesheets/active_admin_custom.scss */
div#newsfeed_status div.dot.connection_lost {
  background-color: #ff5722;
}

/* line 1545, app/assets/stylesheets/active_admin_custom.scss */
table#newsfeed_index tr:nth-child(even) {
  background: #f4f5f5;
}

/* line 1549, app/assets/stylesheets/active_admin_custom.scss */
table#newsfeed_index .messages_missing_warning {
  background-image: url(/assets/exclamation_mark-72856b4d1a54e9862abc0402830a184e5d17530260de9272b2fa72cf1bf3780a.png);
  width: 20px;
  height: 20px;
  margin-left: -5px;
  float: left;
}

/* line 1557, app/assets/stylesheets/active_admin_custom.scss */
table#newsfeed_index .messages_missing_indicator {
  margin-left: 20px;
  margin-top: 2px;
}

/* line 1563, app/assets/stylesheets/active_admin_custom.scss */
span.panel_popout {
  float: right;
}

/* line 1565, app/assets/stylesheets/active_admin_custom.scss */
span.panel_popout:hover {
  text-decoration: underline;
  color: black;
}

/* line 1570, app/assets/stylesheets/active_admin_custom.scss */
div.panel.popped_out {
  border: 5px solid rgba(128, 128, 128, 0.51);
  position: fixed;
  margin-left: -37.5%;
  width: 75%;
  left: 50%;
  top: 0;
  z-index: 1500;
}

/* line 1580, app/assets/stylesheets/active_admin_custom.scss */
div#popout_background {
  z-index: 1499;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(128, 128, 128, 0.53);
}

/* line 1590, app/assets/stylesheets/active_admin_custom.scss */
form div.update_customer_case fieldset.inputs {
  padding: 0px;
  box-shadow: none;
  margin: 0px;
}

/* Adding CSS to the bottom of the file because the file is too huge to comprehend is probably not the best idea... */
/* line 1598, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree {
  opacity: 0;
  display: flex;
  align-items: stretch;
  flex-direction: row;
}

/* line 1605, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu {
  flex: 0 420px;
  padding-right: 10px;
}

/* line 1609, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu li.bonsai_nodes_title {
  padding-left: 0;
}

/* line 1612, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu li.bonsai_nodes_title .panel {
  margin-bottom: 5px;
}

/* line 1618, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu .bonsai_node .thumb:after {
  color: #5E6469;
}

/* line 1622, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu .bonsai_node .bonsai_node_entry {
  line-height: 2.0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* line 1628, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu .bonsai_node .bonsai_node_entry .bonsai_node_btn {
  text-decoration: none;
}

/* line 1632, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu .bonsai_node .bonsai_node_entry.selected .bonsai_node_btn {
  font-weight: 900;
}

/* line 1637, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_menu .bonsai_node .bonsai_content {
  display: none;
}

/* line 1643, app/assets/stylesheets/active_admin_custom.scss */
.bonsai_tree .bonsai_content {
  flex: 1;
}

/* line 1649, app/assets/stylesheets/active_admin_custom.scss */
#sales_product_tree img {
  width: 16px;
  height: 16px;
  margin-bottom: -0.25em;
  margin-left: 0;
  margin-right: 6px;
  display: inline-block;
}

/* line 1658, app/assets/stylesheets/active_admin_custom.scss */
#sales_product_tree .sales_article_amount {
  margin-left: 10px;
  padding: 0 5px;
  background-color: white;
  border: 1px solid silver;
  border-radius: 4px;
  font-weight: 700;
}

/* line 1667, app/assets/stylesheets/active_admin_custom.scss */
#sales_product_tree .bonsai_content .panel {
  /* Slightly lighter than normal to look nice inside an outer panel as well as in
       an index view (no panel around) */
  background-color: #f8f8f8;
}

/* line 1675, app/assets/stylesheets/active_admin_custom.scss */
form input.multiselect__input[type="text"] {
  width: 100%;
  border: none;
  border-radius: 5px;
}

/* line 1682, app/assets/stylesheets/active_admin_custom.scss */
#pa_matrix .menubar {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

/* line 1688, app/assets/stylesheets/active_admin_custom.scss */
#pa_matrix .price {
  display: flex;
  flex-direction: row;
  margin-bottom: 2em;
}

/* line 1694, app/assets/stylesheets/active_admin_custom.scss */
#pa_matrix .price > div {
  padding: 0 10px;
}

/* line 1698, app/assets/stylesheets/active_admin_custom.scss */
#pa_matrix .price .icon {
  margin-top: 2em;
}

/* #pa_matrix -> .price || #avails */
/* line 1708, app/assets/stylesheets/active_admin_custom.scss */
.availabilities {
  flex: 1;
}

/* line 1711, app/assets/stylesheets/active_admin_custom.scss */
.availabilities td {
  padding-top: 0.7em;
}

/* sales case: outgoing items app at handover */
/* line 1718, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items {
  width: 78.5%;
  margin: 10px;
}

/* line 1722, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items li.outgoing_sales_product {
  background-color: #ffffff;
  padding: 10px;
}

/* line 1727, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .order_item_sales_product {
  font-size: 18px;
  font-weight: bold;
}

/* line 1733, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items ul.order_item_sales_articles > li {
  margin-left: 20px;
}

/* line 1738, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article {
  border-top: lightgrey 1px solid;
  padding-top: 6px;
}

/* line 1742, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article p.title {
  font-size: 16px;
}

/* line 1745, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article p.title .state_invalid {
  color: red;
  font-size: 12px;
}

/* line 1749, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article p.title .state_ok {
  color: green;
  font-weight: bolder;
}

/* line 1754, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillments {
  margin: 5px;
}

/* line 1757, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillments .fulfillment_products {
  outline: 1px solid darkgrey;
  margin: 5px;
}

/* line 1761, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillments .fulfillment_products .product_name {
  margin: 0;
  padding: 2px 5px;
  display: inline-block;
  background-color: lightgrey;
}

/* line 1768, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillments .fulfillment_products .add_button {
  border-left: 2px solid white;
  margin: 0;
  padding: 2px 5px;
  display: inline-block;
  background-color: lightblue;
  margin-left: -4px;
  font-style: italic;
  color: #343434;
}

/* line 1778, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillments .fulfillment_products .add_button:hover {
  color: black;
  background-color: #9cc5d3;
}

/* line 1785, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment {
  margin-left: 2px;
  margin-top: 7px;
  padding-left: 5px;
  font-size: 14px;
}

/* line 1791, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment p.error {
  color: red;
}

/* line 1795, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_name {
  margin-left: 8px;
}

/* line 1798, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_details {
  font-family: monospace;
}

/* line 1802, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .edit_fulfillment_serial input {
  width: 180px;
}

/* line 1805, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .edit_fulfillment_amount input {
  width: 80px;
}

/* line 1809, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn {
  font-style: italic;
  outline: 1px solid darkgrey;
  margin: 5px;
  padding: 2px 5px;
  font-size: 12px;
  color: #343434;
}

/* line 1817, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn:hover {
  color: black;
}

/* line 1821, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn.submit {
  background-color: #9ae692;
  margin-left: 20px;
}

/* line 1824, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn.submit:hover {
  background-color: #89d281;
}

/* line 1828, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn.edit {
  background-color: #e6de68;
  margin-left: 20px;
}

/* line 1831, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn.edit:hover {
  background-color: #d2ca65;
}

/* line 1835, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn.remove {
  background-color: #e69d7b;
  margin-left: 2px;
}

/* line 1838, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment_btn.remove:hover {
  background-color: #d28969;
}

/* line 1844, app/assets/stylesheets/active_admin_custom.scss */
div#outgoing_items .sales_article .fulfillment .fulfillment-error {
  color: red;
  font-size: 12px;
}

/* line 1853, app/assets/stylesheets/active_admin_custom.scss */
div#transactions .col-state {
  min-width: 160px;
}

/* line 1857, app/assets/stylesheets/active_admin_custom.scss */
div#transactions .col-date_added {
  min-width: 100px;
}

/* line 1861, app/assets/stylesheets/active_admin_custom.scss */
div#transactions .col-fees {
  min-width: 60px;
}

/* line 1865, app/assets/stylesheets/active_admin_custom.scss */
div#transactions .col-creator {
  min-width: 100px;
}

/* line 1869, app/assets/stylesheets/active_admin_custom.scss */
div#transactions .col-amount {
  min-width: 90px;
}

/* line 1875, app/assets/stylesheets/active_admin_custom.scss */
.has-many-select-template table {
  layout: fixed;
}

/* line 1878, app/assets/stylesheets/active_admin_custom.scss */
.has-many-select-template table th {
  box-shadow: none;
  background-color: unset;
  font-size: 0.9em;
  padding-left: 0;
  text-transform: uppercase;
  color: #5E6469;
  text-shadow: #fff 0 1px 0;
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}

/* line 1889, app/assets/stylesheets/active_admin_custom.scss */
.has-many-select-template table th:last-child {
  width: 100px;
}

/* line 1893, app/assets/stylesheets/active_admin_custom.scss */
.has-many-select-template table td {
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}

/* line 1900, app/assets/stylesheets/active_admin_custom.scss */
.has-many-select-template table td:last-child span:hover {
  text-decoration: underline;
}

/* line 1908, app/assets/stylesheets/active_admin_custom.scss */
.has-many-select-template table tbody tr:nth-child(odd) {
  background: #ecedee;
}

/* line 1917, app/assets/stylesheets/active_admin_custom.scss */
.footer {
  /* TODO this is hacky*/
  display: none;
}

/* line 1922, app/assets/stylesheets/active_admin_custom.scss */
.inline-hints {
  font-style: italic !important;
}

/* line 1926, app/assets/stylesheets/active_admin_custom.scss */
.nested_fields {
  padding-left: 5px;
}

/* line 1929, app/assets/stylesheets/active_admin_custom.scss */
.nested_fields label {
  font-size: 0.8125rem;
  color: #8a8a92;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
}

/* line 1940, app/assets/stylesheets/active_admin_custom.scss */
.nested_fields a.remove_nested_fields_link {
  border-radius: 2px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 10px 27px !important;
  position: relative;
  text-align: center;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  min-width: 60px;
  font-size: 0.7rem;
  padding: 4px 10px !important;
  background-color: #5E5E6FB3 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  line-height: 14px !important;
  color: #FFFFFF;
}

/* line 1974, app/assets/stylesheets/active_admin_custom.scss */
a.add_nested_fields_link {
  border-radius: 2px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  background-color: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 10px 27px !important;
  position: relative;
  text-align: center;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  min-width: 60px;
  font-size: 0.7rem;
  padding: 4px 10px !important;
  background-color: #5E5E6FB3 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  line-height: 14px !important;
  color: #FFFFFF;
  margin-left: 15px;
}

/* line 2007, app/assets/stylesheets/active_admin_custom.scss */
a.add_nested_fields_link:visited, a.add_nested_fields_link:hover, a.add_nested_fields_link:link {
  color: #FFFFFF;
}

/* line 2012, app/assets/stylesheets/active_admin_custom.scss */
#footer {
  display: inherit !important;
  text-align: right;
  padding: 7px;
  background-color: #f8f8f8;
  border-top: 1px solid #ddd;
  color: #555;
  bottom: 0;
  position: fixed;
  width: 100vw;
}

/* line 2024, app/assets/stylesheets/active_admin_custom.scss */
#active_admin_content {
  padding-bottom: 5% !important;
}

/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/**
 * Unit
 * http://www.google.com/design/spec/layout/metrics-and-keylines.html#metrics-and-keylines-baseline-units
 */
/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
::-moz-selection {
  background-color: #d51c5a;
  color: white;
}
::selection {
  background-color: #d51c5a;
  color: white;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: 400;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: 400;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}

/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #009688;
}

/* line 70, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}

/* line 75, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #e32866;
  transition: 0.1s color;
}

/* line 81, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #de1d5e;
  transition: 0.1s color;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid #91A0AD;
  margin: 16px 0;
  padding: 16px;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  margin: 32px 0;
}

/* line 99, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
::-moz-selection {
  background-color: #d51c5a;
  color: white;
}
::selection {
  background-color: #d51c5a;
  color: white;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
html,
body {
  height: 100%;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
body {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  color: rgba(0, 0, 0, 0.7);
  font-family: sans-serif;
  margin: 0;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/generators/mixins.scss */
.wf-active body {
  font-family: 400;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
img {
  max-width: 100%;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
b,
strong {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font: inherit;
  margin: 0;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
p {
  margin: 12px 0;
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button,
input {
  font-family: 400;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* line 61, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a {
  color: inherit;
  text-decoration: none;
  transition: 0.3s color;
}

/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link, a:visited {
  color: #009688;
}

/* line 70, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:link:hover, a:visited:hover {
  text-decoration: underline;
}

/* line 75, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:hover, a:focus {
  color: #e32866;
  transition: 0.1s color;
}

/* line 81, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
a:active {
  color: #de1d5e;
  transition: 0.1s color;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
blockquote {
  border-left: 4px solid #91A0AD;
  margin: 16px 0;
  padding: 16px;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  border: 0;
  border-bottom: 1px solid #EBEBEB;
  margin: 32px 0;
}

/* line 99, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 105, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/global/foundation.scss */
hr {
  margin: 0;
}

/**
 * Avatar
 * A circular image
 */
/**
 * Button Icon
 * A simple, reusable icon button
 */
@keyframes am-dialog-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 10px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/**
 * Multiselects
 */
/**
 * Select
 * Custom select styles, taken from textfields in material design
 */
/**
 * Snackbars
 * Material design notifications
 * http://www.google.com/design/spec/components/snackbars-toasts.html
 */
@keyframes am-snackbar-fade {
  from {
    opacity: 0;
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

/**
 * Subheader
 * Used for sidebar headings and other secondary content
 * which require title text
 */
/**
 * Tables
 */
/**
 * Tabs
 * http://www.google.com/design/spec/components/tabs.html
 */
@keyframes am-tabs-error-throb {
  from {
    text-shadow: none;
    transform: translateY(1px);
  }
  to {
    text-shadow: 0 0 5px rgba(185, 32, 58, 0.8);
    transform: translateY(-1px);
  }
}

/**
 * Toolbar
 * A basic navigation element, primary used for top level navigation
 */
/**
 * Underlay
 * Underlays appear below modal content that takes up the entire screen.
 */
/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/avatar.scss */
.avatar {
  background: #8a8a92;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  color: transparent;
  display: block;
}

/**
 * Blank Slate
 * This element appears whenever a resource can not display
 * any information. For example, the default homescreen.
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate_container {
  color: #E9EFF4;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  letter-spacing: 0.01em;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  padding: 24px 16px;
  text-align: center;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate {
  border: 1px dashed rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  display: inline-block;
  padding: 16px 24px;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/blank_slate.scss */
.blank_slate small {
  display: block;
  margin-top: 8px;
}

/**
 * Breadcrumbs
 * Appear above the title to help users return to previous
 * steps in their flow.
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/breadcrumbs.scss */
.breadcrumb {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  display: block;
  margin-bottom: 8px;
}

/**
 * Buttons
 * Various selectors for button like elements
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/buttons.scss */
.clear_filters_btn {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.clear_filters_btn:hover {
  color: #009688;
  text-decoration: none;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/buttons.scss */
.button,
.cancel > a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:focus,
.cancel > a:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.button:hover,
.cancel > a:hover {
  color: #009688;
  text-decoration: none;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/buttons.scss */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #009688;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #009688;
  text-decoration: none;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:focus, input[type="submit"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="button"]:focus,
input[type="button"]:hover {
  color: white;
  background: #00c9b6;
  outline: none;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active {
  background: #00b09f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Checkboxes
 * Inputs given the "boolean" class. They have been seperated
 * from general form styles because of some hairy nesting.
 */
/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label {
  font-size: 14px;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/checkbox.scss */
.input.boolean > label > input {
  display: inline-block;
  margin-right: 8px;
  position: relative;
  top: -1px;
  width: auto;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/clearfix.scss */
.clearfix {
  *zoom: 1;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.clearfix:after {
  clear: both;
}

/**
 * Comments
 * Active Admin comments
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
div.active_admin_comment {
  margin: 0 16px;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
div.active_admin_comment + div.active_admin_comment {
  border-top: 1px solid #EBEBEB;
  padding-top: 16px;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
.active_admin_comment_meta {
  color: #8a8a92;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
.comments .pagination_information {
  margin: 16px;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/comments.scss */
.comments .empty {
  margin: 16px;
}

/**
 * Date Selects
 */
/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragments-group,
.datetime_select .fragments-group,
.time_select .fragments-group {
  list-style: none;
  margin: 0;
  padding: 0;
  border: 1px solid #EBEBEB;
  border-radius: 2px;
  display: inline-block;
  margin-top: 8px;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/lists.scss */
.date_select .fragments-group li,
.datetime_select .fragments-group li,
.time_select .fragments-group li {
  display: inline-block;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment,
.datetime_select .fragment,
.time_select .fragment {
  border-left: 1px solid #EBEBEB;
  text-align: center;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/select.scss */
.date_select .fragment:first-child,
.datetime_select .fragment:first-child,
.time_select .fragment:first-child {
  border-left: none;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  border: 0;
  border-radius: 0;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment label,
.datetime_select .fragment label,
.time_select .fragment label {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/date-select.scss */
.date_select .fragment select,
.datetime_select .fragment select,
.time_select .fragment select {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}

/**
 * Datepicker
 * An input with a dropdown calendar that appears on focus
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker {
  background: white;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25), 0 -1px 1px rgba(0, 0, 0, 0.12);
  display: none;
  padding: 0 12px 8px;
  width: 280px;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header {
  line-height: 32px;
  padding: 8px 0 4px;
  position: relative;
  text-align: center;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-header .ui-icon {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-title {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 600;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-prev {
  cursor: pointer;
  float: left;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before {
  content: "‹";
}

/* line 38, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-prev:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-next {
  cursor: pointer;
  float: right;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before {
  content: "›";
}

/* line 38, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/datepicker.scss */
.ui-datepicker-next:before:before {
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
  height: 32px;
  width: 32px;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar {
  font-size: 12px;
  font-size: 0.75rem;
  border-collapse: collapse;
  text-align: center;
  width: 100%;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar th {
  color: #8a8a92;
  font-weight: 500;
  padding: 0 0 4px;
}

/* line 37, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar td {
  height: 32px;
  font-weight: 500;
  line-height: 32px;
  padding: 0;
  width: 32px;
}

/* line 41, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a {
  color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  display: block;
  height: inherit;
  margin: 0 auto;
  width: inherit;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #d51c5a;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-active, .ui-datepicker-calendar a:hover, .ui-datepicker-calendar a:focus {
  color: #009688;
  text-decoration: none;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-calendar a.ui-state-highlight {
  background-color: #009688;
  color: white;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/datepicker.scss */
.ui-datepicker-unselectable {
  opacity: 0;
}

/**
 * Dialog
 * A full page takeover action panel
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-toolbar {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-title {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  letter-spacing: 0.01em;
  display: block;
  padding: 32px 24px 8px;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content {
  display: inline;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-content ul {
  margin: 0;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-buttonset {
  padding: 8px 8px 0;
  text-align: right;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  color: #009688;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.ui-button:hover {
  color: #009688;
  text-decoration: none;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.ui-button:hover, .ui-button:focus {
  color: rgba(0, 0, 0, 0.7);
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dialog.scss */
.ui-dialog-titlebar-close {
  border-radius: 50%;
  height: 40px;
  overflow: hidden;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  width: 40px;
  background: url(/assets/active_material/icons/clear-724e5c08f3c81476319a3e83bae49fff8c747e984232af84541730941eb95c8e.svg) 50% 50% no-repeat;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/**
 * Dropdowns
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button {
  position: relative;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button:after {
  border: 5px solid transparent;
  border-color: #009688 transparent transparent;
  content: "";
  height: 0;
  margin-top: -2.5px;
  position: absolute;
  right: -15px;
  top: 50%;
  width: 0;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_button.disabled {
  opacity: 0.4;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
.dropdown_menu_list li a {
  color: #8a8a92;
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
  opacity: 1;
  transition: 0.2s opacity;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #d51c5a;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  text-decoration: none;
}

/* line 95, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/menu.scss */
.dropdown_menu_list li a:hover, .dropdown_menu_list li a:focus {
  color: #009688;
}

@media screen and (min-width: 1300px) {
  /* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/dropdown.scss */
  .dropdown_menu_list li a {
    font-size: 13px;
  }
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.featured-blocks-message {
  display: block;
  padding: 0 16px 16px;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/featured-blocks.scss */
.new-featured-block .button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #009688;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:focus, .new-featured-block .button:hover {
  color: white;
  background: #00c9b6;
  outline: none;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.new-featured-block .button:active {
  background: #00b09f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/**
 * Filters
 * Filters show up as sidebars on most index pages
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field,
.select_and_search,
.filter_date_range {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field label,
.select_and_search label,
.filter_date_range label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8a8a92;
  display: block;
  line-height: 16px;
  font: 400 0.75rem/16px 400;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
  width: 100%;
}

/* line 92, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .filter_form_field label, .has-focus .select_and_search label, .has-focus .filter_date_range label {
  color: #009688;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:not([multiple]),
.select_and_search > select:not([multiple]),
.filter_date_range > select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  flex-basis: 100px;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select[multiple],
.select_and_search > select[multiple],
.filter_date_range > select[multiple] {
  flex-basis: 100%;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select:last-child,
.select_and_search > select:last-child,
.filter_date_range > select:last-child {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > select + input[type="text"],
.filter_form_field > select + input[type="number"],
.select_and_search > select + input[type="text"],
.select_and_search > select + input[type="number"],
.filter_date_range > select + input[type="text"],
.filter_date_range > select + input[type="number"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-left: 0;
}

/* line 42, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input.datepicker,
.select_and_search > input.datepicker,
.filter_date_range > input.datepicker {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px 400;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
  background: #fff url(/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_form_field > input.datepicker:focus,
.select_and_search > input.datepicker:focus,
.filter_date_range > input.datepicker:focus {
  border-color: #009688;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_form_field > input[type="submit"],
.select_and_search > input[type="submit"],
.filter_date_range > input[type="submit"] {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0;
}

/* line 57, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/filter.scss */
.filter_string input,
.filter_numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px 400;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  flex: 1;
  width: auto;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.filter_string input:focus,
.filter_numeric input:focus {
  border-color: #009688;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/**
 * Flash
 * Notifications that appear whenever a CRUD action or error
 * has surfaced
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/flash.scss */
.flash {
  animation: 0.6s am-snackbar-fade, 0.6s am-snackbar-fade reverse 9s forwards;
  background: #323232;
  border-radius: 2px;
  bottom: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  color: white;
  font-weight: 300;
  font-size: 14px;
  line-height: 1.25rem;
  margin: 16px;
  min-width: 288px;
  max-width: 576px;
  padding: 16px 24px 12px;
  position: fixed;
  text-shadow: 0 1px 1px #000;
  z-index: 1000;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/flash.scss */
.flash.flash_alert {
  background-color: #4c0d18;
  text-shadow: 0 1px 1px black;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/footer.scss */
.footer {
  padding: 16px;
  text-align: center;
}

/**
 * Forms
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs {
  margin-bottom: 16px;
}

/* line 8, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.inputs > legend {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8a8a92;
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
  border: 0;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input {
  color: rgba(0, 0, 0, 0.7);
  margin: 8px 0;
  padding: 8px 16px;
  position: relative;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input > label,
.input .label > label {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #8a8a92;
  display: block;
  line-height: 16px;
  font: 400 0.75rem/16px 400;
  margin-bottom: 8px;
  position: relative;
  transition: 0.28s all;
  width: 100%;
}

/* line 92, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.has-focus .input > label, .has-focus .input .label > label {
  color: #009688;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input, .input.stringish input, .input.numeric input {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px 400;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.string input:focus, .input.stringish input:focus, .input.numeric input:focus {
  border-color: #009688;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.string input[disabled="disabled"], .input.stringish input[disabled="disabled"], .input.numeric input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input {
  background: #fff url(/assets/active_material/icons/email-ff1c595ff9f72629c40d250e5eb8c37c52480ce67d02fd773f165c251046132f.svg) 8px 50% no-repeat;
  padding-left: 40px;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.email input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input {
  background: #fff url(/assets/active_material/icons/secret-4ac1e52d6ea197ec9e0432e44579067a2c265ece3af04e4852875a1d72fe1be5.svg) 8px 50% no-repeat;
  padding-left: 40px;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.password input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input {
  background: #fff url(/assets/active_material/icons/event-cdca0160ebdc4e778f5b63df0739b6c60592fa46ddb5f8af9dbe344dbcfed3f8.svg) 8px 50% no-repeat;
  padding-left: 40px;
}

/* line 55, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.datepicker input[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea {
  background: #fff;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: inset 1px 1px 1px rgba(34, 34, 34, 0.08);
  display: block;
  font: normal 0.875rem/24px 400;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  border-radius: 2px;
  height: 3.5rem;
  padding: 8px;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.input.text textarea:focus {
  border-color: #009688;
  outline: 0;
  transition: 0.15s border-color, 0.15s box-shadow;
}

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input.text textarea[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 69, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.input select + input {
  margin-top: 16px;
}

/* line 74, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.field_with_errors input {
  border-color: #b9203a;
  box-shadow: 0 1px 0 0 #b9203a;
}

/* line 78, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.inline-hints {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: #8a8a92;
  margin: 8px 0 0;
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: #8a8a92;
  margin: 8px 0 0;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  color: #b9203a;
  display: inline-block;
  margin: 4px 0 0;
  vertical-align: middle;
  transition: 0.3s all;
}

/* line 111, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/textfield.scss */
.inline-errors:first-letter {
  text-transform: uppercase;
}

/* line 86, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
.inline-errors + .inline-hints {
  display: none;
}

/* line 91, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
abbr[title="required"] {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  border: 0;
  color: #009688;
  margin-left: 4px;
}

/* line 95, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions,
.buttons {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
}

/* line 99, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions > ol,
.buttons > ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/lists.scss */
fieldset.actions > ol li,
.buttons > ol li {
  display: inline-block;
}

/* line 104, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #009688;
  color: white;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus, fieldset.actions .cancel a:hover,
.buttons .cancel a:focus,
.buttons .cancel a:hover {
  color: white;
  background: #00c9b6;
  outline: none;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:active,
.buttons .cancel a:active {
  background: #00b09f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

/* line 108, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/forms.scss */
fieldset.actions .cancel a,
.buttons .cancel a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:focus,
.buttons .cancel a:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
fieldset.actions .cancel a:hover,
.buttons .cancel a:hover {
  color: #009688;
  text-decoration: none;
}

/**
 * Header
 * Encapsulates several elements related to navigation at
 * the top of the page.
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
#header {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  font-size: 0.875rem;
  position: relative;
  background-color: #009688;
  color: white;
  padding-right: 64px;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.site_title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 600px) {
  /* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
  .site_title {
    width: auto;
  }
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
#tabs {
  flex-grow: 1;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item {
  margin: 0 0 0 16px;
  padding: 0;
  text-align: left;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
  display: inline-block;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li:hover, .header-item > li:focus {
  text-decoration: none;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li > a {
  text-decoration: none;
  color: white;
  display: block;
  line-height: 16px;
  padding: 16px 8px;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  text-decoration: none;
}

/* line 61, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/toolbar.scss */
.header-item > li > a:hover, .header-item > li > a:focus {
  color: #d51c5a;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.header-item > li.current > a {
  color: #d51c5a;
  font-weight: 600;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested {
  display: inline-block;
  outline: 0;
  position: relative;
  text-align: left;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
}

/* line 46, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li {
  display: block;
  margin: 0;
  transition: 0.2s all;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested ul li a {
  color: #8a8a92;
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #d51c5a;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  text-decoration: none;
}

/* line 95, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/menu.scss */
.has_nested ul li a:hover, .has_nested ul li a:focus {
  color: #009688;
}

@media screen and (min-width: 1300px) {
  /* line 50, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
  .has_nested ul li a {
    font-size: 13px;
  }
}

/* line 55, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul, .has_nested:focus ul {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/header.scss */
.has_nested:hover ul li a, .has_nested:focus ul li a {
  opacity: 1;
  transition: 0.2s opacity;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/hidden.scss */
.hidden {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/**
 * Login
 * This screen appears if no session is active
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login {
  animation: 0.6s am-dialog-fade;
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.23), 0 3px 3px rgba(0, 0, 0, 0.16);
  outline: none;
  z-index: 1000;
  margin: -32px auto 0;
  max-width: 400px;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login h2 {
  clip: rect(0, 0, 0, 0) !important;
  position: absolute !important;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login > a {
  background: #fefefe;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2);
  display: block;
  padding: 16px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login > br {
  display: none;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login .inputs {
  margin-bottom: 0;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login .actions {
  background: transparent;
  box-shadow: none;
  padding-top: 0;
  box-shadow: none;
}

/* line 39, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
#login .actions .action,
#login .actions input[type='submit'] {
  margin: 0;
  width: 100%;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/login.scss */
body.logged_out {
  background-color: #0D3C55;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/**
 * Overlay
 * Overlays appear below modal content that takes up the entire screen.
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/overlay.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.54);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/**
 * Pagination
 * Typically appears on index pages, below tables
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection {
  *zoom: 1;
  clear: both;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:before, .paginated_collection:after {
  content: " ";
  display: table;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/clearfix.scss */
.paginated_collection:after {
  clear: both;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information,
.paginated_collection .download_links,
.paginated_collection .pagination_per_page {
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  padding: 16px;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information,
.paginated_collection .pagination_per_page {
  float: left;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_information {
  clear: left;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .download_links {
  line-height: 24px;
  float: right;
  text-align: right;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_per_page {
  border-bottom: 1px solid #efefef;
  padding: 8px 16px;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.paginated_collection .pagination_per_page select {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
  height: 34px;
  line-height: 30px;
}

/* line 46, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination {
  background: #fff;
  border-bottom: 1px solid #efefef;
  display: flex;
  justify-content: flex-end;
  padding: 0 16px;
}

/* line 53, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/pagination.scss */
.pagination .page,
.pagination .first,
.pagination .prev,
.pagination .next,
.pagination .last {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
  min-width: 24px;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:focus,
.pagination .first:focus,
.pagination .prev:focus,
.pagination .next:focus,
.pagination .last:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
.pagination .page:hover,
.pagination .first:hover,
.pagination .prev:hover,
.pagination .next:hover,
.pagination .last:hover {
  color: #009688;
  text-decoration: none;
}

/**
 * Panels
 * Stand-alone segments of content, in Material Design
 * these could be considered Cards or pieces of paper.
 */
/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel,
.has_many_container,
body.index #main_content,
body.edit #main_content > form,
body.new #main_content > form,
body.create #main_content > form,
body.update #main_content > form {
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.15);
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel > h3,
.has_many_container > h3,
body.index #main_content > h3,
body.edit #main_content > form > h3,
body.new #main_content > form > h3,
body.create #main_content > form > h3,
body.update #main_content > form > h3 {
  font-size: 14px;
  font-size: 0.875rem;
  color: #8a8a92;
  font-weight: 500;
  padding: 16px;
  line-height: 16px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel .header_action,
.has_many_container .header_action,
body.index #main_content .header_action,
body.edit #main_content > form .header_action,
body.new #main_content > form .header_action,
body.create #main_content > form .header_action,
body.update #main_content > form .header_action {
  float: right;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel .row th,
.has_many_container .row th,
body.index #main_content .row th,
body.edit #main_content > form .row th,
body.new #main_content > form .row th,
body.create #main_content > form .row th,
body.update #main_content > form .row th {
  width: 20%;
  padding-left: 16px;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.admin_dashboard #wrapper #main_content {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.admin_dashboard #wrapper #main_content .columns {
  display: flex;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel + .panel {
  margin-top: 16px;
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/panels.scss */
.panel_well {
  padding: 0 16px 16px;
}

/**
 * PhotoSelects
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/photo_select.scss */
.photo_select {
  display: inline-block;
}

/**
 * Scopes
 * Theses appear above tables, providing the ability to filter rows
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scopes {
  list-style: none;
  margin: 0;
  padding: 0;
  flex-grow: 1;
  text-align: right;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/lists.scss */
.scopes li {
  display: inline-block;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope, .batch_actions_selector {
  font-size: 13px;
  font-weight: 500;
  margin-left: 16px;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope a, .batch_actions_selector a {
  color: #8a8a92;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.scope a:hover, .batch_actions_selector a:hover, .scope a:focus, .batch_actions_selector a:focus {
  color: #d51c5a;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected, .selected.batch_actions_selector {
  font-weight: bold;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/scopes.scss */
.scope.selected a, .selected.batch_actions_selector a {
  background-color: #009688;
}

/**
 * Basic Selects
 */
/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
.country select:not([multiple]),
.select select:not([multiple]),
.polymorphic_select select:not([multiple]) {
  font-size: 14px;
  font-size: 0.875rem;
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50%;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
  height: 42px;
  line-height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  letter-spacing: 0.01em;
  padding: 0 24px 0 10px;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
.country select[disabled="disabled"],
.select select[disabled="disabled"],
.polymorphic_select select[disabled="disabled"] {
  background-color: #eeeeee;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] {
  border: 1px solid #d3d3d3;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  min-width: 250px;
  max-width: 100%;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/select.scss */
select[multiple] option {
  padding: 8px;
  border-top: 1px solid #EBEBEB;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/multiselect.scss */
select[multiple] option:first-child {
  border-top: 0;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle-col {
  padding: 0 0 0 8px;
  width: 56px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle {
  background: transparent url(/assets/active_material/icons/reorder-9838b7dd05efc289655b100df8bc3da883697d726c92157dacbb71d3a14545a9.svg) 50% 50% no-repeat;
  color: transparent;
  cursor: move;
  display: block;
  height: 56px;
  margin: 0 auto;
  opacity: 0.40;
  transition: 0.2s all;
  width: 56px;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/sortable.scss */
.ui-sortable .reorder-handle:hover {
  opacity: 1;
}

/**
 * Structure
 * Global structural elements
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
body {
  background-color: #FFFFFF;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
#active_admin_content {
  padding: 24px;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
#sidebar {
  margin-left: 24px;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar {
  display: flex;
  width: 100%;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #main_content_wrapper {
  flex-grow: 1;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/structure.scss */
.with_sidebar #sidebar {
  max-width: 320px;
  width: 100%;
}

/**
 * Tables
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.table_tools {
  border-bottom: 1px solid #EBEBEB;
  display: flex;
  padding: 16px;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table,
.panel_contents table {
  background: #fff;
  width: 100%;
  word-break: break-word;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th,
.panel_contents table th {
  color: #8a8a92;
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #EBEBEB;
  font-weight: 600;
  height: 48px;
  line-height: 16px;
  padding: 8px 16px;
  text-align: left;
  white-space: nowrap;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table th a,
.panel_contents table th a {
  position: relative;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th a:after,
.panel_contents table th a:after {
  border: 5px solid transparent;
  margin-left: 4px;
  content: "";
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-asc a:after,
.panel_contents table th.sorted-asc a:after {
  border-bottom-color: #009688;
  margin-top: -7.5px;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table th.sorted-desc a:after,
.panel_contents table th.sorted-desc a:after {
  border-top-color: #009688;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tr,
.panel_contents table tr {
  height: 48px;
  transition: 0.12s background;
}

/* line 34, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr:hover,
.panel_contents table tbody tr:hover {
  background: #eee;
}

/* line 69, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr:hover td,
.index_table tbody tr:hover th,
.panel_contents table tbody tr:hover td,
.panel_contents table tbody tr:hover th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid #dedede;
}

/* line 38, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table tbody tr.selected,
.panel_contents table tbody tr.selected {
  background: #e0e0e0;
}

/* line 79, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table tbody tr.selected td,
.index_table tbody tr.selected th,
.panel_contents table tbody tr.selected td,
.panel_contents table tbody tr.selected th {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15);
  border-bottom: 1px solid #c5c5c5;
}

/* line 43, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td,
.panel_contents table td {
  color: rgba(0, 0, 0, 0.7);
  font-size: 13px;
  font-size: 0.8125rem;
  border-bottom: 1px solid #EBEBEB;
  font-weight: 400;
  padding: 8px 16px;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table td img,
.panel_contents table td img {
  display: block;
  height: auto;
  max-width: 320px;
  width: 100%;
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable,
.panel_contents table .col-selectable {
  padding: 16px 24px 16px;
  width: 66px;
}

/* line 105, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/table.scss */
.index_table .col-selectable [type=checkbox],
.panel_contents table .col-selectable [type=checkbox] {
  display: inline-block;
  height: 18px;
  margin: 0;
  vertical-align: middle;
  width: 18px;
}

/* line 53, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table .col-selectable .resource_selection_cell,
.panel_contents table .col-selectable .resource_selection_cell {
  display: inline;
}

/* line 59, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.index_table td.col-actions a,
.panel_contents table td.col-actions a {
  padding: 0 4px;
}

/* line 65, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions, .am-js .panel_contents table td.col-actions {
  background: url(/assets/active_material/icons/more-50a9ac99058eaf05a7a8cef5e62c03a533668990fb1eb600f76e3eaf76f1d27a.svg) 25% 50% no-repeat;
  position: relative;
  width: 48px;
}

/* line 68, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions, .am-js .panel_contents table td.col-actions .table_actions {
  background: #fff;
  border-radius: 2px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  filter: blur(1px);
  left: 0;
  list-style: none;
  margin: 0;
  min-width: 112px;
  padding: 8px 0;
  position: absolute;
  text-align: left;
  top: 32px;
  transform-origin: 0 0;
  transform: translate3d(0, -4px, 0) scaleY(0);
  transition: 0.2s all;
  width: auto;
  will-change: transform;
  z-index: 1000;
  left: auto;
  right: 0;
  top: 50%;
  margin-top: -16px;
  margin-right: 16px;
}

/* line 75, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions .table_actions a, .am-js .panel_contents table td.col-actions .table_actions a {
  color: #8a8a92;
  text-decoration: none;
  display: block;
  font-size: 14px;
  opacity: 0;
  padding: 4px 16px;
  transition: 0.28s opacity, 0.28s color;
  white-space: nowrap;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #d51c5a;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/atoms/links.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  text-decoration: none;
}

/* line 95, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/menu.scss */
.am-js .index_table td.col-actions .table_actions a:hover, .am-js .index_table td.col-actions .table_actions a:focus, .am-js .panel_contents table td.col-actions .table_actions a:hover, .am-js .panel_contents table td.col-actions .table_actions a:focus {
  color: #009688;
}

@media screen and (min-width: 1300px) {
  /* line 75, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
  .am-js .index_table td.col-actions .table_actions a, .am-js .panel_contents table td.col-actions .table_actions a {
    font-size: 13px;
  }
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions, .am-js .index_table td.col-actions.active .table_actions, .am-js .panel_contents table td.col-actions:hover .table_actions, .am-js .panel_contents table td.col-actions.active .table_actions {
  filter: none;
  transition: 0.2s all;
  transform: translateZ(0) scale(1);
}

/* line 85, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tables.scss */
.am-js .index_table td.col-actions:hover .table_actions a, .am-js .index_table td.col-actions.active .table_actions a, .am-js .panel_contents table td.col-actions:hover .table_actions a, .am-js .panel_contents table td.col-actions.active .table_actions a {
  opacity: 1;
  transition: 0.2s opacity;
}

/**
 * Tabs
 * Theses show up on complicated forms, such as the Exhibit edit page.
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs {
  color: rgba(255, 255, 255, 0.6);
  background: #009688;
  box-shadow: inset 0 -1px 1px rgba(0, 0, 0, 0.15);
  line-height: 0;
  margin: 0;
  padding: 0 24px;
  list-style: none;
}

/* line 10, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab {
  display: inline-block;
  border-color: inherit;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a {
  background: inherit;
  color: rgba(255, 255, 255, 0.6);
  cursor: pointer;
  display: block;
  font: 400 14px/16px 400;
  letter-spacing: 0.08em;
  padding: 16px;
  position: relative;
  text-transform: uppercase;
  transition: 0.2s color;
  -moz-appearance: none;
  -webkit-appearance: none;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:after {
  background-color: #EBEBEB;
  bottom: 0;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1);
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: translateY(3px);
  transition: 0.2s background, 0.25s transform;
  width: 100%;
}

/* line 73, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus, .nav-tabs > li.ui-tabs-tab > a:hover {
  background: inherit;
  outline: none;
  text-decoration: none;
}

/* line 79, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:focus:after, .nav-tabs > li.ui-tabs-tab > a:hover:after {
  transform: none;
}

/* line 84, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-tabs-tab > a:active {
  border: 0;
  box-shadow: none;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.ui-state-active > a {
  background: inherit;
  color: #fff;
}

/* line 94, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:after {
  background-color: #d51c5a;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), inset 0 1px 1px rgba(255, 255, 255, 0.5);
  transform: none;
}

/* line 100, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.ui-state-active > a:focus, .nav-tabs > li.ui-state-active > a:hover {
  background: inherit;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tabs.scss */
.nav-tabs > li.tab_with_errors > a {
  padding-right: 40px;
}

/* line 109, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tabs.scss */
.nav-tabs > li.tab_with_errors > a:before {
  color: #b9203a;
  animation: 2s am-tabs-error-throb infinite alternate;
  content: '\026a0';
  font-size: 20px;
  line-height: 16px;
  margin-top: -6px;
  position: absolute;
  right: 8px;
  top: 50%;
}

/**
 * Tags
 * Tags show up as states within tables and other components
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag {
  background-color: #8a8a92;
  font-size: 12px;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 0.75rem;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  letter-spacing: 0.1em;
  line-height: 16px;
  padding: 4px 8px;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
a .status_tag {
  transition: 0.2s all;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:hover, a .status_tag:focus {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.22);
  text-shadow: none;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/tag.scss */
a .status_tag:active {
  box-shadow: none;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
.status_tag.yes {
  background-color: #009688;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/tag.scss */
.empty {
  color: #ccc;
  font-size: 0.9em;
  letter-spacing: 2px;
  text-transform: uppercase;
}

/**
 * Titlebar
 */
/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
.title_bar {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 16px;
  padding: 16px;
  width: 100%;
  text-align: left;
  background-color: white;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24);
  align-items: center;
  display: flex;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 600px) {
  /* line 5, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
  .title_bar {
    width: auto;
  }
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_left {
  flex-grow: 1;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/title_bar.scss */
#titlebar_right .action_item a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#titlebar_right .action_item a:hover {
  color: #009688;
  text-decoration: none;
}

/**
 * Utility Nav
 * Displays current user and logout information
 */
/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav {
  background: url(/assets/active_material/icons/account_circle-75f753fccce1f1750a37068208ade1fc0e5489d9a98de57f99e2747d390001fb.svg) no-repeat;
  background-size: 40px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  position: absolute;
  z-index: 2;
  top: 50%;
  right: 16px;
}

/* line 18, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:before {
  content: "";
  cursor: pointer;
  position: absolute;
  width: 90px;
  height: 50px;
  top: 0;
  right: -12px;
}

/* line 28, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav a {
  color: #333;
}

/* line 32, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li {
  border-top: 1px solid #d9d9d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22);
  width: 200px;
  float: right;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  background: #efefef;
  text-align: right;
  clip: rect(0, 0, 0, 0);
  opacity: 0;
  visibility: hidden;
  transition: 0.28s all;
  position: relative;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child {
  margin-top: 45px;
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li:first-child:before {
  content: "";
  border: 7px solid transparent;
  border-bottom-color: #fff;
  top: -14px;
  right: 12px;
  position: absolute;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav > li a {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7);
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: middle;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:focus {
  outline: none;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/prototypes/button.scss */
#utility_nav > li a:hover {
  color: #009688;
  text-decoration: none;
}

/* line 65, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav #current_user {
  background: #fff;
  text-align: center;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/gems/active_material-1.5.2/app/assets/stylesheets/active_material/components/utility_nav.scss */
#utility_nav:hover > li {
  clip: initial;
  opacity: 1;
  visibility: visible;
}

/* line 1, app/assets/stylesheets/active_material_theme_custom.scss.erb */
body {
  background-color: #fafafa;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 7, app/assets/stylesheets/active_material_theme_custom.scss.erb */
b, strong {
  line-height: 1.25rem;
}

/* line 11, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#main_content {
  background-color: inherit !important;
}

/* line 16, app/assets/stylesheets/active_material_theme_custom.scss.erb */
li.has-nested a:after {
  border: 5px solid transparent;
  margin-left: 4px;
  content: "";
  margin-top: -1.5px;
  position: absolute;
  top: 50%;
  right: -15px;
  width: 0;
  height: 0;
  color: #FFFFFF;
}

/* line 30, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.typeahead, .tt-query, .tt-hint {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 0px !important;
  border: none;
}

/* line 38, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.twitter-typeahead::before {
  width: 0px !important;
  height: 0px !important;
  background: transparent !important;
  position: absolute;
}

/* line 45, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.mobisol-search {
  width: 200px !important;
}

/* line 49, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.tt-dropdown-menu {
  border-radius: 2px !important;
  border: none !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.24), 0 0 1.5px rgba(0, 0, 0, 0.12);
  min-width: 112px;
  padding: 5px 0;
  text-align: left;
  transform-origin: 0 0;
  color: #8a8a92;
  transition: 0.2s all;
  will-change: transform;
  z-index: 1000;
  width: 170px;
  margin-top: 11%;
}

/* line 63, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.tt-dropdown-menu ::before {
  content: "";
  border: 7px solid transparent;
  border-bottom-color: transparent;
  border-bottom-color: #FFFFFF;
  top: -14px;
  left: 12px;
  position: absolute;
}

/* line 75, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.buttons {
  background: transparent !important;
  box-shadow: none !important;
  padding: 5px 16px !important;
}

/* line 80, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.buttons .apply_filters_span {
  margin-right: 10px;
  border-radius: 200px;
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  padding: 7px 16px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  cursor: pointer;
  -o-border-image: none;
     border-image: none;
  border-color: #616A71 #484E53 #363B3F;
  color: #EFEFEF;
}

/* line 86, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.buttons .clear_filters_span {
  margin-right: 10px;
  border-radius: 200px;
  display: inline-block;
  font-weight: 700;
  font-size: 1em;
  font-family: Helvetica, Arial, sans-serif;
  line-height: 12px;
  padding: 7px 16px;
  text-decoration: none;
  text-shadow: 0px 1px 0px #000;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.2) inset;
  border-width: 1px;
  border-style: solid;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  cursor: pointer;
  -o-border-image: none;
     border-image: none;
  margin-right: 3px;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1), 0px 1px 0px 0px rgba(255, 255, 255, 0.8) inset;
  border-image: none;
  border-color: #D3D3D3 #C7C7C7 #C2C2C2;
  text-shadow: 0px 1px 0px #FFF;
  color: #5E6469;
  cursor: pointer;
}

/* line 98, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.button {
  padding: 0px !important;
}

/* line 102, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.ui-button {
  border-radius: 2px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 10px 27px !important;
  position: relative;
  text-align: center;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  min-width: 60px;
  font-size: 0.7rem;
  background-color: #006674 !important;
  color: #FFFFFF;
}

/* line 27, app/assets/stylesheets/mixins.scss */
.ui-button a {
  padding: 10px !important;
  border-radius: 0px !important;
}

/* line 107, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.ui-button:hover, .ui-button:focus, .ui-button:active {
  color: #FFFFFF;
  outline: none;
}

/* line 115, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.chip {
  display: inline-block;
  padding: 0 12px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1.2;
  background-color: #8a8a92;
  color: #FFFFFF !important;
}

/* line 118, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.chip.refurbished {
  background-color: #2e9f2f;
}

/* line 122, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.chip.silver {
  background-color: #8a8a92;
}

/* line 128, app/assets/stylesheets/active_material_theme_custom.scss.erb */
a {
  opacity: 1;
  cursor: pointer;
}

/* line 132, app/assets/stylesheets/active_material_theme_custom.scss.erb */
a:hover, a:focus {
  opacity: 0.7;
  text-decoration: none !important;
  color: inherit;
  transition: 0.3s opacity;
}

/* line 142, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.table_actions .view_link {
  border-radius: 2px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 10px 27px !important;
  position: relative;
  text-align: center;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  min-width: 60px;
  font-size: 0.7rem;
  color: #FFFFFF;
  background-color: #2d8f9c !important;
}

/* line 27, app/assets/stylesheets/mixins.scss */
.table_actions .view_link a {
  padding: 10px !important;
  border-radius: 0px !important;
}

/* line 147, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.table_actions .view_link:hover, .table_actions .view_link:focus, .table_actions .view_link:hover {
  color: #FFFFFF;
  outline: none;
  opacity: 1;
  background-color: #075d04;
}

/* line 157, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.table_actions .member_link {
  border-radius: 2px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 10px 27px !important;
  position: relative;
  text-align: center;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  min-width: 60px;
  font-size: 0.7rem;
  color: #FFFFFF;
  background-color: #8a8a92 !important;
  opacity: 0.8;
}

/* line 27, app/assets/stylesheets/mixins.scss */
.table_actions .member_link a {
  padding: 10px !important;
  border-radius: 0px !important;
}

/* line 166, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.system_state img {
  width: 24px !important;
}

/* line 171, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.system_kit_status {
  text-align: center;
  float: right;
  margin: 10px;
}

/* line 177, app/assets/stylesheets/active_material_theme_custom.scss.erb */
fieldset.actions {
  padding: 0px !important;
}

/* line 182, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form, form .panel {
  background-color: #EBEBEB !important;
}

/* line 184, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form fieldset.inputs, form .panel fieldset.inputs {
  background-color: inherit !important;
}

/* line 187, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form fieldset.actions, form .panel fieldset.actions {
  background-color: inherit !important;
}

/* line 193, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#login .actions {
  background-color: #EBEBEB !important;
}

/* line 196, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#login form .action, #login form .actions li {
  padding: 16px 16px 16px 16px !important;
}

/* line 201, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.index_table th {
  background-color: #EBEBEB;
  white-space: normal !important;
}

/* line 206, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.index_table td,
.panel_contents table td {
  font-size: 0.8rem !important;
}

/* line 211, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-actions {
  width: 1%;
}

/* line 213, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-actions .edit_link {
  text-transform: uppercase;
}

@media (min-width: 1024px) {
  /* line 218, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .col-date {
    min-width: 170px;
  }
}

/* line 224, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-kitted {
  max-width: 25px;
  padding: 8px 0 !important;
}

/* line 229, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#titlebar_right .action_item a {
  border-radius: 2px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 10px 27px !important;
  position: relative;
  text-align: center;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  min-width: 60px;
  font-size: 0.7rem;
  background-color: #006674 !important;
  color: #FFFFFF;
}

/* line 27, app/assets/stylesheets/mixins.scss */
#titlebar_right .action_item a a {
  padding: 10px !important;
  border-radius: 0px !important;
}

/* line 234, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#titlebar_right .action_item a:hover, #titlebar_right .action_item a:focus, #titlebar_right .action_item a:active {
  color: #FFFFFF;
  outline: none;
}

/* line 242, app/assets/stylesheets/active_material_theme_custom.scss.erb */
fieldset.actions {
  box-shadow: none !important;
}

/* line 247, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.header {
  flex-wrap: nowrap;
}

/* line 252, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.header-item > li > a {
  opacity: 0.5;
}

/* line 255, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.header-item > li > a:hover, .header-item > li > a:active {
  opacity: 1;
}

@media (min-width: 1024px) {
  /* line 252, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .header-item > li > a {
    padding: 16px 1vw;
  }
}

/* line 265, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.header-item > li > a.current > a {
  font-weight: 600;
  border-bottom: 3px solid;
  margin-bottom: -3px;
  opacity: 1;
}

/* line 277, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_nested ul {
  padding: 5px 0;
  top: 51px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}

/* line 284, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_nested ul:before {
  content: "";
  border: 7px solid transparent;
  border-bottom-color: #FFFFFF;
  top: -14px;
  left: 12px;
  position: absolute;
}

/* line 293, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_nested ul li {
  padding: 0 !important;
}

/* line 296, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_nested ul li a {
  color: #353535 !important;
  opacity: 0.65 !important;
  transition: 0.25s all;
}

@media (min-width: 1024px) {
  /* line 296, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .has_nested ul li a {
    font-size: 0.76rem;
  }
}

/* line 305, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_nested ul li a:hover {
  opacity: 1 !important;
}

/* line 313, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#page_title {
  font-size: 1.4rem;
  text-transform: capitalize;
  font-weight: 600;
  color: #8a8a92;
  margin: 10px 0;
  line-height: 1em;
}

/* line 322, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#title_bar {
  background: transparent !important;
  box-shadow: none;
  padding: 20px 50px 10px 30px;
}

/* line 328, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#logout {
  text-align: center;
}

/* line 330, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#logout a {
  vertical-align: middle;
}

/* line 336, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#active_admin_content {
  border: none;
}

/* line 339, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#active_admin_content.without_sidebar {
  padding: 10px;
}

/* line 344, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#new_sales_price_section {
  margin: 10%;
  margin-top: 2%;
  background-color: #FFFFFF;
}

/* line 350, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#new_sales_price {
  background: transparent !important;
}

/* line 354, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_details {
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 20px;
}

/* line 359, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_details h1 {
  font-size: 20px;
  font-weight: 700;
  color: #009688;
}

/* line 364, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_details h2 {
  font-size: 16px;
  font-weight: 700;
  color: #009688;
  margin-top: 3em;
}

/* line 372, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#two_fields {
  display: flex;
}

/* line 374, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#two_fields li {
  width: 50%;
}

/* line 377, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#two_fields #sales_price_vat_rate {
  width: 50%;
}

/* line 382, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#loan-settings-panel {
  display: none;
}

/* line 386, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#payment-type-radio {
  display: flex;
}

/* line 392, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_payment_type_input .choices .choices-group {
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
}

/* line 397, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_payment_type_input .choices .choices-group .choice {
  right: 10px;
  top: 15px;
  margin-right: 1em;
}

/* line 401, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_payment_type_input .choices .choices-group .choice label {
  float: inherit;
  display: block;
  background: #EBEBEB;
  color: #000;
  line-height: 30px;
  text-align: center;
  padding-right: 20px;
  border-radius: 5px;
}

/* line 410, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_payment_type_input .choices .choices-group .choice label input {
  opacity: 0;
}

/* line 414, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_payment_type_input .choices .choices-group .choice label:hover {
  cursor: pointer;
}

/* line 417, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sales_price_payment_type_input .choices .choices-group .choice label:checked {
  background-color: #0d47a1;
}

/* line 425, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.radio-btn-selected {
  background-color: #A9A9A9 !important;
  border: 1px solid #006674;
  color: #FFFFFF !important;
  font-size: 16px;
  line-height: 26px;
  outline: none;
}

/* line 434, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#new_sales_price_button {
  width: 20%;
}

/* line 438, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#main_content_wrapper,
#main_content,
#active_admin_content {
  box-shadow: none !important;
}

/* line 444, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.columns {
  display: flex;
}

/* line 448, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel {
  margin-bottom: 20px;
}

/* line 454, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.dashboard .column {
  display: inline-block;
  margin: 0% 1% 20px 1% !important;
  vertical-align: top;
}

@media (max-width: 767px) {
  /* line 454, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .dashboard .column {
    width: 98% !important;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  /* line 454, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .dashboard .column {
    width: 47% !important;
  }
}

@media (min-width: 1024px) {
  /* line 454, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .dashboard .column {
    width: 31% !important;
  }
}

/* line 472, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.dashboard .columns {
  width: 100%;
  margin-top: 5px;
}

/* line 478, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.dashboard .panel-item > ul > li {
  line-height: 1.5;
  margin-bottom: 0.5rem;
}

/* line 483, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.dashboard li {
  color: #5c5c5c;
  line-height: 2;
  margin-left: 0px;
}

/* line 488, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.dashboard li a {
  color: #5c5c5c;
  opacity: 0.8;
  transition: 0.25s all;
}

/* line 493, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.dashboard li a:hover, .dashboard li a:focus, .dashboard li a:visited {
  opacity: 1;
}

/* line 501, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.dashboard .scopes {
  margin-left: 20px;
}

/* line 507, app/assets/stylesheets/active_material_theme_custom.scss.erb */
body.map.dashboard #title_bar {
  display: none;
}

/* line 512, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel > h3 {
  text-transform: uppercase;
  font-weight: 700;
  background-color: #f4f4f4;
  /* TODO color in variable */
  border-bottom: 1px solid #e0e0e0;
}

/* line 519, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel ul {
  list-style: none;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-padding-start: 1em;
}

/* line 527, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel-item {
  max-height: 600px;
  overflow: auto;
}

/* line 534, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents {
  overflow: auto;
  padding: 16px 16px 16px 16px;
}

/* line 537, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents table {
  border-spacing: 0px;
}

/* line 539, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents table td, .panel_contents table th {
  text-align: left;
  padding: 5px 0 5px 16px;
}

/* line 543, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents table td:first-child, .panel_contents table th:first-child {
  padding: 5px 16px;
}

/* line 548, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents table.qr {
  border-spacing: 0px;
}

/* line 550, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents table.qr td, .panel_contents table.qr th {
  text-align: left;
  padding: 5px;
}

/* line 556, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents .attributes_table, .panel_contents > table {
  margin: 0px -16px;
  padding-bottom: 12px;
}

/* line 562, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents .attributes_table table th {
  padding-left: 16px;
}

/* line 567, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents .attributes_table tr:last-child td, .panel_contents .attributes_table tr:last-child th {
  border-bottom: none;
}

/* line 571, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents .attributes_table .action_items {
  float: left;
}

/* line 573, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents .attributes_table .action_items .action_item {
  float: left;
  margin: 0px 6px 0px 0px;
}

/* line 576, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents .attributes_table .action_items .action_item a {
  margin: 4px 8px 4px 0px;
}

/* line 580, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.index_table {
  word-break: normal !important;
}

/* line 582, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.index_table th {
  padding: 3px 8px 3px 0;
}

@media (min-width: 1024px) {
  /* line 582, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .index_table th {
    padding: 5px 10px;
  }
}

/* line 590, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.index_table td {
  font-size: 0.8rem;
  line-height: 0.95rem;
  padding: 5px 10px 5px 5px;
  background-color: #f4f4f4;
}

/* line 599, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-phone_number {
  min-width: 120px;
}

/* line 603, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-hub {
  min-width: 90px;
}

/* line 607, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-name {
  min-width: 90px;
}

/* line 611, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-state {
  min-width: 180px;
}

/* line 615, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.col-customer_number {
  max-width: 90px;
  white-space: nowrap;
  overflow: hidden;
}

@media (min-width: 1024px) {
  /* line 621, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .col-licences {
    min-width: 120px;
  }
}

@media (min-width: 1024px) {
  /* line 627, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .col-contractor {
    min-width: 180px;
  }
}

@media (min-width: 1024px) {
  /* line 633, app/assets/stylesheets/active_material_theme_custom.scss.erb */
  .col-reason {
    max-width: 50%;
    min-width: 30%;
  }
}

/* line 641, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.status_tag {
  font-size: 0.8em;
  font-weight: 700;
  border-radius: 0;
  margin-right: 10px;
  border-radius: 4px;
}

/* line 648, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.status_tag.customer.active {
  background-color: #f3e500 !important;
}

/* line 653, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.sidebar_section.panel {
  box-shadow: none;
}

/* line 656, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.table_tools {
  padding: 0 6px 15px 6px;
}

/* line 660, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.scopes {
  text-align: left;
  margin-left: 0px;
  width: auto !important;
  max-width: 85%;
}

/* line 667, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.indexes {
  text-align: right;
  list-style: none;
  margin: 0;
  margin-left: 0px;
  padding: 0;
  flex-grow: 1;
}

/* line 674, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.indexes li {
  display: inline-block;
}

/* line 679, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#collection_selection {
  background-color: inherit !important;
}

/* line 683, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.action_item {
  display: block;
  float: right;
}

/* line 687, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.action_items {
  overflow: auto;
}

/* line 691, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.twitter-typeahead {
  /* this one is commented to make the search field wrap with the icon so people can find it*/
  /*display: block !important;*/
}

/* line 696, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.batch_actions_selector {
  border: 1px solid #EBEBEB;
  padding: 8px;
  margin: 0px;
  margin-left: -5px;
  border-radius: 2px;
  min-width: 90px;
}

/* line 705, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.select2-container .select2-choice, .select2-container .select2-choices {
  background: #fafafa;
  border-radius: 3px;
  border: 1px solid #d3d3d3;
  box-shadow: none !important;
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 24px;
  margin: 0;
  padding: 8px;
  transition: 0.35s border-color, 0.35s box-shadow;
  width: 100%;
  min-height: 42px;
}

/* line 706, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.select2-container .select2-choice .select2-search-choice, .select2-container .select2-choices .select2-search-choice {
  background: #FFFFFF !important;
  margin-top: 2px !important;
}

/* line 725, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .select2-container .select2-choice,
#sidebar .select2-container .select2-choices {
  min-height: 30px;
}

/* line 730, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.select2-arrow {
  border: none !important;
}

/* line 732, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.select2-arrow b {
  background: #fafafa url(/assets/active_material/icons/arrow-dropdown-93cdb34fae47555088422091da046ff9b252673967f30b017fa9ecd2b4ef7585.svg) no-repeat calc(100% - 4px) 50% !important;
}

/* line 737, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.scope, .batch_actions_selector, .table_tools .index {
  margin: 0px 0px -1px -5px;
  text-align: center;
  font-size: 0.8em;
  padding: 0px;
  text-transform: uppercase;
}

/* line 743, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.scope a, .batch_actions_selector a, .table_tools .index a {
  border: 1px solid #EBEBEB;
  padding: 8px 12px;
  border-radius: 2px;
  display: inline-block;
  min-width: 90px;
  color: #8a8a92;
  transition: 0.25s all;
}

/* line 752, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.scope a:hover, .batch_actions_selector a:hover, .table_tools .index a:hover {
  color: #5c5c5c;
  text-decoration: none !important;
}

/* line 758, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.scope.selected a, .selected.batch_actions_selector a, .table_tools .index.selected a {
  background-color: #EBEBEB;
}

/* line 761, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.scope.selected a a, .selected.batch_actions_selector a a, .table_tools .index.selected a a {
  background-color: transparent;
}

/* line 767, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.batch_actions_selector {
  margin-right: 40px;
  min-width: 100px;
  border: none;
}

/* line 774, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.disabled {
  cursor: pointer;
}

/* line 778, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.typeahead,
.tt-query,
.tt-hint {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  padding: 12px 6px;
  border: none;
  width: 80px;
  background: transparent !important;
}

/* line 789, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
  border: none;
  opacity: 1;
}

/* line 795, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.tt-suggestion {
  text-align: left !important;
  font-size: 0.76rem;
  opacity: 0.7 !important;
}

/* line 799, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.tt-suggestion p {
  padding: 4px 16px;
}

/* line 804, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.tt-suggestion.tt-is-under-cursor {
  color: #8a8a92;
  opacity: 1 !important;
  background-color: inherit !important;
}

/* line 810, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.index_table {
  font-size: 0.8rem !important;
}

/* line 812, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.index_table .col {
  padding: 8px 24px 5px;
}

/* line 817, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.twitter-typeahead {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 825, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.twitter-typeahead:before {
  content: '';
  width: 20px;
  height: 20px;
  top: 4px;
  left: -20px;
  z-index: 10;
  opacity: 0.3;
  background-image: url(/assets/icon_magnify-3fff5f33e6bd2390f170724e28112ded4d296f1664d7c7d72739e1904f431d7f.svg);
  position: absolute;
  display: block;
  background-size: cover;
}

/* line 839, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.twitter-typeahead ::-moz-placeholder {
  content: 'search';
}
.twitter-typeahead ::placeholder {
  content: 'search';
}

/* line 843, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.twitter-typeahead:focus {
  border: none;
  opacity: 1;
  transition: all 0.3s;
  border-bottom: 1px dashed #5c5c5c;
}

/* line 849, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.twitter-typeahead:focus:before {
  display: none;
}

/* line 855, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.tt-query {
  font-size: 1rem;
  color: #5c5c5c;
}

/* line 865, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.customers.new fieldset.inputs {
  background: #EBEBEB !important;
}

/* line 869, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.customers.new fieldset.actions {
  background: #EBEBEB !important;
}

/* line 875, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.customers.new #main_content > form {
  background: #EBEBEB !important;
}

/* line 881, app/assets/stylesheets/active_material_theme_custom.scss.erb */
ol.choices-group {
  padding: 0;
}

/* line 885, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.form-radio .choices-group {
  display: flex;
  width: 9%;
  justify-content: space-between;
}

/* line 891, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.form-toggle.hide {
  display: none;
}

/* line 896, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.with_sidebar.left_sidebar #sidebar .sidebar_sections {
  width: 500px;
  max-width: 500px;
}

/* line 900, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.with_sidebar.left_sidebar
#sidebar.open #sidebar_toggle {
  right: 500px;
}

/* line 905, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar {
  position: relative;
  float: right;
}

/* line 909, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar input[type="submit"], #sidebar input[type="reset"], #sidebar input[type="button"] {
  background-color: #d51c5a;
}

/* line 913, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar input.input {
  width: 100%;
}

/* line 917, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .clear_filters_btn {
  color: #d51c5a;
}

/* line 921, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar #q_system_product_id {
  min-width: 100%;
  max-width: 100%;
}

/* line 926, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar #sidebar_toggle {
  right: 0;
  height: 70px;
  width: 40px;
  position: fixed;
  z-index: 12;
  border: 1px solid #EBEBEB;
  background-color: #EBEBEB;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 940, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar #sidebar_toggle:focus {
  outline: none;
}

/* line 944, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar #sidebar_toggle:before {
  content: ' ';
  width: 20px;
  height: 20px;
  top: 20px;
  left: 10px;
  background-image: url(/assets/icon_filter-fb4a0b52943462e81c890d8f06fb190e3f77b0298c5e2268f88c623db79c43b4.svg);
  position: absolute;
  display: block;
  background-size: cover;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}

/* line 962, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar.open #sidebar_toggle {
  right: 320px;
}

/* line 965, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar.open #sidebar_toggle:before {
  content: ' ';
  width: 20px;
  height: 20px;
  top: 20px;
  left: 10px;
  background-image: url(/assets/icon_close-6011fc5809c7f23f9eb38d24aa3b8c032b400122e773350da4a886fcc3d266fd.svg);
  position: absolute;
  display: block;
  background-size: cover;
}

/* line 977, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar.open #sidebar_toggle:hover {
  opacity: 1 !important;
}

/* line 983, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .sidebar_section {
  font-size: 0.8rem;
  z-index: 12;
  top: 55px;
  background-color: #EBEBEB;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  overflow-x: hidden;
}

/* line 993, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .sidebar_section .panel {
  box-shadow: none;
}

/* line 998, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .sidebar_sections {
  z-index: 12;
  top: 55px;
  background-color: #EBEBEB;
  position: fixed;
  right: -950px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  top: 0;
  bottom: 0;
  overflow-y: scroll;
  overflow-x: hidden;
  width: 320px;
}

/* line 1014, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .sidebar_sections.open {
  right: 0;
}

/* line 1020, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .filter_form_field > select:not([multiple]),
#sidebar .select_and_search > select:not([multiple]),
#sidebar .filter_date_range > select:not([multiple]) {
  font-size: 0.8rem;
  height: 30px;
  line-height: 24px;
  max-width: 100%;
}

/* line 1030, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .filter_form_field.select_and_search select {
  margin-right: 0;
}

/* line 1034, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .input.string input,
#sidebar .input.stringish input,
#sidebar .input.numeric input {
  padding: 6px;
  line-height: 16px;
}

/* line 1042, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .select_and_search select {
  min-width: 48%;
}

/* line 1045, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .select_and_search input {
  max-width: 125px;
}

/* line 1049, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar select {
  min-width: 100%;
}

/* line 1053, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .select2-container {
  padding-right: 0px;
}

/* line 1057, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .input > label {
  margin-bottom: 4px;
  font-size: .7em;
  line-height: 1em;
  text-transform: uppercase;
  font-weight: 600;
}

/* line 1064, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .small_input {
  width: 2em;
}

/* line 1070, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.submit_button {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.7) !important;
  background: transparent;
  border-radius: 2px;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 12px 8px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  transition: 0.25s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #009688;
  color: #FFFFFF !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  font-weight: 600;
  min-width: 88px;
}

/* line 1101, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.input.datepicker input {
  background: #FFFFFF;
}

/* line 1105, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_nested ul {
  visibility: hidden;
}

/* line 1108, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_nested:hover ul {
  visibility: visible;
}

/* line 1112, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#utility_nav {
  z-index: 100;
}

/* line 1115, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#utility_nav #current_user, #utility_nav #logout {
  clip: initial !important;
  display: none;
}

/* line 1118, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#utility_nav #current_user a, #utility_nav #logout a {
  text-shadow: unset;
  font-weight: 600;
}

/* line 1125, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#utility_nav:hover #current_user, #utility_nav:hover #logout {
  display: block;
}

/* line 1132, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#current_user {
  text-align: center;
  padding: 5px 10px;
  height: 92px !important;
}

/* line 1136, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#current_user a {
  color: #000000 !important;
}

/* line 1141, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form .has_many_container {
  background-color: transparent;
  border: none;
  box-shadow: none;
}

/* line 1145, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form .has_many_container .has_many_add {
  margin: 8px 16px;
  padding: 8px 8px !important;
  color: white;
  font-size: 14px;
  font-weight: 500;
  background-color: grey;
}

/* line 1155, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form .has-many-select-template table {
  width: 100%;
  color: #8a8a92;
}

/* line 1160, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form ul.errors {
  padding: 16px;
  color: #b9203a;
}

/* line 1163, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form ul.errors li {
  margin-bottom: 8px;
}

/* line 1165, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form ul.errors li:last-child {
  margin-bottom: 0px;
}

/* line 1171, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.ui-button.ui-state-active {
  background-color: #FFFFFF !important;
  color: #000000;
}

/* line 1176, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.ui-helper-hidden-accessible {
  display: none;
}

/* line 1179, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.flash {
  position: inherit !important;
  max-width: none !important;
  animation: inherit !important;
  color: #FFF !important;
  text-shadow: none !important;
  font-weight: 400 !important;
}

/* line 1187, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.flash.flash_notice {
  background-color: #8bc34a;
}

/* line 1190, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.flash.flash_warning {
  background-color: #c7c133;
  color: #ff5722;
}

/* line 1194, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.flash.flash_error, .flash.flash_alert {
  font-weight: 700 !important;
  /* background-color: $purple; */
  background-color: #b9203a;
}

/* line 1200, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.nav-tabs {
  all: unset;
  /** TODO use mxins here */
}

/* line 1203, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.nav-tabs .ui-state-active a {
  background-color: #EBEBEB;
  color: #5c5c5c !important;
  font-weight: bold;
}

/* line 1208, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.nav-tabs > li > a {
  all: unset;
  cursor: pointer;
  display: inline-block;
  border: 1px solid #EBEBEB;
  padding: 8px;
  margin: 0px;
  margin-left: 0px;
  margin-left: -5px;
  border-radius: 2px;
  min-width: 90px;
  text-align: center;
  font-size: 0.8em;
}

/* line 1222, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.nav-tabs > li > a::after {
  all: unset;
  display: none;
}

/* line 1227, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.nav-tabs li.ui-state-active > a:focus, .nav-tabs li.ui-state-active li.ui-state-active > a:hover {
  background: #EBEBEB !important;
}

/* line 1230, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.nav-tabs li.ui-state-active > a:after {
  display: none;
}

/* line 1238, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.inline_div {
  display: inline-block;
}

/* line 1242, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.deg_container div {
  display: flex;
}

/* line 1247, app/assets/stylesheets/active_material_theme_custom.scss.erb */
body.active_admin .action_items a,
.active_admin .actions a,
.active_admin a.member_link,
.active_admin a.action_link {
  border-radius: 2px !important;
  text-shadow: none;
  box-shadow: none;
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 0.75rem;
  text-transform: uppercase;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  line-height: 18px;
  margin: 4px;
  padding: 10px 27px !important;
  position: relative;
  text-align: center;
  transition: 1s all;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  vertical-align: center;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  min-width: 60px;
  font-size: 0.7rem;
  padding: 14px 10px !important;
  background-color: #5E5E6FB3 !important;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.12);
  line-height: 14px !important;
  color: #FFFFFF;
}

/* line 27, app/assets/stylesheets/mixins.scss */
body.active_admin .action_items a a,
.active_admin .actions a a,
.active_admin a.member_link a,
.active_admin a.action_link a {
  padding: 10px !important;
  border-radius: 0px !important;
}

/* line 1259, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.cancel a {
  margin: 0px !important;
  text-transform: capitalize !important;
}

/* line 1262, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.cancel a :hover {
  background-color: rgba(0, 0, 0, 0.05) !important;
  opacity: 0.05;
  color: inherit !important;
}

/* line 1269, app/assets/stylesheets/active_material_theme_custom.scss.erb */
input[type="submit"],
input[type="reset"],
input[type="button"] {
  margin: 0px !important;
}

/* line 1276, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.input.no-formtastic {
  padding: 0;
  display: inline-block;
  width: 100%;
  max-width: 400px;
}

/* line 1283, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.clickable-toggle {
  cursor: pointer;
}

/* line 1287, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.paginated_collection .pagination_information, .paginated_collection .download_links {
  padding-left: 0px;
}

/* line 1291, app/assets/stylesheets/active_material_theme_custom.scss.erb */
li .thumb {
  top: 0.5em;
}

/* line 1295, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.has_many_remove {
  margin: 16px;
  padding: 0px;
}

/* line 1304, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .select2-container .select2-choice,
#sidebar .select2-container .select2-choices,
#sidebar .select select {
  min-height: 30px;
}

/* line 1308, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .select2-container .select2-choice li:last-child,
#sidebar .select2-container .select2-choices li:last-child,
#sidebar .select select li:last-child {
  max-height: 10px !important;
}

/* line 1313, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .select2-container .select2-choice > .select2-chosen {
  margin-top: -6px;
}

/* line 1318, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .filter_date_range input {
  max-width: 108px !important;
}

/* line 1321, app/assets/stylesheets/active_material_theme_custom.scss.erb */
#sidebar .filter_date_range .seperator {
  padding: 0px 10px;
}

/* line 1326, app/assets/stylesheets/active_material_theme_custom.scss.erb */
form .action, form .actions li {
  padding: 16px 0px 16px 16px !important;
}

/* line 1329, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents form {
  background-color: transparent !important;
}

/* line 1332, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents form.formtastic {
  margin-left: -16px;
  /* their li ol struckture has its own padding, too */
}

/* fix nested f.inputs do */
/* line 1338, app/assets/stylesheets/active_material_theme_custom.scss.erb */
li.input > .inputs {
  margin-left: -16px;
}

/* line 1349, app/assets/stylesheets/active_material_theme_custom.scss.erb */
body.payroll_report #main_content > form,
body.tz_airtel_money_ambigous #main_content > form,
body.upload_offline_created_data #main_content > form,
body.send_multiple_sms #main_content > form,
body.return_to_applied #main_content > form {
  background-color: #FFFFFF;
  border-radius: 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.24), 0 0 2px rgba(0, 0, 0, 0.15);
}

/* line 1355, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.system_with_alerts {
  color: #b9203a !important;
  font-weight: 700;
}

/* line 1360, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.system_without_alerts {
  color: #2e9f2f !important;
  font-weight: 700;
}

/* line 1365, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.breadcrumb {
  margin-bottom: 20px;
}

/* line 1367, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.breadcrumb a {
  color: #8a8a92;
}

/* line 1370, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.breadcrumb a:hover {
  opacity: 0.7;
}

/* line 1373, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.breadcrumb .breadcrumb_sep {
  vertical-align: middle;
  font-size: 1.4em;
  color: #8a8a92;
}

/* line 1382, app/assets/stylesheets/active_material_theme_custom.scss.erb */
div#attachment-panel.panel div.space_bottom_large {
  padding: 16px;
}

/* line 1385, app/assets/stylesheets/active_material_theme_custom.scss.erb */
div#attachment-panel.panel tr.row > td:last-child {
  text-align: right;
  padding-right: 16px;
}

/* line 1393, app/assets/stylesheets/active_material_theme_custom.scss.erb */
body.active_admin.systems .attributes_table.system tr.row.row-battery > td div:first-child {
  font-weight: 600;
}

/* line 1396, app/assets/stylesheets/active_material_theme_custom.scss.erb */
body.active_admin.systems .attributes_table.system tr.row.row-battery > td .action_items {
  width: 100%;
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

/* line 1402, app/assets/stylesheets/active_material_theme_custom.scss.erb */
body.active_admin.systems .attributes_table.system tr.row.row-battery > td .action_items:last-child {
  border-bottom: unset;
  margin-bottom: unset;
}

/* line 1411, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.tag_list_with_edit form input[type='submit'] {
  margin-left: 16px !important;
}

/* line 1417, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.panel_contents table td ul {
  padding: 0px;
}

/* line 1423, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.sales_daily_overview thead tr {
  height: 280px !important;
}

/* line 1427, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.sales_daily_overview thead td {
  transform: translate(25px, 51px) rotate(315deg);
  min-width: 150px !important;
  border-bottom: none !important;
}

/* line 1432, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.sales_daily_overview tbody td {
  border-right: 1px solid #EBEBEB;
}

/* line 1437, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.maintenance_cases.active_admin .row .col {
  float: none !important;
}

/* line 1441, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.mobitabs {
  padding-left: 0px;
}

/* line 1443, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.mobitabs li {
  list-style: none;
  display: inline-block;
}

/* line 1447, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.mobitabs a {
  all: unset;
  cursor: pointer;
  padding: 8px;
  border: 1px solid #EBEBEB;
  margin: 0px 0px 0px -5px;
  border-radius: 2px;
  min-width: 90px;
  text-align: center;
  font-size: 0.8em;
  display: inline-block;
}

/* line 1459, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.mobitabs a.active {
  background-color: #EBEBEB;
  color: #5c5c5c !important;
  font-weight: bold;
}

/* line 1464, app/assets/stylesheets/active_material_theme_custom.scss.erb */
.mobitabs > li > a::after {
  all: unset;
  display: none;
}

/* line 1, app/assets/stylesheets/color_theme/eea.scss */
.header {
  background-color: #006674;
}

/* line 5, app/assets/stylesheets/color_theme/eea.scss */
.mobisol-search {
  color: #FFFFFF;
}

/* line 11, app/assets/stylesheets/color_theme/eea.scss */
.header-item > li > a {
  color: #FFFFFF !important;
}

/* line 14, app/assets/stylesheets/color_theme/eea.scss */
.header-item > li > a:hover, .header-item > li > a:active {
  color: #FFFFFF !important;
}

/* line 19, app/assets/stylesheets/color_theme/eea.scss */
.header-item > li > a.current > a {
  border-bottom-color: #00b6c9;
}

/* line 25, app/assets/stylesheets/color_theme/eea.scss */
#logout a {
  color: #8a8a92 !important;
}

/* line 29, app/assets/stylesheets/color_theme/eea.scss */
.typeahead,
.tt-query,
.tt-hint {
  opacity: 0.5;
}

/* line 34, app/assets/stylesheets/color_theme/eea.scss */
.typeahead:focus,
.tt-query:focus,
.tt-hint:focus {
  transition: all 0.3s;
}

/* line 46, app/assets/stylesheets/color_theme/eea.scss */
::-moz-selection {
  background: #006674 !important;
  color: #FFFFFF !important;
}
::selection {
  background: #006674 !important;
  color: #FFFFFF !important;
}

/* line 50, app/assets/stylesheets/color_theme/eea.scss */
::-moz-selection {
  background: #006674 !important;
  color: #FFFFFF !important;
}

/* line 54, app/assets/stylesheets/color_theme/eea.scss */
#current_user a {
  color: #8a8a92 !important;
}

/* line 5, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns h2 {
  display: block;
  margin: 0 0 0 0;
}

/* line 10, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns section {
  padding-top: 50px;
  margin-bottom: 50px;
  position: relative;
}

/* line 16, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .container {
  width: auto;
  padding: 0px;
}

/* line 21, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns #site-content {
  padding-left: 15%;
  width: 85%;
  margin-top: 0;
}

/* line 27, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .row {
  margin-left: 0;
}

/* line 31, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns #content {
  width: auto;
  position: relative;
  margin: 0 auto;
  z-index: 9;
  zoom: 1;
}

/* line 39, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .nav {
  padding: 0;
  margin: 0;
}

/* line 44, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns #sidebar {
  opacity: .5;
  transition: all linear .25s;
  float: left;
  width: 120px;
  margin-bottom: 20px;
  background-color: #fff;
  padding-top: 20px;
  padding-right: 30px;
  margin-left: -10px;
}

/* line 59, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns #sidebar nav {
  font-weight: normal;
  font-size: 11px;
  margin: 10px auto;
  width: 120px;
  position: fixed;
  text-align: right;
}

/* line 67, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns #sidebar nav ul {
  list-style: none;
  margin-left: 5px;
}

/* line 74, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .nav-list > .active > a,
body.ui_patterns .nav-list > .active > a:hover,
body.ui_patterns .nav-list > .active > a:focus {
  background-color: #grey;
}

/* line 80, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .panel {
  border-radius: 0;
}

/* line 84, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .panel-body {
  padding: 0 5px;
}

/* line 89, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .panel-group .panel + .panel {
  margin-top: -1px;
}

/* line 94, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .alphabet-list a {
  margin-top: 7px;
  text-decoration: none;
}

/* line 99, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .letter {
  margin-top: 30px;
  margin-bottom: 10px;
}

/* line 104, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .color-red {
  background-color: #b9203a;
}

/* line 108, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .row {
  margin-left: 0;
}

/* line 112, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .label {
  text-align: left;
}

/* line 116, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .container {
  padding: 0;
}

/* line 120, app/assets/stylesheets/ui_pattern_library.scss */
body.ui_patterns .square {
  width: 100px;
  height: 100px;
  text-align: center;
}

@media (min-width: 940px) {
  /* line 127, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns #sidebar:hover,
body.ui_patterns #sidebar.child-focus {
    opacity: 1;
    transition: all linear .25s;
  }
  /* line 137, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns #sidebar:hover,
body.ui_patterns #sidebar.child-active {
    opacity: 1;
    transition: all linear .25s;
  }
  /* line 147, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns .navbar-btn {
    display: none;
  }
}

@media (max-width: 940px) {
  /* line 153, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns section {
    overflow: hidden;
  }
  /* line 157, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns #sidebar {
    width: 0;
    height: 0;
    opacity: 1;
  }
  /* line 162, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns #sidebar nav {
    background-color: #EBEBEB;
    width: 100%;
    height: auto;
    margin-top: -25px;
    padding: 5px 20px 5px 0;
    z-index: 6;
    line-height: 110%;
  }
  /* line 173, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns .container {
    margin-right: 5%;
  }
  /* line 177, app/assets/stylesheets/ui_pattern_library.scss */
  body.ui_patterns .hamburger {
    background-color: #EBEBEB;
  }
}

/* fallback */
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(/assets/material_icons-c4a1baec300d09e03a8380b85918267ee80faae8e00c6c56b48e2e74b1d9b38d.woff) format("woff");
}

/* line 9, app/assets/stylesheets/material_icons.scss */
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -moz-font-feature-settings: 'liga';
  -moz-osx-font-smoothing: grayscale;
}
