/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *




 */
/*
 ActiveScaffold
 (c) 2007 Richard White <rrwhite@gmail.com>

 ActiveScaffold is freely distributable under the terms of an MIT-style license.

 For details, see the ActiveScaffold web site: https://github.com/activescaffold/active_scaffold
*/
/* line 1, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold form,
.active-scaffold table,
.active-scaffold p,
.active-scaffold div,
.active-scaffold fieldset {
  margin: 0;
  padding: 0;
}

/* line 10, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold {
  margin: 5px 0;
}

/* line 14, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold table {
  width: 100%;
  border-collapse: collapse;
}

/* line 18, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold td, .active-scaffold th {
  padding: 0;
}

/* line 20, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold a,
.active-scaffold a:visited {
  text-decoration: none;
}

/* line 25, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions a img,
.active-scaffold td.actions a img {
  border: none;
  vertical-align: middle;
}

/* line 31, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions a.disabled img,
.active-scaffold td.actions a.disabled img {
  opacity: 0.5;
}

/* line 36, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .clear-fix {
  clear: both;
}

/* line 40, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
noscript.active-scaffold {
  border-left: solid 5px;
  font-size: 11px;
  font-weight: bold;
  padding: 5px 20px 5px 5px;
}

/* line 47, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .mark_record_column {
  width: 1px;
}

/* Header
   ======================== */
/* line 54, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-header, .form-footer + .active-scaffold-footer {
  position: relative;
}

/* line 58, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-header h2 {
  padding: 2px 0px;
  margin: 0;
  font-weight: bold;
  font-size: 160%;
}

/* line 65, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions a,
.active-scaffold div.actions {
  float: right;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: -1px;
  text-decoration: none;
  padding: 1px 2px;
  white-space: nowrap;
  margin-left: 5px;
  background-position: 1px 50%;
  background-repeat: no-repeat;
}

/* line 79, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions a {
  padding: 5px 5px;
  margin-left: 0px;
}

/* line 84, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header div.actions > .action_group > a,
.active-scaffold .active-scaffold .active-scaffold-header div.actions > a {
  padding: 1px 5px;
}

/* line 89, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions div.action_group {
  display: inline;
  float: right;
}

/* line 94, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions div.action_group li a,
.active-scaffold div.actions div.action_group li div {
  float: none;
  margin: 0;
}

/* line 100, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions .action_group ul {
  line-height: 130%;
  top: 19px;
}

/* line 105, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header div.actions .action_group ul {
  top: 14px;
}

/* line 109, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header div.actions .action_group ul ul {
  top: -3px;
}

/* line 113, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions a.disabled {
  opacity: 0.5;
}

/* line 117, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-header div.actions a.new,
.active-scaffold-header div.actions a.new_existing,
.active-scaffold-header div.actions a.show_search,
.active-scaffold-header div.actions a.show_config_list,
.active-scaffold div.actions div.action_group div {
  margin: 0;
  padding: 5px 5px 5px 25px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

/* line 128, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header div.actions > a.new,
.active-scaffold .active-scaffold .active-scaffold-header div.actions > a.new_existing,
.active-scaffold .active-scaffold .active-scaffold-header div.actions > a.show_search,
.active-scaffold .active-scaffold .active-scaffold-header div.actions > a.show_config_list,
.active-scaffold .active-scaffold .active-scaffold-header div.actions div.action_group > div {
  margin: 0;
  padding: 1px 5px 1px 20px;
  background-position: 1px 50%;
  background-repeat: no-repeat;
}

/* line 139, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold div.actions a.disabled:hover,
.active-scaffold div.actions a.disabled:hover {
  background-color: transparent;
  cursor: default;
}

/* Table :: Column Headers
   ============================= */
/* line 148, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th {
  text-align: left;
}

/* line 152, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th a,
.active-scaffold th p,
.active-scaffold .show-view th {
  font-weight: bold;
  font-size: 11px;
}

/* line 158, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th a,
.active-scaffold th p {
  display: block;
}

/* line 163, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th a, .active-scaffold th a:visited {
  padding: 2px 2px 2px 5px;
}

/* line 167, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th p,
.active-scaffold .show-view th {
  padding: 2px 5px;
}

/* line 172, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th.sorted a {
  padding-right: 18px;
}

/* line 176, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th.asc a,
.active-scaffold th.desc a,
.active-scaffold th.loading a {
  background: right 50% no-repeat;
}

/* line 182, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th .mark_heading {
  margin-left: 5px;
}

/* line 186, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold th.hidden, .active-scaffold td.hidden {
  display: none;
}

/* Table :: Record Rows
   ============================= */
