/*
 * Table styles
 */
/* line 4, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable {
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-collapse: separate;
  border-spacing: 0;
  /*
   * Header and footer styles
   */
  /*
   * Body styles
   */
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable tfoot th {
  font-weight: bold;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th,
table.dataTable thead td {
  padding: 10px 18px;
  border-bottom: 1px solid #111;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tfoot th,
table.dataTable tfoot td {
  padding: 10px 18px 6px 18px;
  border-top: 1px solid #111;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  *cursor: hand;
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/assets/DataTables/sort_both-96cffba6e8f38b2258ad73a3ad8a946836f52d22e8621ca552296fc292000fad.png);
}

/* line 48, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/assets/DataTables/sort_asc-a7da45de6f5c61cd2d96012bd18e2d50a2d0267ba6457e82b4a77f6ab57f9d10.png);
}

/* line 51, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/assets/DataTables/sort_desc-a7403ccecc9ef7deb8a9c1b152782b7f1fccd2c7eac77b7220186c8c17181ec5.png);
}

/* line 54, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/assets/DataTables/sort_asc_disabled-06dd868527bf4c66ebeb55ea1e1b0c3a5c48f4e7492339e66dac562399707e8c.png);
}

/* line 57, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/assets/DataTables/sort_desc_disabled-f94299adc4568faa8ea5dcabda808b551e6fb47082e84bcdb3bd880c3a238079.png);
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 63, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 70, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 73, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 78, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
  border-left: 1px solid #ddd;
}

/* line 86, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 90, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #acbad4;
}

/* line 96, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: #f6f6f6;
}

/* line 99, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #aab7d1;
}

/* line 102, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #fafafa;
}

/* line 109, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad5;
}

/* line 116, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 119, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 122, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 125, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b4cd;
}

/* line 128, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a8b5cf;
}

/* line 131, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b7d1;
}

/* line 134, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #fafafa;
}

/* line 137, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fcfcfc;
}

/* line 140, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fefefe;
}

/* line 143, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad5;
}

/* line 146, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #aebcd6;
}

/* line 149, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
  background-color: #afbdd8;
}

/* line 152, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 155, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ececec;
}

/* line 158, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #efefef;
}

/* line 161, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a2aec7;
}

/* line 164, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a3b0c9;
}

/* line 167, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a5b2cb;
}

/* line 170, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 173, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 176, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px;
}

/* line 180, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 184, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 188, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 192, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 197, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 201, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 205, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 209, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 215, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 221, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 227, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 233, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 239, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 243, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 247, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 251, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 255, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 260, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 269, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 275, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 278, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 282, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 285, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 290, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

/* line 295, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button {
  box-sizing: border-box;
  display: inline-block;
  min-width: 1.5em;
  padding: 0.5em 1em;
  margin-left: 2px;
  text-align: center;
  text-decoration: none !important;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
  border: 1px solid transparent;
  border-radius: 2px;
}

/* line 309, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #979797;
  background-color: white;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

/* line 326, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
  cursor: default;
  color: #666 !important;
  border: 1px solid transparent;
  background: transparent;
  box-shadow: none;
}

/* line 333, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 350, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 367, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 370, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* line 389, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 396, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 399, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 403, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: middle;
}

/* line 406, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing, .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 414, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 417, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
  border-bottom: none;
}

/* line 421, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 430, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 435, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 440, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 445, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-DataTables-1.10.21/app/assets/stylesheets/DataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}
/*!
 * jQuery UI CSS Framework 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */

/*






 */



/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em/*{fsDefault}*/;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif/*{ffDefault}*/;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
}
.ui-widget-content {
	border: 1px solid #dddddd/*{borderColorContent}*/;
	background: #ffffff/*{bgColorContent}*/ /*{bgImgUrlContent}*/ /*{bgContentXPos}*/ /*{bgContentYPos}*/ /*{bgContentRepeat}*/;
	color: #333333/*{fcContent}*/;
}
.ui-widget-content a {
	color: #333333/*{fcContent}*/;
}
.ui-widget-header {
	border: 1px solid #dddddd/*{borderColorHeader}*/;
	background: #e9e9e9/*{bgColorHeader}*/ /*{bgImgUrlHeader}*/ /*{bgHeaderXPos}*/ /*{bgHeaderYPos}*/ /*{bgHeaderRepeat}*/;
	color: #333333/*{fcHeader}*/;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333/*{fcHeader}*/;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5/*{borderColorDefault}*/;
	background: #f6f6f6/*{bgColorDefault}*/ /*{bgImgUrlDefault}*/ /*{bgDefaultXPos}*/ /*{bgDefaultYPos}*/ /*{bgDefaultRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #454545/*{fcDefault}*/;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545/*{fcDefault}*/;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc/*{borderColorHover}*/;
	background: #ededed/*{bgColorHover}*/ /*{bgImgUrlHover}*/ /*{bgHoverXPos}*/ /*{bgHoverYPos}*/ /*{bgHoverRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #2b2b2b/*{fcHover}*/;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b/*{fcHover}*/;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff/*{borderColorActive}*/;
	background: #007fff/*{bgColorActive}*/ /*{bgImgUrlActive}*/ /*{bgActiveXPos}*/ /*{bgActiveYPos}*/ /*{bgActiveRepeat}*/;
	font-weight: normal/*{fwDefault}*/;
	color: #ffffff/*{fcActive}*/;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff/*{borderColorActive}*/;
	background-color: #ffffff/*{fcActive}*/;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff/*{fcActive}*/;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/ /*{bgImgUrlHighlight}*/ /*{bgHighlightXPos}*/ /*{bgHighlightYPos}*/ /*{bgHighlightRepeat}*/;
	color: #777620/*{fcHighlight}*/;
}
.ui-state-checked {
	border: 1px solid #dad55e/*{borderColorHighlight}*/;
	background: #fffa90/*{bgColorHighlight}*/;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620/*{fcHighlight}*/;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899/*{borderColorError}*/;
	background: #fddfdf/*{bgColorError}*/ /*{bgImgUrlError}*/ /*{bgErrorXPos}*/ /*{bgErrorYPos}*/ /*{bgErrorRepeat}*/;
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f/*{fcError}*/;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f/*{fcError}*/;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	-ms-filter: "alpha(opacity=70)"; /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	-ms-filter: "alpha(opacity=35)"; /* support: IE8 - See #6059 */
}

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

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsContent}*/;
}
.ui-widget-header .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_444444_256x240-0ec02058e27f71c352637ad8cf116491b94527208affb95e29534bc6e1c239a4.png)/*{iconsHeader}*/;
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_555555_256x240-2ae1a3121a9024293d3d98f529f49edd9609e4043974e86304e263f811e865b8.png)/*{iconsHover}*/;
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_ffffff_256x240-063ff6c0b18fa40b9a89952c7a14ba75909dc2a6012612d83c40b9ef77df08e9.png)/*{iconsActive}*/;
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777620_256x240-db31659e24ef3c3402c3cce811aaa4f6e6c69d353f32ddf40ce43f80e98e1297.png)/*{iconsHighlight}*/;
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_cc0000_256x240-32d2aace8d299dd84d2e10ce1f1eb9cbb83550e147a4147b474eb22510dac5c3.png)/*{iconsError}*/;
}
.ui-button .ui-icon {
	background-image: url(/assets/jquery-ui/ui-icons_777777_256x240-03396f638d0837b69aa809188d82742d27a85eb85d105d4d553520df635176b7.png)/*{iconsDefault}*/;
}

/* positioning */
/* Three classes needed to override `.ui-button:hover .ui-icon` */
.ui-icon-blank.ui-icon-blank.ui-icon-blank {
	background-image: none;
}
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


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

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px/*{cornerRadius}*/;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px/*{cornerRadius}*/;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa/*{bgColorOverlay}*/ /*{bgImgUrlOverlay}*/ /*{bgOverlayXPos}*/ /*{bgOverlayYPos}*/ /*{bgOverlayRepeat}*/;
	opacity: .3/*{opacityOverlay}*/;
	-ms-filter: "alpha(opacity=30)"/*{opacityFilterOverlay}*/; /* support: IE8 */
}
.ui-widget-shadow {
	box-shadow: 0/*{offsetLeftShadow}*/ 0/*{offsetTopShadow}*/ 5px/*{thicknessShadow}*/ #666666/*{bgColorShadow}*/;
}
/*!
 * jQuery UI Datepicker 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
/*

 */
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
/*!
 * jQuery UI Slider 1.13.0
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
/*

 */
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: pointer;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

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

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
@charset "UTF-8";
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* Document
   ========================================================================== */
