/* Active Admin CSS */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
/* line 12, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 25, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 33, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 47, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 60, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
/* line 70, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 79, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 90, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 103, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 113, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 123, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 142, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 153, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 191, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 202, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 220, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 240, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 256, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 266, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 277, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 288, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 300, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
/* line 311, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 322, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 336, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 354, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 364, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 374, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 383, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 393, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_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 406, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
/* line 415, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
/* line 426, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
/* line 434, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
/* line 445, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_normalize.scss */
[hidden] {
  display: none;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
html {
  font-size: 100.01%;
}

/* line 28, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
body {
  font-size: 75%;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #587606;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
  margin: 0;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h1 {
  font-size: 3em;
  line-height: 1;
  margin-bottom: 0.5em;
}

/* line 38, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h2 {
  font-size: 2em;
  margin-bottom: 0.75em;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h3 {
  font-size: 1.5em;
  line-height: 1;
  margin-bottom: 1em;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h4 {
  font-size: 1.2em;
  line-height: 1.25;
  margin-bottom: 1.25em;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h5 {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: 1.5em;
}

/* line 42, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
h6 {
  font-size: 1em;
  font-weight: bold;
}

/* line 45, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p {
  margin: 0 0 1.5em;
}

/* line 48, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p .left {
  margin: 1.5em 1.5em 1.5em 0;
  padding: 0;
}

/* line 49, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
p .right {
  margin: 1.5em 0 1.5em 1.5em;
  padding: 0;
}

/* line 52, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.left {
  float: left !important;
}

/* line 53, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.right {
  float: right !important;
}

/* line 55, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
blockquote {
  margin: 1.5em;
  color: #666;
  font-style: italic;
}

/* line 56, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
strong, dfn {
  font-weight: bold;
}

/* line 57, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
em, dfn {
  font-style: italic;
}

/* line 58, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
sup, sub {
  line-height: 0;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
abbr,
acronym {
  border-bottom: 1px dotted #666;
}

/* line 62, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
address {
  margin: 0 0 1.5em;
  font-style: italic;
}

/* line 63, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
del {
  color: #666;
}

/* line 65, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
pre {
  margin: 1.5em 0;
  white-space: pre;
}

/* line 66, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
pre, code, tt {
  font: 1em 'andale mono', 'lucida console', monospace;
  line-height: 1.5;
}

/* line 69, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
li ul,
li ol {
  margin: 0;
}

/* line 71, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ul, ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 73, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ul {
  list-style-type: disc;
}

/* line 74, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
ol {
  list-style-type: decimal;
}

/* line 76, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dl {
  margin: 0 0 1.5em 0;
}

/* line 77, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dl dt {
  font-weight: bold;
}

/* line 78, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
dd {
  margin-left: 1.5em;
}

/* line 81, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
table {
  margin-bottom: 1.4em;
  width: 100%;
}

/* line 82, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
th {
  font-weight: bold;
}

/* line 83, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
thead th {
  background: #c3d9ff;
}

/* line 84, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
th, td, caption {
  padding: 4px 10px 4px 5px;
}

/* line 87, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.small {
  font-size: .8em;
  margin-bottom: 1.875em;
  line-height: 1.875em;
}

/* line 88, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.large {
  font-size: 1.2em;
  line-height: 2.5em;
  margin-bottom: 1.25em;
}

/* line 89, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.hide {
  display: none;
}

/* line 91, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.quiet {
  color: #666;
}

/* line 92, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.loud {
  color: #000;
}

/* line 93, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.highlight {
  background: #ff0;
}

/* line 94, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.added {
  background: #060;
  color: #fff;
}

/* line 95, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.removed {
  background: #900;
  color: #fff;
}

/* line 97, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.first {
  margin-left: 0;
  padding-left: 0;
}

/* line 98, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.last {
  margin-right: 0;
  padding-right: 0;
}

/* line 99, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.top {
  margin-top: 0;
  padding-top: 0;
}

/* line 100, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_typography.scss */
.bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header {
  background-color: #587606;
  background-image: linear-gradient(180deg, #587606, #587606);
  border-bottom: 1px solid #304103;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  display: table;
  height: 20px;
  width: 100%;
  overflow: visible;
  position: inherit;
  padding: 5px 0;
  z-index: 900;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
  color: #cdcdcd;
  margin-right: 20px;
  margin-bottom: 0px;
  padding: 3px 30px 0 30px;
  font-size: 1.3em;
  font-weight: normal;
  line-height: 1.2;
}

/* line 26, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a {
  text-decoration: none;
}

/* line 29, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a:hover {
  color: #fff;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 img {
  position: relative;
  top: -2px;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header a, #header a:link {
  color: #cdcdcd;
}

/* line 42, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header .header-item {
  top: 2px;
  position: relative;
  height: 20px;
}

/* line 48, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs {
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  margin: 0;
  padding: 0;
}

/* line 55, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs li {
  /* Hover on li, display the ul */
}

/* line 57, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs li:hover > ul {
  display: block;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li {
  display: inline-block;
  margin-right: 4px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 1.0em;
  position: relative;
  /* Drop down menus */
}

/* line 68, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li a {
  text-decoration: none;
  padding: 6px 10px 4px 10px;
  position: relative;
  border-radius: 10px;
}

/* line 75, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.current > a {
  background: #83b009;
  color: #fff;
}

/* line 80, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested > a {
  background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}

/* line 85, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested.current > a {
  background: #83b009 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}

/* line 90, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li:hover > a {
  background: #83b009;
  color: #fff;
}

/* line 95, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested:hover > a {
  border-radius: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom: 5px solid #83b009;
  background: #83b009 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
  z-index: 1020;
}

/* line 104, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul {
  background: #83b009;
  border-top-right-radius: 10px;
  border-top-left-radius: 0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  box-shadow: 0 1px 3px #444;
  position: absolute;
  width: 120%;
  min-width: 175px;
  max-width: calc(100% + 20px);
  margin-top: 5px;
  float: left;
  display: none;
  padding: 3px 0px 5px 0;
  list-style: none;
  z-index: 1010;
}

/* line 119, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li {
  position: relative;
  margin: 0px;
}

/* line 122, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a {
  background: none;
  display: block;
}

/* line 125, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a:hover {
  color: #fff;
  background: none;
}

/* line 129, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.current a {
  border-radius: 0;
}

/* line 132, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.has_nested > a {
  background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
  padding-right: 20px;
}

/* line 137, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.has_nested:hover > a {
  background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
  color: #fff;
}

/* line 142, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li ul {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 0;
  top: -3px;
  left: 100%;
  /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
               that maintains the hover. This makes it much easier to navigate to submenus in
               particular without losing hover accientally, especially near rounded corners. */
}