/* line 193, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td,
.active-scaffold .show-view td {
  padding: 5px 4px;
}

/* line 197, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td {
  font-size: 11px;
  border: solid 1px;
  border-width: 0 0 1px 1px;
}

/* line 203, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td.messages-container {
  padding: 0px;
}

/* line 207, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tbody.records td.empty {
  text-align: center;
}

/* line 210, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tbody.records td.in_place_editor_field .handle {
  display: none;
}

/* line 213, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tbody.records td.in_place_editor_field.empty .handle {
  display: inline;
}

/* line 217, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold td.numeric,
.active-scaffold-calculations td {
  text-align: right;
}

/* line 222, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as-slider {
  display: block;
}

/* line 223, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as-slider .ui-slider-range {
  border: 0;
  height: 100%;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 230, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as-slider.ui-state-disabled {
  opacity: 1;
}

/* Table :: Actions (Edit, Delete)
   ============================= */
/* line 236, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td.actions {
  border-right: solid 1px;
  padding: 0;
  min-width: 1%;
}

/* line 242, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td.actions table {
  float: right;
  width: auto;
  margin-right: 5px;
}

/* line 248, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td.actions table td {
  border: none;
  text-align: right;
  padding: 0 2px;
}

/* line 254, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td.actions a,
.active-scaffold tr.record td.actions div {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
  padding: 2px;
  margin: 0 2px;
  line-height: 16px;
  white-space: nowrap;
}

/* line 265, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tr.record td.actions a.disabled {
  opacity: 0.5;
}

/* line 269, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group {
  position: relative;
  text-align: left;
}

/* line 274, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group ul {
  border: 2px solid;
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  line-height: 200%;
  display: none;
  min-width: 150px;
  right: 0px;
  z-index: 2;
}

/* line 286, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group.dyn > ul {
  width: auto;
  display: block;
}

/* line 291, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group ul ul {
  display: none;
  position: absolute;
  top: 0;
  right: 150px;
}

/* line 298, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group ul li {
  background: none repeat scroll 0 0;
  border-top: 1px dashed;
  display: block;
  position: relative;
  width: auto;
  text-align: left;
}

/* line 307, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group ul li div {
  margin: 0;
  padding: 5px 5px 5px 25px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

/* line 314, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group ul li a {
  display: block;
  margin: 0;
  padding: 5px 5px 5px 25px;
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

/* line 321, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group.dyn > ul li a {
  padding-left: 5px;
}

/* line 325, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group ul li.top {
  border-top-width: 0px;
}

/* line 329, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group:hover ul ul,
.active-scaffold .actions .action_group:hover ul ul ul {
  display: none;
}

/* line 334, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .actions .action_group:hover > ul,
.active-scaffold .actions .action_group ul li:hover > ul,
.active-scaffold .actions .action_group ul ul li:hover ul {
  display: block;
}

/* Table :: Inline Adapter
   ============================= */
/* line 343, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .view {
  padding: 4px;
  border: solid 1px;
}

/* line 348, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold tbody.records td.inline-adapter-cell .view {
  border-top: none;
}

/* line 352, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .before-header td.inline-adapter-cell .view {
  border-bottom: none;
}

/* line 356, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold a.inline-adapter-close {
  float: right;
  text-indent: -4000px;
  width: 16px;
  height: 17px;
  background: 0 0 no-repeat;
}

/* Nested
   ======================== */