/* line 13, app/assets/stylesheets/shared/layout/normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 27, app/assets/stylesheets/shared/layout/normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 35, app/assets/stylesheets/shared/layout/normalize.scss */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 49, app/assets/stylesheets/shared/layout/normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
/* line 62, app/assets/stylesheets/shared/layout/normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 72, app/assets/stylesheets/shared/layout/normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 81, app/assets/stylesheets/shared/layout/normalize.scss */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 92, app/assets/stylesheets/shared/layout/normalize.scss */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 105, app/assets/stylesheets/shared/layout/normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 115, app/assets/stylesheets/shared/layout/normalize.scss */
a:active,
a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 125, app/assets/stylesheets/shared/layout/normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 135, app/assets/stylesheets/shared/layout/normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 144, app/assets/stylesheets/shared/layout/normalize.scss */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 154, app/assets/stylesheets/shared/layout/normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 165, app/assets/stylesheets/shared/layout/normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 173, app/assets/stylesheets/shared/layout/normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 182, app/assets/stylesheets/shared/layout/normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 191, app/assets/stylesheets/shared/layout/normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 199, app/assets/stylesheets/shared/layout/normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 203, app/assets/stylesheets/shared/layout/normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 214, app/assets/stylesheets/shared/layout/normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 223, app/assets/stylesheets/shared/layout/normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 232, app/assets/stylesheets/shared/layout/normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 240, app/assets/stylesheets/shared/layout/normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 252, app/assets/stylesheets/shared/layout/normalize.scss */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 268, app/assets/stylesheets/shared/layout/normalize.scss */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
/* line 278, app/assets/stylesheets/shared/layout/normalize.scss */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 289, app/assets/stylesheets/shared/layout/normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 300, app/assets/stylesheets/shared/layout/normalize.scss */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
/* line 312, app/assets/stylesheets/shared/layout/normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 323, app/assets/stylesheets/shared/layout/normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
/* line 336, app/assets/stylesheets/shared/layout/normalize.scss */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 350, app/assets/stylesheets/shared/layout/normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, app/assets/stylesheets/shared/layout/normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, app/assets/stylesheets/shared/layout/normalize.scss */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, app/assets/stylesheets/shared/layout/normalize.scss */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, app/assets/stylesheets/shared/layout/normalize.scss */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
/* line 397, app/assets/stylesheets/shared/layout/normalize.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 407, app/assets/stylesheets/shared/layout/normalize.scss */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
/* line 420, app/assets/stylesheets/shared/layout/normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 429, app/assets/stylesheets/shared/layout/normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 440, app/assets/stylesheets/shared/layout/normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 448, app/assets/stylesheets/shared/layout/normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 459, app/assets/stylesheets/shared/layout/normalize.scss */
[hidden] {
  display: none;
}

/* line 4, app/assets/stylesheets/admin/layout/forms.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 1rem;
}

/* line 13, app/assets/stylesheets/admin/layout/forms.scss */
form .input-small {
  min-width: 4rem;
}

/* line 18, app/assets/stylesheets/admin/layout/forms.scss */
.field {
  margin-bottom: 1.5rem;
}

/* line 21, app/assets/stylesheets/admin/layout/forms.scss */
.field label, .field legend {
  display: block;
  font-weight: bold;
  color: #132e31;
  opacity: 0.54;
  cursor: pointer;
  font-size: 0.75rem;
  padding-bottom: 0.25rem;
  text-transform: uppercase;
}

/* line 32, app/assets/stylesheets/admin/layout/forms.scss */
.field.selection-control {
  margin-bottom: 0.5rem;
}

/* line 35, app/assets/stylesheets/admin/layout/forms.scss */
.field.selection-control label {
  font-weight: initial;
  opacity: initial;
  padding: 0;
  margin: 0 0 0.5rem;
  clear: left;
  display: inline-block;
  line-height: 1.125rem;
  text-transform: initial;
  float: none;
  text-align: left;
}

/* line 48, app/assets/stylesheets/admin/layout/forms.scss */
.field.selection-control input[type='checkbox'],
.field.selection-control input[type='radio'] {
  float: left;
  margin-top: 0.25rem;
  margin-right: 0.5rem;
}

/* line 57, app/assets/stylesheets/admin/layout/forms.scss */
input[type='text'],
input[type='password'],
input[type='email'],
input[type='search'],
input[type='url'],
input[type='number'],
textarea {
  padding: 0.5rem;
  border-radius: 0.125rem;
  border: 1px solid #cfd9db;
  width: 100%;
}

/* line 69, app/assets/stylesheets/admin/layout/forms.scss */
input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='url']:focus,
input[type='number']:focus,
textarea:focus {
  outline: none;
  border-color: #3498DB;
}

/* line 74, app/assets/stylesheets/admin/layout/forms.scss */
input.not-editable[type='text'],
input.not-editable[type='password'],
input.not-editable[type='email'],
input.not-editable[type='search'],
input.not-editable[type='url'],
input.not-editable[type='number'],
textarea.not-editable {
  border: 0;
  background-color: #EEEEEE;
}

/* line 79, app/assets/stylesheets/admin/layout/forms.scss */
.field_with_errors input[type='text'], .field_with_errors input[type='password'], .field_with_errors input[type='email'], .field_with_errors input[type='search'], .field_with_errors input[type='url'], .field_with_errors input[type='number'], .field_with_errors textarea {
  border-color: #E74C3C;
}

/* line 84, app/assets/stylesheets/admin/layout/forms.scss */
textarea {
  resize: none;
  height: 5rem;
}

/* line 89, app/assets/stylesheets/admin/layout/forms.scss */
select {
  height: 2rem;
  font-size: 0.75rem;
  border-radius: 0.125rem;
  border: 1px solid #cfd9db;
}

/* line 95, app/assets/stylesheets/admin/layout/forms.scss */
select:focus {
  border-color: #286368;
  outline: none;
}

/* line 100, app/assets/stylesheets/admin/layout/forms.scss */
.default-filters select {
  height: auto;
  width: auto;
}

/* line 105, app/assets/stylesheets/admin/layout/forms.scss */
select .select2 {
  min-width: 30%;
  font-size: 0.75rem;
}

/* line 112, app/assets/stylesheets/admin/layout/forms.scss */
.select2-results__option {
  min-width: 30%;
  font-size: 0.75rem;
}

/* line 117, app/assets/stylesheets/admin/layout/forms.scss */
.select2-container {
  min-width: 30%;
}

/* line 121, app/assets/stylesheets/admin/layout/forms.scss */
.select2-selection {
  height: 2rem;
  font-size: 0.75rem;
  border-radius: 0.125rem;
  border: 1px solid #cfd9db;
}

/* line 127, app/assets/stylesheets/admin/layout/forms.scss */
.select2-selection:focus {
  border-color: #286368;
  outline: none;
}

/* line 132, app/assets/stylesheets/admin/layout/forms.scss */
.default-filters .select2-selection {
  height: auto;
  width: auto;
}

/* line 139, app/assets/stylesheets/admin/layout/forms.scss */
select[multiple] {
  width: 100%;
}

/* line 144, app/assets/stylesheets/admin/layout/forms.scss */
.form-actions {
  clear: left;
  padding-top: 1.5rem;
}

/* line 149, app/assets/stylesheets/admin/layout/forms.scss */
.control-group {
  margin-bottom: 1.5rem;
  clear: both;
}

/* line 153, app/assets/stylesheets/admin/layout/forms.scss */
.control-group.span4, .control-group.span6 {
  display: flex;
  align-items: center;
}

/* line 158, app/assets/stylesheets/admin/layout/forms.scss */
.control-group.span4 label, .control-group.span6 label {
  padding-right: 1rem;
}

/* line 162, app/assets/stylesheets/admin/layout/forms.scss */
.control-group.span4 .controls, .control-group.span6 .controls {
  width: 100%;
  margin-left: 0;
}

/* line 168, app/assets/stylesheets/admin/layout/forms.scss */
.control-group .control-map,
.control-group .controls-grid {
  flex-wrap: wrap;
  align-items: flex-start !important;
}

/* line 173, app/assets/stylesheets/admin/layout/forms.scss */
.control-group .control-map > .field,
.control-group .controls-grid > .field {
  margin-right: 2rem;
}

/* line 178, app/assets/stylesheets/admin/layout/forms.scss */
.control-group .controls-grid {
  padding-top: 0.5rem;
}

/* line 182, app/assets/stylesheets/admin/layout/forms.scss */
.control-group .checkbox {
  margin-top: 0.5rem;
}

/* line 186, app/assets/stylesheets/admin/layout/forms.scss */
.control-group .input-placeholder::-moz-placeholder {
  font-style: italic;
  color: #bdb5b5;
}
.control-group .input-placeholder::placeholder {
  font-style: italic;
  color: #bdb5b5;
}

/* line 191, app/assets/stylesheets/admin/layout/forms.scss */
.control-group .vertical-line {
  width: 30%;
  position: relative;
  right: 30%;
  margin-bottom: 0;
}

/* line 199, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal {
  max-width: 960px;
}

/* line 202, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal label {
  float: left;
  width: 160px;
  text-align: right;
  font-size: 0.75rem;
  opacity: 0.54;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 0.75rem;
}

/* line 212, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal label.centering {
  text-align: left;
  width: 100%;
  opacity: 10;
  padding: 0.25rem 0;
  margin-top: 0.10rem;
}

/* line 222, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal .controls {
  margin-left: 180px;
}

/* line 226, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal .float.left {
  float: left;
}

/* line 229, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal .float.left + .float.left {
  padding-left: 4rem;
}

/* line 234, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal .check_box {
  margin-top: 0.75rem;
}

/* line 238, app/assets/stylesheets/admin/layout/forms.scss */
.form-horizontal .controls {
  display: flex;
  align-items: center;
}