/* line 151, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li ul:after {
  content: "";
  display: block;
  position: absolute;
  top: -8px;
  left: -8px;
  height: calc(100% + 16px);
  width: calc(100% + 16px);
  z-index: -2;
}

/* line 167, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #tabs {
  width: 100%;
}

/* line 171, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav {
  color: #aaa;
  display: table-cell;
  white-space: nowrap;
  margin: 0;
  padding: 0;
  padding-right: 26px;
  text-align: right;
}

/* line 180, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a {
  text-decoration: none;
}

/* line 181, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a:hover {
  color: #fff;
}

/* line 183, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav li {
  display: inline;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form {
  /* Reset margins & Padding */
  /* Nested Fieldsets and Legends */
  /* Text Fields */
  /* semantic_errors */
  /* Buttons */
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul, form ol, form li, form fieldset, form legend, form input, form textarea, form select, form p {
  margin: 0;
  padding: 0;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ol, form ul {
  list-style: none;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset {
  border: 0;
  padding: 10px 0;
  margin-bottom: 20px;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.inputs {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend {
  width: 100%;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend span {
  display: block;
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li {
  padding: 10px;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label {
  display: block;
  width: 20%;
  float: left;
  font-size: 1.0em;
  font-weight: bold;
  color: #5E6469;
}

/* line 28, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label abbr {
  border: none;
  color: #aaa;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container {
  padding: 20px 10px;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container h3 {
  font-size: 12px;
  font-weight: bold;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li.has_many_container .has_many_fields {
  margin: 10px 0;
}

/* line 44, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label {
  line-height: 100%;
  padding-top: 0;
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li > li label input {
  line-height: 100%;
  vertical-align: middle;
  margin-top: -0.1em;
}

/* line 56, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_fields {
  position: relative;
}

/* line 59, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container .handle {
  position: absolute;
  top: calc(50% - 3em / 2);
  right: 2px;
  padding: 0;
  cursor: move;
}

/* line 68, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container.ui-sortable .has_many_container {
  margin-right: 2em;
}

/* line 75, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .ui-sortable input[type=text], form .ui-sortable input[type=password], form .ui-sortable input[type=email], form .ui-sortable input[type=number], form .ui-sortable input[type=url], form .ui-sortable input[type=tel], form .ui-sortable textarea {
  width: calc(80% - 22px - 2em - 1px);
}

/* line 83, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

/* line 88, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.inputs) ol {
  float: left;
  width: 74%;
  margin: 0;
  padding: 0 0 0 20%;
}

/* line 94, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.inputs) ol li {
  padding: 0;
  border: 0;
}

/* line 100, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset.inputs ol {
  float: left;
  width: 100%;
  margin: 0;
}

/* line 109, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=url],
form input[type=tel],
form input[type=date],
form input[type=time],
form textarea {
  width: calc(80% - 22px);
  border: 1px solid #c9d0d6;
  border-radius: 3px;
  font-size: 0.95em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  outline: none;
  padding: 8px 10px 7px;
}

/* line 126, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=text]:focus,
form input[type=password]:focus,
form input[type=email]:focus,
form input[type=number]:focus,
form input[type=url]:focus,
form input[type=tel]:focus,
form input[type=date]:focus,
form input[type=time]:focus,
form textarea:focus {
  border: 1px solid #99a2aa;
  box-shadow: 0 0 4px #99a2aa;
}

/* line 132, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=date] {
  width: calc(100% - 22px);
}

/* line 136, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li {
  /* Hints */
  /* Date and Time Fields */
  /* Check Boxes or Radio fields */
  /* Boolean Field */
  /* Hidden fields */
  /* Errors */
}

/* line 139, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-hints {
  font-size: 0.95em;
  font-style: italic;
  color: #666;
  margin: 0.5em 0 0 20%;
}

/* line 148, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li, form fieldset > ol > li.time_select fieldset ol li, form fieldset > ol > li.datetime_select fieldset ol li {
  float: left;
  width: auto;
  margin: 0 0.5em 0 0;
}

/* line 150, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li label, form fieldset > ol > li.time_select fieldset ol li label, form fieldset > ol > li.datetime_select fieldset ol li label {
  display: none;
}

/* line 151, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.date_select fieldset ol li input, form fieldset > ol > li.time_select fieldset ol li input, form fieldset > ol > li.datetime_select fieldset ol li input {
  display: inline;
  margin: 0;
  padding: 0;
}

/* line 157, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol, form fieldset > ol > li.radio fieldset ol {
  margin-bottom: -0.6em;
}

/* line 159, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li, form fieldset > ol > li.radio fieldset ol li {
  margin: 0.1em 0 0.5em 0;
}

/* line 161, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label, form fieldset > ol > li.radio fieldset ol li label {
  float: none;
  width: 100%;
}

/* line 164, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.check_boxes fieldset ol li label input, form fieldset > ol > li.radio fieldset ol li label input {
  margin-right: 0.2em;
}

/* line 171, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean {
  min-height: 1.1em;
}

/* line 173, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label {
  width: 80%;
  padding-left: 20%;
  padding-right: 10px;
  text-transform: none !important;
  font-weight: normal;
}

/* line 179, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}

/* line 184, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.hidden {
  padding: 0;
}

/* line 189, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li p.inline-errors {
  color: #932419;
  font-weight: bold;
  margin: 0.3em 0 0 20%;
}

/* line 194, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors {
  color: #932419;
  margin: 0.5em 0 0 20%;
  list-style: square;
}

/* line 198, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}

/* line 202, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.error input[type=text], form fieldset > ol > li.error input[type=password], form fieldset > ol > li.error input[type=email], form fieldset > ol > li.error input[type=number], form fieldset > ol > li.error input[type=url], form fieldset > ol > li.error input[type=tel], form fieldset > ol > li.error textarea {
  border: 1px solid #932419;
}

/* line 209, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors {
  background: #fae6e4;
  border-radius: 4px;
  color: #932419;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 10px;
  list-style: square;
}

/* line 217, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors li {
  margin-left: 15px;
  padding: 0;
  border: none;
  display: list-item;
}

/* line 222, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=submit], form input[type=button], form button {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #587606;
  border: solid 1px #465e05;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #FFFFFF;
  cursor: pointer;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
form input.disabled[type=submit], form input.disabled[type=button], form button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 48, vendor/assets/stylesheets/muscat-mixins.scss */
form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
  background: #344504;
}

/* line 53, vendor/assets/stylesheets/muscat-mixins.scss */
form input[type=submit]:not(.disabled):active, form input[type=button]:not(.disabled):active, form button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background: #6a8e07;
}

/* line 228, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons, form .actions {
  margin-top: 15px;
}

/* line 230, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .buttons input[type=submit], form .buttons input[type=button], form .buttons button, form .actions input[type=submit], form .actions input[type=button], form .actions button {
  margin-right: 10px;
}

/* line 233, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .actions .create_another {
  float: none;
  margin-bottom: 10px;
}

/* line 237, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form .actions .create_another label {
  float: none;
  display: inline;
}

/* line 243, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li, form fieldset.actions li {
  float: left;
  padding: 0;
}

/* line 247, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
form fieldset.buttons li.cancel a:not(.disabled):active, form fieldset.actions li.cancel a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 257, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section label {
  display: block;
  text-transform: uppercase;
  color: #5E6469;
  font-size: 0.9em;
  font-weight: bold;
}

/* line 265, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section select {
  width: 240px;
}

/* line 269, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section input[type=text], .sidebar_section input[type=password], .sidebar_section input[type=email], .sidebar_section input[type=url], .sidebar_section input[type=tel], .sidebar_section textarea {
  width: 220px;
}

/* line 285, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}

/* line 290, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search input[type=text] {
  margin-left: 16px;
  width: 88px;
}

/* line 294, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search select {
  width: 108px;
}

/* line 300, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes label {
  margin-bottom: 3px;
}

/* line 301, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes fieldset {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

/* line 305, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label {
  font-weight: normal;
  margin-bottom: 3px;
  text-transform: none;
  font-size: 1.0em;
}

/* line 310, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_check_boxes .check_boxes_wrapper label input {
  vertical-align: baseline;
}

/* line 315, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] {
  box-sizing: border-box;
  width: 114px;
}

/* line 319, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.filter_date_range input[type=text] + input {
  margin-left: 6px;
}

/* line 325, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form a.clear_filters_btn {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
form.filter_form a.clear_filters_btn:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
form.filter_form a.clear_filters_btn:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment {
  margin-top: 10px;
  margin-bottom: 20px;
  max-width: 700px;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
.comments .active_admin_comment:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta {
  width: 130px;
  float: left;
  overflow: hidden;
  font-size: 0.9em;
  color: #7ca708;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_meta .active_admin_comment_author {
  font-size: 1.2em;
  font-weight: bold;
  margin: 0;
  color: #587606;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment .active_admin_comment_body {
  margin-left: 150px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment {
  margin: 0;
  padding: 0;
  margin-left: 150px;
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.inputs {
  margin: 0;
  padding: 0;
  background: none;
  box-shadow: none;
}

/* line 38, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment li {
  padding: 0;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment fieldset.buttons {
  padding: 0;
  margin-top: 5px;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash {
  background-color: #f7f1d3;
  background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
  border-bottom: 1px solid #eee098;
  color: #cb9810;
  font-weight: bold;
  font-size: 1.1em;
  line-height: 1.0em;
  padding: 13px 30px 11px;
  position: relative;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash.flash_notice {
  background-color: #dce9dd;
  background-image: linear-gradient(180deg, #dce9dd, #ccdfcd);
  border-bottom: 1px solid #adcbaf;
  color: #416347;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash.flash_error {
  background-color: #f5e4e4;
  background-image: linear-gradient(180deg, #f5e4e4, #f1dcdc);
  border-bottom: 1px solid #e0c2c0;
  color: #b33c33;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_out .flash {
  box-shadow: none;
  background: none;
  color: #666;
  font-weight: bold;
  line-height: 1.0em;
  padding: 0;
  margin-bottom: 8px;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker {
  background: #fff;
  background-clip: padding-box;
  color: #fff;
  display: none;
  margin-top: 2px;
  padding: 0;
  text-align: center;
  width: 160px;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a {
  text-decoration: none;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a:hover {
  cursor: pointer;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header {
  height: 14px;
  background-color: #587606;
  background-image: linear-gradient(180deg, #587606, #587606);
  border-bottom: 1px solid #304103;
  padding: 12px 5px 7px 4px;
  margin: 0px 0px 2px 2px;
  width: 147px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  position: relative;
  z-index: 2000;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header:before {
  content: "";
  position: absolute;
  right: 45%;
  top: -6px;
  width: 0px;
  height: 0px;
  border-left: 8.5px solid rgba(0, 0, 0, 0);
  border-right: 8.5px solid rgba(0, 0, 0, 0);
  border-bottom: 10px solid #676e73;
}

/* line 42, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-month {
  margin: -4px 0 0 0;
}

/* line 54, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title .ui-datepicker-year {
  margin: -4px 0 0 0;
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a {
  color: #fff;
  display: block;
  height: 19px;
  margin-top: -4px;
  width: 10px;
}

/* line 67, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-prev {
  float: left;
  width: 0;
  height: 0;
  margin: 0px 0px 0px 4px;
  border-top: 5px solid transparent;
  border-right: 5px solid white;
  border-bottom: 5px solid transparent;
}

/* line 76, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a.ui-datepicker-next {
  float: right;
  width: 0;
  height: 0;
  margin: 0px 4px 0px 0px;
  border-top: 5px solid transparent;
  border-left: 5px solid white;
  border-bottom: 5px solid transparent;
}

/* line 86, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a span {
  display: none;
}

/* line 92, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar {
  border-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.26);
  background-color: #f4f4f4;
  border: solid 1px #63686e;
  left: 2px;
  margin-bottom: 0px;
  position: relative;
  top: -2px;
  width: 156px;
}

/* line 103, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar td, .ui-datepicker table.ui-datepicker-calendar th {
  padding: 0px;
  text-align: center;
}

/* line 108, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar thead th {
  background-color: #dbdddf;
  color: #333333;
  font-weight: normal;
  font-size: 0.8em;
  padding-top: 1px;
}

/* line 116, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody {
  color: #666666;
}

/* line 119, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td {
  border: none;
  height: 24px;
  width: 22px;
}

/* line 124, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a {
  border-radius: 3px;
  color: #666666;
  font-weight: bold;
  font-size: 0.85em;
  padding: 4px;
}

/* line 131, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active {
  background-color: #5a5f64;
  color: #fff;
}

/* line 134, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-active.ui-state-hover {
  background-color: #5a5f64;
  color: #fff;
}

/* line 139, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-hover {
  background-color: #eceef0;
}

/* line 142, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
  background-color: #dbdddf;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr td {
  vertical-align: top;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr th {
  text-align: left;
}

/* line 15, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table {
  width: 100%;
  margin-bottom: 10px;
  border: 0;
  border-spacing: 0;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  border-right: none;
  padding-left: 12px;
  padding-right: 12px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
  color: #5E6469;
  text-decoration: none;
  display: block;
  white-space: nowrap;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sortable a {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
  padding-left: 13px;
}

/* line 38, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc a {
  background-position: 0 -27px;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-desc a {
  background-position: 0 -56px;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sorted-asc, table.index_table th.sorted-desc {
  background-color: #e2e2e2;
  background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
}

/* line 45, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th:last-child {
  border-right: solid 1px #d4d4d4;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.even td {
  background: #f7fee3;
}

/* line 53, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.selected td {
  background: #d9e4ec;
}

/* line 57, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table td {
  padding: 10px 12px 8px 12px;
  border-bottom: 1px solid #e8e8e8;
  vertical-align: top;
}

/* line 66, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table {
  margin-top: 5px;
}

/* line 68, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table th {
  padding-top: 10px;
  background: none;
  color: #587606;
  box-shadow: none;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

/* line 77, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.odd td {
  background: #f2fdd5;
}

/* line 78, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.even td {
  background: #f7fee3;
}

/* line 82, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table {
  overflow: hidden;
}

/* line 85, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.even {
  background: #f7fee3;
}

/* line 86, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.odd {
  background: #f2fdd5;
}

/* line 87, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table th, .attributes_table table td {
  padding: 8px 12px 6px 12px;
  vertical-align: top;
  border-bottom: 1px solid #e8e8e8;
}

/* line 92, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table th {
  box-shadow: none;
  background: none;
  width: 150px;
  font-size: 0.9em;
  padding-left: 0;
  text-transform: uppercase;
  color: #587606;
}

/* line 103, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table td .empty {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 112, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.sidebar_section .attributes_table th {
  width: 50px;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#collection_selection_toggle_panel:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 3, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
#collection_selection_toggle_panel > .resource_selection_toggle_cell {
  float: left;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-widget-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog {
  position: fixed;
  z-index: 1002;
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 10px;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar span {
  font-size: 1.1em;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog ul {
  list-style-type: none;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog li {
  margin: 10px 0;
}

/* line 21, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog label {
  margin-right: 10px;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
  padding: 7px 15px 13px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #587606;
  border: solid 1px #465e05;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #FFFFFF;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-dialog .ui-dialog-buttonpane button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 48, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
  background: #344504;
}

/* line 53, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background: #6a8e07;
}

/* line 28, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container {
  clear: both;
  text-align: center;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate {
  border-radius: 3px;
  border: 1px dashed #DADADA;
  color: #AAA;
  display: inline-block;
  font-size: 1.2em;
  font-weight: bold;
  padding: 14px 25px;
  text-align: center;
}

/* line 15, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.blank_slate_container .blank_slate small {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.admin_dashboard .blank_slate_container .blank_slate {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 28, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.with_sidebar .blank_slate_container .blank_slate {
  margin-top: 80px;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb {
  display: block;
  font-size: 0.9em;
  font-weight: normal;
  line-height: 1.0em;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a, .breadcrumb a:link, .breadcrumb a:visited, .breadcrumb a:active {
  color: #8a949e;
  text-decoration: none;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

/* line 16, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb .breadcrumb_sep {
  margin: 0 2px;
  color: #aab2ba;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu {
  display: inline;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
  position: relative;
  padding-right: 22px !important;
  cursor: pointer;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
.dropdown_menu .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #FFF transparent;
  right: 12px;
  top: 45%;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 3px 3px 0;
  border-style: solid;
  border-color: #777 transparent;
  right: 12px;
  top: 45%;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple {
  content: "";
  position: absolute;
  top: -6px;
  display: block;
  width: 0;
  height: 0;
  border-width: 0 6px 6px;
  border-style: solid;
  border-color: #4a6305 transparent;
  z-index: 100;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #8ebf0a transparent;
  left: -5px;
  top: 1px;
}

/* line 65, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_nipple:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  border-width: 0 5px 5px;
  border-style: solid;
  border-color: #668907 transparent;
  left: -5px;
  top: 2px;
}

/* line 78, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper {
  display: inline-block;
  position: absolute;
  background-color: white;
  padding: 2px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, #8ebf0a 0px 1px 0px 0px inset;
  background-color: #587606;
  background-color: #668907;
  background-image: linear-gradient(180deg, #668907, #465e05);
  border: solid 1px #344504;
  border-top-color: #4a6305;
  border-bottom-color: #1a2302;
  border-radius: 4px;
  z-index: 2000;
  display: none;
}

/* line 93, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list {
  display: block;
  background-color: #FFF;
  border: solid 1px #344504;
  box-shadow: #6a8e07 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  list-style-type: none;
  padding: 0;
}

/* line 106, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li {
  display: block;
  border-bottom: solid 1px #ebebeb;
  box-sizing: border-box;
}

/* line 111, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a {
  display: block;
  box-sizing: padding-box;
  font-size: 0.95em;
  font-weight: bold;
  padding: 7px 16px 5px;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
}

/* line 121, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:hover {
  background-color: #75a1c2;
  background-image: linear-gradient(180deg, #75a1c2, #608cb4);
  color: #FFF;
}

/* line 127, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li a:active {
  background-color: #608cb4;
  background-image: linear-gradient(180deg, #608cb4, #75a1c2);
  color: #FFF;
}

/* line 135, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:first-child a {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

/* line 142, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child {
  border: none;
}

/* line 143, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_list_wrapper .dropdown_menu_list li:last-child a {
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.button, a.button:link, a.button:visited, input[type=submit], input[type=button], button {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #587606;
  border: solid 1px #465e05;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #FFFFFF;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
a.button.disabled, a.button.disabled:link, a.button.disabled:visited, input.disabled[type=submit], input.disabled[type=button], button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 48, vendor/assets/stylesheets/muscat-mixins.scss */
a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
  background: #344504;
}

/* line 53, vendor/assets/stylesheets/muscat-mixins.scss */
a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background: #6a8e07;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
table.index_grid td {
  border: none;
  background: none;
  padding: 0 20px 20px 0;
  margin: 0;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns {
  clear: both;
  padding: 0;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns .column {
  float: left;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_links.scss */
a, a:link, a:visited {
  color: #587606;
  text-decoration: underline;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_links.scss */
a:hover {
  text-decoration: none;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.paginated_collection_contents {
  clear: both;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination {
  float: right;
  font-size: 0.9em;
  margin-left: 10px;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination a:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination span.page.current {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #587606;
  border: solid 1px #465e05;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #FFFFFF;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination span.page.current.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 48, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination span.page.current:not(.disabled):hover {
  background: #344504;
}

/* line 53, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination span.page.current:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background: #6a8e07;
}

/* line 18, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a, .pagination span.page.current {
  border-radius: 0px;
  margin-right: 4px;
  padding: 2px 5px;
}

/* line 25, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}

/* line 29, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information b {
  color: #5c6469;
}

/* line 32, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.download_links {
  float: left;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page {
  float: right;
  margin-left: 4px;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page select {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
  border-radius: 0px;
  padding: 1px 5px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination_per_page select.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination_per_page select:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
.pagination_per_page select:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination {
  float: left;
  margin-bottom: 30px;
}

/* line 51, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.comments .pagination_information {
  float: left;
  color: #000;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.section, .panel {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3, .panel > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3 .header_action, .panel > h3 .header_action {
  float: right;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > div, .panel > div {
  padding: 3px 15px 15px 15px;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section hr, .panel hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_panels.scss */
.sidebar_section {
  background: #f4f4f4;
  border-radius: 4px;
  box-shadow: inset 0 1px 4px #ddd;
  margin-bottom: 20px;
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
}

/* line 30, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 .header_action {
  float: right;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > div {
  padding: 3px 15px 15px 15px;
}

/* line 37, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section hr {
  border: none;
  border-bottom: 1px solid #E8E8E8;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_columns.scss */
.columns {
  margin-bottom: 10px;
}

/* line 3, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li:first-child a {
  margin-left: 10px;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.yes {
  background: #6090DB;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.no {
  background: grey;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools {
  margin-bottom: 16px;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
.table_tools:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools .dropdown_menu {
  float: left;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button, .table_tools .dropdown_menu_button {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  font-size: 0.9em;
  padding: 4px 14px 4px;
  margin: 0;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 19, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button:not(.disabled):hover, .table_tools .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button:not(.disabled):active, .table_tools .dropdown_menu_button:not(.disabled):active {
  border-color: #c8c8c8;
  border-top-color: #d7d7d7;
  border-right-color: #c8c8c8;
  border-bottom-color: #c3c3c3;
  border-left-color: #c8c8c8;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.17) inset;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E8E8E8);
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li {
  float: left;
}

/* line 39, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li a {
  border-width: 1px .5px 1px .5px;
  border-radius: 0;
}

/* line 44, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* line 50, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 56, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li.selected a {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
  cursor: default;
}

/* line 61, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control li.selected a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes {
  float: right;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes li .count {
  color: #8e979e;
  font-weight: normal;
  font-size: 0.9em;
  line-height: 10px;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser {
  padding: 10px 30px;
  color: #211e14;
  background-color: #fae692;
  background-color: #feefae;
  background-image: linear-gradient(180deg, #feefae, #fae692);
  border-bottom: 1px solid #b3a569;
}

/* line 8, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser h1 {
  font-size: 13px;
  font-weight: bold;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser p {
  margin-bottom: 0.5em;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav {
  list-style: none;
  display: block;
  width: auto;
  margin-bottom: -12px;
  padding-left: 0;
  overflow: auto;
  margin-left: 15px;
}

/* line 10, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  float: left;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:first-child a {
  border-left-width: 1px;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
}

/* line 23, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li:last-child a {
  border-right-width: 1px;
  border-top-right-radius: 12px;
  border-bottom-right-radius: 12px;
}

/* line 29, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F0F0F0);
  border-color: #d0d0d0;
  border-top-color: #d9d9d9;
  border-right-color: #d0d0d0;
  border-bottom-color: #c5c5c5;
  border-left-color: #d0d0d0;
  text-decoration: none;
  border-radius: 0;
  border-width: 1px .5px 1px .5px;
  margin-right: 0;
  padding: 4px 14px 4px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-tabs-nav li a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
.ui-tabs-nav li a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 40, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F6F6F6);
}

/* line 47, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li.ui-tabs-active a {
  cursor: default;
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1) inset;
}

/* line 52, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li.ui-tabs-active a a:hover {
  background-color: #F0F0F0;
  background-image: linear-gradient(180deg, #F0F0F0, #FDFDFD);
}

/* line 60, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.tab-content {
  border: 1px solid #D3D3D3;
  padding: 15px;
  padding-top: 30px;
  text-align: left;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out {
  background: #e8e9ea;
}

/* line 4, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper {
  width: 500px;
  margin: 70px auto;
}

/* line 7, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #content_wrapper #active_admin_content {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  background: #fff;
  padding: 13px 30px;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out h2 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  background-color: #587606;
  background-image: linear-gradient(180deg, #587606, #587606);
  border-bottom: 1px solid #304103;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  margin: -13px -30px 20px -30px;
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login {
  /* Login Form */
}

/* line 27, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset {
  box-shadow: none;
  background: none;
  padding: 0;
  margin-bottom: 0;
}

/* line 31, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset li {
  padding: 10px 0;
}

/* line 33, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset input[type=text], body.logged_out #login form fieldset input[type=email], body.logged_out #login form fieldset input[type=password] {
  width: 70%;
}

/* line 36, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset.buttons {
  margin-left: 20%;
}

/* line 41, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login a {
  float: right;
  margin-top: -32px;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer {
  padding: 30px 30px;
  font-size: 0.8em;
  clear: both;
}

/* line 6, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#footer p {
  padding-top: 10px;
}

/* line 12, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
#index_footer {
  padding-top: 5px;
  text-align: right;
  font-size: 0.85em;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
.index_content {
  clear: both;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#wrapper {
  width: 100%;
}

/* line 5, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
.index #wrapper {
  display: table;
}

/* line 9, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content {
  margin: 0;
  padding: 30px;
}

/* line 13, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper {
  float: left;
  width: 100%;
}

/* line 17, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #main_content_wrapper #main_content {
  margin-right: 300px;
}

/* line 22, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content.without_sidebar #main_content_wrapper #main_content {
  margin-right: 0;
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #sidebar {
  float: left;
  width: 270px;
  margin-left: -270px;
}

/* line 1, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  border: solid 1px #cdcdcd;
  border-color: #d4d4d4;
  border-top-color: #e6e6e6;
  border-right-color: #d4d4d4;
  border-bottom-color: #cdcdcd;
  border-left-color: #d4d4d4;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #FFF inset;
  font-size: 1em;
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 0.5em;
  color: #5E6469;
  padding: 5px 10px 3px 10px;
  box-sizing: border-box;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  display: table;
  border-bottom-color: #EEE;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 10px 30px;
  z-index: 800;
}

/* line 2, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#title_bar:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 14, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_left, #title_bar #titlebar_right {
  height: 50px;
  vertical-align: middle;
  display: table-cell;
}

/* line 20, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_right {
  text-align: right;
}

/* line 24, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar h2 {
  margin: 0;
  padding: 0;
  font-size: 2.6em;
  line-height: 100%;
  font-weight: bold;
}

/* line 34, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar .action_items span.action_item > a, #title_bar .action_items span.action_item > .dropdown_menu > a {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
  padding: 12px 17px 10px;
  margin: 0px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
#title_bar .action_items span.action_item > a.disabled, #title_bar .action_items span.action_item > .dropdown_menu > a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
#title_bar .action_items span.action_item > a:not(.disabled):hover, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
#title_bar .action_items span.action_item > a:not(.disabled):active, #title_bar .action_items span.action_item > .dropdown_menu > a:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/* line 35, vendor/bundle/ruby/2.7.0/gems/activeadmin-2.9.0/app/assets/stylesheets/active_admin/_base.scss */
body {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 1.5;
  font-size: 72%;
  background: #FFF;
  color: #323537;
}

/* line 1, vendor/assets/stylesheets/muscat.scss */
body {
  font-size: 12px !important;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

/* line 6, vendor/assets/stylesheets/muscat.scss */
.muscat_panel {
  padding-bottom: 25px !important;
}

/* line 10, vendor/assets/stylesheets/muscat.scss */
.panel_group {
  margin-bottom: 0px;
}

/* line 14, vendor/assets/stylesheets/muscat.scss */
.panel_group_space {
  min-height: 20px;
}

/* line 19, vendor/assets/stylesheets/muscat.scss */
body.active_admin table.index_table td {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

/* line 24, vendor/assets/stylesheets/muscat.scss */
body.active_admin form fieldset ol > li {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

/* line 30, vendor/assets/stylesheets/muscat.scss */
.muscat_admin_header {
  padding: 0px !important;
}

/* line 35, vendor/assets/stylesheets/muscat.scss */
#title_bar {
  padding: 5px 30px;
}

/* line 37, vendor/assets/stylesheets/muscat.scss */
#title_bar h2 {
  font-size: 1.4em;
}

/* line 42, vendor/assets/stylesheets/muscat.scss */
#titlebar_left, #titlebar_right {
  height: 40px !important;
}

/* line 44, vendor/assets/stylesheets/muscat.scss */
#titlebar_left span.breadcrumb, #titlebar_right span.breadcrumb {
  margin-bottom: 6px;
}

/* line 50, vendor/assets/stylesheets/muscat.scss */
body.active_admin {
  min-width: 960px;
}

/* line 54, vendor/assets/stylesheets/muscat.scss */
#main_content_wrapper {
  max-width: 1500px;
}

/* line 58, vendor/assets/stylesheets/muscat.scss */
#lang_menu ul {
  float: left !important;
  min-width: 50px !important;
  max-width: 50px !important;
}

/* line 64, vendor/assets/stylesheets/muscat.scss */
body.active_admin {
  /* These colors were deprecated in AA 2.0 - not realy a problem, I leave them here
 * if we need to reconstruct a color. Only 'published' is used for wf_stage */
}

/* line 65, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.collection {
  background: #404040;
}

/* line 66, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.source {
  background: #2976bd;
}

/* line 67, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.edition_content {
  background: #81b5e4;
}

/* line 68, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.libretto_source {
  background: #267348;
}

/* line 69, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.libretto_edition {
  background: #40bf79;
}

/* line 70, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.theoretica_source {
  background: #8c6027;
}

/* line 71, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.theoretica_edition {
  background: #deb887;
}

/* line 72, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.edition {
  background: #808080;
}

/* line 73, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.composite_volume {
  background: #87CEFA;
}

/* line 76, vendor/assets/stylesheets/muscat.scss */

.status_tag.published {
  background: #8daa92;
}

/* line 83, vendor/assets/stylesheets/muscat.scss */
body.active_admin .status_tag.ok {
  background: #8daa92;
}

/* line 86, vendor/assets/stylesheets/muscat.scss */
.progress_bar {
  border: #ccc 1px solid;
  width: 100%;
  background-color: #eee;
}

/* line 91, vendor/assets/stylesheets/muscat.scss */
.progress_bar_content {
  background-color: #a0d70b;
}

/* line 95, vendor/assets/stylesheets/muscat.scss */
.srutable_wrapper {
  position: relative;
  border: 1px;
  border-style: inset;
  border-color: #dadad8;
}

/* line 102, vendor/assets/stylesheets/muscat.scss */
.srutable_scroll {
  height: 640px;
  overflow: auto;
}

/* line 107, vendor/assets/stylesheets/muscat.scss */
.srutable {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

/* line 113, vendor/assets/stylesheets/muscat.scss */
.srutable td, .srutable th {
  border: 0px solid #ddd;
  padding: 8px;
}

/* line 118, vendor/assets/stylesheets/muscat.scss */
.srutable tr:nth-child(even) {
  background-color: #f2f2f2;
}

/* line 120, vendor/assets/stylesheets/muscat.scss */
.srutable tr:hover {
  background-color: #ddd;
}

/* line 122, vendor/assets/stylesheets/muscat.scss */
.srutable th {
  position: sticky;
  top: 0;
  z-index: 10;
  padding-top: 2px;
  padding-bottom: 2px;
  text-align: left;
  background-color: #587606;
  color: white;
}

/* line 132, vendor/assets/stylesheets/muscat.scss */
.srutable_download {
  padding: 10px;
  margin-bottom: 10px;
}

/* line 137, vendor/assets/stylesheets/muscat.scss */
.tab-content {
  border: 1px solid #dadad8;
  padding: 0px;
  padding-top: 0px;
}

/* line 142, vendor/assets/stylesheets/muscat.scss */
.ui-tabs .ui-tabs-panel {
  border-width: 0;
  padding: 1em 0em;
  background-color: #e6e6e6;
  padding: 5px;
}

/* line 148, vendor/assets/stylesheets/muscat.scss */
.ui-widget-content {
  border: 0px;
}

/* line 152, vendor/assets/stylesheets/muscat.scss */
.ui-tabs-nav li:first-child a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

/* line 157, vendor/assets/stylesheets/muscat.scss */
.ui-tabs-nav li:last-child a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

/* line 161, vendor/assets/stylesheets/muscat.scss */
.ui-widget-header {
  border: 0px solid #aaaaaa;
  color: #222222;
  background: #e6e6e6;
  font-weight: bold;
}

/* line 167, vendor/assets/stylesheets/muscat.scss */
.ui-tabs-nav {
  overflow: hidden;
}

/* line 170, vendor/assets/stylesheets/muscat.scss */
.holding_actions {
  float: right;
  margin-right: 8px;
}

/* line 175, vendor/assets/stylesheets/muscat.scss */
.template_ul {
  margin: 0 0 0 0 !important;
}

/* line 177, vendor/assets/stylesheets/muscat.scss */
.template_ul ul {
  list-style-type: circle;
}

/* line 182, vendor/assets/stylesheets/muscat.scss */
select[name="target_template"] {
  width: 280px;
}

/* line 186, vendor/assets/stylesheets/muscat.scss */
.holding_digital {
  float: right;
  width: 16px;
  height: 16px;
  margin-right: 8px;
  background: url(/images/ebook.png);
}

/* line 195, vendor/assets/stylesheets/muscat.scss */
.diff ins {
  text-decoration: none;
  background-color: #d4fcbc;
}

/* line 199, vendor/assets/stylesheets/muscat.scss */
.diff del {
  text-decoration: none;
  background-color: #fbb6c2;
  color: #555;
}

/* line 206, vendor/assets/stylesheets/muscat.scss */
.diff_table {
  margin: 5px;
}

/* line 210, vendor/assets/stylesheets/muscat.scss */
.diff_header {
  text-align: left;
  vertical-align: top;
  width: 20%;
  padding-top: 4px !important;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  border-bottom: none !important;
  text-transform: none !important;
}

/* line 222, vendor/assets/stylesheets/muscat.scss */
.diff_tag {
  vertical-align: top;
  padding-left: .5em;
  width: 10%;
}

/* line 232, vendor/assets/stylesheets/muscat.scss */
.diff_contents {
  vertical-align: top;
  padding-left: .5em;
}

/* line 242, vendor/assets/stylesheets/muscat.scss */
.pae-warning {
  color: coral;
}

/* line 246, vendor/assets/stylesheets/muscat.scss */
.pae-error {
  color: red;
}

/* line 250, vendor/assets/stylesheets/muscat.scss */
.hwt-container {
  position: relative;
  overflow: hidden !important;
  -webkit-text-size-adjust: none !important;
}

/* line 256, vendor/assets/stylesheets/muscat.scss */
.hwt-backdrop {
  position: absolute !important;
  top: 0 !important;
  right: -99px !important;
  bottom: 0 !important;
  left: 0 !important;
  line-height: 1.15;
  padding-right: 99px !important;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  background: white;
  margin: 2px, 3px;
}

/* line 270, vendor/assets/stylesheets/muscat.scss */
.hwt-highlights {
  width: auto !important;
  height: auto !important;
  border-color: transparent !important;
  white-space: pre-wrap !important;
  word-wrap: break-word !important;
  color: transparent !important;
  overflow: hidden !important;
  padding: 4px 6px;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Courier New', monospace !important;
}

/* line 287, vendor/assets/stylesheets/muscat.scss */
.hwt-input {
  display: block !important;
  position: relative !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  font-family: 'Courier New', monospace;
  overflow-x: hidden !important;
  overflow-y: auto !important;
  padding-right: 7px !important;
}

/* line 299, vendor/assets/stylesheets/muscat.scss */
.hwt-content {
  background: none transparent !important;
}

/* line 303, vendor/assets/stylesheets/muscat.scss */
.hwt-content mark {
  padding: 0 !important;
  color: inherit;
  background-color: #fcb2c5;
  border-radius: 3px;
}

/* line 1, vendor/assets/stylesheets/marc_editor.scss */
.marc_guidelines, .guidelines_panel_content div.guidelines, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable {
  background: #fff;
  border: 1px solid #587606;
  padding: 10px;
  margin: 10px 0px;
  font-weight: normal;
}

/* line 7, vendor/assets/stylesheets/marc_editor.scss */
.marc_guidelines h1, .guidelines_panel_content div.guidelines h1, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h1, .marc_guidelines h2, .guidelines_panel_content div.guidelines h2, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h2, .marc_guidelines h3, .guidelines_panel_content div.guidelines h3, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h3, .marc_guidelines h4, .guidelines_panel_content div.guidelines h4, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h4 {
  font-weight: bold;
}

/* line 10, vendor/assets/stylesheets/marc_editor.scss */
.marc_guidelines h1, .guidelines_panel_content div.guidelines h1, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h1 {
  margin-bottom: 30px;
  margin-top: 20px;
  font-size: 175%;
}

/* line 15, vendor/assets/stylesheets/marc_editor.scss */
.marc_guidelines h2, .guidelines_panel_content div.guidelines h2, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h2 {
  margin-bottom: 20px;
  margin-top: 15px;
  font-size: 150%;
}

/* line 20, vendor/assets/stylesheets/marc_editor.scss */
.marc_guidelines h3, .guidelines_panel_content div.guidelines h3, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h3 {
  margin-bottom: 15px;
  margin-top: 10px;
  font-size: 125%;
}

/* line 25, vendor/assets/stylesheets/marc_editor.scss */
.marc_guidelines h4, .guidelines_panel_content div.guidelines h4, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h4 {
  margin-bottom: 10px;
  margin-top: 5px;
  font-size: 100%;
}

/* line 30, vendor/assets/stylesheets/marc_editor.scss */
.marc_guidelines p, .guidelines_panel_content div.guidelines p, .marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable p {
  margin-bottom: 5px;
}

/* line 36, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content {
  padding-bottom: 5px !important;
}

/* line 38, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content * dl {
  margin-bottom: 0px;
}

/* line 40, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content * dl dt {
  border-bottom: 2px solid #dfe1e2;
}

/* line 43, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content * dl dt:last-child {
  border-bottom: none;
}

/* line 47, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content * dl dt:not(:first-child) * th.col-label {
  opacity: 0.0;
  color: #ccc !important;
}

/* line 53, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content table.add_tag {
  margin-bottom: 0px;
}

/* line 57, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group {
  border-bottom: 4px solid #dfe1e2;
}

/* line 60, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container {
  margin-bottom: 4px;
}

/* line 62, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container table.tag_header {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 65, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container table.tag_header th {
  padding: 5px 4px 2px 0px;
  background: none;
  color: #587606;
  box-shadow: none;
  text-transform: uppercase;
}

/* line 73, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container table.tag_header * a.marc_editor_button_left {
  margin-left: 4px !important;
}

/* line 77, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable {
  display: none;
}

/* line 80, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container div.tag_help_collapsable h4:not(:first-child) {
  margin-top: 20px;
}

/* line 84, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container table {
  margin-bottom: 1px;
}

/* line 87, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid {
  margin-bottom: 0px;
}

/* line 89, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid th {
  padding: 0px;
}

/* line 92, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid tr td {
  padding: 0px;
}

/* line 95, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid div.add_subfield_button {
  float: right;
  font-size: 1.3em;
}

/* line 99, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * input,
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * select {
  margin: 2px 0px 3px 0px;
}

/* line 103, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * textarea {
  margin: 2px 0px 0px 0px;
}

/* line 106, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * input,
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * select,
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * textarea {
  padding: 2px 5px 2px 5px;
}

/* line 111, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * input[type='text'],
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * select,
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * textarea {
  width: calc(100% - 15px) !important;
}

/* line 116, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * input,
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * textarea {
  font-size: 1.1em;
}

/* line 120, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * input.validating,
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * textarea.validating {
  background-color: lightyellow;
}

/* line 125, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * input.autocomplete_extra_enabled {
  border-color: orange;
  color: orange;
}

/* line 130, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * .grid_cell_header {
  font-size: 1.0em;
  font-weight: bold;
  color: #5E6469;
  margin-top: 5px;
  padding-left: 3px;
}

/* line 137, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * .error {
  border-color: red;
}

/* line 140, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * label.error {
  display: block;
  color: red;
}

/* line 144, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * a.error {
  color: red;
}

/* line 147, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * span.error {
  color: red;
}

/* line 150, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * .warning {
  border-color: orange;
}

/* line 153, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * label.warning {
  display: block;
  color: orange;
}

/* line 157, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * a.warning {
  color: orange;
}

/* line 160, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * span.warning {
  color: orange;
}

/* line 163, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid * .new_autocomplete {
  border-color: orange;
  color: orange;
}

/* line 168, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group .tag_container * table.tag_grid input:disabled {
  background: #dddddd;
}

/* line 174, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content .marc_editor_group_contents .tag_group:last-child {
  border-bottom: none;
}

/* line 178, vendor/assets/stylesheets/marc_editor.scss */
.marc_editor_panel_content tr.doc-subfield {
  color: #587606;
}

/* line 193, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_preview table {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 200, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .modification_bar {
  border: #ccc 1px solid;
  width: 100%;
  background-color: #eee;
}

/* line 205, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .modification_bar_content {
  background-color: #a0d70b;
}

/* line 208, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view {
  margin-top: 30px;
}

/* line 210, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view table {
  margin-top: 0px;
  margin-bottom: 0px;
}

/* line 214, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .tag_diff_inserted {
  border-left: #5f5 5px solid;
  padding-left: 10px;
}

/* line 218, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .tag_diff_deleted {
  border-left: #f77 5px solid;
  padding-left: 10px;
}

/* line 222, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .subfield_diff {
  border-left: #e8e8e8 5px solid;
  padding-left: 10px;
}

/* line 226, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .subfield_diff_inserted {
  border-left: #5f5 5px solid;
  padding-left: 10px;
}

/* line 230, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .subfield_diff_deleted {
  border-left: #f77 5px solid;
  padding-left: 10px;
}

/* line 234, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .subfield_diff_modified {
  border-left: #ff3 5px solid;
  padding-left: 10px;
}

/* line 238, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .diff_new, #marc_editor_history .marc_historic_view .diff_old {
  display: none;
}

/* line 241, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .subfield_diff_content ins {
  background-color: #7f7;
}

/* line 244, vendor/assets/stylesheets/marc_editor.scss */
#marc_editor_history .marc_historic_view .subfield_diff_content del {
  background-color: #f99;
}

/* line 250, vendor/assets/stylesheets/marc_editor.scss */
.editor-flash {
  display: none;
}

/* line 254, vendor/assets/stylesheets/marc_editor.scss */
.active_admin h5.subfield_group {
  color: #5e6469;
  margin-top: 1.0em;
  margin-bottom: 0.5em;
}

/* line 267, vendor/assets/stylesheets/marc_editor.scss */
.guidelines_sidebar li.guidelines_chapter:not(:first-child) {
  margin-top: 6px;
  padding-top: 6px;
}

/* line 274, vendor/assets/stylesheets/marc_editor.scss */
.guidelines_sidebar li.guidelines_chapter div.toggler {
  float: right;
  text-align: right;
}

/* line 277, vendor/assets/stylesheets/marc_editor.scss */
.guidelines_sidebar li.guidelines_chapter div.toggler a {
  text-decoration: none;
}

/* line 280, vendor/assets/stylesheets/marc_editor.scss */
.guidelines_sidebar li.guidelines_chapter div.toggler a.down {
  background: url(/images/marc-icons/triangle-down.png) top right no-repeat;
}

/* line 283, vendor/assets/stylesheets/marc_editor.scss */
.guidelines_sidebar li.guidelines_chapter div.toggler a.left {
  background: url(/images/marc-icons/triangle-left.png) top right no-repeat;
}

/* line 288, vendor/assets/stylesheets/marc_editor.scss */
.guidelines_sidebar li.guidelines_section {
  padding-left: 10px;
}

/***********************/
/* Navigation side bar */
/***********************/
/* line 297, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_tabs {
  position: fixed;
  width: 270px;
}

/* line 302, vendor/assets/stylesheets/marc_editor.scss */
h3 {
  margin: 0px;
}

/* line 306, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}

/* line 311, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link {
  vertical-align: middle;
  line-height: 24px;
  min-height: 24px;
  padding-top: 6px;
}

/* line 316, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link {
  margin-left: 2px;
  padding-left: 40px;
  display: inline-block;
}

/* line 321, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_add {
  background: url(/images/marc-icons/add-link.png) no-repeat;
}

/* line 324, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_all {
  background: url(/images/marc-icons/all.png) no-repeat;
}

/* line 327, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_archive {
  background: url(/images/marc-icons/archive.png) no-repeat;
}

/* line 330, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_cancel {
  background: url(/images/marc-icons/cancel.png) no-repeat;
}

/* line 333, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_delete {
  background: url(/images/marc-icons/delete.png) no-repeat;
}

/* line 336, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_download {
  background: url(/images/marc-icons/download.png) no-repeat;
}

/* line 339, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_duplicate {
  background: url(/images/marc-icons/duplicate.png) no-repeat;
}

/* line 342, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_edit {
  background: url(/images/marc-icons/edit.png) no-repeat;
}

/* line 345, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_help {
  background: url(/images/marc-icons/help.png) no-repeat;
}

/* line 348, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_history {
  background: url(/images/marc-icons/history.png) no-repeat;
}

/* line 351, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_list {
  background: url(/images/marc-icons/list.png) no-repeat;
}

/* line 354, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_more {
  background: url(/images/marc-icons/more.png) no-repeat;
}

/* line 357, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_new {
  background: url(/images/marc-icons/new.png) no-repeat;
}

/* line 360, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_note {
  background: url(/images/marc-icons/note.png) no-repeat;
}

/* line 363, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_picture {
  background: url(/images/marc-icons/picture.png) no-repeat;
}

/* line 366, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_reindex {
  background: url(/images/marc-icons/reindex.png) no-repeat;
}

/* line 369, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_preview {
  background: url(/images/marc-icons/preview.png) no-repeat;
}

/* line 372, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_preview_hide {
  background: url(/images/marc-icons/preview_hide.png) no-repeat;
}

/* line 375, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_publish {
  background: url(/images/marc-icons/publish.png) no-repeat;
}

/* line 378, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_unpublish {
  background: url(/images/marc-icons/unpublish.png) no-repeat;
}

/* line 381, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_save {
  background: url(/images/marc-icons/save.png) no-repeat;
}

/* line 384, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_new_folder {
  background: url(/images/marc-icons/folder.png) no-repeat;
}

/* line 387, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_append_folder {
  background: url(/images/marc-icons/append_folder.png) no-repeat;
}

/* line 390, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_save_exit {
  background: url(/images/marc-icons/save-exit.png) no-repeat;
}

/* line 393, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_validate {
  background: url(/images/marc-icons/validate.png) no-repeat;
}

/* line 396, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_viaf {
  background: url(/images/marc-icons/viaf.png) no-repeat;
}

/* line 399, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_link a.muscat_icon_link_up {
  background: url(/images/marc-icons/up_arrow.png) no-repeat;
}

/* line 403, vendor/assets/stylesheets/marc_editor.scss */
.sidebar_section ul li.muscat_icon_separator {
  border-bottom: 3px solid #dfe1e2;
  margin-top: 6px;
}

/*******************/
/* Save and cancel */
/*******************/
/* line 413, vendor/assets/stylesheets/marc_editor.scss */
a.marc_save_btn {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #587606;
  border: solid 1px #465e05;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #FFFFFF;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
a.marc_save_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 48, vendor/assets/stylesheets/muscat-mixins.scss */
a.marc_save_btn:not(.disabled):hover {
  background: #344504;
}

/* line 53, vendor/assets/stylesheets/muscat-mixins.scss */
a.marc_save_btn:not(.disabled):active {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
  background: #6a8e07;
}

/* line 416, vendor/assets/stylesheets/marc_editor.scss */
a.marc_cancel_btn {
  border-radius: 4px;
  display: inline-block;
  font-size: 100%;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  background: #FFFFFF;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  color: #587606;
  padding: 7px 16px 8px;
}

/* line 23, vendor/assets/stylesheets/muscat-mixins.scss */
a.marc_cancel_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 73, vendor/assets/stylesheets/muscat-mixins.scss */
a.marc_cancel_btn:not(.disabled):hover {
  background: #F1F1F1;
}

/* line 78, vendor/assets/stylesheets/muscat-mixins.scss */
a.marc_cancel_btn:not(.disabled):active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.22) inset, 0 1px 0 0px #EEE;
  border-color: #b9b9b9;
  border-top-color: #c2c2c2;
  border-right-color: #b9b9b9;
  border-bottom-color: #b7b7b7;
  border-left-color: #b9b9b9;
  background: #D8D8D8;
}

/****************************/
/* JQUERY UI BUTTONS 		*/
/****************************/
/* UI THEMED BUTTONS/LINKS based on http://www.filamentgroup.com/examples/buttonFrameworkCSS/ -- http://www.filamentgroup.com/lab/styling_buttons_and_toolbars_with_the_jquery_ui_css_framework/ */
/* line 425, vendor/assets/stylesheets/marc_editor.scss */
.abutton,
.abutton_condensed {
  outline: 0;
  margin: 0 4px 0 0;
  padding: .35em .6em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  zoom: 1;
  /* So the buttons are always the same height */
  line-height: 1.2em;
}

/* line 440, vendor/assets/stylesheets/marc_editor.scss */
.abutton .ui-icon,
.abutton_condensed .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 50%;
  margin-left: -8px;
}

/* line 449, vendor/assets/stylesheets/marc_editor.scss */
a.abutton {
  float: left;
}

/* line 451, vendor/assets/stylesheets/marc_editor.scss */
button.abutton {
  width: auto;
  overflow: visible;
}

/* line 452, vendor/assets/stylesheets/marc_editor.scss */
button.abutton_condensed {
  width: auto;
  overflow: visible;
  height: 22px;
  width: 22px !important;
  padding: 0;
  margin: 0;
}

/* line 461, vendor/assets/stylesheets/marc_editor.scss */
button.abutton_condensed .ui-icon {
  left: 7px !important;
  top: 7px !important;
}

/* line 465, vendor/assets/stylesheets/marc_editor.scss */
.abutton_condensed {
  padding: 1px;
  padding-right: 5px;
  height: 12px;
  line-height: 0.8em;
}

/* line 472, vendor/assets/stylesheets/marc_editor.scss */
.abutton-icon-left {
  padding-left: 2.1em;
}

/* line 473, vendor/assets/stylesheets/marc_editor.scss */
.abutton-icon-right {
  padding-right: 2.1em;
}

/* line 474, vendor/assets/stylesheets/marc_editor.scss */
.abutton-icon-left .ui-icon {
  right: auto;
  left: .2em;
  margin-left: 0;
}

/* line 475, vendor/assets/stylesheets/marc_editor.scss */
.abutton-icon-right .ui-icon {
  left: auto;
  right: .2em;
  margin-left: 0;
}

/* line 477, vendor/assets/stylesheets/marc_editor.scss */
.abutton-icon-solo {
  display: block;
  width: 8px;
  text-indent: -9999px;
}

/* solo icon buttons must have block properties for the text-indent to work */
/* line 479, vendor/assets/stylesheets/marc_editor.scss */
button.abutton-icon-left .ui-icon {
  left: -0.1em;
}

/* line 480, vendor/assets/stylesheets/marc_editor.scss */
button.abutton-icon-right .ui-icon {
  right: 1.7em;
}

/* line 481, vendor/assets/stylesheets/marc_editor.scss */
button.abutton-icon-solo .ui-icon {
  left: 0;
}

/* line 483, vendor/assets/stylesheets/marc_editor.scss */
.abuttonset {
  float: left;
}

/* line 484, vendor/assets/stylesheets/marc_editor.scss */
.abuttonset .abutton {
  float: left;
}

/* line 485, vendor/assets/stylesheets/marc_editor.scss */
.abuttonset-single .abutton,
.abuttonset-multi .abutton {
  margin-right: -1px;
}

/* line 488, vendor/assets/stylesheets/marc_editor.scss */
[data-autocomplete] {
  background-image: url("/images/textfield_key.png");
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 495, vendor/assets/stylesheets/marc_editor.scss */
a.error {
  color: red;
  text-decoration: underline;
}

/* line 499, vendor/assets/stylesheets/marc_editor.scss */
a.warning {
  color: orange;
  text-decoration: underline;
}

/* line 505, vendor/assets/stylesheets/marc_editor.scss */
.muscat-ui-icon {
  background-position: 0 0;
  width: 16px;
  height: 16px;
  display: inline-block;
  top: 50%;
  left: 50%;
  position: absolute;
  margin-top: -8px;
  margin-left: -8px;
  vertical-align: middle;
}

/* line 518, vendor/assets/stylesheets/marc_editor.scss */
.search-button-collection {
  background: url(/images/marc-icons/search_collection.png) no-repeat;
}

/* line 521, vendor/assets/stylesheets/marc_editor.scss */
.search-button-composite {
  background: url(/images/marc-icons/search_composite.png) no-repeat;
}

/* line 1, app/assets/stylesheets/tribute.css */
.tribute-container {
  position: absolute;
  top: 0;
  left: 0;
  height: auto;
  max-height: 250px;
  max-width: 500px;
  overflow: auto;
  display: block;
  z-index: 999999;
}

/* line 11, app/assets/stylesheets/tribute.css */
.tribute-container ul {
  margin: 0px;
  margin-top: 2px;
  background: white;
  color: black;
  border: 1px solid #DDD;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding: 0;
  list-style: none;
}

/* line 24, app/assets/stylesheets/tribute.css */
.tribute-container li {
  padding: 5px 5px;
  cursor: pointer;
}

/* line 27, app/assets/stylesheets/tribute.css */
.tribute-container li.highlight, .tribute-container li:hover {
  background: #ddd;
}

/* line 29, app/assets/stylesheets/tribute.css */
.tribute-container li span {
  font-weight: bold;
  color: #1b4e7d;
}

/* line 32, app/assets/stylesheets/tribute.css */
.tribute-container li.no-match {
  cursor: default;
}

/* line 34, app/assets/stylesheets/tribute.css */
.tribute-container .menu-highlighted {
  font-weight: bold;
}

/*# sourceMappingURL=active_admin.css-8f0cb87e99f6c1978135be359871dc304999bdc04f9c50d696f34cc87372b6e3.map */