/* line 367, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header {
  margin-right: 25px;
}

/* line 371, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header h2 {
  font-size: 12px;
  font-weight: bold;
}

/* line 377, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header div.actions {
  top: 0px;
  right: 0px;
}

/* line 382, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-header div.actions a,
.active-scaffold .active-scaffold .active-scaffold-header div.actions div {
  font-weight: bold;
  font-size: 11px;
}

/* line 388, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .view {
  background-color: transparent;
  padding: 0px;
  border: none;
}

/* line 394, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold td {
  border-bottom: solid 1px;
  border-left: solid 1px;
}

/* line 399, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold td.inline-adapter-cell {
  padding: 4px;
  border: solid 1px;
  border-top: none;
}

/* line 405, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold td.inline-adapter-cell {
  padding: 4px;
  border: solid 1px;
  border-top: none;
}

/* line 411, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold .active-scaffold-footer {
  font-size: 11px;
}

/* Footer
   ========================== */
/* line 418, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-calculations td {
  border-top: 2px solid;
  font-weight: bold;
  font-size: 12px;
}

/* line 424, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold-footer {
  padding: 3px 0px 2px 0px;
  border-bottom: none;
  font-weight: bold;
  font-size: 12px;
}

/* line 430, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold-footer > br {
  clear: both;
}

/* line 434, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-footer .active-scaffold-pagination {
  float: right;
  white-space: nowrap;
  margin-right: 5px;
}

/* line 439, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-footer .active-scaffold-pagination.auto-paginate {
  float: left;
}

/* line 443, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-footer a {
  text-decoration: none;
  letter-spacing: 0;
  padding: 0 2px;
  margin: 0 -2px;
  font-weight: bold;
  font-size: 12px;
}

/* line 452, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-footer .next {
  margin-left: 0;
  padding-left: 5px;
  border-left: solid 1px;
}

/* line 458, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-footer .previous {
  margin-right: 0;
  padding-right: 5px;
  border-right: solid 1px;
}

/* Messages
   ========================= */
/* line 467, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .messages-container,
.active-scaffold .active-scaffold .messages-container {
  padding: 0;
  margin: 0 7px;
  border: none;
}

/* line 474, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .empty-message, .active-scaffold .filtered-message {
  padding: 4px;
  text-align: center;
  position: relative;
}

/* line 480, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .message, .active-scaffold-component .message {
  font-size: 11px;
  font-weight: bold;
  padding: 5px 20px 5px 5px;
  position: relative;
  margin: 2px 7px;
  line-height: 12px;
}

/* line 488, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .message .timestamp,
.active-scaffold .message .message-content {
  display: inline;
}

/* line 493, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .filtered-message .reset {
  position: absolute;
  display: inline;
  right: 10px;
  top: 4px;
  padding: 0;
}

/* line 501, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .message a.close {
  position: absolute;
  right: 10px;
  top: 4px;
  padding: 0;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
}

/* line 511, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .messages-container .message, .active-scaffold-component .message {
  margin: 0;
}

/* line 515, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .error-message, .active-scaffold-component .error-message {
  border-left: solid 5px;
}

/* line 519, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .warning-message {
  border-left: solid 5px;
}

/* line 523, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .info-message {
  border-left: solid 5px;
}

/* Error Styling
   ========================== */
/* line 530, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .errorExplanation {
  border: solid 1px;
}

/* line 534, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold fieldset {
  clear: both;
}

/* line 538, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .errorExplanation h2 {
  padding: 2px 5px;
  font-size: 11px;
  margin: 0;
  letter-spacing: 0;
}

/* line 545, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .errorExplanation ul {
  margin: 0;
  padding: 0 2px 4px 25px;
  list-style: disc;
}

/* line 551, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .errorExplanation p {
  font-size: 11px;
  padding: 2px 5px;
  margin: 0;
}

/* line 557, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .errorExplanation ul li {
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -1px;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

/* Loading Indicators
   ============================== */
/* line 569, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .loading-indicator {
  vertical-align: text-bottom;
  width: 16px;
  margin: 0;
}

/* line 575, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold-header .loading-indicator {
  margin-top: 3px;
}

/* Show
   ============================= */
/* line 582, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .show-view dl {
  margin-left: 5px;
}

/* line 585, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .show-view dl dl {
  margin-left: 0px;
  margin-top: 5px;
}

/* line 589, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .show-view dl dl:first-child {
  margin-top: 0;
}

/* line 592, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .show-view dl dl:after {
  display: block;
  content: "";
  height: 1px;
  clear: both;
}

/* line 599, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .show-view dt {
  width: 12em;
  float: left;
  clear: left;
  font-weight: normal;
  font-size: 11px;
  line-height: 16px;
}

/* line 608, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .show-view dd {
  float: left;
  font-weight: bold;
  font-size: 14px;
  padding-left: 5px;
  margin-bottom: 5px;
}

/* Form
   ============================== */