/* line 244, app/assets/stylesheets/admin/layout/forms.scss */
.alert.alert-warning {
  background-color: rgba(241, 196, 15, 0.12);
  padding: 0 1rem;
  border: 1px solid #F1C40F;
  border-radius: 0.125rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

/* line 252, app/assets/stylesheets/admin/layout/forms.scss */
.alert.alert-warning .close {
  display: none;
}

/* line 256, app/assets/stylesheets/admin/layout/forms.scss */
.alert.alert-warning strong {
  display: block;
}

/* line 261, app/assets/stylesheets/admin/layout/forms.scss */
.alert.alert-error {
  background-color: rgba(231, 76, 60, 0.12);
  padding: 0 1rem;
  border: 1px solid #E74C3C;
  border-radius: 0.125rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
}

/* line 269, app/assets/stylesheets/admin/layout/forms.scss */
.alert.alert-error .close {
  display: none;
}

/* line 273, app/assets/stylesheets/admin/layout/forms.scss */
.alert.alert-error strong {
  display: block;
}

/* line 278, app/assets/stylesheets/admin/layout/forms.scss */
.display-variety-guide {
  width: 190px !important;
  min-height: unset !important;
  height: 80px;
}

/* line 284, app/assets/stylesheets/admin/layout/forms.scss */
.admin-only {
  border: 0;
  border-left: 4px solid red;
}

/* line 4, app/assets/stylesheets/admin/layout/grid.scss */
.grid, .row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-full, .row .column.column-full {
  flex: 1 0 100%;
  max-width: 100%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-two-thirds, .row .column.column-two-thirds {
  flex: 1 0 66.6666666667%;
  max-width: 66.6666666667%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-half, .row .column.column-half {
  flex: 1 0 50%;
  max-width: 50%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-third, .row .column.column-third {
  flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-one-third, .row .column.column-one-third {
  flex: 1 0 33.3333333333%;
  max-width: 33.3333333333%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-quarter, .row .column.column-quarter {
  flex: 1 0 25%;
  max-width: 25%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-four-fifths, .row .column.column-four-fifths {
  flex: 1 0 80%;
  max-width: 80%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-three-fifths, .row .column.column-three-fifths {
  flex: 1 0 60%;
  max-width: 60%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-two-fifths, .row .column.column-two-fifths {
  flex: 1 0 40%;
  max-width: 40%;
}

/* line 23, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column.column-one-fifth, .row .column.column-one-fifth {
  flex: 1 0 20%;
  max-width: 20%;
}

/* line 29, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column + .column, .row .column + .column {
  padding-left: 1rem;
}

/* line 33, app/assets/stylesheets/admin/layout/grid.scss */
.grid .column-centered, .row .column-centered {
  margin: 0 auto;
}

/* line 43, app/assets/stylesheets/admin/layout/grid.scss */
.span4 {
  flex: 1 0 33.3333333333%;
}

/* line 46, app/assets/stylesheets/admin/layout/grid.scss */
.span4 + .span4 {
  padding-left: 1rem;
}

/* line 51, app/assets/stylesheets/admin/layout/grid.scss */
.span6-improved {
  min-width: 30%;
  width: auto;
}

/* line 55, app/assets/stylesheets/admin/layout/grid.scss */
.span6-improved .select2-container {
  min-width: 100%;
}

/* line 60, app/assets/stylesheets/admin/layout/grid.scss */
.span6 {
  flex: 1 0 50%;
}

/* line 63, app/assets/stylesheets/admin/layout/grid.scss */
.span6 + .span6 {
  padding-left: 1rem;
}

/* line 68, app/assets/stylesheets/admin/layout/grid.scss */
.w50 {
  width: 2rem;
}

/* line 5, app/assets/stylesheets/admin/layout/header.scss */
header a {
  text-decoration: none;
}

/* line 8, app/assets/stylesheets/admin/layout/header.scss */
header a:hover {
  opacity: 0.75;
}

/* line 13, app/assets/stylesheets/admin/layout/header.scss */
header a.active:hover {
  opacity: 1;
}

/* line 19, app/assets/stylesheets/admin/layout/header.scss */
header .brand {
  display: flex;
  align-items: center;
}

/* line 23, app/assets/stylesheets/admin/layout/header.scss */
header .brand img {
  margin-right: 0.5rem;
  height: 2rem;
}

/* line 29, app/assets/stylesheets/admin/layout/header.scss */
header nav {
  padding: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
}

/* line 36, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation {
  padding: 1rem;
  font-size: 0.875rem;
  background-color: #286368;
}

/* line 41, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation-item,
header .primary-navigation a {
  margin-left: 1rem;
}

/* line 46, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation a {
  color: #FFFFFF;
  text-decoration: underline;
}

/* line 51, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation__right {
  color: #FFFFFF;
  margin-left: auto;
  display: flex;
  align-items: center;
}

/* line 58, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation select {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}

/* line 64, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation .select2-selection {
  background-color: transparent !important;
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF;
}

/* line 70, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFFFFF;
}

/* line 74, app/assets/stylesheets/admin/layout/header.scss */
header .primary-navigation option {
  color: #000000;
}

/* line 79, app/assets/stylesheets/admin/layout/header.scss */
header .secondary-navigation {
  background-color: #ECF0F1;
  padding: 0 1rem;
  font-size: 0.875rem;
}

/* line 84, app/assets/stylesheets/admin/layout/header.scss */
header .secondary-navigation a {
  color: #286368;
  display: block;
  padding: 1rem;
}

/* line 89, app/assets/stylesheets/admin/layout/header.scss */
header .secondary-navigation a.active {
  background-color: #FFFFFF;
  color: #132e31;
}

/* line 95, app/assets/stylesheets/admin/layout/header.scss */
header .secondary-navigation .change-locale {
  margin-left: auto;
  display: flex;
}

/* line 99, app/assets/stylesheets/admin/layout/header.scss */
header .secondary-navigation .change-locale a {
  padding: 0.5rem;
}

/* line 105, app/assets/stylesheets/admin/layout/header.scss */
header .tertiary-navigation {
  background-color: #FFFFFF;
  flex-wrap: wrap;
  padding: 1rem;
  font-size: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0.125rem 0.25rem;
}

/* line 112, app/assets/stylesheets/admin/layout/header.scss */
header .tertiary-navigation .dropdown {
  display: block;
  padding: 0.5rem;
  flex: initial;
  margin-right: 1rem;
  position: relative;
}

/* line 119, app/assets/stylesheets/admin/layout/header.scss */
header .tertiary-navigation .dropdown .dropdown-toggle:after {
  content: '▼';
  opacity: 0.54;
  margin-left: 0.5rem;
}

/* line 125, app/assets/stylesheets/admin/layout/header.scss */
header .tertiary-navigation .dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 1.8125rem;
  margin: 0;
  left: 0;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 0.3125rem;
  border-radius: 0.125rem;
  z-index: 1;
  padding: 0;
  list-style-type: none;
}

/* line 140, app/assets/stylesheets/admin/layout/header.scss */
header .tertiary-navigation .dropdown:hover .dropdown-menu {
  display: block;
}

/* line 146, app/assets/stylesheets/admin/layout/header.scss */
header .tertiary-navigation a {
  min-width: 12rem;
  color: #132e31;
  display: block;
  padding: 0.5rem;
  white-space: nowrap;
}

/* line 153, app/assets/stylesheets/admin/layout/header.scss */
header .tertiary-navigation a.active {
  background-color: #ECF0F1;
  border-radius: 0.125rem;
}

/* line 1, app/assets/stylesheets/admin/layout/pagination.scss */
.pagination {
  display: flex;
  list-style-type: none;
  opacity: 0.54;
}

/* line 6, app/assets/stylesheets/admin/layout/pagination.scss */
.pagination li {
  padding: 0 0.05em !important;
}

/* line 9, app/assets/stylesheets/admin/layout/pagination.scss */
.pagination li a {
  border: 1px solid white;
  color: #333;
  padding: 0.3em 0.7em;
}

/* line 15, app/assets/stylesheets/admin/layout/pagination.scss */
.pagination li a:hover {
  background-color: #585858;
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  border: 1px solid #111;
  color: white;
}

/* line 23, app/assets/stylesheets/admin/layout/pagination.scss */
.pagination .active a, .pagination .active a:hover {
  background-color: white;
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  border: 1px solid #979797;
  color: #333 !important;
}

/* line 1, app/assets/stylesheets/admin/layout/pagination_search.scss */
.js-loading {
  background: white;
  display: none;
  height: 100%;
  opacity: 0.54;
  position: absolute;
  width: 100%;
}

/* line 10, app/assets/stylesheets/admin/layout/pagination_search.scss */
.search-batches {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
}

/* line 15, app/assets/stylesheets/admin/layout/pagination_search.scss */
.search-batches label {
  font-size: 0.75rem;
}

/* line 19, app/assets/stylesheets/admin/layout/pagination_search.scss */
.search-batches .js-clear {
  height: 36px;
  margin: 0 0.5rem 0;
}

/* line 24, app/assets/stylesheets/admin/layout/pagination_search.scss */
.search-batches .js-find {
  height: 36px;
  margin: 0 0.5rem 0;
}

/* line 29, app/assets/stylesheets/admin/layout/pagination_search.scss */
.search-batches .js-search {
  margin-left: 0.5rem;
  max-width: 220px;
}

/* line 33, app/assets/stylesheets/admin/layout/pagination_search.scss */
.search-batches .js-search::-moz-placeholder {
  font-size: 0.85rem;
  font-style: italic;
}
.search-batches .js-search::placeholder {
  font-size: 0.85rem;
  font-style: italic;
}

/* line 4, app/assets/stylesheets/admin/layout/structure.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* line 10, app/assets/stylesheets/admin/layout/structure.scss */
body {
  display: flex;
  flex-direction: column;
  font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, helvetica neue, helvetica, ubuntu, roboto, noto, segoe ui, arial, sans-serif;
  min-height: 100vh;
  color: #132e31;
}

/* line 18, app/assets/stylesheets/admin/layout/structure.scss */
a {
  color: #3498DB;
}

/* line 22, app/assets/stylesheets/admin/layout/structure.scss */
.hidden {
  display: none !important;
}

/* line 26, app/assets/stylesheets/admin/layout/structure.scss */
img {
  max-width: 100%;
}

/* line 30, app/assets/stylesheets/admin/layout/structure.scss */
dt {
  clear: left;
  color: #132e31;
  float: left;
  font-size: .75rem;
  font-weight: bold;
  opacity: .54;
  padding: .25rem 0;
  text-align: right;
  text-transform: uppercase;
  width: 10rem;
}

/* line 43, app/assets/stylesheets/admin/layout/structure.scss */
dd {
  margin-left: 10rem;
  padding-left: 1rem;
  margin-bottom: 1.5rem;
  min-height: 1rem;
}

/* line 50, app/assets/stylesheets/admin/layout/structure.scss */
main {
  padding: 1rem;
}

/* line 53, app/assets/stylesheets/admin/layout/structure.scss */
main .page-header > h1,
main > h2,
main > h3 {
  font-size: .75rem;
  text-transform: uppercase;
  font-weight: bold;
  opacity: .54;
  margin: 0 0 1rem;
}

/* line 64, app/assets/stylesheets/admin/layout/structure.scss */
main .page-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

/* line 70, app/assets/stylesheets/admin/layout/structure.scss */
main .page-header h1 {
  margin: 0;
}

/* line 74, app/assets/stylesheets/admin/layout/structure.scss */
main .page-header .btn-primary {
  margin-right: auto;
  margin-left: 1rem;
  margin-bottom: 0;
}

/* line 80, app/assets/stylesheets/admin/layout/structure.scss */
main .page-header .mt25 {
  margin-top: 25px;
}

/* line 83, app/assets/stylesheets/admin/layout/structure.scss */
main .page-header .mt18 {
  margin-top: 18px;
}

/* line 89, app/assets/stylesheets/admin/layout/structure.scss */
.text-center {
  text-align: center;
}

/* line 93, app/assets/stylesheets/admin/layout/structure.scss */
.text-right {
  text-align: right;
}

/* line 97, app/assets/stylesheets/admin/layout/structure.scss */
footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
  background-color: #ECF0F1;
  font-size: .75rem;
  color: #132e31;
  box-shadow: rgba(0, 0, 0, 0.125) 0 0.125rem 0.25rem inset;
}

/* line 4, app/assets/stylesheets/admin/layout/table.scss */
table {
  border-collapse: collapse;
  border: 0.125rem solid #ECF0F1;
  width: 100%;
  margin-bottom: 2rem;
}

/* line 10, app/assets/stylesheets/admin/layout/table.scss */
table.datatable {
  margin-top: 44px;
}

/* line 14, app/assets/stylesheets/admin/layout/table.scss */
table.datatable.dataTable {
  margin-top: 0;
}

/* line 18, app/assets/stylesheets/admin/layout/table.scss */
table .highlighted-row {
  font-weight: bold;
  font-style: italic;
}

/* line 23, app/assets/stylesheets/admin/layout/table.scss */
table th {
  background-color: #ECF0F1;
  color: #132e31;
  text-transform: uppercase;
  border-bottom: #cfd9db;
  font-size: 0.625rem;
  padding: 10px 18px;
}

/* line 32, app/assets/stylesheets/admin/layout/table.scss */
table td,
table th {
  text-align: left;
}

/* line 37, app/assets/stylesheets/admin/layout/table.scss */
table td {
  font-size: 0.875rem;
  padding: 0.5rem;
}

/* line 43, app/assets/stylesheets/admin/layout/table.scss */
table tr:nth-child(even) td {
  background-color: #f2f5f5;
}

/* line 48, app/assets/stylesheets/admin/layout/table.scss */
table a {
  text-decoration: none;
  font-size: 0.75rem;
  color: #3498DB;
}

/* line 54, app/assets/stylesheets/admin/layout/table.scss */
table h4 {
  font-size: 0.875rem;
  margin: 0;
}

/* line 59, app/assets/stylesheets/admin/layout/table.scss */
table .gallery-images {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

/* line 64, app/assets/stylesheets/admin/layout/table.scss */
table .gallery-images > a {
  display: block;
  padding: 0.5rem;
  cursor: pointer;
}

/* line 70, app/assets/stylesheets/admin/layout/table.scss */
table .gallery-images img {
  max-width: 8rem;
  max-height: 6rem;
  border-radius: 0.125rem;
  border: 1px solid #ECF0F1;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 0.3125rem;
}

/* line 79, app/assets/stylesheets/admin/layout/table.scss */
table .gallery-images .modal img {
  max-width: none;
  max-height: none;
  border-radius: 0;
  border: 0;
}

/* line 88, app/assets/stylesheets/admin/layout/table.scss */
table .btn {
  margin-bottom: 0;
}

/* line 92, app/assets/stylesheets/admin/layout/table.scss */
table .btn-mini {
  margin-left: 0.25rem;
}

/* line 96, app/assets/stylesheets/admin/layout/table.scss */
table .btn-mini + .btn-mini {
  margin: 0.25rem 0 0 0.25rem;
}

/* line 102, app/assets/stylesheets/admin/layout/table.scss */
table.dataTable {
  margin: 0 0 1rem;
  padding: 0;
}

/* line 106, app/assets/stylesheets/admin/layout/table.scss */
table.dataTable.no-footer {
  border-bottom: 0.125rem solid #ECF0F1;
}

/* line 111, app/assets/stylesheets/admin/layout/table.scss */
table.dataTable thead td,
table.dataTable thead th {
  border-bottom: 0;
}

/* line 116, app/assets/stylesheets/admin/layout/table.scss */
.dataTables_filter {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
}

/* line 120, app/assets/stylesheets/admin/layout/table.scss */
.dataTables_filter input {
  width: inherit;
}

/* line 125, app/assets/stylesheets/admin/layout/table.scss */
.dataTables_empty,
.dataTables_info {
  font-size: 0.75rem;
  margin-bottom: 0.5rem;
  color: #132e31;
  opacity: 0.54;
}

/* line 133, app/assets/stylesheets/admin/layout/table.scss */
.dataTables_wrapper {
  clear: left;
}

/* line 136, app/assets/stylesheets/admin/layout/table.scss */
.dataTables_wrapper > .row-fluid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* line 145, app/assets/stylesheets/admin/layout/table.scss */
.hide-column {
  position: absolute;
  left: -90000px;
  visibility: hidden;
}

/* line 151, app/assets/stylesheets/admin/layout/table.scss */
.hide-column-border {
  border-left: 0 !important;
  border-right: 0 !important;
}

/* line 3, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .crop-name {
  padding-left: 2em;
}

/* line 7, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .rv-discrete-color-legend-item__color {
  height: 10px;
}

/* line 11, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .rv-discrete-color-legend-item__color__path {
  stroke-width: 40px;
}

/* line 15, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .rv-xy-plot {
  margin-top: 50px;
  margin-bottom: 50px;
}

/* line 19, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .rv-xy-plot .rv-xy-plot__series--label-text {
  text-anchor: middle;
  dominant-baseline: text-after-edge;
}

/* line 25, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .rv-sunburst {
  margin-right: 300px;
}

/* line 29, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .crop-chart {
  border: 2px #000 solid;
}

/* line 33, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .user-chart {
  width: 100%;
  border-top: 1px #000 solid;
}

/* line 39, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .image-bar-label {
  display: flex;
  justify-content: space-between;
  width: 350px;
  margin-left: 40px;
}

/* line 47, app/assets/stylesheets/admin/components/activity_chart.scss */
.activity-chart .image-bar-plot {
  margin-top: unset;
  margin-bottom: unset;
}

/* line 4, app/assets/stylesheets/admin/components/button.scss */
.btn {
  background-color: #cfd9db;
  border: 0;
  border-radius: 0.125rem;
  color: #132e31;
  display: inline-block;
  font-size: .75rem;
  padding: .5rem 1rem;
  text-decoration: none;
  text-transform: uppercase;
  margin-bottom: .5rem;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/admin/components/button.scss */
.btn:hover {
  opacity: .75;
}

/* line 21, app/assets/stylesheets/admin/components/button.scss */
.btn.btn-primary {
  background-color: #286368;
  color: #FFFFFF;
}

/* line 26, app/assets/stylesheets/admin/components/button.scss */
.btn.btn-danger {
  background-color: #E74C3C;
  color: #FFFFFF;
}

/* line 31, app/assets/stylesheets/admin/components/button.scss */
.btn.btn-inactive {
  background-color: #f6bd60;
  color: #000000;
}

/* line 36, app/assets/stylesheets/admin/components/button.scss */
.btn.btn-active {
  background-color: #16A085;
  color: #FFFFFF;
}

/* line 41, app/assets/stylesheets/admin/components/button.scss */
.btn + .btn {
  margin-left: .5rem;
}

/* line 45, app/assets/stylesheets/admin/components/button.scss */
.btn.btn-mini {
  font-size: .625rem;
  padding: .25rem .5rem;
}

/* line 50, app/assets/stylesheets/admin/components/button.scss */
.btn.btn-link {
  background-color: transparent;
}

/* line 4, app/assets/stylesheets/admin/components/card.scss */
.cards {
  max-width: 640px;
  margin: 0 auto;
}

/* line 8, app/assets/stylesheets/admin/components/card.scss */
.cards .grid, .cards .row {
  margin-bottom: 1.5rem;
}

/* line 11, app/assets/stylesheets/admin/components/card.scss */
.cards .grid:last-child, .cards .row:last-child {
  margin-bottom: 0;
}

/* line 17, app/assets/stylesheets/admin/components/card.scss */
.blink:target {
  animation-name: blink;
  animation-direction: normal;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
}

@keyframes blink {
  0% {
    background-color: #2d6367;
  }
  100% {
    background-color: rgba(0, 0, 0, 0);
  }
}

/* line 29, app/assets/stylesheets/admin/components/card.scss */
.card {
  border: 1px solid #ECF0F1;
  border-radius: 0.125rem;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: .875rem;
}

/* line 36, app/assets/stylesheets/admin/components/card.scss */
.card:last-child {
  margin-bottom: 0;
}

/* line 40, app/assets/stylesheets/admin/components/card.scss */
.card p {
  padding: 0;
  margin: 0;
}

/* line 45, app/assets/stylesheets/admin/components/card.scss */
.card-body {
  padding: .5rem 0 0;
}

/* line 49, app/assets/stylesheets/admin/components/card.scss */
.card time {
  opacity: .54;
  font-size: .75rem;
}

/* line 54, app/assets/stylesheets/admin/components/card.scss */
.card a {
  font-weight: bold;
  text-decoration: none;
}

/* line 59, app/assets/stylesheets/admin/components/card.scss */
.card-images {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

/* line 65, app/assets/stylesheets/admin/components/card.scss */
.card-images span {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 100%;
}

/* line 74, app/assets/stylesheets/admin/components/card.scss */
.card-details {
  padding-top: .5rem;
  font-size: .75rem;
  color: rgba(19, 46, 49, 0.54);
}

/* line 81, app/assets/stylesheets/admin/components/card.scss */
.activity-date {
  text-transform: uppercase;
  font-size: .75rem;
  font-weight: bold;
  opacity: .54;
  text-align: center;
  position: relative;
  align-self: stretch;
}

/* line 90, app/assets/stylesheets/admin/components/card.scss */
.activity-date time {
  padding: .5rem;
  position: relative;
  z-index: 10;
  background-color: #FFFFFF;
  color: #132e31;
  display: inline-block;
}

/* line 99, app/assets/stylesheets/admin/components/card.scss */
.activity-date::after {
  content: '';
  border-left: 0.125rem solid #286368;
  height: 100%;
  right: 50%;
  position: absolute;
  z-index: 1;
  opacity: .5;
}

/* line 110, app/assets/stylesheets/admin/components/card.scss */
.grid:last-child .activity-date::after, .row:last-child .activity-date::after {
  display: none;
}

@media print {
  /* line 2, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-break-page {
    margin: 0;
    position: fixed;
    top: 0;
    left: 17px;
    right: 17px;
  }
  /* line 10, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-table-fixed {
    margin-top: 110px !important;
    margin-bottom: -90px !important;
    display: inline-table !important;
    table-layout: fixed !important;
    border: none !important;
  }
  /* line 18, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .table-sample-data {
    margin-top: 95px !important;
    margin-bottom: -115px !important;
    display: inline-table;
  }
  /* line 24, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-logo {
    width: 130px !important;
  }
  /* line 28, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-background {
    background-repeat: repeat !important;
    background-image: url(/assets/print.jpg) !important;
    font-weight: bold !important;
    -webkit-print-color-adjust: exact !important;
  }
  /* line 35, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-buttons {
    display: none !important;
  }
  /* line 39, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-text-size {
    font-size: 80% !important;
  }
  /* line 43, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-text-size td {
    font-size: 95% !important;
  }
  /* line 47, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-text-size input,
label {
    font-size: 80% !important;
  }
  /* line 52, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-span-to-checkboxes {
    margin: 0 !important;
    padding-right: 4px !important;
    font-size: 95% !important;
  }
  /* line 58, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-td-br {
    border: none !important;
    border-right: 1px solid !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
  /* line 65, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .print-td-no-border {
    border: none !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
}

@media screen {
  /* line 72, app/assets/stylesheets/admin/components/digital_sheet.scss */
  .td-no-border {
    border: none !important;
    border-top: 1px solid !important;
    border-bottom: 1px solid !important;
  }
}

/* line 4, app/assets/stylesheets/admin/components/filter.scss */
.filter {
  position: relative;
  z-index: 1000;
}

/* line 9, app/assets/stylesheets/admin/components/filter.scss */
.filter.active form {
  display: block;
}

/* line 14, app/assets/stylesheets/admin/components/filter.scss */
.filter form {
  display: none;
  border: 1px solid #ECF0F1;
  border-radius: 0.125rem;
  padding: 1rem;
  position: absolute;
  background: #FFFFFF;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 0.3125rem;
  top: 2rem;
  right: 0;
  z-index: 100;
}

/* line 27, app/assets/stylesheets/admin/components/filter.scss */
.filter input[type='text'] {
  font-size: .875rem;
  padding: .25rem .5rem;
}

/* line 32, app/assets/stylesheets/admin/components/filter.scss */
.filter select {
  height: 1.5rem;
  max-width: 100%;
}

/* line 37, app/assets/stylesheets/admin/components/filter.scss */
.filter label {
  text-align: left;
  float: none;
  width: auto;
}

/* line 43, app/assets/stylesheets/admin/components/filter.scss */
.filter .btn-open-filters {
  margin-bottom: 0;
}

/* line 46, app/assets/stylesheets/admin/components/filter.scss */
.filter .btn-open-filters::after {
  content: '▼';
  opacity: .54;
  margin-left: .5rem;
}

/* line 52, app/assets/stylesheets/admin/components/filter.scss */
.filter .btn-open-filters:hover, .filter .btn-open-filters:focus {
  outline: none;
  opacity: .75;
}

/* line 58, app/assets/stylesheets/admin/components/filter.scss */
.filter .btn-open-filters:active {
  opacity: .5;
}

/* line 63, app/assets/stylesheets/admin/components/filter.scss */
.filter .filter-submit {
  margin-top: 1rem;
  display: flex;
}

/* line 67, app/assets/stylesheets/admin/components/filter.scss */
.filter .filter-submit .btn {
  margin-bottom: 0;
  font-size: .625rem;
  padding: .375rem .75rem;
  white-space: nowrap;
}

/* line 73, app/assets/stylesheets/admin/components/filter.scss */
.filter .filter-submit .btn.btn-primary {
  margin-right: initial;
}

/* line 78, app/assets/stylesheets/admin/components/filter.scss */
.filter .filter-submit .btn-close {
  margin-right: auto;
}

/* line 84, app/assets/stylesheets/admin/components/filter.scss */
.filter .grid input[type='text'], .filter .row input[type='text'] {
  width: 100%;
}

/* line 89, app/assets/stylesheets/admin/components/filter.scss */
.filter .field {
  margin-bottom: .5rem;
}

/* line 1, app/assets/stylesheets/admin/components/map.scss */
.map {
  height: 500px;
  width: 100%;
  margin-bottom: 1rem;
}

/* line 4, app/assets/stylesheets/admin/components/modal.scss */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: rgba(19, 46, 49, 0.9);
  display: flex;
}

/* line 15, app/assets/stylesheets/admin/components/modal.scss */
.modal-control {
  position: absolute;
  top: 1rem;
  right: 2rem;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  font-weight: 100;
  color: #FFFFFF;
  text-align: center;
  background: #132e31;
  border: 0.125rem solid #FFFFFF;
  border-radius: 4rem;
  cursor: pointer;
  z-index: 101;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 34, app/assets/stylesheets/admin/components/modal.scss */
.modal-control-next {
  left: initial;
  right: 1rem;
}

/* line 39, app/assets/stylesheets/admin/components/modal.scss */
.modal-control:hover {
  opacity: .75;
}

/* line 43, app/assets/stylesheets/admin/components/modal.scss */
.modal-control:active {
  opacity: .5;
}

/* line 47, app/assets/stylesheets/admin/components/modal.scss */
.modal-control:focus {
  outline: none;
}

/* line 4, app/assets/stylesheets/admin/components/pagination.scss */
.pagination {
  float: right;
  clear: right;
  z-index: 100;
  position: relative;
}

/* line 10, app/assets/stylesheets/admin/components/pagination.scss */
.pagination ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
}

/* line 17, app/assets/stylesheets/admin/components/pagination.scss */
.pagination li {
  padding: 0;
  margin: 0;
}

/* line 22, app/assets/stylesheets/admin/components/pagination.scss */
.pagination a {
  padding: .25rem;
  font-size: .875rem;
  display: block;
  border-radius: 0.125rem;
  text-decoration: none;
  color: #3498DB;
}

/* line 31, app/assets/stylesheets/admin/components/pagination.scss */
.pagination .active a {
  background-color: #286368;
  color: #FFFFFF;
}

/* line 37, app/assets/stylesheets/admin/components/pagination.scss */
.entries-info {
  font-size: .75rem;
  opacity: .54;
  padding: 1rem 0;
  float: right;
  clear: right;
}

/* line 44, app/assets/stylesheets/admin/components/pagination.scss */
.dataTables_wrapper ~ .entries-info {
  margin-top: -1rem;
}

/* line 4, app/assets/stylesheets/admin/components/slider.scss */
.slider {
  background-color: #132e31;
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 80vw;
  border-radius: 0.375rem;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 0.625rem;
}

/* line 14, app/assets/stylesheets/admin/components/slider.scss */
.slider-wrapper {
  display: flex;
  transition: all .35s ease-in-out;
  will-change: transform;
  height: 100%;
}

/* line 21, app/assets/stylesheets/admin/components/slider.scss */
.slide {
  flex: 1 0 100%;
  display: flex;
  align-items: center;
  padding-bottom: 12rem;
  justify-content: center;
  position: relative;
}

/* line 30, app/assets/stylesheets/admin/components/slider.scss */
.slide-image {
  max-width: 100%;
  max-height: 500px;
  display: block;
  margin: 1rem auto 0;
}

/* line 37, app/assets/stylesheets/admin/components/slider.scss */
.slide-caption {
  color: #FFFFFF;
  padding: 1rem;
  position: absolute;
  height: 11rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  flex-direction: column;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #000000;
  z-index: 1;
}

/* line 52, app/assets/stylesheets/admin/components/slider.scss */
.slide-caption h4 {
  text-transform: uppercase;
  opacity: .54;
  font-size: .75rem;
}

/* line 58, app/assets/stylesheets/admin/components/slider.scss */
.slide-caption h4,
.slide-caption p {
  margin: 0;
  padding-bottom: .25rem;
}

/* line 64, app/assets/stylesheets/admin/components/slider.scss */
.slide-caption p {
  font-size: .875rem;
}

/* line 68, app/assets/stylesheets/admin/components/slider.scss */
.slide-caption p:last-child {
  margin-bottom: 0;
}

/* line 73, app/assets/stylesheets/admin/components/slider.scss */
.slider-control {
  position: absolute;
  top: 40%;
  left: 1rem;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  font-weight: 100;
  color: #FFFFFF;
  text-align: center;
  background: #132e31;
  border: 0.125rem solid #FFFFFF;
  border-radius: 4rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* line 91, app/assets/stylesheets/admin/components/slider.scss */
.slider-control-next {
  left: initial;
  right: 1rem;
}

/* line 96, app/assets/stylesheets/admin/components/slider.scss */
.slider-control:hover {
  opacity: .75;
}

/* line 100, app/assets/stylesheets/admin/components/slider.scss */
.slider-control:active {
  opacity: .5;
}

/* line 104, app/assets/stylesheets/admin/components/slider.scss */
.slider-control:focus {
  outline: none;
}

/* line 1, app/assets/stylesheets/admin/components/spinners.scss */
.spinner:before {
  content: '';
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -2rem !important;
  border: 4px solid #ECF0F1;
  border-radius: 50%;
  border-top: 4px solid #26777d;
  width: 4rem;
  height: 4rem;
  animation: spinner 0.6s linear infinite;
}

@keyframes spinner {
  to {
    transform: rotate(360deg);
  }
}

/* line 4, app/assets/stylesheets/admin/components/toast.scss */
.toast {
  color: #FFFFFF;
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  background-color: #132e31;
  padding: 1rem;
  border-radius: 0.125rem;
  transform: translateY(100vh);
  transition: all .35s;
  will-change: transform;
}

/* line 16, app/assets/stylesheets/admin/components/toast.scss */
.toast.active {
  transform: translateY(0);
}

/* line 21, app/assets/stylesheets/admin/components/toast.scss */
.toast-control {
  background-color: transparent;
  cursor: pointer;
  border: 0;
  padding: 0;
  color: inherit;
  margin-left: 2rem;
}

/* line 29, app/assets/stylesheets/admin/components/toast.scss */
.toast-control:hover, .toast-control:focus {
  outline: none;
  opacity: .75;
}

/* line 35, app/assets/stylesheets/admin/components/toast.scss */
.toast-control:active {
  opacity: .5;
}

@media print {
  @page {
    size: A4 landscape;
    /* line 8, app/assets/stylesheets/admin/pages/reports.scss */
    :left,
:right {
      margin: 0.25in;
    }
  }
}

/* line 16, app/assets/stylesheets/admin/pages/reports.scss */
.reports .print-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 22, app/assets/stylesheets/admin/pages/reports.scss */
.reports .change-locale {
  display: none;
}

/* line 26, app/assets/stylesheets/admin/pages/reports.scss */
.reports .company-logo {
  min-width: 200px;
}

/* line 31, app/assets/stylesheets/admin/pages/reports.scss */
.reports .list-with-checkbox .isolation {
  display: inline-block;
}

/* line 34, app/assets/stylesheets/admin/pages/reports.scss */
.reports .list-with-checkbox .isolation + .isolation {
  margin-left: 2rem;
}

/* line 38, app/assets/stylesheets/admin/pages/reports.scss */
.reports .list-with-checkbox .isolation > span {
  display: inline-block;
  margin-right: 0.5rem;
  border: 2px solid black;
  color: black;
  padding: 0.25rem;
  min-width: 1.5rem;
  min-height: 1.5rem;
  max-width: 1.5rem;
  min-height: 1.5rem;
  border-radius: 0.125rem;
  line-height: 1rem;
  vertical-align: middle;
}

/* line 55, app/assets/stylesheets/admin/pages/reports.scss */
.reports table {
  border: 1px solid black;
}

/* line 59, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.large td,
.reports table.large th {
  padding: 1.5rem 4rem;
}

/* line 66, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.text-center td,
.reports table.text-center th {
  text-align: center;
}

/* line 72, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.centered {
  margin-left: auto;
  margin-right: auto;
}

/* line 77, app/assets/stylesheets/admin/pages/reports.scss */
.reports table td,
.reports table th {
  border: 1px solid black;
  background-color: transparent !important;
}

/* line 83, app/assets/stylesheets/admin/pages/reports.scss */
.reports table td,
.reports table th {
  padding: 0.25rem 0.5rem;
}

/* line 89, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.micro td,
.reports table.micro th {
  font-size: 0.625rem;
}

/* line 95, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.borderless {
  border: 0;
}

/* line 98, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.borderless.separated {
  border-collapse: separate;
  border-spacing: 0 0.5rem;
}

/* line 103, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.borderless td,
.reports table.borderless th {
  border: 0;
}

/* line 107, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.borderless td.border,
.reports table.borderless th.border {
  border: 1px solid black;
}

/* line 113, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.auto-width {
  width: auto;
}

/* line 117, app/assets/stylesheets/admin/pages/reports.scss */
.reports table th + td {
  width: 50%;
}

/* line 121, app/assets/stylesheets/admin/pages/reports.scss */
.reports table th {
  font-size: 0.75rem;
}

/* line 125, app/assets/stylesheets/admin/pages/reports.scss */
.reports table.centered {
  margin: 0 auto;
  text-align: center;
}

@media screen {
  /* line 132, app/assets/stylesheets/admin/pages/reports.scss */
  .reports header {
    background-color: #f2f5f5;
    padding: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: rgba(19, 46, 49, 0.25) 0 0.125rem 0.25rem;
  }
  /* line 140, app/assets/stylesheets/admin/pages/reports.scss */
  .reports header > span {
    flex: 1 0 200px;
    font-size: 0.875rem;
  }
  /* line 146, app/assets/stylesheets/admin/pages/reports.scss */
  .reports .do-not-print {
    display: none;
  }
  /* line 150, app/assets/stylesheets/admin/pages/reports.scss */
  .reports .table-columns label {
    margin-right: 1rem;
    display: inline-flex;
    width: 10rem;
    cursor: pointer;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
  }
}

@media print {
  /* line 161, app/assets/stylesheets/admin/pages/reports.scss */
  .reports .do-not-print,
.reports .not-for-print {
    display: none;
  }
  /* line 167, app/assets/stylesheets/admin/pages/reports.scss */
  .reports footer .print-only img {
    margin-left: 4rem;
  }
  /* line 172, app/assets/stylesheets/admin/pages/reports.scss */
  .reports table {
    page-break-inside: auto;
    border-width: 1px;
    border-color: black;
  }
  /* line 177, app/assets/stylesheets/admin/pages/reports.scss */
  .reports table td,
.reports table th {
    border: 1px solid black;
  }
  /* line 182, app/assets/stylesheets/admin/pages/reports.scss */
  .reports table tr {
    page-break-inside: avoid;
  }
}

@media screen {
  /* line 190, app/assets/stylesheets/admin/pages/reports.scss */
  .print-only {
    display: none;
  }
}

@media print {
  /* line 196, app/assets/stylesheets/admin/pages/reports.scss */
  footer {
    box-shadow: none;
    background: transparent;
  }
  /* line 200, app/assets/stylesheets/admin/pages/reports.scss */
  footer img {
    max-width: 150px;
  }
  /* line 205, app/assets/stylesheets/admin/pages/reports.scss */
  .print-only {
    display: inline-block;
  }
  /* line 209, app/assets/stylesheets/admin/pages/reports.scss */
  .do-not-print,
.not-for-print {
    display: none;
  }
}

@media screen {
  /* line 216, app/assets/stylesheets/admin/pages/reports.scss */
  .do-not-print {
    display: none;
  }
  /* line 220, app/assets/stylesheets/admin/pages/reports.scss */
  .hidden-columns-title {
    font-size: 0.625rem;
    text-transform: uppercase;
    font-weight: bold;
    opacity: 0.54;
    display: block;
    margin-top: 1rem;
  }
  /* line 229, app/assets/stylesheets/admin/pages/reports.scss */
  .hidden-columns button {
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
  }
  /* line 234, app/assets/stylesheets/admin/pages/reports.scss */
  .hidden-columns button::after {
    content: '×';
    opacity: 0.54;
    margin-left: 0.5rem;
  }
  /* line 240, app/assets/stylesheets/admin/pages/reports.scss */
  .hidden-columns-empty .hidden-columns-title {
    display: none;
  }
}

/* line 5, app/assets/stylesheets/admin/pages/session.scss */
.session .brand-header {
  background: #286368;
  min-height: 3rem;
  padding: 2rem;
}

/* line 11, app/assets/stylesheets/admin/pages/session.scss */
.session .session-box {
  margin-top: 4rem;
  border: 1px solid #286368;
  border-radius: 0.125rem;
  box-shadow: rgba(0, 0, 0, 0.25) 0 0 0.3125rem;
}

/* line 17, app/assets/stylesheets/admin/pages/session.scss */
.session .session-box form {
  padding: 2rem;
}

/* line 22, app/assets/stylesheets/admin/pages/session.scss */
.session .page-header {
  margin: 2rem;
}

/* line 26, app/assets/stylesheets/admin/pages/session.scss */
.session .app-showcase {
  text-align: center;
}

/* line 30, app/assets/stylesheets/admin/pages/session.scss */
.session .app-showcase__intro h2 {
  font-size: 1.25rem;
  color: #132e31;
}

/* line 35, app/assets/stylesheets/admin/pages/session.scss */
.session .app-showcase .app-showcase__image {
  overflow: hidden;
  max-height: 17rem;
  border-bottom: 1px solid #cfd9db;
}

/* line 41, app/assets/stylesheets/admin/pages/session.scss */
.session .app-showcase .app-showcase__image img {
  max-width: 20rem;
}

/* line 45, app/assets/stylesheets/admin/pages/session.scss */
.session .app-showcase .app-showcase__download {
  display: flex;
}

/* line 49, app/assets/stylesheets/admin/pages/session.scss */
.session .app-showcase .app-showcase__download span {
  padding: 2rem;
}

/* line 53, app/assets/stylesheets/admin/pages/session.scss */
.session .app-showcase .app-showcase__download .app-icon {
  max-width: 6rem;
  display: block;
  margin: 0 auto 1rem;
}

/* line 25, app/assets/stylesheets/admin/main.scss */
.ui-widget {
  font-family: inherit;
  font-size: inherit;
}

/* line 30, app/assets/stylesheets/admin/main.scss */
.with_percentage {
  width: 90% !important;
  margin-right: 0.5rem;
}

/* line 35, app/assets/stylesheets/admin/main.scss */
.ui-datepicker {
  padding: 0;
}

/* line 39, app/assets/stylesheets/admin/main.scss */
.ui-widget-header {
  background: #ECF0F1;
  border: 0;
}

/* line 44, app/assets/stylesheets/admin/main.scss */
.ui-datepicker table {
  border: 0;
}

/* line 47, app/assets/stylesheets/admin/main.scss */
.ui-datepicker table tr:nth-child(even) td {
  background-color: transparent;
}

/* line 53, app/assets/stylesheets/admin/main.scss */
.ui-datepicker-calendar th {
  padding: 0.25rem 0.5rem;
}

/* line 57, app/assets/stylesheets/admin/main.scss */
.ui-datepicker-calendar td {
  padding: 0;
}

/* line 62, app/assets/stylesheets/admin/main.scss */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #ECF0F1;
  border: 0;
  padding: 0.5rem;
}

/* line 70, app/assets/stylesheets/admin/main.scss */
.ui-datepicker .ui-datepicker-buttonpane button {
  border: 0;
  text-transform: uppercase;
  font-size: 0.625rem;
  font-family: inherit;
  padding: 0.5rem 1rem;
  border-radius: 0.125rem;
}

/* line 79, app/assets/stylesheets/admin/main.scss */
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  background: #286368;
  font-family: inherit;
  color: #FFFFFF;
  font-weight: normal;
  font-size: 0.75rem;
}

/* line 88, app/assets/stylesheets/admin/main.scss */
.ui-priority-primary:hover,
.ui-widget-content .ui-priority-primary:hover,
.ui-widget-header .ui-priority-primary:hover {
  background: #286368;
  color: #FFFFFF;
  opacity: 0.7;
}

/* line 95, app/assets/stylesheets/admin/main.scss */
.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  background: transparent;
  border: 0;
  opacity: 0.75;
}

/* line 106, app/assets/stylesheets/admin/main.scss */
.ui-widget-content .ui-widget-content {
  border: 0;
}
/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/core.scss */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_single.scss */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_single.scss */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_single.scss */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_single.scss */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_multiple.scss */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 12, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_multiple.scss */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_multiple.scss */
.select2-container .select2-search--inline {
  float: left;
}

/* line 24, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_multiple.scss */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-results {
  display: block;
}

/* line 23, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 29, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 65, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 70, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/_dropdown.scss */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/core.scss */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 36, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/core.scss */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 17, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 52, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 68, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 77, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_single.scss */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 7, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 14, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 33, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 47, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 68, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 73, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 81, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 88, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/_multiple.scss */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 6, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 13, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 26, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 41, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 53, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 56, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 60, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 64, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 68, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 72, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 76, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 87, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 92, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/default/layout.scss */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 20, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 75, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 90, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 93, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 98, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 106, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 116, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_single.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 11, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 15, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 21, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 25, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 40, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 57, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 63, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 71, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 76, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 84, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/_multiple.scss */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 16, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 22, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 27, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 31, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 35, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 41, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 45, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 50, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 55, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 61, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-select2-4.0.13/app/assets/stylesheets/select2/theme/classic/layout.scss */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}
/* line 1, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors {
  position: relative;
}

/* line 5, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-sprite {
  background-image: url(/assets/jquery-minicolors/jquery.minicolors-877ae8907ba95eead06f855826a829f09159c4537eeced8077a5c56b58c50282.png);
}

/* line 9, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-swatch {
  position: absolute;
  vertical-align: middle;
  background-position: -80px 0;
  cursor: text;
  padding: 0;
  margin: 0;
  display: inline-block;
}

/* line 19, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-swatch::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

/* line 30, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-swatch-color {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 38, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors input[type=hidden] + .minicolors-swatch {
  width: 28px;
  position: static;
  cursor: pointer;
}

/* line 44, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors input[type=hidden][disabled] + .minicolors-swatch {
  cursor: default;
}

/* Panel */
/* line 49, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-panel {
  position: absolute;
  width: 173px;
  background: white;
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  box-sizing: content-box;
  display: none;
  touch-action: none;
}

/* line 61, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-panel.minicolors-visible {
  display: block;
}

/* Panel positioning */
/* line 66, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-position-top .minicolors-panel {
  top: -154px;
}

/* line 70, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-position-right .minicolors-panel {
  right: 0;
}

/* line 74, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-position-bottom .minicolors-panel {
  top: auto;
}

/* line 78, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-position-left .minicolors-panel {
  left: 0;
}

/* line 82, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-with-opacity .minicolors-panel {
  width: 194px;
}

/* line 86, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors .minicolors-grid {
  position: relative;
  top: 1px;
  left: 1px;
  /* LTR */
  width: 150px;
  height: 150px;
  margin-bottom: 2px;
  background-position: -120px 0;
  cursor: crosshair;
}

/* line 96, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors .minicolors-grid {
  right: 1px;
}

/* line 100, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors .minicolors-grid-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

/* line 108, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-saturation .minicolors-grid {
  background-position: -420px 0;
}

/* line 112, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-saturation .minicolors-grid-inner {
  background-position: -270px 0;
  background-image: inherit;
}

/* line 117, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-brightness .minicolors-grid {
  background-position: -570px 0;
}

/* line 121, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-brightness .minicolors-grid-inner {
  background-color: black;
}

/* line 125, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-wheel .minicolors-grid {
  background-position: -720px 0;
}

/* line 129, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider,
.minicolors-opacity-slider {
  position: absolute;
  top: 1px;
  left: 152px;
  /* LTR */
  width: 20px;
  height: 150px;
  background-color: white;
  background-position: 0 0;
  cursor: row-resize;
}

/* line 140, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-slider,
[dir=rtl] .minicolors-opacity-slider {
  right: 152px;
}

/* line 145, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-saturation .minicolors-slider {
  background-position: -60px 0;
}

/* line 149, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-brightness .minicolors-slider {
  background-position: -20px 0;
}

/* line 153, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-slider-wheel .minicolors-slider {
  background-position: -20px 0;
}

/* line 157, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-opacity-slider {
  left: 173px;
  /* LTR */
  background-position: -40px 0;
  display: none;
}

/* line 162, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-opacity-slider {
  right: 173px;
}

/* line 166, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-with-opacity .minicolors-opacity-slider {
  display: block;
}

/* Pickers */
/* line 171, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-grid .minicolors-picker {
  position: absolute;
  top: 70px;
  left: 70px;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  margin-top: -6px;
  margin-left: -6px;
  background: none;
}

/* line 184, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-grid .minicolors-picker > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  border: solid 2px white;
  box-sizing: content-box;
}

/* line 195, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-picker {
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 3px;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  margin-top: -2px;
  margin-left: 1px;
  box-sizing: content-box;
}

/* Swatches */
/* line 210, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-swatches,
.minicolors-swatches li {
  margin: 5px 0 3px 5px;
  /* LTR */
  padding: 0;
  list-style: none;
  overflow: hidden;
}

/* line 217, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-swatches,
[dir=rtl] .minicolors-swatches li {
  margin: 5px 5px 3px 0;
}

/* line 222, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-swatches .minicolors-swatch {
  position: relative;
  float: left;
  /* LTR */
  cursor: pointer;
  margin: 0 4px 0 0;
  /* LTR */
}

/* line 228, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-swatches .minicolors-swatch {
  float: right;
  margin: 0 0 0 4px;
}

/* line 233, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 7px;
  /* LTR */
}

/* line 236, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-with-opacity .minicolors-swatches .minicolors-swatch {
  margin-right: 0;
  margin-left: 7px;
}

/* line 241, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-swatch.selected {
  border-color: #000;
}

/* Inline controls */
/* line 246, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-inline {
  display: inline-block;
}

/* line 250, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-inline .minicolors-input {
  display: none !important;
}

/* line 254, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-inline .minicolors-panel {
  position: relative;
  top: auto;
  left: auto;
  /* LTR */
  box-shadow: none;
  z-index: auto;
  display: inline-block;
}

/* line 262, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-inline .minicolors-panel {
  right: auto;
}

/* Default theme */
/* line 267, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-default .minicolors-swatch {
  top: 5px;
  left: 5px;
  /* LTR */
  width: 18px;
  height: 18px;
}

/* line 273, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-default .minicolors-swatch {
  right: 5px;
}

/* line 276, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  /* LTR */
  width: 18px;
  height: 18px;
}

/* line 283, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-default .minicolors-swatches .minicolors-swatch {
  right: 0;
}

/* line 286, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-default.minicolors-position-right .minicolors-swatch {
  left: auto;
  /* LTR */
  right: 5px;
  /* LTR */
}

/* line 290, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-swatch {
  right: auto;
  left: 5px;
}

/* line 294, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-default.minicolors {
  width: auto;
  display: inline-block;
}

/* line 298, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-default .minicolors-input {
  height: 20px;
  width: auto;
  display: inline-block;
  padding-left: 26px;
  /* LTR */
}