/* line 619, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold dl {
  margin: 0;
}

/* line 623, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .submit {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
  margin: 0;
  margin-top: 5px;
}

/* line 631, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold form p {
  clear: both;
}

/* line 635, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold fieldset {
  border: none;
}

/* line 639, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold h4,
.active-scaffold h5 {
  padding: 2px;
  margin: 0;
  text-transform: none;
  letter-spacing: -1px;
  font-weight: bold;
  font-size: 16px;
}

/* line 649, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold h5 {
  padding: 0;
  margin: 5px 0 2px 0;
  font-size: 14px;
  letter-spacing: 0;
}

/* line 656, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold ol {
  clear: both;
  float: none;
  padding: 2px;
  margin-left: 5px;
  list-style: none;
}

/* line 663, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold ol:after {
  content: '.';
  visibility: hidden;
  line-height: 0;
  height: 0;
  display: block;
  clear: both;
}

/* line 672, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold p.form-footer {
  clear: both;
}

/* line 675, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .form-footer.floating {
  position: fixed;
  bottom: 10px;
  z-index: 10;
  top: auto;
  left: auto;
  border: none;
  padding: 10px;
  background: white;
}

/* line 687, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold a.as_cancel,
.active-scaffold p.form-footer a {
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0;
}

/* line 694, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold-footer div.actions {
  margin-top: -20px;
}

/* line 697, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .active-scaffold-footer div.actions a {
  margin: 0;
}

/* Form :: Fields
   ============================== */
/* line 704, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold li.form-element {
  clear: both;
}

/* line 708, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold label, .active-scaffold label + a.visibility-toggle {
  font-weight: normal;
  font-size: 11px;
}

/* line 713, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold li.form-element dt {
  float: left;
  width: 12em;
  padding: 6px 0;
}

/* line 719, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold li.form-element dd {
  float: left;
}

/* line 723, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold li.form-element dd p,
.active-scaffold li.form-element dd input[type="checkbox"] {
  margin-top: 6px;
}

/* line 728, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .form dd {
  margin: 0;
}

/* line 733, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .description {
  display: inline-block;
  font-size: 10px;
  margin-left: 5px;
}

/* line 739, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .required label {
  font-weight: bold;
}

/* line 743, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold label.example {
  font-size: 11px;
}

/* line 747, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold input.text-input,
.active-scaffold select {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: -1px;
  border: solid 1px;
}

/* line 755, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold input.text-input {
  padding: 2px;
}

/* line 759, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .fieldWithErrors input,
.active-scaffold .field_with_errors input,
.active-scaffold .fieldWithErrors textarea,
.active-scaffold .field_with_errors textarea,
.active-scaffold .fieldWithErrors select,
.active-scaffold .field_with_errors select {
  border: solid 1px;
}

/* line 768, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold select {
  padding: 1px;
}

/* line 773, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold textarea {
  font-size: 12px;
  padding: 1px;
  border: solid 1px;
}

/* line 779, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .refresh-link {
  display: inline-block;
  width: 25px;
  text-indent: 26px;
  overflow: hidden;
  background-position: 5px 50%;
  background-repeat: no-repeat;
}

/* line 788, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .checkbox-list {
  padding-left: 0px;
}

/* line 792, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .checkbox-list li {
  padding-right: 5px;
  display: inline;
}

/* line 797, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .checkbox-list li label {
  padding: 0 0 0 2px;
}

/* line 800, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .checkbox-list + .refresh-link {
  float: left;
}

/* line 804, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .draggable-lists + .loading-indicator {
  float: left;
}

/* line 806, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .draggable-list {
  float: left;
  width: 300px;
  margin-right: 15px;
  min-height: 30px;
  max-height: 100px;
  overflow: auto;
}

/* line 815, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .draggable-list.hover {
  opacity: 0.5;
}

/* line 820, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .draggable-list li {
  display: block;
}

/* line 824, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
li.draggable-item {
  list-style: none;
}

/* line 827, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
li.draggable-item, li.draggable-item label {
  cursor: move;
}

/* line 830, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
li.ui-draggable-disabled, li.ui-draggable-disabled label {
  cursor: default;
}

/* line 833, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
li.draggable-item input,
.active-scaffold .draggable-list input {
  display: none;
}

/* Form :: Sub-Sections
   ============================== */
/* line 841, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold li.sub-section {
  clear: left;
  padding: 5px 0;
}

/* Form :: Association Sub-Forms
   ============================== */
/* line 849, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form {
  float: left;
  clear: left;
  padding: 5px 0;
  padding-left: 5px;
}

/* line 855, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .form-element .sub-form.optional {
  float: none;
}

/* line 858, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .form-element a.show-new-subform {
  margin-left: 5px;
}

/* line 862, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form h5 {
  margin-left: -5px;
}

/* line 866, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form table,
.active-scaffold .sub-form table td {
  width: auto;
  background: none;
}

/* line 872, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form table th {
  font-weight: normal;
  font-size: 10px;
  padding: 0 5px 0 1px;
  background: none;
}

/* line 879, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .horizontal-sub-form td > dl > dt label {
  display: none;
}

/* line 883, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .horizontal-sub-form .associated-record dl {
  float: left;
  margin-right: 5px;
}

/* line 888, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .checkbox-list {
  padding: 0 2px 2px 2px;
  border: solid 1px;
}

/* line 893, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .checkbox-list label {
  display: block;
}

/* line 897, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form table td {
  border: none;
  background-color: transparent;
  padding: 1px;
  vertical-align: top;
}

/* line 904, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .actions {
  vertical-align: middle;
  background-color: transparent;
  clear: left;
}

/* line 910, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .association-record a.destroy {
  font-weight: bold;
  display: block;
  height: 16px;
  padding: 0;
  width: 16px;
  text-indent: -4000px;
  background: 0 0 no-repeat;
}

/* line 920, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .locked a.destroy {
  display: none;
}

/* line 924, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .association-record a {
  font-weight: bold;
  font-size: 12px;
}

/* line 929, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form input.text-input,
.active-scaffold .sub-form select {
  letter-spacing: 0;
  font-weight: bold;
  font-size: 12px;
}

/* line 936, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .footer-wrapper {
  margin-top: 3px;
  margin-right: 10px;
}

/* line 941, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .footer {
  padding: 3px 5px;
}

/* line 945, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold .sub-form .footer select,
.active-scaffold .sub-form .footer input {
  font-weight: bold;
  font-size: 12px;
  padding: 0;
}

/* line 952, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold a.visibility-toggle {
  font-size: 100%;
}

/* line 956, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.active-scaffold-found {
  float: left;
}

/* line 960, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch a.inline-adapter-close {
  width: 25px;
  height: 27px;
  background: 0 0 no-repeat;
}

/* line 966, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .as_paginate {
  font-size: 20px;
  padding: 3px 10px;
}

/* line 971, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch div.actions a {
  padding: 7px 5px;
}

/* line 975, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .active-scaffold div.actions a {
  padding: 7px 5px;
}

/* line 979, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch div.actions .action_group ul {
  line-height: 130%;
  top: 23px;
}

/* line 984, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .active-scaffold div.actions .action_group ul {
  top: 23px;
}

/* line 988, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch div.actions a.new,
.as_touch div.actions a.new_existing,
.as_touch div.actions a.show_search,
.as_touch div.actions a.show_config_list,
.as_touch div.actions div.action_group div {
  padding: 7px 5px 7px 25px;
}

/* line 996, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .active-scaffold div.actions > a.new,
.as_touch .active-scaffold div.actions > a.new_existing,
.as_touch .active-scaffold div.actions > a.show_search,
.as_touch .active-scaffold div.actions > a.show_config_list,
.as_touch .active-scaffold div.actions div.action_group > div {
  padding: 7px 5px 7px 25px;
  background-position: 5px 50%;
}

/* line 1005, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .actions .action_group ul li div {
  padding: 7px 5px 7px 25px;
}

/* line 1009, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .actions .action_group ul li a {
  padding: 7px 5px 7px 25px;
}

/* line 1013, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .active-scaffold-header h2 {
  padding: 4px 0px;
}

/* line 1017, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .active-scaffold div.actions a,
.as_touch .active-scaffold div.actions div {
  font-weight: bold;
  font-size: 14px;
}

/* line 1023, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch .active-scaffold div.actions {
  right: 15px;
}

/* line 1027, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch tr.record {
  line-height: 130%;
}

/* line 1031, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch th a, .as_touch th a:visited {
  padding: 5px 2px 5px 5px;
}

/* line 1035, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_layout.css */
.as_touch tr.record td {
  padding: 5px 10px;
}