/* line 304, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-default .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 1px;
  padding-right: 26px;
}

/* line 310, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-default.minicolors-position-right .minicolors-input {
  padding-right: 26px;
  /* LTR */
  padding-left: inherit;
  /* LTR */
}

/* line 314, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-default.minicolors-position-left .minicolors-input {
  padding-right: inherit;
  padding-left: 26px;
}

/* Bootstrap theme */
/* line 320, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-swatch {
  z-index: 2;
  top: 3px;
  left: 3px;
  /* LTR */
  width: 28px;
  height: 28px;
  border-radius: 2px;
}

/* line 328, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatch {
  right: 3px;
}

/* line 331, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  margin-bottom: 2px;
  top: 0;
  left: 0;
  /* LTR */
  width: 20px;
  height: 20px;
}

/* line 338, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-bootstrap .minicolors-swatches .minicolors-swatch {
  right: 0;
}

/* line 341, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-swatch-color {
  border-radius: inherit;
}

/* line 344, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap.minicolors-position-right > .minicolors-swatch {
  left: auto;
  /* LTR */
  right: 3px;
  /* LTR */
}

/* line 348, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left > .minicolors-swatch {
  right: auto;
  left: 3px;
}

/* line 352, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-input {
  float: none;
  padding-left: 44px;
  /* LTR */
}