/* line 1, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold-header div.actions div.action_group div {
  background-image: url(/assets/active_scaffold/gears-c6dba43ca4e03c93bad47198545190b7c17d8d2b5521a487a0f2dc93097a18c5.png);
  /* default icon for actions or override with css */
}

/* line 5, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold-header div.actions a.show_config_list {
  background-image: url(/assets/active_scaffold/config-a2c76ff43ebbb22e2ecda70c5077d508b4dd4f4b44364cf32cca452a53258791.png);
}

/* line 9, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold-header div.actions a.new,
.active-scaffold-header div.actions a.new_existing {
  background-image: url(/assets/active_scaffold/add-ca514898f789c299570a15090aaec6ec13e8807583340d83c13c97d95c43a270.png);
}

/* line 14, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold-header div.actions a.show_search {
  background-image: url(/assets/active_scaffold/magnifier-877c65fcc45a35b86a8c7212d4fc6dc00fecaf4ceb874217d9c0cb517a6c18cc.png);
}

/* line 18, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold th.asc a {
  background-image: url(/assets/active_scaffold/arrow_up-b54084bde0a8aafba9f929590a170b6314bbf7c931f7456503cd9bf9200d6366.png);
}

/* line 22, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold th.desc a {
  background-image: url(/assets/active_scaffold/arrow_down-8b31efac6b5df8c678b365934428c1a5dc00fc1b3168742c7303181d29fa84cc.png);
}

/* line 26, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold th.loading a {
  background-image: url(/assets/active_scaffold/indicator-small-10dbce91f4263547d1520b6d8ce90e0f3756e88712728dc8a2cea196c3c5fe6f.gif);
}

/* line 30, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold a.inline-adapter-close {
  background-image: url(/assets/active_scaffold/close-a2bad6c536db65f2fbc35868b7834349da5f5e96c4e83be055d6317b429d1811.png);
}

/* line 34, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold .sub-form .association-record a.destroy {
  background-image: url(/assets/active_scaffold/cross-61afa45378baf5fbb81b0f0664d64291f9f51e22fad011a1ef99649cf5f3f3e3.png);
}

/* line 38, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.as_touch a.inline-adapter-close {
  background-image: url(/assets/active_scaffold/close_touch-d234c5242d63283bbdc11a61422d9000b7481c5edb647b38e8b0466901e03c2f.png);
}

/* line 41, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_images.scss */
.active-scaffold .refresh-link {
  background-image: url(/assets/active_scaffold/refresh-b74b57581b40503abda8df56c83f8fc6b87d730cbefc0d9280f2cd209cad330c.png);
}

/*
 ActiveScaffold
 (c) 2007 Richard White <rrwhite@gmail.com>

 ActiveScaffold is freely distributable under the terms of an MIT-style license.

 For details, see the ActiveScaffold web site: https://github.com/activescaffold/active_scaffold

*/
/* line 88, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold a, .active-scaffold a:visited {
  color: #06c;
}

/* line 92, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold a.disabled {
  color: #999;
}

/* line 96, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold a:hover, .active-scaffold div.hover, .active-scaffold td span.hover {
  background-color: #ff8;
}

/* line 100, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
noscript.active-scaffold {
  border-color: #f66;
  background-color: #fbb;
  color: #333;
}

/* Header
   ======================== */
/* line 109, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold-header h2 {
  color: #555;
}

/* line 113, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold-header div.actions a.disabled {
  color: #666;
}

/* Table :: Column Headers
   ============================= */
/* line 120, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold th {
  background-color: #555;
}

/* line 124, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold th a,
.active-scaffold th p {
  background-color: #555;
}

/* line 129, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold th a, .active-scaffold th a:visited {
  color: #fff;
}

/* line 133, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold th p,
.active-scaffold .show-view th {
  color: #eee;
}

/* line 138, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold th a:hover {
  background-color: #000;
  color: #ff8;
}

/* line 143, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold th.sorted {
  background-color: #333;
}

/* line 147, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold th.asc a,
.active-scaffold th.asc a:hover,
.active-scaffold th.desc a,
.active-scaffold th.desc a:hover,
.active-scaffold th.loading a,
.active-scaffold th.loading a:hover {
  background-color: #333;
}

/* Table :: Record Rows
   ============================= */
/* line 159, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.record {
  background-color: #E6F2FF;
}

/* line 162, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.record td {
  color: #333;
  border-color: #C5DBF7;
}

/* line 167, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.even-record {
  background-color: #fff;
}

/* line 170, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.even-record td {
  border-left-color: #ddd;
}

/* line 174, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.record td.sorted {
  background-color: #B9DCFF;
  border-bottom-color: #AFD0F5;
}

/* line 179, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.even-record td.sorted {
  background-color: #E6F2FF;
  border-bottom-color: #AFD0F5;
}

/* line 184, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tbody.records td.empty {
  color: #999;
}

/* Table :: Actions (Edit, Delete)
   ============================= */
/* line 190, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.record td.actions {
  border-color: #ccc;
}

/* line 194, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold tr.record td.actions a.disabled {
  color: #666;
}

/* line 198, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .actions .action_group div:hover {
  background-color: #ff8;
}

/* line 202, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .actions .action_group {
  color: #0066CC;
}

/* line 206, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .actions .action_group ul {
  border-color: #005CB8;
}

/* line 210, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .actions .action_group ul li {
  background-color: #EEE;
  border-color: #222;
}

/* line 215, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .actions .action_group ul li a {
  color: #333;
}

/* Table :: Inline Adapter
   ============================= */
/* line 222, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .view {
  background-color: #DAFFCD;
  border-color: #7FCF00;
}

/* Nested
   ======================== */
/* line 230, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .active-scaffold .active-scaffold-footer {
  color: #444;
}

/* line 234, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .active-scaffold tr.record {
  background-color: #ECFFE7;
  border-color: #C5DBF7;
}

/* line 238, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .active-scaffold tr.even-record {
  background-color: #fff;
}

/* line 242, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .active-scaffold td.inline-adapter-cell {
  background-color: #FFFFBB;
  border-color: #DDDF37;
}

/* line 247, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .active-scaffold .active-scaffold td.inline-adapter-cell {
  background-color: #DAFFCD;
  border-color: #7FCF00;
}

/* Footer
   ========================== */
/* line 255, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold-calculations td {
  background-color: #eee;
  border-color: #005CB8;
}

/* line 260, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold-footer .next {
  border-color: #ccc;
}

/* line 264, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold-footer .previous {
  border-color: #ccc;
}

/* Messages
   ========================= */
/* line 272, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .empty-message, .active-scaffold .filtered-message {
  background-color: #e8e8e8;
  color: #666;
}

/* line 277, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .message {
  color: #333;
}

/* line 281, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .error-message, .active-scaffold-component .error-message {
  border-color: #f66;
  background-color: #fbb;
}

/* line 286, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .warning-message {
  border-color: #ff6;
  background-color: #ffb;
}

/* line 291, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .info-message {
  border-color: #66f;
  background-color: #bbf;
}

/* Error Styling
   ========================== */
/* line 299, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .errorExplanation {
  background-color: #fbb;
  border-color: #f66;
}

/* line 304, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .errorExplanation h2 {
  color: #333;
  background-color: #f66;
}

/* Show
   ============================= */
/* line 312, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .show-view dt {
  color: #555;
}

/* Form
   ============================== */
/* line 319, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold h4,
.active-scaffold h5 {
  color: #1F7F00;
}

/* Form :: Fields
   ============================== */