/* line 356, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input {
  text-align: right;
  unicode-bidi: plaintext;
  padding-left: 12px;
  padding-right: 44px;
}

/* line 362, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap.minicolors-position-right .minicolors-input {
  padding-right: 44px;
  /* LTR */
  padding-left: 12px;
  /* LTR */
}

/* line 366, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-bootstrap.minicolors-position-left .minicolors-input {
  padding-right: 12px;
  padding-left: 44px;
}

/* line 370, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  top: 4px;
  left: 4px;
  /* LTR */
  width: 37px;
  height: 37px;
  border-radius: 5px;
}

/* line 377, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-bootstrap .minicolors-input.input-lg + .minicolors-swatch {
  right: 4px;
}

/* line 380, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-input.input-sm + .minicolors-swatch {
  width: 24px;
  height: 24px;
}

/* line 384, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-bootstrap .minicolors-input.input-xs + .minicolors-swatch {
  width: 18px;
  height: 18px;
}

/* line 388, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-left-radius: 0;
  /* LTR */
  border-bottom-left-radius: 0;
  /* LTR */
}

/* line 392, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .input-group .minicolors-theme-bootstrap .minicolors-input {
  border-radius: 4px;
}

/* line 395, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:first-child) .minicolors-input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 399, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .input-group .minicolors-theme-bootstrap:not(:last-child) .minicolors-input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* bootstrap input-group rtl override */
/* line 404, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .input-group .form-control,
[dir=rtl] .input-group-addon,
[dir=rtl] .input-group-btn > .btn,
[dir=rtl] .input-group-btn > .btn-group > .btn,
[dir=rtl] .input-group-btn > .dropdown-toggle {
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 412, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .input-group .form-control:first-child,
[dir=rtl] .input-group-addon:first-child,
[dir=rtl] .input-group-btn:first-child > .btn,
[dir=rtl] .input-group-btn:first-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:first-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
[dir=rtl] .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
}

/* line 423, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .input-group .form-control:last-child,
[dir=rtl] .input-group-addon:last-child,
[dir=rtl] .input-group-btn:last-child > .btn,
[dir=rtl] .input-group-btn:last-child > .btn-group > .btn,
[dir=rtl] .input-group-btn:last-child > .dropdown-toggle,
[dir=rtl] .input-group-btn:first-child > .btn:not(:first-child),
[dir=rtl] .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* Semantic Ui theme */
/* line 435, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-semanticui .minicolors-swatch {
  top: 0;
  left: 0;
  /* LTR */
  padding: 18px;
}

/* line 440, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
[dir=rtl] .minicolors-theme-semanticui .minicolors-swatch {
  right: 0;
}

/* line 443, ../usr/local/bundle/ruby/3.3.0/gems/rails-assets-jquery-minicolors-2.3.6/app/assets/stylesheets/jquery-minicolors/jquery.minicolors.scss */
.minicolors-theme-semanticui input {
  text-indent: 30px;
}
/*






 */