/* line 327, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold label {
  color: #555;
}

/* line 331, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .description {
  color: #999;
}

/* line 335, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold label.example {
  color: #aaa;
}

/* line 339, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold input.text-input,
.active-scaffold select {
  border-color: #1F7F00;
}

/* line 344, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold input:invalid,
.active-scaffold textarea:invalid,
.active-scaffold select:invalid,
.active-scaffold .fieldWithErrors input,
.active-scaffold .field_with_errors input,
.active-scaffold .fieldWithErrors textarea,
.active-scaffold .field_with_errors textarea,
.active-scaffold .fieldWithErrors select,
.active-scaffold .field_with_errors select {
  border-color: #f00;
}

/* line 356, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold input.example {
  color: #aaa;
}

/* line 360, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold select:focus,
.active-scaffold input.text-input:focus {
  background-color: #ffc;
}

/* line 365, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold textarea {
  border-color: #1F7F00;
}

/* line 369, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold form .checkbox-list.draggable-list {
  background-color: #FFFF88;
}

/* line 373, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold form .checkbox-list.draggable-list.selected {
  background-color: #7FCF00;
}

/* line 376, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .ui-droppable-disabled, .active-scaffold .ui-droppable-disabled.selected {
  background-color: #999;
}

/* Form :: Association Sub-Forms
   ============================== */
/* line 384, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .sub-form table th {
  color: #555;
}

/* line 388, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .sub-form .checkbox-list {
  background-color: #fff;
  border-color: #1F7F00;
}

/* line 393, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .sub-form .checkbox-list label {
  display: block;
}

/* line 397, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .sub-form table td {
  color: #999;
}

/* line 401, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.active-scaffold .sub-form .footer {
  color: #999;
}

/* line 405, ../../shared/bundle/ruby/3.0.0/gems/active_scaffold-3.7.6/app/assets/stylesheets/active_scaffold_colors.scss */
.as_touch th a, .as_touch th a:visited {
  color: #fff;
}
/*-------------------------------------------------
TABS
-------------------------------------------------*/

#Tabs {
	margin: 0 0 0 30px;
	height: 25px;
	padding: 0;
}

#Tabs ul {
	margin: 0; padding: 0;
}

#Tabs li {
	margin: 0; padding: 0;
	display: inline;
	list-style: none;
	border: none;
}

#Tabs ul#MainTabs {
}

div#Tabs a:link,
div#Tabs a:visited {
  text-decoration: none;
  background-color: #e5e5e5;
  color: #bbbbbb;
  border: 1px solid #036;
  border-bottom: 1px solid #e5e5e5;
}

#Tabs a:hover {
  color: #fff;
  background-color: #1D64AD;
  border-bottom: 1px solid #1D64AD;
}

#Tabs ul#MainTabs a:link, #Tabs ul#MainTabs a:visited {
  float: left; /* for IE6 */
	font: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 4px 8px 6px 8px;
	margin: 0;
}

#Tabs ul#MainTabs a:link.current, #Tabs ul#MainTabs a:visited.current {
/*	background: #bce27f url(/images/tab-bg.gif) top repeat-x; */
/*	background: #005CB8 url(/images/tab-bg.gif) top repeat-x;*/
	background: #005CB8;
/*	border-bottom: 1px solid #bce27f; */
  	border-bottom: 1px solid #005CB8;
	color: #ffffff;
/*	color: #252525;*/
	font-weight: bold;
	text-decoration: none;
  margin: 0;
}

/* === */


#Tabs li#AdminTab a:link, #Tabs li#AdminTab a:visited {
  color: #fff;
  background-color: #036;
  border-bottom: 1px solid #036;
  text-decoration: underline;
}

#Tabs li#AdminTab a:hover {
  color: #fc0;
}

#Tabs li#AdminTab a.current {
  color: #fc0;
  text-decoration: none;
}


.with_help .field,
.with_help .select {
  /*display: inline-block;*/
  position: relative;
}
.with_help .field a,
.with_help .select a{
  position: absolute;
  right: 2px;
  top: -2px;
  background-color: #dad9d9;
  border-radius: 10px;
  padding: 0 5px;
  font-size: 11px;
}

/* Propiedades del Tom Select para cuando el select está poblado */
.ts-control {
  border: none !important;
  padding: 0 !important;
}
/* Propiedades para el prompt del Tom Select, sólo funciona el del font */
.ts-control input {
  /* Está a piñon, habría que dejarlo a text-base */
  font-size: 16px;
  /* El cambio de color no tiene efecto */
  /* color: red !important; */
} 

.linkButton {
  display: inline;
}
