@charset "UTF-8";
/* 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.
 */
@import url("https://fonts.googleapis.com/css?family=Roboto");
/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
body {
  margin: 0;
}

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

/**
 * Add the correct margin in IE 8.
 */
/* line 70, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 132, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
dfn {
  font-style: italic;
}

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

/**
 * Add the correct font size in all browsers.
 */
/* line 170, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

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

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

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

/**
 * Add the correct display in iOS 4-7.
 */
/* line 211, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 228, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 345, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/vendor/assets/stylesheets/active_admin/_normalize.scss */
details,
menu {
  display: block;
}

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

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

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

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

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

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

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_typography.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  color: #5E6469;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header {
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37);
  text-shadow: #000 0 1px 0;
  display: table;
  height: 20px;
  width: 100%;
  overflow: visible;
  position: inherit;
  padding: 5px 0;
  z-index: 900;
}

/* line 16, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a {
  text-decoration: none;
}

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 a:hover {
  color: #fff;
}

/* line 36, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header h1 img {
  position: relative;
  top: -2px;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header a, #header a:link {
  color: #cdcdcd;
}

/* line 44, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header .header-item {
  top: 2px;
  position: relative;
  height: 20px;
}

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

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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;
  /* Hover on li, display the ul */
  /* Drop down menus */
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 72, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.current > a {
  background: #7b8389;
  color: #fff;
}

/* line 77, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested > a {
  background: url(/assets/active_admin/nested_menu_arrow-15084d93c65c1964d7077700ea748bd2d70cfa2d4c19707c58a9c64e232dd442.gif) no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}

/* line 82, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li.has_nested.current > a {
  background: #7b8389 url(/assets/active_admin/nested_menu_arrow_dark-7c43b8e0a5f8823875f49a093c9d7a6b374f885b6f9cc248ae9cd7e6e9b29034.gif) no-repeat calc(100% - 7px) 50%;
  padding-right: 20px;
}

/* line 87, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li:hover > a {
  background: #7b8389;
  color: #fff;
}

/* line 92, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 #7b8389;
  background: #7b8389 url(/assets/active_admin/nested_menu_arrow_dark-7c43b8e0a5f8823875f49a093c9d7a6b374f885b6f9cc248ae9cd7e6e9b29034.gif) no-repeat calc(100% - 7px) 50%;
  z-index: 1020;
}

/* line 101, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li:hover ul {
  display: block;
}

/* line 103, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul {
  background: #7b8389;
  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 118, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li {
  margin: 0px;
}

/* line 120, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li a {
  background: none;
  display: block;
}

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

/* line 127, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header ul.tabs > li ul li.current a {
  border-radius: 0;
}

/* line 135, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header #tabs {
  width: 100%;
}

/* line 139, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 148, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a {
  text-decoration: none;
}

/* line 149, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav a:hover {
  color: #fff;
}

/* line 151, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_header.scss */
#header #utility_nav li {
  display: inline;
}

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

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form ol, form ul {
  list-style: none;
}

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

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend {
  width: 100%;
}

/* line 16, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset legend span {
  display: block;
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li {
  padding: 10px;
}

/* line 21, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset ol > li label abbr {
  border: none;
  color: #aaa;
}

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

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

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

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

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_fields {
  position: relative;
}

/* line 59, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form .has_many_container.ui-sortable .has_many_container {
  margin-right: 2em;
}

/* line 75, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset {
  position: relative;
  padding: 0;
  margin-bottom: 0;
}

/* line 88, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li fieldset:not(.inputs) ol li {
  padding: 0;
  border: 0;
}

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

/* line 109, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=date] {
  width: calc(100% - 22px);
}

/* line 136, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean {
  min-height: 1.1em;
}

/* line 173, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li.boolean label input {
  margin: 0 0.5em 0 0.2em;
}

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

/* line 189, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset > ol > li ul.errors li {
  padding: 0;
  border: none;
  display: list-item;
}

/* line 202, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form ul.errors li {
  margin-left: 15px;
  padding: 0;
  border: none;
  display: list-item;
}

/* line 222, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form input[type=submit], form input[type=button], form button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
  cursor: pointer;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit].disabled, form input[type=button].disabled, form button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form input[type=submit]:not(.disabled):hover, form input[type=button]:not(.disabled):hover, form button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

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

/* line 230, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form .actions .create_another {
  float: none;
  margin-bottom: 10px;
}

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

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

/* line 247, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a.disabled, form fieldset.actions li.cancel a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form fieldset.buttons li.cancel a:not(.disabled):hover, form fieldset.actions li.cancel a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 257, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
.sidebar_section select {
  width: 240px;
}

/* line 269, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field {
  margin-bottom: 10px;
  clear: both;
}

/* line 290, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form .filter_form_field.select_and_search select {
  width: 108px;
}

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

/* line 301, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/_forms.scss */
form.filter_form a.clear_filters_btn {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
form.filter_form a.clear_filters_btn:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments .active_admin_comment {
  clear: both;
  margin-top: 10px;
  margin-bottom: 40px;
  max-width: 700px;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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: #767e84;
}

/* line 16, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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: #5E6469;
}

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

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

/* line 32, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_comments.scss */
.comments form.active_admin_comment li {
  padding: 0;
}

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

/* line 2, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_in .flash {
  background-color: #f7f1d3;
  background-image: linear-gradient(180deg, #f7f1d3, #f5edc5);
  text-shadow: #fafafa 0 1px 0;
  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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_flash_messages.scss */
body.logged_out .flash {
  box-shadow: none;
  text-shadow: #fff 0 1px 0;
  background: none;
  color: #666;
  font-weight: bold;
  line-height: 1.0em;
  padding: 0;
  margin-bottom: 8px;
}

/* line 2, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker a {
  text-decoration: none;
}

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

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header {
  height: 14px;
  background-color: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 transparent;
  border-right: 8.5px solid transparent;
  border-bottom: 10px solid #676e73;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  text-shadow: #000 0 1px 0;
  color: #fff;
  display: block;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 0.8em;
  text-align: center;
}

/* line 51, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker .ui-datepicker-header a span {
  display: none;
}

/* line 92, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
.ui-datepicker table.ui-datepicker-calendar tbody {
  color: #666666;
}

/* line 119, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr td {
  vertical-align: top;
}

/* line 9, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table tr th {
  text-align: left;
}

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

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  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 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th.sortable a {
  background: url(/assets/active_admin/orderable-29374dbb55b0012d78a37c614d573bb3474f0779849b478a147d0f1845ca6617.png) no-repeat 0 4px;
  padding-left: 13px;
}

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

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

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 46, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table th:last-child {
  border-right: solid 1px #d4d4d4;
}

/* line 52, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.even td {
  background: #f4f5f5;
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
table.index_table tr.selected td {
  background: #d9e4ec;
}

/* line 58, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 67, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table {
  margin-top: 5px;
}

/* line 69, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table th {
  padding-top: 10px;
  background: none;
  color: #5E6469;
  box-shadow: none;
  text-shadow: #fff 0 1px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

/* line 78, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.odd td {
  background: #ecedee;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.panel_contents table tr.even td {
  background: #f4f5f5;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table {
  overflow: hidden;
}

/* line 86, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.even {
  background: #f4f5f5;
}

/* line 87, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.attributes_table table col.odd {
  background: #ecedee;
}

/* line 88, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 93, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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: #5E6469;
  text-shadow: #fff 0 1px 0;
}

/* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 113, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tables.scss */
.sidebar_section .attributes_table th {
  width: 50px;
}

/* line 2, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
#collection_selection_toggle_panel > .resource_selection_toggle_cell {
  float: left;
}

/* line 1, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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);
  text-shadow: #fff 0 1px 0;
  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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-titlebar span {
  font-size: 1.1em;
}

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

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

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

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

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-dialog .ui-dialog-buttonpane button:last-child:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

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

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

/* line 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
.with_sidebar .blank_slate_container .blank_slate {
  margin-top: 80px;
}

/* line 1, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
.breadcrumb a:hover {
  text-decoration: underline;
}

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

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

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
.dropdown_menu .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  position: relative;
  padding-right: 22px !important;
  cursor: pointer;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.dropdown_menu .dropdown_menu_button:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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: #545a5e transparent;
  z-index: 100;
}

/* line 51, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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: #838a90 transparent;
  left: -5px;
  top: 1px;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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: #686e74 transparent;
  left: -5px;
  top: 2px;
}

/* line 78, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, #838a90 0px 1px 0px 0px inset;
  background-color: #5E6469;
  background-color: #686e74;
  background-image: linear-gradient(180deg, #686e74, #52575c);
  border: solid 1px #464a4e;
  border-top-color: #545a5e;
  border-bottom-color: #35383b;
  border-radius: 4px;
  z-index: 2000;
  display: none;
}

/* line 93, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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 #464a4e;
  box-shadow: #6a7176 0px 1px 0px 0px;
  border-radius: 3px;
  margin: 0;
  overflow: hidden;
  padding: 8px;
  list-style-type: none;
  padding: 0;
}

/* line 106, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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);
  text-shadow: #5a83aa 0 1px 0;
  color: #FFF;
}

/* line 127, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.member_link {
  margin-right: 7px;
  white-space: nowrap;
}

/* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
a.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button.disabled, a:link.button.disabled, a:visited.button.disabled, input[type=submit].disabled, input[type=button].disabled, button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):hover, a:link.button:not(.disabled):hover, a:visited.button:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.button:not(.disabled):active, a:link.button:not(.disabled):active, a:visited.button: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-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 2, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_grid.scss */
.columns {
  clear: both;
  padding: 0;
}

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

/* line 1, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_links.scss */
a, a:link, a:visited {
  color: #38678b;
  text-decoration: underline;
}

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

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

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

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination span.page.current {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #838a90;
  background-image: linear-gradient(180deg, #838a90, #414549);
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
  border: solid 1px #484e53;
  border-color: #484e53;
  border-top-color: #616a71;
  border-right-color: #484e53;
  border-bottom-color: #363b3f;
  border-left-color: #484e53;
  color: #efefef;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination span.page.current:not(.disabled):hover {
  background-color: #8b9297;
  background-image: linear-gradient(180deg, #8b9297, #484d51);
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #71797f;
  background-image: linear-gradient(180deg, #71797f, #35383b);
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_information {
  float: right;
  margin-bottom: 5px;
  color: #b3bcc1;
}

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

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

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

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
.pagination_per_page select {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  border-radius: 0px;
  padding: 1px 5px;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.pagination_per_page select:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

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

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

/* line 2, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3, .panel > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.section > h3 .header_action, .panel > h3 .header_action {
  float: right;
}

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

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

/* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
.sidebar_section > h3 .header_action {
  float: right;
}

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

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

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

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
.scopes li:first-child a {
  margin-left: 10px;
}

/* line 1, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
.status_tag.yes {
  background: #6090DB;
}

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

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

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

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

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
a.table_tools_button, .table_tools .dropdown_menu_button {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  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 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
a.table_tools_button.disabled, .table_tools .dropdown_menu_button.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
.table_tools_segmented_control {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

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

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
.indexes {
  float: right;
}

/* line 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
.unsupported_browser h1 {
  font-size: 13px;
  font-weight: bold;
}

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

/* line 1, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/components/_tabs.scss */
.ui-tabs-nav li a {
  border-radius: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  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 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a.disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
.ui-tabs-nav li a:not(.disabled):hover {
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out {
  background: #e8e9ea;
}

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

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out h2 {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  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: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  border-bottom: 1px solid #44484b;
  text-shadow: #000 0 1px 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  border: none;
  color: #fff;
  margin: -13px -30px 20px -30px;
}

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

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset li {
  padding: 10px 0;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
body.logged_out #login form fieldset.buttons {
  margin-left: 20%;
}

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

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

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

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

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

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

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

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

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

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

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
#active_admin_content #sidebar {
  float: left;
  width: 270px;
  margin-left: -270px;
}

/* line 1, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar {
  background-color: #efefef;
  background-image: linear-gradient(180deg, #efefef, #dfe1e2);
  text-shadow: #fff 0 1px 0;
  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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
#title_bar:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
#title_bar #titlebar_right {
  text-align: right;
}

/* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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: 200px;
  display: inline-block;
  font-weight: bold;
  font-size: 1.0em;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  line-height: 12px;
  margin-right: 3px;
  padding: 7px 16px 6px;
  text-decoration: none;
  background-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #E7E7E7);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.8) inset;
  border: solid 1px #c7c7c7;
  border-color: #c7c7c7;
  border-top-color: #d3d3d3;
  border-right-color: #c7c7c7;
  border-bottom-color: #c2c2c2;
  border-left-color: #c7c7c7;
  text-shadow: #fff 0 1px 0;
  color: #5E6469;
  padding: 12px 17px 10px;
  margin: 0px;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #FFFFFF;
  background-image: linear-gradient(180deg, #FFFFFF, #F1F1F1);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.0/app/assets/stylesheets/active_admin/mixins/_buttons.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-color: #F3F3F3;
  background-image: linear-gradient(180deg, #F3F3F3, #D8D8D8);
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin-2.2.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, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss */
html {
  box-sizing: border-box;
}

/* line 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss */
*,
*:before,
*:after {
  box-sizing: inherit;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/generics.global.scss */
body {
  margin: 0;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss */
.o-container {
  margin: auto;
}

@media (min-width: 20em) {
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xsmall\@xsmall {
    max-width: 20em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--small\@xsmall {
    max-width: 30em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--medium\@xsmall {
    max-width: 48em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--large\@xsmall {
    max-width: 64em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xlarge\@xsmall {
    max-width: 78em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--super\@xsmall {
    max-width: 116em;
  }
}

@media (min-width: 30em) {
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xsmall\@small {
    max-width: 20em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--small\@small {
    max-width: 30em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--medium\@small {
    max-width: 48em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--large\@small {
    max-width: 64em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xlarge\@small {
    max-width: 78em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--super\@small {
    max-width: 116em;
  }
}

@media (min-width: 48em) {
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xsmall\@medium {
    max-width: 20em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--small\@medium {
    max-width: 30em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--medium\@medium {
    max-width: 48em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--large\@medium {
    max-width: 64em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xlarge\@medium {
    max-width: 78em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--super\@medium {
    max-width: 116em;
  }
}

@media (min-width: 64em) {
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xsmall\@large {
    max-width: 20em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--small\@large {
    max-width: 30em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--medium\@large {
    max-width: 48em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--large\@large {
    max-width: 64em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xlarge\@large {
    max-width: 78em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--super\@large {
    max-width: 116em;
  }
}

@media (min-width: 78em) {
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xsmall\@xlarge {
    max-width: 20em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--small\@xlarge {
    max-width: 30em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--medium\@xlarge {
    max-width: 48em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--large\@xlarge {
    max-width: 64em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xlarge\@xlarge {
    max-width: 78em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--super\@xlarge {
    max-width: 116em;
  }
}

@media (min-width: 116em) {
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xsmall\@super {
    max-width: 20em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--small\@super {
    max-width: 30em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--medium\@super {
    max-width: 48em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--large\@super {
    max-width: 64em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--xlarge\@super {
    max-width: 78em;
  }
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.containers.scss */
  .o-container--super\@super {
    max-width: 116em;
  }
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss */
.o-container--xsmall {
  max-width: 20em;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss */
.o-container--small {
  max-width: 30em;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss */
.o-container--medium {
  max-width: 48em;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss */
.o-container--large {
  max-width: 64em;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss */
.o-container--xlarge {
  max-width: 78em;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.containers.scss */
.o-container--super {
  max-width: 116em;
}

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid {
  display: flex;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid--wrap {
  flex-wrap: wrap;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid--top {
  align-items: flex-start;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid--center {
  align-items: center;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid--bottom {
  align-items: flex-end;
}

/* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid--no-gutter > .o-grid__cell {
  padding-right: .001em;
  padding-left: .001em;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell {
  flex: 1;
  padding-right: 1em;
  padding-left: 1em;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-5 {
  flex: 0 0 5%;
  max-width: 5%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-5 {
  margin-left: 5%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-10 {
  flex: 0 0 10%;
  max-width: 10%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-10 {
  margin-left: 10%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-15 {
  flex: 0 0 15%;
  max-width: 15%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-15 {
  margin-left: 15%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-20 {
  margin-left: 20%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-25 {
  flex: 0 0 25%;
  max-width: 25%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-25 {
  margin-left: 25%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-30 {
  flex: 0 0 30%;
  max-width: 30%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-30 {
  margin-left: 30%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-33 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-33 {
  margin-left: 33.33333%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-35 {
  flex: 0 0 35%;
  max-width: 35%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-35 {
  margin-left: 35%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-40 {
  margin-left: 40%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-45 {
  flex: 0 0 45%;
  max-width: 45%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-45 {
  margin-left: 45%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-50 {
  flex: 0 0 50%;
  max-width: 50%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-50 {
  margin-left: 50%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-55 {
  flex: 0 0 55%;
  max-width: 55%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-55 {
  margin-left: 55%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-60 {
  flex: 0 0 60%;
  max-width: 60%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-60 {
  margin-left: 60%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-65 {
  flex: 0 0 65%;
  max-width: 65%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-65 {
  margin-left: 65%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-66 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-66 {
  margin-left: 66.66667%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-70 {
  flex: 0 0 70%;
  max-width: 70%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-70 {
  margin-left: 70%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-75 {
  flex: 0 0 75%;
  max-width: 75%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-75 {
  margin-left: 75%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-80 {
  flex: 0 0 80%;
  max-width: 80%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-80 {
  margin-left: 80%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-85 {
  flex: 0 0 85%;
  max-width: 85%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-85 {
  margin-left: 85%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-90 {
  flex: 0 0 90%;
  max-width: 90%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-90 {
  margin-left: 90%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-95 {
  flex: 0 0 95%;
  max-width: 95%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-95 {
  margin-left: 95%;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--width-100 {
  flex: 0 0 100%;
  max-width: 100%;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
.o-grid__cell--offset-100 {
  margin-left: 100%;
}

/* line 34, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell--top {
  align-self: flex-start;
}

/* line 38, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell--center {
  align-self: center;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell--bottom {
  align-self: flex-end;
}

/* line 46, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell--no-gutter {
  padding-right: .001em;
  padding-left: .001em;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell--width-fixed {
  flex: 0 1 auto;
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell--hidden {
  display: none;
}

/* line 58, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.scss */
.o-grid__cell--visible {
  display: initial;
}

@media (max-width: 19.99em) {
  /* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--xsmall-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    flex: 1;
  }
  /* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--xsmall-full {
    flex-wrap: wrap;
  }
  /* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--xsmall-full > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 20em) and (max-width: 29.99em) {
  /* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--small-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    flex: 1;
  }
  /* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--small-full {
    flex-wrap: wrap;
  }
  /* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--small-full > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 30em) and (max-width: 47.99em) {
  /* line 34, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--medium-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    flex: 1;
  }
  /* line 38, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--medium-full {
    flex-wrap: wrap;
  }
  /* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--medium-full > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 48em) and (max-width: 63.99em) {
  /* line 48, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--large-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    flex: 1;
  }
  /* line 52, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--large-full {
    flex-wrap: wrap;
  }
  /* line 56, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--large-full > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 64em) and (max-width: 77.99em) {
  /* line 62, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--xlarge-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    flex: 1;
  }
  /* line 66, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--xlarge-full {
    flex-wrap: wrap;
  }
  /* line 70, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--xlarge-full > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 64em) {
  /* line 76, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--super-fit > .o-grid__cell:not([class*="o-grid__cell--width"]) {
    flex: 1;
  }
  /* line 80, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--super-full {
    flex-wrap: wrap;
  }
  /* line 84, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.grid.responsive.scss */
  .o-grid.o-grid--super-full > .o-grid__cell {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 20em) {
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-5\@xsmall {
    flex: 0 0 5%;
    max-width: 5%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-5\@xsmall {
    margin-left: 5%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-10\@xsmall {
    flex: 0 0 10%;
    max-width: 10%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-10\@xsmall {
    margin-left: 10%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-15\@xsmall {
    flex: 0 0 15%;
    max-width: 15%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-15\@xsmall {
    margin-left: 15%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-20\@xsmall {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-20\@xsmall {
    margin-left: 20%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-25\@xsmall {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-25\@xsmall {
    margin-left: 25%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-30\@xsmall {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-30\@xsmall {
    margin-left: 30%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-33\@xsmall {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-33\@xsmall {
    margin-left: 33.33333%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-35\@xsmall {
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-35\@xsmall {
    margin-left: 35%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-40\@xsmall {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-40\@xsmall {
    margin-left: 40%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-45\@xsmall {
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-45\@xsmall {
    margin-left: 45%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-50\@xsmall {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-50\@xsmall {
    margin-left: 50%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-55\@xsmall {
    flex: 0 0 55%;
    max-width: 55%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-55\@xsmall {
    margin-left: 55%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-60\@xsmall {
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-60\@xsmall {
    margin-left: 60%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-65\@xsmall {
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-65\@xsmall {
    margin-left: 65%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-66\@xsmall {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-66\@xsmall {
    margin-left: 66.66667%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-70\@xsmall {
    flex: 0 0 70%;
    max-width: 70%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-70\@xsmall {
    margin-left: 70%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-75\@xsmall {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-75\@xsmall {
    margin-left: 75%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-80\@xsmall {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-80\@xsmall {
    margin-left: 80%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-85\@xsmall {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-85\@xsmall {
    margin-left: 85%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-90\@xsmall {
    flex: 0 0 90%;
    max-width: 90%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-90\@xsmall {
    margin-left: 90%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-95\@xsmall {
    flex: 0 0 95%;
    max-width: 95%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-95\@xsmall {
    margin-left: 95%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xsmall {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xsmall {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-100\@xsmall {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-100\@xsmall {
    margin-left: 100%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xsmall {
    flex: 0 1 auto;
  }
}

@media (min-width: 30em) {
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-5\@small {
    flex: 0 0 5%;
    max-width: 5%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-5\@small {
    margin-left: 5%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-10\@small {
    flex: 0 0 10%;
    max-width: 10%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-10\@small {
    margin-left: 10%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-15\@small {
    flex: 0 0 15%;
    max-width: 15%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-15\@small {
    margin-left: 15%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-20\@small {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-20\@small {
    margin-left: 20%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-25\@small {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-25\@small {
    margin-left: 25%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-30\@small {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-30\@small {
    margin-left: 30%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-33\@small {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-33\@small {
    margin-left: 33.33333%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-35\@small {
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-35\@small {
    margin-left: 35%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-40\@small {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-40\@small {
    margin-left: 40%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-45\@small {
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-45\@small {
    margin-left: 45%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-50\@small {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-50\@small {
    margin-left: 50%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-55\@small {
    flex: 0 0 55%;
    max-width: 55%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-55\@small {
    margin-left: 55%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-60\@small {
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-60\@small {
    margin-left: 60%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-65\@small {
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-65\@small {
    margin-left: 65%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-66\@small {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-66\@small {
    margin-left: 66.66667%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-70\@small {
    flex: 0 0 70%;
    max-width: 70%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-70\@small {
    margin-left: 70%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-75\@small {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-75\@small {
    margin-left: 75%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-80\@small {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-80\@small {
    margin-left: 80%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-85\@small {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-85\@small {
    margin-left: 85%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-90\@small {
    flex: 0 0 90%;
    max-width: 90%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-90\@small {
    margin-left: 90%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-95\@small {
    flex: 0 0 95%;
    max-width: 95%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-95\@small {
    margin-left: 95%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@small {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@small {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-100\@small {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-100\@small {
    margin-left: 100%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@small {
    flex: 0 1 auto;
  }
}

@media (min-width: 48em) {
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-5\@medium {
    flex: 0 0 5%;
    max-width: 5%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-5\@medium {
    margin-left: 5%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-10\@medium {
    flex: 0 0 10%;
    max-width: 10%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-10\@medium {
    margin-left: 10%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-15\@medium {
    flex: 0 0 15%;
    max-width: 15%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-15\@medium {
    margin-left: 15%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-20\@medium {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-20\@medium {
    margin-left: 20%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-25\@medium {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-25\@medium {
    margin-left: 25%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-30\@medium {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-30\@medium {
    margin-left: 30%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-33\@medium {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-33\@medium {
    margin-left: 33.33333%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-35\@medium {
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-35\@medium {
    margin-left: 35%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-40\@medium {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-40\@medium {
    margin-left: 40%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-45\@medium {
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-45\@medium {
    margin-left: 45%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-50\@medium {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-50\@medium {
    margin-left: 50%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-55\@medium {
    flex: 0 0 55%;
    max-width: 55%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-55\@medium {
    margin-left: 55%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-60\@medium {
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-60\@medium {
    margin-left: 60%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-65\@medium {
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-65\@medium {
    margin-left: 65%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-66\@medium {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-66\@medium {
    margin-left: 66.66667%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-70\@medium {
    flex: 0 0 70%;
    max-width: 70%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-70\@medium {
    margin-left: 70%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-75\@medium {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-75\@medium {
    margin-left: 75%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-80\@medium {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-80\@medium {
    margin-left: 80%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-85\@medium {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-85\@medium {
    margin-left: 85%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-90\@medium {
    flex: 0 0 90%;
    max-width: 90%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-90\@medium {
    margin-left: 90%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-95\@medium {
    flex: 0 0 95%;
    max-width: 95%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-95\@medium {
    margin-left: 95%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@medium {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@medium {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-100\@medium {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-100\@medium {
    margin-left: 100%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@medium {
    flex: 0 1 auto;
  }
}

@media (min-width: 64em) {
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-5\@large {
    flex: 0 0 5%;
    max-width: 5%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-5\@large {
    margin-left: 5%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-10\@large {
    flex: 0 0 10%;
    max-width: 10%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-10\@large {
    margin-left: 10%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-15\@large {
    flex: 0 0 15%;
    max-width: 15%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-15\@large {
    margin-left: 15%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-20\@large {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-20\@large {
    margin-left: 20%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-25\@large {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-25\@large {
    margin-left: 25%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-30\@large {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-30\@large {
    margin-left: 30%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-33\@large {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-33\@large {
    margin-left: 33.33333%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-35\@large {
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-35\@large {
    margin-left: 35%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-40\@large {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-40\@large {
    margin-left: 40%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-45\@large {
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-45\@large {
    margin-left: 45%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-50\@large {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-50\@large {
    margin-left: 50%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-55\@large {
    flex: 0 0 55%;
    max-width: 55%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-55\@large {
    margin-left: 55%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-60\@large {
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-60\@large {
    margin-left: 60%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-65\@large {
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-65\@large {
    margin-left: 65%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-66\@large {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-66\@large {
    margin-left: 66.66667%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-70\@large {
    flex: 0 0 70%;
    max-width: 70%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-70\@large {
    margin-left: 70%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-75\@large {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-75\@large {
    margin-left: 75%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-80\@large {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-80\@large {
    margin-left: 80%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-85\@large {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-85\@large {
    margin-left: 85%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-90\@large {
    flex: 0 0 90%;
    max-width: 90%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-90\@large {
    margin-left: 90%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-95\@large {
    flex: 0 0 95%;
    max-width: 95%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-95\@large {
    margin-left: 95%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@large {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@large {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-100\@large {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-100\@large {
    margin-left: 100%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@large {
    flex: 0 1 auto;
  }
}

@media (min-width: 78em) {
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-5\@xlarge {
    flex: 0 0 5%;
    max-width: 5%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-5\@xlarge {
    margin-left: 5%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-10\@xlarge {
    flex: 0 0 10%;
    max-width: 10%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-10\@xlarge {
    margin-left: 10%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-15\@xlarge {
    flex: 0 0 15%;
    max-width: 15%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-15\@xlarge {
    margin-left: 15%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-20\@xlarge {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-20\@xlarge {
    margin-left: 20%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-25\@xlarge {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-25\@xlarge {
    margin-left: 25%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-30\@xlarge {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-30\@xlarge {
    margin-left: 30%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-33\@xlarge {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-33\@xlarge {
    margin-left: 33.33333%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-35\@xlarge {
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-35\@xlarge {
    margin-left: 35%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-40\@xlarge {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-40\@xlarge {
    margin-left: 40%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-45\@xlarge {
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-45\@xlarge {
    margin-left: 45%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-50\@xlarge {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-50\@xlarge {
    margin-left: 50%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-55\@xlarge {
    flex: 0 0 55%;
    max-width: 55%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-55\@xlarge {
    margin-left: 55%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-60\@xlarge {
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-60\@xlarge {
    margin-left: 60%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-65\@xlarge {
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-65\@xlarge {
    margin-left: 65%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-66\@xlarge {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-66\@xlarge {
    margin-left: 66.66667%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-70\@xlarge {
    flex: 0 0 70%;
    max-width: 70%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-70\@xlarge {
    margin-left: 70%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-75\@xlarge {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-75\@xlarge {
    margin-left: 75%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-80\@xlarge {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-80\@xlarge {
    margin-left: 80%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-85\@xlarge {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-85\@xlarge {
    margin-left: 85%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-90\@xlarge {
    flex: 0 0 90%;
    max-width: 90%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-90\@xlarge {
    margin-left: 90%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-95\@xlarge {
    flex: 0 0 95%;
    max-width: 95%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-95\@xlarge {
    margin-left: 95%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@xlarge {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@xlarge {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-100\@xlarge {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-100\@xlarge {
    margin-left: 100%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@xlarge {
    flex: 0 1 auto;
  }
}

@media (min-width: 116em) {
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-5\@super {
    flex: 0 0 5%;
    max-width: 5%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-5\@super {
    margin-left: 5%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-10\@super {
    flex: 0 0 10%;
    max-width: 10%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-10\@super {
    margin-left: 10%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-15\@super {
    flex: 0 0 15%;
    max-width: 15%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-15\@super {
    margin-left: 15%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-20\@super {
    flex: 0 0 20%;
    max-width: 20%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-20\@super {
    margin-left: 20%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-25\@super {
    flex: 0 0 25%;
    max-width: 25%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-25\@super {
    margin-left: 25%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-30\@super {
    flex: 0 0 30%;
    max-width: 30%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-30\@super {
    margin-left: 30%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-33\@super {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-33\@super {
    margin-left: 33.33333%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-35\@super {
    flex: 0 0 35%;
    max-width: 35%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-35\@super {
    margin-left: 35%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-40\@super {
    flex: 0 0 40%;
    max-width: 40%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-40\@super {
    margin-left: 40%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-45\@super {
    flex: 0 0 45%;
    max-width: 45%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-45\@super {
    margin-left: 45%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-50\@super {
    flex: 0 0 50%;
    max-width: 50%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-50\@super {
    margin-left: 50%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-55\@super {
    flex: 0 0 55%;
    max-width: 55%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-55\@super {
    margin-left: 55%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-60\@super {
    flex: 0 0 60%;
    max-width: 60%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-60\@super {
    margin-left: 60%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-65\@super {
    flex: 0 0 65%;
    max-width: 65%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-65\@super {
    margin-left: 65%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-66\@super {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-66\@super {
    margin-left: 66.66667%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-70\@super {
    flex: 0 0 70%;
    max-width: 70%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-70\@super {
    margin-left: 70%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-75\@super {
    flex: 0 0 75%;
    max-width: 75%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-75\@super {
    margin-left: 75%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-80\@super {
    flex: 0 0 80%;
    max-width: 80%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-80\@super {
    margin-left: 80%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-85\@super {
    flex: 0 0 85%;
    max-width: 85%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-85\@super {
    margin-left: 85%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-90\@super {
    flex: 0 0 90%;
    max-width: 90%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-90\@super {
    margin-left: 90%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-95\@super {
    flex: 0 0 95%;
    max-width: 95%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-95\@super {
    margin-left: 95%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
  /* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--hidden\@super {
    display: none;
  }
  /* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--visible\@super {
    display: initial;
  }
  /* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-100\@super {
    flex: 0 0 100%;
    max-width: 100%;
  }
  /* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--offset-100\@super {
    margin-left: 100%;
  }
  /* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_objects.grid.scss */
  .o-grid__cell--width-fixed\@super {
    flex: 0 1 auto;
  }
}

/* line 1, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.images.scss */
.o-image {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.panels.scss */
.o-panel-container {
  position: relative;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.panels.scss */
.o-panel {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.panels.scss */
.o-panel--nav-top {
  top: 3.55em;
}

/* line 21, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.panels.scss */
.o-panel--nav-bottom {
  bottom: 3.55em;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.panels.scss */
.c-card__body .o-panel {
  padding: 0.5em;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media {
  display: flex;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media .c-heading {
  padding: 0;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media__image,
.o-media__body {
  flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  padding-right: .001em;
  padding-left: .001em;
}

/* line 16, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media__image--top,
.o-media__body--top {
  align-self: flex-start;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media__image--center,
.o-media__body--center {
  align-self: center;
}

/* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media__image--bottom,
.o-media__body--bottom {
  align-self: flex-end;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media__image {
  flex: 0 1 auto;
  width: 3em;
}

/* line 34, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.media.scss */
.o-media__body {
  margin-left: 0.5em;
}

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss */
.o-fieldset,
.o-fieldset.c-list {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  padding: 0;
  border: 0;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss */
.o-fieldset__legend {
  display: block;
  width: 100%;
  padding: 1em 0;
  cursor: pointer;
  padding: 0.25em 0;
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss */
.o-form-element {
  position: relative;
  padding: 1em 0;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.forms.scss */
.o-form-element .c-label:first-child {
  padding: 0 0 0.5em 0;
}

/* line 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 80%;
  border: 0 solid #96a8b2;
  border-radius: 4px;
  background-color: #FFF;
  overflow: hidden;
  z-index: 500;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal .c-card, .o-modal body.active_admin form > fieldset.inputs > ol, body.active_admin .o-modal form > fieldset.inputs > ol, .o-modal body.active_admin form > fieldset.inputs .has_many_container, body.active_admin form > fieldset.inputs .o-modal .has_many_container, .o-modal body.active_admin .sidebar_section, body.active_admin .o-modal .sidebar_section, .o-modal body.active_admin #main_content > .panel, body.active_admin .o-modal #main_content > .panel {
  background-color: transparent;
  box-shadow: none;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal .c-card__body {
  position: relative;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal--ghost {
  background-color: transparent;
  color: #FFF;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal--ghost .c-heading {
  color: #FFF;
}

/* line 34, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal--full {
  top: 1em;
  left: 1em;
  width: calc(100% - 2em);
  height: calc(100% - 2em);
  transform: none;
}

/* line 41, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal--full .c-card__body {
  position: absolute;
  top: 2.5em;
  bottom: 3.5em;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.modals.scss */
.o-modal--full .c-card__footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer {
  position: absolute;
  background-color: #FFF;
  color: #111;
  z-index: 500;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer > .c-card, body.active_admin form > fieldset.inputs.o-drawer > ol, body.active_admin form > fieldset.inputs .o-drawer > .has_many_container, body.active_admin .o-drawer > .sidebar_section, body.active_admin #main_content.o-drawer > .panel {
  background-color: transparent;
  box-shadow: none;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer .c-card--menu {
  display: block;
  margin: 0;
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

/* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--bottom,
.o-drawer--top {
  left: 0;
  width: 80%;
  height: auto;
  margin-left: 10%;
  transform: translate(0, 0);
}

/* line 37, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--bottom {
  top: 100%;
  border-radius: 4px 4px 0 0;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--bottom.o-drawer--visible {
  transform: translateY(-99%);
}

/* line 46, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--top {
  bottom: 100%;
  border-radius: 0 0 4px 4px;
}

/* line 51, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--top.o-drawer--visible {
  transform: translateY(99%);
}

/* line 55, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--left,
.o-drawer--right {
  top: 0;
  width: 260px;
  height: 100%;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--left .c-card__footer--block,
.o-drawer--right .c-card__footer--block {
  position: absolute;
  bottom: 0;
  width: 100%;
}

/* line 66, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--left .c-card__footer--block .c-button, .o-drawer--left .c-card__footer--block body.active_admin .button-base, body.active_admin .o-drawer--left .c-card__footer--block .button-base, .o-drawer--left .c-card__footer--block body.active_admin form button, body.active_admin form .o-drawer--left .c-card__footer--block button,
.o-drawer--left .c-card__footer--block body.active_admin form input[type='button'], body.active_admin form .o-drawer--left .c-card__footer--block input[type='button'],
.o-drawer--left .c-card__footer--block body.active_admin form input[type='submit'], body.active_admin form .o-drawer--left .c-card__footer--block input[type='submit'],
.o-drawer--left .c-card__footer--block body.active_admin form.filter_form a.clear_filters_btn, body.active_admin form.filter_form .o-drawer--left .c-card__footer--block a.clear_filters_btn,
.o-drawer--left .c-card__footer--block body.active_admin form fieldset.buttons li.cancel a, body.active_admin form fieldset.buttons li.cancel .o-drawer--left .c-card__footer--block a,
.o-drawer--left .c-card__footer--block body.active_admin form fieldset.actions li.cancel a, body.active_admin form fieldset.actions li.cancel .o-drawer--left .c-card__footer--block a, .o-drawer--left .c-card__footer--block body.active_admin form fieldset.inputs .button, body.active_admin form fieldset.inputs .o-drawer--left .c-card__footer--block .button, .o-drawer--left .c-card__footer--block body.active_admin .table_tools a, body.active_admin .table_tools .o-drawer--left .c-card__footer--block a, .o-drawer--left .c-card__footer--block body.active_admin #title_bar .action_items span.action_item > a, body.active_admin #title_bar .action_items .o-drawer--left .c-card__footer--block span.action_item > a,
.o-drawer--left .c-card__footer--block body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a, body.active_admin #title_bar .action_items .o-drawer--left .c-card__footer--block span.action_item > .dropdown_menu > a, .o-drawer--left .c-card__footer--block body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button, body.active_admin .ui-dialog > .ui-dialog-buttonpane .o-drawer--left .c-card__footer--block button.ui-button,
.o-drawer--right .c-card__footer--block .c-button,
.o-drawer--right .c-card__footer--block body.active_admin .button-base,
body.active_admin .o-drawer--right .c-card__footer--block .button-base,
.o-drawer--right .c-card__footer--block body.active_admin form button,
body.active_admin form .o-drawer--right .c-card__footer--block button,
.o-drawer--right .c-card__footer--block body.active_admin form input[type='button'],
body.active_admin form .o-drawer--right .c-card__footer--block input[type='button'],
.o-drawer--right .c-card__footer--block body.active_admin form input[type='submit'],
body.active_admin form .o-drawer--right .c-card__footer--block input[type='submit'],
.o-drawer--right .c-card__footer--block body.active_admin form.filter_form a.clear_filters_btn,
body.active_admin form.filter_form .o-drawer--right .c-card__footer--block a.clear_filters_btn,
.o-drawer--right .c-card__footer--block body.active_admin form fieldset.buttons li.cancel a,
body.active_admin form fieldset.buttons li.cancel .o-drawer--right .c-card__footer--block a,
.o-drawer--right .c-card__footer--block body.active_admin form fieldset.actions li.cancel a,
body.active_admin form fieldset.actions li.cancel .o-drawer--right .c-card__footer--block a,
.o-drawer--right .c-card__footer--block body.active_admin form fieldset.inputs .button,
body.active_admin form fieldset.inputs .o-drawer--right .c-card__footer--block .button,
.o-drawer--right .c-card__footer--block body.active_admin .table_tools a,
body.active_admin .table_tools .o-drawer--right .c-card__footer--block a,
.o-drawer--right .c-card__footer--block body.active_admin #title_bar .action_items span.action_item > a,
body.active_admin #title_bar .action_items .o-drawer--right .c-card__footer--block span.action_item > a,
.o-drawer--right .c-card__footer--block body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a,
body.active_admin #title_bar .action_items .o-drawer--right .c-card__footer--block span.action_item > .dropdown_menu > a,
.o-drawer--right .c-card__footer--block body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button,
body.active_admin .ui-dialog > .ui-dialog-buttonpane .o-drawer--right .c-card__footer--block button.ui-button {
  border-radius: 0;
}

/* line 72, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--left {
  left: 0;
  transform: translateX(-100%);
}

/* line 77, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--left.o-drawer--visible {
  transform: translateX(-1%);
}

/* line 81, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--right {
  left: 100%;
  transform: translate(0, 0);
}

/* line 86, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/objects.drawers.scss */
.o-drawer--right.o-drawer--visible {
  transform: translateX(-99%);
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-text {
  color: #323537;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-weight: normal;
  line-height: 1.55;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-text--mono {
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-text--highlight {
  margin: -0.125em;
  padding: 0.25em 0.25em 0.125em;
  background-color: #FFEB3B;
  color: #111;
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-text--quiet {
  color: #96a8b2;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-text--loud {
  font-weight: bold;
}

/* line 26, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-text--help[title] {
  border-bottom: 1px dashed #96a8b2;
  cursor: help;
}

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-pre {
  margin: 0;
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-code {
  margin: -0.125em;
  padding: 0.25em 0.25em 0.125em;
  background-color: #e5eaec;
  color: #323537;
  display: inline;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-weight: normal;
}

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-code--multiline {
  display: block;
  padding: 0.5em 1em;
  border-radius: 4px;
  white-space: pre;
  overflow-x: auto;
}

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-kbd {
  margin: -0.125em;
  padding: 0.25em 0.25em 0.125em;
  background-color: #96a8b2;
  color: #FFF;
  display: inline;
  font-family: Consolas, "Andale Mono WT", "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", "DejaVu Sans Mono", "Bitstream Vera Sans Mono", "Liberation Mono", "Nimbus Mono L", Monaco, "Courier New", Courier, monospace;
  font-weight: normal;
  border-bottom: 2px solid #7b929e;
  border-radius: 4px;
}

/* line 53, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote {
  border-left: 5px solid #96a8b2;
  display: block;
  margin: 0;
  padding: 1em 1.5em;
  font-family: Georgia, Cambria, "Times New Roman", Times, serif;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote--brand {
  border-left: 5px solid #2C3E50;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote--info {
  border-left: 5px solid #2196F3;
}

/* line 69, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote--warning {
  border-left: 5px solid #FF9800;
}

/* line 73, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote--success {
  border-left: 5px solid #4CAF50;
}

/* line 77, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote--error {
  border-left: 5px solid #F44336;
}

/* line 81, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote__body {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  font-size: 1.17em;
}

/* line 86, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-blockquote__footer {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  color: #96a8b2;
  font-style: italic;
}

/* line 92, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.typography.scss */
.c-paragraph {
  display: block;
  margin: 0;
  padding: 0.5em 0;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge {
  border: 1px solid #96a8b2;
  background-color: #96a8b2;
  color: #FFF;
  display: inline-block;
  margin: 0;
  padding: 0.25em 0.5em;
  border-radius: 4px;
  font-size: 0.8em;
  font-weight: bold;
  line-height: 1.2;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge.c-badge--ghost {
  border: 1px solid #96a8b2;
  background-color: transparent;
  color: #96a8b2;
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--rounded {
  border-radius: 30em;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--brand {
  border: 1px solid #2C3E50;
  background-color: #2C3E50;
  color: #FFF;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--brand.c-badge--ghost {
  border: 1px solid #2C3E50;
  background-color: transparent;
  color: #2C3E50;
}

/* line 30, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--info {
  border: 1px solid #2196F3;
  background-color: #2196F3;
  color: #FFF;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--info.c-badge--ghost {
  border: 1px solid #2196F3;
  background-color: transparent;
  color: #2196F3;
}

/* line 38, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--warning {
  border: 1px solid #FF9800;
  background-color: #FF9800;
  color: #FFF;
}

/* line 41, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--warning.c-badge--ghost {
  border: 1px solid #FF9800;
  background-color: transparent;
  color: #FF9800;
}

/* line 46, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--success {
  border: 1px solid #4CAF50;
  background-color: #4CAF50;
  color: #FFF;
}

/* line 49, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--success.c-badge--ghost {
  border: 1px solid #4CAF50;
  background-color: transparent;
  color: #4CAF50;
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--error {
  border: 1px solid #F44336;
  background-color: #F44336;
  color: #FFF;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.badges.scss */
.c-badge--error.c-badge--ghost {
  border: 1px solid #F44336;
  background-color: transparent;
  color: #F44336;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
.c-heading,
.c-heading__sub {
  margin: 0;
  padding: 1em 0 0.5em;
  font-weight: normal;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
.c-heading__sub {
  padding: 0;
  font-size: 0.8em;
  opacity: 0.6;
}

/* line 16, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
h1.c-heading {
  font-size: 2em;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
h2.c-heading {
  font-size: 1.5em;
}

/* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
h3.c-heading {
  font-size: 1.17em;
}

/* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
h4.c-heading {
  font-size: 1em;
}

/* line 32, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
h5.c-heading {
  font-size: 0.83em;
}

/* line 36, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.headings.scss */
h6.c-heading {
  font-size: 0.67em;
}

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss */
.c-address {
  display: block;
  margin: 0;
  padding: 0.5em 0;
  font-style: normal;
}

/* line 9, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.addresses.scss */
.c-address__heading {
  display: block;
  font-weight: bold;
}

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table, body.active_admin .index_table {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table__caption {
  display: flex;
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
  max-width: 100%;
  padding: 0.5em 0;
  color: #96a8b2;
  font-size: 0.83em;
  text-align: left;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table__row, body.active_admin .index_table > thead > tr, body.active_admin .index_table > tbody > tr,
.c-table__head,
body.active_admin .index_table > thead,
.c-table__body,
body.active_admin .index_table > tbody {
  display: flex;
  flex: 0 0 100%;
  flex-wrap: wrap;
  max-width: 100%;
}

/* line 34, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table--striped :not(.c-table__row--heading).c-table__row:nth-of-type(odd), .c-table--striped body.active_admin .index_table > thead > tr:not(.c-table__row--heading):nth-of-type(odd), body.active_admin .c-table--striped .index_table > thead > tr:not(.c-table__row--heading):nth-of-type(odd), .c-table--striped body.active_admin .index_table > tbody > tr:not(.c-table__row--heading):nth-of-type(odd), body.active_admin .c-table--striped .index_table > tbody > tr:not(.c-table__row--heading):nth-of-type(odd) {
  background-color: #e5eaec;
  color: initial;
}

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table__cell, body.active_admin .index_table > thead > tr > th, body.active_admin .index_table > tbody > tr > td {
  display: flex;
  flex: 1;
  padding: 0.5em;
  text-align: left;
  overflow: auto;
}

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table__row--heading .c-table__cell, body.active_admin .index_table > thead > tr .c-table__cell, body.active_admin .c-table__row--heading .index_table > thead > tr > th, body.active_admin .index_table > thead > tr > th, .c-table__row--heading body.active_admin .index_table > tbody > tr > td, body.active_admin .c-table__row--heading .index_table > tbody > tr > td {
  display: flex;
  flex: 1;
  border-bottom: 1px solid #B0BEC5;
  background-color: #cad4d8;
  color: initial;
  font-size: 1em;
  font-weight: bold;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table--striped .c-table__row--heading .c-table__cell, .c-table--striped body.active_admin .index_table > thead > tr .c-table__cell, body.active_admin .c-table--striped .index_table > thead > tr .c-table__cell, body.active_admin .c-table--striped .c-table__row--heading .index_table > thead > tr > th, .c-table--striped body.active_admin .index_table > thead > tr > th, body.active_admin .c-table--striped .index_table > thead > tr > th, .c-table--striped .c-table__row--heading body.active_admin .index_table > tbody > tr > td, body.active_admin .c-table--striped .c-table__row--heading .index_table > tbody > tr > td {
  background-color: #FFF;
  color: initial;
}

/* line 62, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table--clickable :not(.c-table__row--heading).c-table__row:hover .c-table__cell, .c-table--clickable body.active_admin .index_table > thead > tr:not(.c-table__row--heading):hover .c-table__cell, body.active_admin .c-table--clickable .index_table > thead > tr:not(.c-table__row--heading):hover .c-table__cell, .c-table--clickable body.active_admin .index_table > tbody > tr:not(.c-table__row--heading):hover .c-table__cell, body.active_admin .c-table--clickable .index_table > tbody > tr:not(.c-table__row--heading):hover .c-table__cell, .c-table--clickable :not(.c-table__row--heading).c-table__row:hover body.active_admin .index_table > thead > tr > th, body.active_admin .c-table--clickable :not(.c-table__row--heading).c-table__row:hover .index_table > thead > tr > th, .c-table--clickable body.active_admin .index_table > thead > tr:not(.c-table__row--heading):hover .index_table > thead > tr > th, body.active_admin .c-table--clickable .index_table > thead > tr:not(.c-table__row--heading):hover .index_table > thead > tr > th, .c-table--clickable body.active_admin .index_table > tbody > tr:not(.c-table__row--heading):hover .index_table > thead > tr > th, body.active_admin .c-table--clickable .index_table > tbody > tr:not(.c-table__row--heading):hover .index_table > thead > tr > th, .c-table--clickable :not(.c-table__row--heading).c-table__row:hover body.active_admin .index_table > tbody > tr > td, body.active_admin .c-table--clickable :not(.c-table__row--heading).c-table__row:hover .index_table > tbody > tr > td, .c-table--clickable body.active_admin .index_table > thead > tr:not(.c-table__row--heading):hover .index_table > tbody > tr > td, body.active_admin .c-table--clickable .index_table > thead > tr:not(.c-table__row--heading):hover .index_table > tbody > tr > td, .c-table--clickable body.active_admin .index_table > tbody > tr:not(.c-table__row--heading):hover .index_table > tbody > tr > td, body.active_admin .c-table--clickable .index_table > tbody > tr:not(.c-table__row--heading):hover .index_table > tbody > tr > td,
.c-table__row--clickable:hover .c-table__cell,
.c-table__row--clickable:hover body.active_admin .index_table > thead > tr > th,
body.active_admin .c-table__row--clickable:hover .index_table > thead > tr > th,
.c-table__row--clickable:hover body.active_admin .index_table > tbody > tr > td,
body.active_admin .c-table__row--clickable:hover .index_table > tbody > tr > td {
  background-color: initial;
  color: #38678b;
  cursor: pointer;
}

/* line 69, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table__row--disabled {
  background-color: initial;
  color: #96a8b2;
  cursor: default;
}

/* line 75, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table--clickable :not(.c-table__row--heading).c-table__row--disabled:hover .c-table__cell, .c-table--clickable :not(.c-table__row--heading).c-table__row--disabled:hover body.active_admin .index_table > thead > tr > th, body.active_admin .c-table--clickable :not(.c-table__row--heading).c-table__row--disabled:hover .index_table > thead > tr > th, .c-table--clickable :not(.c-table__row--heading).c-table__row--disabled:hover body.active_admin .index_table > tbody > tr > td, body.active_admin .c-table--clickable :not(.c-table__row--heading).c-table__row--disabled:hover .index_table > tbody > tr > td,
.c-table__row--disabled:hover .c-table__cell,
.c-table__row--disabled:hover body.active_admin .index_table > thead > tr > th,
body.active_admin .c-table__row--disabled:hover .index_table > thead > tr > th,
.c-table__row--disabled:hover body.active_admin .index_table > tbody > tr > td,
body.active_admin .c-table__row--disabled:hover .index_table > tbody > tr > td {
  background-color: initial;
  color: #96a8b2;
  cursor: not-allowed;
}

/* line 82, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table--condensed {
  font-size: 0.83em;
}

/* line 85, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tables.scss */
.c-table--condensed .c-table__cell, .c-table--condensed body.active_admin .index_table > thead > tr > th, body.active_admin .c-table--condensed .index_table > thead > tr > th, .c-table--condensed body.active_admin .index_table > tbody > tr > td, body.active_admin .c-table--condensed .index_table > tbody > tr > td {
  padding: 0.25em;
}

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card, body.active_admin form > fieldset.inputs > ol, body.active_admin form > fieldset.inputs .has_many_container, body.active_admin .sidebar_section, body.active_admin #main_content > .panel {
  padding: 0;
  list-style: none;
  display: block;
  border-radius: 4px;
  background-color: #FFF;
  box-shadow: 0 0 1px rgba(17, 17, 17, 0.6);
  overflow: hidden;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card > .o-image:not(:first-child), body.active_admin form > fieldset.inputs > ol > .o-image:not(:first-child), body.active_admin form > fieldset.inputs .has_many_container > .o-image:not(:first-child), body.active_admin .sidebar_section > .o-image:not(:first-child), body.active_admin #main_content > .panel > .o-image:not(:first-child) {
  padding: 1em 0 0;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card + .c-card, body.active_admin form > fieldset.inputs > ol + .c-card, body.active_admin form > fieldset.inputs .has_many_container + .c-card, body.active_admin .sidebar_section + .c-card, body.active_admin #main_content > .panel + .c-card, body.active_admin form > fieldset.inputs > .c-card + ol, body.active_admin form > fieldset.inputs > ol + ol, body.active_admin form > fieldset.inputs > .has_many_container + ol, body.active_admin form > fieldset.inputs > .sidebar_section + ol, body.active_admin form > fieldset.inputs#main_content > .panel + ol, body.active_admin form > fieldset.inputs .c-card + .has_many_container, body.active_admin form > fieldset.inputs > ol + .has_many_container, body.active_admin form > fieldset.inputs .has_many_container + .has_many_container, body.active_admin form > fieldset.inputs .sidebar_section + .has_many_container, body.active_admin form > fieldset.inputs #main_content > .panel + .has_many_container, body.active_admin .c-card + .sidebar_section, body.active_admin form > fieldset.inputs > ol + .sidebar_section, body.active_admin form > fieldset.inputs .has_many_container + .sidebar_section, body.active_admin .sidebar_section + .sidebar_section, body.active_admin #main_content > .panel + .sidebar_section, body.active_admin #main_content > .c-card + .panel, body.active_admin form > fieldset#main_content.inputs > ol + .panel, body.active_admin form > fieldset.inputs #main_content > .has_many_container + .panel, body.active_admin #main_content > .sidebar_section + .panel, body.active_admin #main_content > .panel + .panel {
  margin: 0.5em 0 0 0;
}

/* line 21, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__header {
  padding: 0.5em 0.5em 0;
}

/* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__header .c-heading {
  padding: 0;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item, body.active_admin form > fieldset.inputs > legend, body.active_admin form > fieldset.inputs .has_many_container h3, body.active_admin .sidebar_section .panel_contents, body.active_admin .sidebar_section > h3, body.active_admin #main_content > .panel > h3,
.c-card__body,
.c-card__footer {
  padding: 0.5em;
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item + .c-card__footer--block, body.active_admin form > fieldset.inputs > legend + .c-card__footer--block, body.active_admin form > fieldset.inputs .has_many_container h3 + .c-card__footer--block, body.active_admin .sidebar_section .panel_contents + .c-card__footer--block, body.active_admin .sidebar_section > h3 + .c-card__footer--block, body.active_admin #main_content > .panel > h3 + .c-card__footer--block {
  padding: 0;
}

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__footer--block {
  padding: 0.5em 0 0;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__footer--block .c-input-group .c-button:first-child, .c-card__footer--block .c-input-group body.active_admin .button-base:first-child, body.active_admin .c-card__footer--block .c-input-group .button-base:first-child, .c-card__footer--block .c-input-group body.active_admin form button:first-child, body.active_admin form .c-card__footer--block .c-input-group button:first-child,
.c-card__footer--block .c-input-group body.active_admin form input:first-child[type='button'], body.active_admin form .c-card__footer--block .c-input-group input:first-child[type='button'],
.c-card__footer--block .c-input-group body.active_admin form input:first-child[type='submit'], body.active_admin form .c-card__footer--block .c-input-group input:first-child[type='submit'],
.c-card__footer--block .c-input-group body.active_admin form.filter_form a.clear_filters_btn:first-child, body.active_admin form.filter_form .c-card__footer--block .c-input-group a.clear_filters_btn:first-child,
.c-card__footer--block .c-input-group body.active_admin form fieldset.buttons li.cancel a:first-child, body.active_admin form fieldset.buttons li.cancel .c-card__footer--block .c-input-group a:first-child,
.c-card__footer--block .c-input-group body.active_admin form fieldset.actions li.cancel a:first-child, body.active_admin form fieldset.actions li.cancel .c-card__footer--block .c-input-group a:first-child, .c-card__footer--block .c-input-group body.active_admin form fieldset.inputs .button:first-child, body.active_admin form fieldset.inputs .c-card__footer--block .c-input-group .button:first-child, .c-card__footer--block .c-input-group body.active_admin .table_tools a:first-child, body.active_admin .table_tools .c-card__footer--block .c-input-group a:first-child, .c-card__footer--block .c-input-group body.active_admin #title_bar .action_items span.action_item > a:first-child, body.active_admin #title_bar .action_items .c-card__footer--block .c-input-group span.action_item > a:first-child,
.c-card__footer--block .c-input-group body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:first-child, body.active_admin #title_bar .action_items .c-card__footer--block .c-input-group span.action_item > .dropdown_menu > a:first-child, .c-card__footer--block .c-input-group body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:first-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-card__footer--block .c-input-group button.ui-button:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__footer--block .c-input-group .c-button:last-child, .c-card__footer--block .c-input-group body.active_admin .button-base:last-child, body.active_admin .c-card__footer--block .c-input-group .button-base:last-child, .c-card__footer--block .c-input-group body.active_admin form button:last-child, body.active_admin form .c-card__footer--block .c-input-group button:last-child,
.c-card__footer--block .c-input-group body.active_admin form input:last-child[type='button'], body.active_admin form .c-card__footer--block .c-input-group input:last-child[type='button'],
.c-card__footer--block .c-input-group body.active_admin form input:last-child[type='submit'], body.active_admin form .c-card__footer--block .c-input-group input:last-child[type='submit'],
.c-card__footer--block .c-input-group body.active_admin form.filter_form a.clear_filters_btn:last-child, body.active_admin form.filter_form .c-card__footer--block .c-input-group a.clear_filters_btn:last-child,
.c-card__footer--block .c-input-group body.active_admin form fieldset.buttons li.cancel a:last-child, body.active_admin form fieldset.buttons li.cancel .c-card__footer--block .c-input-group a:last-child,
.c-card__footer--block .c-input-group body.active_admin form fieldset.actions li.cancel a:last-child, body.active_admin form fieldset.actions li.cancel .c-card__footer--block .c-input-group a:last-child, .c-card__footer--block .c-input-group body.active_admin form fieldset.inputs .button:last-child, body.active_admin form fieldset.inputs .c-card__footer--block .c-input-group .button:last-child, .c-card__footer--block .c-input-group body.active_admin .table_tools a:last-child, body.active_admin .table_tools .c-card__footer--block .c-input-group a:last-child, .c-card__footer--block .c-input-group body.active_admin #title_bar .action_items span.action_item > a:last-child, body.active_admin #title_bar .action_items .c-card__footer--block .c-input-group span.action_item > a:last-child,
.c-card__footer--block .c-input-group body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:last-child, body.active_admin #title_bar .action_items .c-card__footer--block .c-input-group span.action_item > .dropdown_menu > a:last-child, .c-card__footer--block .c-input-group body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:last-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-card__footer--block .c-input-group button.ui-button:last-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 53, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item:not(:last-child), body.active_admin form > fieldset.inputs > legend:not(:last-child), body.active_admin form > fieldset.inputs .has_many_container h3:not(:last-child), body.active_admin .sidebar_section .panel_contents:not(:last-child), body.active_admin .sidebar_section > h3:not(:last-child), body.active_admin #main_content > .panel > h3:not(:last-child) {
  border-bottom: 1px solid rgba(202, 212, 216, 0.5);
}

/* line 58, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--accordion label.c-card__item, .c-card--accordion body.active_admin .sidebar_section label.panel_contents, body.active_admin .sidebar_section .c-card--accordion label.panel_contents {
  display: block;
  position: relative;
  width: 100%;
  padding-left: 2em;
  cursor: pointer;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--accordion label.c-card__item:before, .c-card--accordion body.active_admin .sidebar_section label.panel_contents:before, body.active_admin .sidebar_section .c-card--accordion label.panel_contents:before {
  position: absolute;
  left: .75em;
  content: "+";
}

/* line 72, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--accordion > input {
  display: none;
}

/* line 76, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--accordion > input + .c-card__item + .c-card__item, body.active_admin form > fieldset.inputs.c-card--accordion > input + legend + .c-card__item, body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input + h3 + .c-card__item, body.active_admin .sidebar_section .c-card--accordion > input + .panel_contents + .c-card__item, body.active_admin .sidebar_section.c-card--accordion > input + h3 + .c-card__item, body.active_admin #main_content > .panel.c-card--accordion > input + h3 + .c-card__item, body.active_admin form > fieldset.inputs.c-card--accordion > input + .c-card__item + legend, body.active_admin form > fieldset.inputs.c-card--accordion > input + legend + legend, body.active_admin form > fieldset.inputs .has_many_container form > fieldset.inputs.c-card--accordion > input + h3 + legend, body.active_admin .sidebar_section form > fieldset.inputs.c-card--accordion > input + .panel_contents + legend, body.active_admin form > fieldset.inputs.sidebar_section.c-card--accordion > input + h3 + legend, body.active_admin form#main_content > fieldset.inputs.panel.c-card--accordion > input + h3 + legend, body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input + .c-card__item + h3, body.active_admin form > fieldset.inputs .has_many_container form > fieldset.inputs.c-card--accordion > input + legend + h3, body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input + h3 + h3, body.active_admin .sidebar_section form > fieldset.inputs .has_many_container .c-card--accordion > input + .panel_contents + h3, body.active_admin form > fieldset.inputs .has_many_container .sidebar_section .c-card--accordion > input + .panel_contents + h3, body.active_admin .sidebar_section .c-card--accordion > input + .c-card__item + .panel_contents, body.active_admin .sidebar_section form > fieldset.inputs.c-card--accordion > input + legend + .panel_contents, body.active_admin form > fieldset.inputs .has_many_container .sidebar_section .c-card--accordion > input + h3 + .panel_contents, body.active_admin .sidebar_section form > fieldset.inputs .has_many_container .c-card--accordion > input + h3 + .panel_contents, body.active_admin .sidebar_section .c-card--accordion > input + .panel_contents + .panel_contents, body.active_admin .sidebar_section.c-card--accordion > input + h3 + .panel_contents, body.active_admin .sidebar_section #main_content > .panel.c-card--accordion > input + h3 + .panel_contents, body.active_admin .sidebar_section.c-card--accordion > input + .c-card__item + h3, body.active_admin form > fieldset.sidebar_section.inputs.c-card--accordion > input + legend + h3, body.active_admin .sidebar_section .sidebar_section.c-card--accordion > input + .panel_contents + h3, body.active_admin .sidebar_section.c-card--accordion > input + h3 + h3, body.active_admin #main_content > .panel.c-card--accordion > input + .c-card__item + h3, body.active_admin form#main_content > fieldset.panel.inputs.c-card--accordion > input + legend + h3, body.active_admin form > fieldset.inputs .has_many_container #main_content > .panel.c-card--accordion > input + h3 + h3, body.active_admin .sidebar_section #main_content > .panel.c-card--accordion > input + .panel_contents + h3, body.active_admin #main_content > .panel.c-card--accordion > input + h3 + h3 {
  display: none;
}

/* line 80, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--accordion > input:checked + .c-card__item + .c-card__item, body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend + .c-card__item, body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3 + .c-card__item, body.active_admin .sidebar_section .c-card--accordion > input:checked + .panel_contents + .c-card__item, body.active_admin .sidebar_section.c-card--accordion > input:checked + h3 + .c-card__item, body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3 + .c-card__item, body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + .c-card__item + legend, body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend + legend, body.active_admin form > fieldset.inputs .has_many_container form > fieldset.inputs.c-card--accordion > input:checked + h3 + legend, body.active_admin .sidebar_section form > fieldset.inputs.c-card--accordion > input:checked + .panel_contents + legend, body.active_admin form > fieldset.inputs.sidebar_section.c-card--accordion > input:checked + h3 + legend, body.active_admin form#main_content > fieldset.inputs.panel.c-card--accordion > input:checked + h3 + legend, body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + .c-card__item + h3, body.active_admin form > fieldset.inputs .has_many_container form > fieldset.inputs.c-card--accordion > input:checked + legend + h3, body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3 + h3, body.active_admin .sidebar_section form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + .panel_contents + h3, body.active_admin form > fieldset.inputs .has_many_container .sidebar_section .c-card--accordion > input:checked + .panel_contents + h3, body.active_admin .sidebar_section .c-card--accordion > input:checked + .c-card__item + .panel_contents, body.active_admin .sidebar_section form > fieldset.inputs.c-card--accordion > input:checked + legend + .panel_contents, body.active_admin form > fieldset.inputs .has_many_container .sidebar_section .c-card--accordion > input:checked + h3 + .panel_contents, body.active_admin .sidebar_section form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3 + .panel_contents, body.active_admin .sidebar_section .c-card--accordion > input:checked + .panel_contents + .panel_contents, body.active_admin .sidebar_section.c-card--accordion > input:checked + h3 + .panel_contents, body.active_admin .sidebar_section #main_content > .panel.c-card--accordion > input:checked + h3 + .panel_contents, body.active_admin .sidebar_section.c-card--accordion > input:checked + .c-card__item + h3, body.active_admin form > fieldset.sidebar_section.inputs.c-card--accordion > input:checked + legend + h3, body.active_admin .sidebar_section .sidebar_section.c-card--accordion > input:checked + .panel_contents + h3, body.active_admin .sidebar_section.c-card--accordion > input:checked + h3 + h3, body.active_admin #main_content > .panel.c-card--accordion > input:checked + .c-card__item + h3, body.active_admin form#main_content > fieldset.panel.inputs.c-card--accordion > input:checked + legend + h3, body.active_admin form > fieldset.inputs .has_many_container #main_content > .panel.c-card--accordion > input:checked + h3 + h3, body.active_admin .sidebar_section #main_content > .panel.c-card--accordion > input:checked + .panel_contents + h3, body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3 + h3 {
  display: block;
}

/* line 84, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--accordion > input:checked + .c-card__item:before, body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend:before, body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3:before, body.active_admin .sidebar_section .c-card--accordion > input:checked + .panel_contents:before, body.active_admin .sidebar_section.c-card--accordion > input:checked + h3:before, body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3:before {
  transform: rotate(45deg);
}

/* line 89, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--menu {
  display: block;
  width: 100%;
  max-height: 280px;
  margin: 0.5em 0 0 0;
  z-index: 100;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

/* line 102, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--grouped .c-card__item:not(:last-child), .c-card--grouped body.active_admin form > fieldset.inputs > legend:not(:last-child), body.active_admin .c-card--grouped form > fieldset.inputs > legend:not(:last-child), .c-card--grouped body.active_admin form > fieldset.inputs .has_many_container h3:not(:last-child), body.active_admin form > fieldset.inputs .has_many_container .c-card--grouped h3:not(:last-child), .c-card--grouped body.active_admin .sidebar_section .panel_contents:not(:last-child), body.active_admin .sidebar_section .c-card--grouped .panel_contents:not(:last-child), .c-card--grouped body.active_admin .sidebar_section > h3:not(:last-child), body.active_admin .c-card--grouped .sidebar_section > h3:not(:last-child), .c-card--grouped body.active_admin #main_content > .panel > h3:not(:last-child), body.active_admin .c-card--grouped #main_content > .panel > h3:not(:last-child) {
  border-bottom: 0;
}

/* line 108, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__divider {
  height: 1px;
  background-color: #96a8b2;
  overflow: hidden;
}

/* line 114, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--divider {
  background-color: #96a8b2;
  color: #FFF;
  font-weight: bold;
}

/* line 120, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--brand, body.active_admin form > fieldset.inputs > legend, body.active_admin .sidebar_section > h3, body.active_admin #main_content > .panel > h3 {
  background-color: #2C3E50;
  color: #FFF;
}

/* line 125, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--info {
  background-color: #2196F3;
  color: #FFF;
}

/* line 130, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--warning {
  background-color: #FF9800;
  color: #FFF;
}

/* line 135, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--success {
  background-color: #4CAF50;
  color: #FFF;
}

/* line 140, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--error {
  background-color: #F44336;
  color: #FFF;
}

/* line 145, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

/* line 150, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin .c-card--menu form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin form > fieldset.inputs .has_many_container .c-card--menu h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin .sidebar_section .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin .sidebar_section .c-card--menu .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin .c-card--menu .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin .c-card--menu #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover,
.c-card--accordion body.active_admin .sidebar_section label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover,
body.active_admin .sidebar_section .c-card--accordion label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover {
  background-color: #e5eaec;
  cursor: pointer;
}

/* line 155, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand, .c-card--menu body.active_admin form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin .c-card--menu form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand, body.active_admin form > fieldset.inputs .has_many_container .c-card--menu h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin .sidebar_section .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand, body.active_admin .sidebar_section .c-card--menu .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand, .c-card--menu body.active_admin .sidebar_section form > fieldset.inputs > legend.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin .sidebar_section #main_content > .panel > h3.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin .c-card--menu .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, .c-card--menu body.active_admin #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover, body.active_admin .c-card--menu #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand,
.c-card--accordion body.active_admin .sidebar_section label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand,
body.active_admin .sidebar_section .c-card--accordion label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--brand {
  background-color: #3c556e;
}

/* line 159, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, .c-card--menu body.active_admin form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, body.active_admin .c-card--menu form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, body.active_admin form > fieldset.inputs .has_many_container .c-card--menu h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, .c-card--menu body.active_admin .sidebar_section .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, body.active_admin .sidebar_section .c-card--menu .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, .c-card--menu body.active_admin .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, body.active_admin .c-card--menu .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, .c-card--menu body.active_admin #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info, body.active_admin .c-card--menu #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info,
.c-card--accordion body.active_admin .sidebar_section label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info,
body.active_admin .sidebar_section .c-card--accordion label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--info {
  background-color: #4dabf5;
}

/* line 163, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, .c-card--menu body.active_admin form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, body.active_admin .c-card--menu form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, body.active_admin form > fieldset.inputs .has_many_container .c-card--menu h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, .c-card--menu body.active_admin .sidebar_section .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, body.active_admin .sidebar_section .c-card--menu .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, .c-card--menu body.active_admin .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, body.active_admin .c-card--menu .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, .c-card--menu body.active_admin #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning, body.active_admin .c-card--menu #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning,
.c-card--accordion body.active_admin .sidebar_section label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning,
body.active_admin .sidebar_section .c-card--accordion label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--warning {
  background-color: #ffab2e;
}

/* line 167, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, .c-card--menu body.active_admin form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, body.active_admin .c-card--menu form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, body.active_admin form > fieldset.inputs .has_many_container .c-card--menu h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, .c-card--menu body.active_admin .sidebar_section .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, body.active_admin .sidebar_section .c-card--menu .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, .c-card--menu body.active_admin .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, body.active_admin .c-card--menu .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, .c-card--menu body.active_admin #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success, body.active_admin .c-card--menu #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success,
.c-card--accordion body.active_admin .sidebar_section label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success,
body.active_admin .sidebar_section .c-card--accordion label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--success {
  background-color: #6abe6e;
}

/* line 171, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card--menu .c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, .c-card--menu body.active_admin form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, body.active_admin .c-card--menu form > fieldset.inputs > legend:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, .c-card--menu body.active_admin form > fieldset.inputs .has_many_container h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, body.active_admin form > fieldset.inputs .has_many_container .c-card--menu h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, .c-card--menu body.active_admin .sidebar_section .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, body.active_admin .sidebar_section .c-card--menu .panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, .c-card--menu body.active_admin .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, body.active_admin .c-card--menu .sidebar_section > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, .c-card--menu body.active_admin #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error, body.active_admin .c-card--menu #main_content > .panel > h3:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error,
.c-card--accordion label.c-card__item:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error,
.c-card--accordion body.active_admin .sidebar_section label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error,
body.active_admin .sidebar_section .c-card--accordion label.panel_contents:not(.c-card__item--disabled):not(.c-card__item--divider):hover.c-card__item--error {
  background-color: #f66c62;
}

/* line 176, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--active,
.c-card--accordion > input:checked + .c-card__item,
body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend,
body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3,
body.active_admin .sidebar_section .c-card--accordion > input:checked + .panel_contents,
body.active_admin .sidebar_section.c-card--accordion > input:checked + h3,
body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3 {
  background-color: rgba(202, 212, 216, 0.5);
  font-weight: bold;
}

/* line 181, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--active.c-card__item--brand, body.active_admin form > fieldset.inputs > legend.c-card__item--active, body.active_admin .sidebar_section > h3.c-card__item--active, body.active_admin #main_content > .panel > h3.c-card__item--active,
.c-card--accordion > input:checked + .c-card__item.c-card__item--brand,
body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend,
body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3.c-card__item--brand,
body.active_admin form > fieldset.inputs .has_many_container .sidebar_section.c-card--accordion > input:checked + h3,
body.active_admin form > fieldset.inputs .has_many_container #main_content > .panel.c-card--accordion > input:checked + h3,
body.active_admin .sidebar_section .c-card--accordion > input:checked + .c-card__item--brand.panel_contents,
body.active_admin .sidebar_section form > fieldset.inputs.c-card--accordion > input:checked + legend.panel_contents,
body.active_admin .sidebar_section #main_content > .panel.c-card--accordion > input:checked + h3.panel_contents,
body.active_admin .sidebar_section.c-card--accordion > input:checked + h3,
body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3 {
  background-color: #1c2732;
}

/* line 185, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--active.c-card__item--info,
.c-card--accordion > input:checked + .c-card__item.c-card__item--info,
body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend.c-card__item--info,
body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3.c-card__item--info,
body.active_admin .sidebar_section .c-card--accordion > input:checked + .c-card__item--info.panel_contents,
body.active_admin .sidebar_section.c-card--accordion > input:checked + h3.c-card__item--info,
body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3.c-card__item--info {
  background-color: #0c7fda;
}

/* line 189, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--active.c-card__item--warning,
.c-card--accordion > input:checked + .c-card__item.c-card__item--warning,
body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend.c-card__item--warning,
body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3.c-card__item--warning,
body.active_admin .sidebar_section .c-card--accordion > input:checked + .c-card__item--warning.panel_contents,
body.active_admin .sidebar_section.c-card--accordion > input:checked + h3.c-card__item--warning,
body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3.c-card__item--warning {
  background-color: #d17d00;
}

/* line 193, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--active.c-card__item--success,
.c-card--accordion > input:checked + .c-card__item.c-card__item--success,
body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend.c-card__item--success,
body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3.c-card__item--success,
body.active_admin .sidebar_section .c-card--accordion > input:checked + .c-card__item--success.panel_contents,
body.active_admin .sidebar_section.c-card--accordion > input:checked + h3.c-card__item--success,
body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3.c-card__item--success {
  background-color: #3e8f41;
}

/* line 197, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.cards.scss */
.c-card__item--active.c-card__item--error,
.c-card--accordion > input:checked + .c-card__item.c-card__item--error,
body.active_admin form > fieldset.inputs.c-card--accordion > input:checked + legend.c-card__item--error,
body.active_admin form > fieldset.inputs .has_many_container .c-card--accordion > input:checked + h3.c-card__item--error,
body.active_admin .sidebar_section .c-card--accordion > input:checked + .c-card__item--error.panel_contents,
body.active_admin .sidebar_section.c-card--accordion > input:checked + h3.c-card__item--error,
body.active_admin #main_content > .panel.c-card--accordion > input:checked + h3.c-card__item--error {
  background-color: #ef1d0d;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button, body.active_admin .button-base, body.active_admin form button,
body.active_admin form input[type='button'],
body.active_admin form input[type='submit'],
body.active_admin form.filter_form a.clear_filters_btn,
body.active_admin form fieldset.buttons li.cancel a,
body.active_admin form fieldset.actions li.cancel a, body.active_admin form fieldset.inputs .button, body.active_admin .table_tools a, body.active_admin #title_bar .action_items span.action_item > a,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a, body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button {
  border: 1px solid transparent;
  background-color: #96a8b2;
  color: #FFF;
  display: inline;
  max-width: 100%;
  margin: 0;
  padding: 0.5em;
  border-radius: 4px;
  outline: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  appearance: none;
  user-select: none;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button.c-button--active, body.active_admin .c-button--active.button-base, body.active_admin form button.c-button--active,
body.active_admin form input.c-button--active[type='button'],
body.active_admin form input.c-button--active[type='submit'],
body.active_admin form.filter_form a.c-button--active.clear_filters_btn,
body.active_admin form fieldset.buttons li.cancel a.c-button--active,
body.active_admin form fieldset.actions li.cancel a.c-button--active, body.active_admin form fieldset.inputs .c-button--active.button, body.active_admin .table_tools a.c-button--active, body.active_admin #title_bar .action_items span.action_item > a.c-button--active,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a.c-button--active, body.active_admin .ui-dialog > .ui-dialog-buttonpane button.c-button--active.ui-button {
  background-color: #7b929e;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button:not(:disabled):hover, body.active_admin .button-base:not(:disabled):hover, body.active_admin form button:not(:disabled):hover,
body.active_admin form input:not(:disabled):hover[type='button'],
body.active_admin form input:not(:disabled):hover[type='submit'],
body.active_admin form.filter_form a.clear_filters_btn:not(:disabled):hover,
body.active_admin form fieldset.buttons li.cancel a:not(:disabled):hover,
body.active_admin form fieldset.actions li.cancel a:not(:disabled):hover, body.active_admin form fieldset.inputs .button:not(:disabled):hover, body.active_admin .table_tools a:not(:disabled):hover, body.active_admin #title_bar .action_items span.action_item > a:not(:disabled):hover,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:disabled):hover, body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:not(:disabled):hover {
  background-color: #b0bec5;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button:not(:disabled):focus, body.active_admin .button-base:not(:disabled):focus, body.active_admin form button:not(:disabled):focus,
body.active_admin form input:not(:disabled):focus[type='button'],
body.active_admin form input:not(:disabled):focus[type='submit'],
body.active_admin form.filter_form a.clear_filters_btn:not(:disabled):focus,
body.active_admin form fieldset.buttons li.cancel a:not(:disabled):focus,
body.active_admin form fieldset.actions li.cancel a:not(:disabled):focus, body.active_admin form fieldset.inputs .button:not(:disabled):focus, body.active_admin .table_tools a:not(:disabled):focus, body.active_admin #title_bar .action_items span.action_item > a:not(:disabled):focus,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:disabled):focus, body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button:not(:disabled):active, body.active_admin .button-base:not(:disabled):active, body.active_admin form button:not(:disabled):active,
body.active_admin form input:not(:disabled):active[type='button'],
body.active_admin form input:not(:disabled):active[type='submit'],
body.active_admin form.filter_form a.clear_filters_btn:not(:disabled):active,
body.active_admin form fieldset.buttons li.cancel a:not(:disabled):active,
body.active_admin form fieldset.actions li.cancel a:not(:disabled):active, body.active_admin form fieldset.inputs .button:not(:disabled):active, body.active_admin .table_tools a:not(:disabled):active, body.active_admin #title_bar .action_items span.action_item > a:not(:disabled):active,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:disabled):active, body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:not(:disabled):active {
  background-color: #7b929e;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button:disabled, body.active_admin .button-base:disabled, body.active_admin form button:disabled,
body.active_admin form input:disabled[type='button'],
body.active_admin form input:disabled[type='submit'],
body.active_admin form.filter_form a.clear_filters_btn:disabled,
body.active_admin form fieldset.buttons li.cancel a:disabled,
body.active_admin form fieldset.actions li.cancel a:disabled, body.active_admin form fieldset.inputs .button:disabled, body.active_admin .table_tools a:disabled, body.active_admin #title_bar .action_items span.action_item > a:disabled,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:disabled, body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--close {
  border: 1px solid transparent;
  background-color: transparent;
  color: inherit;
  position: absolute;
  right: 0.5em;
  padding: 0;
  outline: 0;
  font-size: 1.4em;
  font-weight: bold;
  line-height: 1;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--close.c-button--active {
  background-color: transparent;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--close:not(:disabled):hover {
  background-color: rgba(23, 23, 23, 0);
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--close:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--close:not(:disabled):active {
  background-color: transparent;
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--block {
  display: inline-block;
  width: 100%;
}

/* line 23, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--rounded {
  border-radius: 30em;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--brand {
  border: 1px solid transparent;
  background-color: #2C3E50;
  color: #FFF;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--brand.c-button--active {
  background-color: #1c2732;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--brand:not(:disabled):hover {
  background-color: #3c556e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--brand:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--brand:not(:disabled):active {
  background-color: #1c2732;
}

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--info, body.active_admin form fieldset.inputs .button.has_many_add, body.active_admin .sidebar_section input[type='submit'], body.active_admin #title_bar .action_items span.action_item > a,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a {
  border: 1px solid transparent;
  background-color: #2196F3;
  color: #FFF;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--info.c-button--active, body.active_admin form fieldset.inputs .c-button--active.button.has_many_add, body.active_admin .sidebar_section input.c-button--active[type='submit'], body.active_admin #title_bar .action_items span.action_item > a.c-button--active,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a.c-button--active {
  background-color: #0c7fda;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--info:not(:disabled):hover, body.active_admin form fieldset.inputs .button.has_many_add:not(:disabled):hover, body.active_admin .sidebar_section input:not(:disabled):hover[type='submit'], body.active_admin #title_bar .action_items span.action_item > a:not(:disabled):hover,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:disabled):hover {
  background-color: #4dabf5;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--info:not(:disabled):focus, body.active_admin form fieldset.inputs .button.has_many_add:not(:disabled):focus, body.active_admin .sidebar_section input:not(:disabled):focus[type='submit'], body.active_admin #title_bar .action_items span.action_item > a:not(:disabled):focus,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--info:not(:disabled):active, body.active_admin form fieldset.inputs .button.has_many_add:not(:disabled):active, body.active_admin .sidebar_section input:not(:disabled):active[type='submit'], body.active_admin #title_bar .action_items span.action_item > a:not(:disabled):active,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:disabled):active {
  background-color: #0c7fda;
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--warning {
  border: 1px solid transparent;
  background-color: #FF9800;
  color: #FFF;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--warning.c-button--active {
  background-color: #d17d00;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--warning:not(:disabled):hover {
  background-color: #ffab2e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--warning:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--warning:not(:disabled):active {
  background-color: #d17d00;
}

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--success,
body.active_admin form input[type='submit'] {
  border: 1px solid transparent;
  background-color: #4CAF50;
  color: #FFF;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--success.c-button--active,
body.active_admin form input.c-button--active[type='submit'] {
  background-color: #3e8f41;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--success:not(:disabled):hover,
body.active_admin form input:not(:disabled):hover[type='submit'] {
  background-color: #6abe6e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--success:not(:disabled):focus,
body.active_admin form input:not(:disabled):focus[type='submit'] {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--success:not(:disabled):active,
body.active_admin form input:not(:disabled):active[type='submit'] {
  background-color: #3e8f41;
}

/* line 43, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--error, body.active_admin form fieldset.inputs .button.has_many_remove, body.active_admin #title_bar .action_items span.action_item a[data-method='delete'] {
  border: 1px solid transparent;
  background-color: #F44336;
  color: #FFF;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--error.c-button--active, body.active_admin form fieldset.inputs .c-button--active.button.has_many_remove, body.active_admin #title_bar .action_items span.action_item a.c-button--active[data-method='delete'] {
  background-color: #ef1d0d;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--error:not(:disabled):hover, body.active_admin form fieldset.inputs .button.has_many_remove:not(:disabled):hover, body.active_admin #title_bar .action_items span.action_item a:not(:disabled):hover[data-method='delete'] {
  background-color: #f66c62;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--error:not(:disabled):focus, body.active_admin form fieldset.inputs .button.has_many_remove:not(:disabled):focus, body.active_admin #title_bar .action_items span.action_item a:not(:disabled):focus[data-method='delete'] {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--error:not(:disabled):active, body.active_admin form fieldset.inputs .button.has_many_remove:not(:disabled):active, body.active_admin #title_bar .action_items span.action_item a:not(:disabled):active[data-method='delete'] {
  background-color: #ef1d0d;
}

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--ghost {
  border: 1px solid #96a8b2;
  background-color: transparent;
  color: #96a8b2;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost.c-button--active {
  border-color: #7b929e;
  background-color: #7b929e;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost:not(:disabled):hover {
  background-color: #96a8b2;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost:not(:disabled):active {
  border-color: #7b929e;
  background-color: #7b929e;
  color: #FFF;
}

/* line 51, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--ghost-brand {
  border: 1px solid #2C3E50;
  background-color: transparent;
  color: #2C3E50;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-brand.c-button--active {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-brand:not(:disabled):hover {
  background-color: #2C3E50;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-brand:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-brand:not(:disabled):active {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

/* line 55, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--ghost-info {
  border: 1px solid #2196F3;
  background-color: transparent;
  color: #2196F3;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-info.c-button--active {
  border-color: #0c7fda;
  background-color: #0c7fda;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-info:not(:disabled):hover {
  background-color: #2196F3;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-info:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-info:not(:disabled):active {
  border-color: #0c7fda;
  background-color: #0c7fda;
  color: #FFF;
}

/* line 59, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--ghost-warning {
  border: 1px solid #FF9800;
  background-color: transparent;
  color: #FF9800;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-warning.c-button--active {
  border-color: #d17d00;
  background-color: #d17d00;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-warning:not(:disabled):hover {
  background-color: #FF9800;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-warning:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-warning:not(:disabled):active {
  border-color: #d17d00;
  background-color: #d17d00;
  color: #FFF;
}

/* line 63, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--ghost-success {
  border: 1px solid #4CAF50;
  background-color: transparent;
  color: #4CAF50;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-success.c-button--active {
  border-color: #3e8f41;
  background-color: #3e8f41;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-success:not(:disabled):hover {
  background-color: #4CAF50;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-success:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-success:not(:disabled):active {
  border-color: #3e8f41;
  background-color: #3e8f41;
  color: #FFF;
}

/* line 67, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button--ghost-error {
  border: 1px solid #F44336;
  background-color: transparent;
  color: #F44336;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-error.c-button--active {
  border-color: #ef1d0d;
  background-color: #ef1d0d;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-error:not(:disabled):hover {
  background-color: #F44336;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-error:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-button--ghost-error:not(:disabled):active {
  border-color: #ef1d0d;
  background-color: #ef1d0d;
  color: #FFF;
}

/* line 71, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button__icon-left {
  padding-right: 0.5em;
}

/* line 75, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.buttons.scss */
.c-button__icon-right {
  padding-left: 0.5em;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss */
.c-link {
  background-color: transparent;
  color: #38678b;
  text-decoration: none;
  cursor: pointer;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link:not(:disabled):visited {
  color: #2b4f6a;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link:not(:disabled):hover {
  background-color: transparent;
  color: #457fac;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link:not(:disabled):active {
  background-color: transparent;
  color: #457fac;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss */
.c-link:hover {
  text-decoration: underline;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss */
.c-link--brand {
  background-color: transparent;
  color: #2C3E50;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--brand:not(:disabled):visited {
  color: #1c2732;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--brand:not(:disabled):hover {
  background-color: transparent;
  color: #3c556e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--brand:not(:disabled):active {
  background-color: transparent;
  color: #3c556e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss */
.c-link--info {
  background-color: transparent;
  color: #2196F3;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--info:not(:disabled):visited {
  color: #0c7fda;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--info:not(:disabled):hover {
  background-color: transparent;
  color: #4dabf5;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--info:not(:disabled):active {
  background-color: transparent;
  color: #4dabf5;
}

/* line 21, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss */
.c-link--warning {
  background-color: transparent;
  color: #FF9800;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--warning:not(:disabled):visited {
  color: #d17d00;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--warning:not(:disabled):hover {
  background-color: transparent;
  color: #ffab2e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--warning:not(:disabled):active {
  background-color: transparent;
  color: #ffab2e;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss */
.c-link--success {
  background-color: transparent;
  color: #4CAF50;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--success:not(:disabled):visited {
  color: #3e8f41;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--success:not(:disabled):hover {
  background-color: transparent;
  color: #6abe6e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--success:not(:disabled):active {
  background-color: transparent;
  color: #6abe6e;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.links.scss */
.c-link--error {
  background-color: transparent;
  color: #F44336;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--error:not(:disabled):visited {
  color: #ef1d0d;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--error:not(:disabled):hover {
  background-color: transparent;
  color: #f66c62;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.links.scss */
.c-link--error:not(:disabled):active {
  background-color: transparent;
  color: #f66c62;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list {
  display: block;
  margin: 0;
  padding: 0 0 0 1em;
  list-style-position: outside;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list .c-list {
  padding: 0 0 0 1em;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list__item {
  padding: 0;
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list__item--unstyled {
  list-style: none;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list--unstyled {
  padding: 0;
  list-style: none;
}

/* line 26, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list--ordered {
  padding: 0;
  list-style: none;
  counter-reset: ordered;
}

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list--ordered .c-list__item:before {
  padding: 0 0.5em 0 0;
  content: counters(ordered, ".") " ";
  counter-increment: ordered;
}

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list--inline {
  padding: 0;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list--inline .c-list--inline {
  padding: 0;
}

/* line 46, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list--inline .c-list__item {
  display: inline-block;
  width: auto;
  padding-right: 1em;
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.lists.scss */
.c-list--inline:not(.c-list--unstyled) .c-list__item:before {
  padding: 0 0.5em 0 0;
  content: "•";
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss */
.c-breadcrumbs {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss */
.c-breadcrumbs__crumb {
  display: inline-block;
  width: auto;
  padding: 0;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.breadcrumbs.scss */
.c-breadcrumbs__crumb:not(:last-child):after {
  padding: 0 0.5em;
  color: #96a8b2;
  content: "/";
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss */
.c-tree {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 9, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss */
.c-tree .c-tree {
  padding: 0 0 0 1em;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss */
.c-tree__item {
  padding: 0;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss */
.c-tree__item:before {
  display: inline-block;
  padding: 0 0.5em 0 0;
  transform-origin: 30% 50%;
  color: #cad4d8;
  content: "–";
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss */
.c-tree__item--expandable:before {
  color: #B0BEC5;
  content: "\276F";
}

/* line 34, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.trees.scss */
.c-tree__item--expanded:before {
  transform: rotate(90deg);
  color: #7b929e;
  content: "\276F";
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs {
  display: block;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs__headings {
  display: flex;
  text-align: center;
  cursor: pointer;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tab-heading {
  flex: 1;
  margin: 0;
  padding: 1em;
  box-shadow: 0 -0.2em 0 0 #e5eaec inset;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tab-heading--active {
  box-shadow: 0 -0.2em 0 0 #96a8b2 inset;
}

/* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs--brand .c-tab-heading--active {
  box-shadow: 0 -0.2em 0 0 #2C3E50 inset;
}

/* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs--info .c-tab-heading--active {
  box-shadow: 0 -0.2em 0 0 #2196F3 inset;
}

/* line 32, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs--warning .c-tab-heading--active {
  box-shadow: 0 -0.2em 0 0 #FF9800 inset;
}

/* line 36, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs--success .c-tab-heading--active {
  box-shadow: 0 -0.2em 0 0 #4CAF50 inset;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs--error .c-tab-heading--active {
  box-shadow: 0 -0.2em 0 0 #F44336 inset;
}

/* line 44, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tab-heading--disabled {
  background-color: initial;
  color: #96a8b2;
  cursor: not-allowed;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs__tab {
  display: none;
  padding: 1em;
}

/* line 55, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tabs.scss */
.c-tabs__tab--active {
  display: block;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field {
  position: relative;
}

/* line 6, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field .c-field--success ~ .c-icon {
  color: #4CAF50;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field .c-field--error ~ .c-icon {
  color: #F44336;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field .c-field:disabled ~ .c-icon, .o-field body.active_admin form input:disabled[type='datetime-local'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='datetime-local'] ~ .c-icon, .o-field body.active_admin form input:disabled[type='email'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='email'] ~ .c-icon, .o-field body.active_admin form input:disabled[type='number'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='number'] ~ .c-icon, .o-field body.active_admin form input:disabled[type='password'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='password'] ~ .c-icon, .o-field body.active_admin form input:disabled[type='search'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='search'] ~ .c-icon, .o-field body.active_admin form input:disabled[type='tel'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='tel'] ~ .c-icon, .o-field body.active_admin form input:disabled[type='text'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='text'] ~ .c-icon, .o-field body.active_admin form input:disabled[type='url'] ~ .c-icon, body.active_admin form .o-field input:disabled[type='url'] ~ .c-icon, .o-field body.active_admin form select:disabled ~ .c-icon, body.active_admin form .o-field select:disabled ~ .c-icon, .o-field body.active_admin form textarea:disabled ~ .c-icon, body.active_admin form .o-field textarea:disabled ~ .c-icon {
  color: #96a8b2;
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field .c-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: #96a8b2;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field--icon-right .c-field + .c-icon, .o-field--icon-right body.active_admin form input[type='datetime-local'] + .c-icon, body.active_admin form .o-field--icon-right input[type='datetime-local'] + .c-icon, .o-field--icon-right body.active_admin form input[type='email'] + .c-icon, body.active_admin form .o-field--icon-right input[type='email'] + .c-icon, .o-field--icon-right body.active_admin form input[type='number'] + .c-icon, body.active_admin form .o-field--icon-right input[type='number'] + .c-icon, .o-field--icon-right body.active_admin form input[type='password'] + .c-icon, body.active_admin form .o-field--icon-right input[type='password'] + .c-icon, .o-field--icon-right body.active_admin form input[type='search'] + .c-icon, body.active_admin form .o-field--icon-right input[type='search'] + .c-icon, .o-field--icon-right body.active_admin form input[type='tel'] + .c-icon, body.active_admin form .o-field--icon-right input[type='tel'] + .c-icon, .o-field--icon-right body.active_admin form input[type='text'] + .c-icon, body.active_admin form .o-field--icon-right input[type='text'] + .c-icon, .o-field--icon-right body.active_admin form input[type='url'] + .c-icon, body.active_admin form .o-field--icon-right input[type='url'] + .c-icon, .o-field--icon-right body.active_admin form select + .c-icon, body.active_admin form .o-field--icon-right select + .c-icon, .o-field--icon-right body.active_admin form textarea + .c-icon, body.active_admin form .o-field--icon-right textarea + .c-icon {
  right: 0.5em;
}

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field--icon-right .c-field, .o-field--icon-right body.active_admin form input[type='datetime-local'], body.active_admin form .o-field--icon-right input[type='datetime-local'],
.o-field--icon-right body.active_admin form input[type='email'], body.active_admin form .o-field--icon-right input[type='email'],
.o-field--icon-right body.active_admin form input[type='number'], body.active_admin form .o-field--icon-right input[type='number'],
.o-field--icon-right body.active_admin form input[type='password'], body.active_admin form .o-field--icon-right input[type='password'],
.o-field--icon-right body.active_admin form input[type='search'], body.active_admin form .o-field--icon-right input[type='search'],
.o-field--icon-right body.active_admin form input[type='tel'], body.active_admin form .o-field--icon-right input[type='tel'],
.o-field--icon-right body.active_admin form input[type='text'], body.active_admin form .o-field--icon-right input[type='text'],
.o-field--icon-right body.active_admin form input[type='url'], body.active_admin form .o-field--icon-right input[type='url'],
.o-field--icon-right body.active_admin form select, body.active_admin form .o-field--icon-right select,
.o-field--icon-right body.active_admin form textarea, body.active_admin form .o-field--icon-right textarea {
  padding-right: 2em;
}

/* line 37, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field--icon-left .c-icon:first-child {
  left: 0.5em;
}

/* line 41, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.o-field--icon-left .c-field, .o-field--icon-left body.active_admin form input[type='datetime-local'], body.active_admin form .o-field--icon-left input[type='datetime-local'],
.o-field--icon-left body.active_admin form input[type='email'], body.active_admin form .o-field--icon-left input[type='email'],
.o-field--icon-left body.active_admin form input[type='number'], body.active_admin form .o-field--icon-left input[type='number'],
.o-field--icon-left body.active_admin form input[type='password'], body.active_admin form .o-field--icon-left input[type='password'],
.o-field--icon-left body.active_admin form input[type='search'], body.active_admin form .o-field--icon-left input[type='search'],
.o-field--icon-left body.active_admin form input[type='tel'], body.active_admin form .o-field--icon-left input[type='tel'],
.o-field--icon-left body.active_admin form input[type='text'], body.active_admin form .o-field--icon-left input[type='text'],
.o-field--icon-left body.active_admin form input[type='url'], body.active_admin form .o-field--icon-left input[type='url'],
.o-field--icon-left body.active_admin form select, body.active_admin form .o-field--icon-left select,
.o-field--icon-left body.active_admin form textarea, body.active_admin form .o-field--icon-left textarea {
  padding-left: 2em;
}

/* line 46, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-fieldset,
.c-fieldset.c-list {
  display: block;
  width: 100%;
  margin: 0.5em 0;
  padding: 0;
  border: 0;
}

/* line 55, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-fieldset__legend {
  display: block;
  width: 100%;
  padding: 1em 0;
  cursor: pointer;
  padding: 0.25em 0;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-label {
  display: block;
  width: 100%;
  padding: 1em 0;
  cursor: pointer;
}

/* line 66, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field, body.active_admin form input[type='datetime-local'],
body.active_admin form input[type='email'],
body.active_admin form input[type='number'],
body.active_admin form input[type='password'],
body.active_admin form input[type='search'],
body.active_admin form input[type='tel'],
body.active_admin form input[type='text'],
body.active_admin form input[type='url'],
body.active_admin form select,
body.active_admin form textarea {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0.5em;
  border: 1px solid #96a8b2;
  border-radius: 4px;
  outline: 0;
  background-color: #FFF;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  resize: vertical;
  appearance: none;
}

/* line 81, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field:focus, body.active_admin form input:focus[type='datetime-local'],
body.active_admin form input:focus[type='email'],
body.active_admin form input:focus[type='number'],
body.active_admin form input:focus[type='password'],
body.active_admin form input:focus[type='search'],
body.active_admin form input:focus[type='tel'],
body.active_admin form input:focus[type='text'],
body.active_admin form input:focus[type='url'],
body.active_admin form select:focus,
body.active_admin form textarea:focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 88, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
select.c-field,
body.active_admin form select {
  cursor: pointer;
}

/* line 93, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
select.c-field:not([multiple]),
body.active_admin form select:not([multiple]) {
  padding-right: 1em;
  background: url("data:image/png;base64,R0lGODlhDwAUAIABAAAAAP///yH5BAEAAAEALAAAAAAPABQAAAIXjI+py+0Po5wH2HsXzmw//lHiSJZmUAAAOw==") no-repeat 99% 50%;
}

/* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field input, body.active_admin form input[type='datetime-local'] input, body.active_admin form input[type='email'] input, body.active_admin form input[type='number'] input, body.active_admin form input[type='password'] input, body.active_admin form input[type='search'] input, body.active_admin form input[type='tel'] input, body.active_admin form input[type='text'] input, body.active_admin form input[type='url'] input, body.active_admin form select input, body.active_admin form textarea input {
  margin-right: 0.125em;
  outline: 0;
  font-size: 1em;
}

/* line 105, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field--label {
  margin: 0.5em 0 0 0;
}

/* line 109, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field--error {
  border-color: #F44336;
  color: #F44336;
}

/* line 114, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field--success {
  border-color: #4CAF50;
  color: inherit;
}

/* line 119, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field--choice {
  border: 0;
  border-radius: 0;
  background-color: transparent;
}

/* line 125, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-fieldset--disabled .c-field, .c-fieldset--disabled body.active_admin form input[type='datetime-local'], body.active_admin form .c-fieldset--disabled input[type='datetime-local'],
.c-fieldset--disabled body.active_admin form input[type='email'], body.active_admin form .c-fieldset--disabled input[type='email'],
.c-fieldset--disabled body.active_admin form input[type='number'], body.active_admin form .c-fieldset--disabled input[type='number'],
.c-fieldset--disabled body.active_admin form input[type='password'], body.active_admin form .c-fieldset--disabled input[type='password'],
.c-fieldset--disabled body.active_admin form input[type='search'], body.active_admin form .c-fieldset--disabled input[type='search'],
.c-fieldset--disabled body.active_admin form input[type='tel'], body.active_admin form .c-fieldset--disabled input[type='tel'],
.c-fieldset--disabled body.active_admin form input[type='text'], body.active_admin form .c-fieldset--disabled input[type='text'],
.c-fieldset--disabled body.active_admin form input[type='url'], body.active_admin form .c-fieldset--disabled input[type='url'],
.c-fieldset--disabled body.active_admin form select, body.active_admin form .c-fieldset--disabled select,
.c-fieldset--disabled body.active_admin form textarea, body.active_admin form .c-fieldset--disabled textarea,
.c-fieldset:disabled .c-field,
.c-fieldset:disabled body.active_admin form input[type='datetime-local'],
body.active_admin form .c-fieldset:disabled input[type='datetime-local'],
.c-fieldset:disabled body.active_admin form input[type='email'],
body.active_admin form .c-fieldset:disabled input[type='email'],
.c-fieldset:disabled body.active_admin form input[type='number'],
body.active_admin form .c-fieldset:disabled input[type='number'],
.c-fieldset:disabled body.active_admin form input[type='password'],
body.active_admin form .c-fieldset:disabled input[type='password'],
.c-fieldset:disabled body.active_admin form input[type='search'],
body.active_admin form .c-fieldset:disabled input[type='search'],
.c-fieldset:disabled body.active_admin form input[type='tel'],
body.active_admin form .c-fieldset:disabled input[type='tel'],
.c-fieldset:disabled body.active_admin form input[type='text'],
body.active_admin form .c-fieldset:disabled input[type='text'],
.c-fieldset:disabled body.active_admin form input[type='url'],
body.active_admin form .c-fieldset:disabled input[type='url'],
.c-fieldset:disabled body.active_admin form select,
body.active_admin form .c-fieldset:disabled select,
.c-fieldset:disabled body.active_admin form textarea,
body.active_admin form .c-fieldset:disabled textarea,
.c-field--disabled,
.c-field:disabled,
body.active_admin form input:disabled[type='datetime-local'],
body.active_admin form input:disabled[type='email'],
body.active_admin form input:disabled[type='number'],
body.active_admin form input:disabled[type='password'],
body.active_admin form input:disabled[type='search'],
body.active_admin form input:disabled[type='tel'],
body.active_admin form input:disabled[type='text'],
body.active_admin form input:disabled[type='url'],
body.active_admin form select:disabled,
body.active_admin form textarea:disabled {
  color: #96a8b2;
  cursor: not-allowed;
  border-color: #96a8b2;
  background-color: #e5eaec;
}

/* line 131, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-fieldset--disabled .c-field.c-field--choice, .c-fieldset--disabled body.active_admin form input.c-field--choice[type='datetime-local'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='datetime-local'],
.c-fieldset--disabled body.active_admin form input.c-field--choice[type='email'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='email'],
.c-fieldset--disabled body.active_admin form input.c-field--choice[type='number'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='number'],
.c-fieldset--disabled body.active_admin form input.c-field--choice[type='password'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='password'],
.c-fieldset--disabled body.active_admin form input.c-field--choice[type='search'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='search'],
.c-fieldset--disabled body.active_admin form input.c-field--choice[type='tel'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='tel'],
.c-fieldset--disabled body.active_admin form input.c-field--choice[type='text'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='text'],
.c-fieldset--disabled body.active_admin form input.c-field--choice[type='url'], body.active_admin form .c-fieldset--disabled input.c-field--choice[type='url'],
.c-fieldset--disabled body.active_admin form select.c-field--choice, body.active_admin form .c-fieldset--disabled select.c-field--choice,
.c-fieldset--disabled body.active_admin form textarea.c-field--choice, body.active_admin form .c-fieldset--disabled textarea.c-field--choice,
.c-fieldset:disabled .c-field.c-field--choice,
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='datetime-local'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='datetime-local'],
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='email'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='email'],
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='number'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='number'],
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='password'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='password'],
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='search'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='search'],
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='tel'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='tel'],
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='text'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='text'],
.c-fieldset:disabled body.active_admin form input.c-field--choice[type='url'],
body.active_admin form .c-fieldset:disabled input.c-field--choice[type='url'],
.c-fieldset:disabled body.active_admin form select.c-field--choice,
body.active_admin form .c-fieldset:disabled select.c-field--choice,
.c-fieldset:disabled body.active_admin form textarea.c-field--choice,
body.active_admin form .c-fieldset:disabled textarea.c-field--choice,
.c-field--disabled.c-field--choice,
.c-field:disabled.c-field--choice,
body.active_admin form input:disabled.c-field--choice[type='datetime-local'],
body.active_admin form input:disabled.c-field--choice[type='email'],
body.active_admin form input:disabled.c-field--choice[type='number'],
body.active_admin form input:disabled.c-field--choice[type='password'],
body.active_admin form input:disabled.c-field--choice[type='search'],
body.active_admin form input:disabled.c-field--choice[type='tel'],
body.active_admin form input:disabled.c-field--choice[type='text'],
body.active_admin form input:disabled.c-field--choice[type='url'],
body.active_admin form select:disabled.c-field--choice,
body.active_admin form textarea:disabled.c-field--choice {
  background-color: transparent;
}

/* line 136, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.inputs.scss */
.c-field input:disabled, body.active_admin form input[type='datetime-local'] input:disabled, body.active_admin form input[type='email'] input:disabled, body.active_admin form input[type='number'] input:disabled, body.active_admin form input[type='password'] input:disabled, body.active_admin form input[type='search'] input:disabled, body.active_admin form input[type='tel'] input:disabled, body.active_admin form input[type='text'] input:disabled, body.active_admin form input[type='url'] input:disabled, body.active_admin form select input:disabled, body.active_admin form textarea input:disabled {
  color: #96a8b2;
  cursor: not-allowed;
}

/* line 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group {
  display: flex;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .c-button, .c-input-group body.active_admin .button-base, body.active_admin .c-input-group .button-base, .c-input-group body.active_admin form button, body.active_admin form .c-input-group button,
.c-input-group body.active_admin form input[type='button'], body.active_admin form .c-input-group input[type='button'],
.c-input-group body.active_admin form input[type='submit'], body.active_admin form .c-input-group input[type='submit'],
.c-input-group body.active_admin form.filter_form a.clear_filters_btn, body.active_admin form.filter_form .c-input-group a.clear_filters_btn,
.c-input-group body.active_admin form fieldset.buttons li.cancel a, body.active_admin form fieldset.buttons li.cancel .c-input-group a,
.c-input-group body.active_admin form fieldset.actions li.cancel a, body.active_admin form fieldset.actions li.cancel .c-input-group a, .c-input-group body.active_admin form fieldset.inputs .button, body.active_admin form fieldset.inputs .c-input-group .button, .c-input-group body.active_admin .table_tools a, body.active_admin .table_tools .c-input-group a, .c-input-group body.active_admin #title_bar .action_items span.action_item > a, body.active_admin #title_bar .action_items .c-input-group span.action_item > a,
.c-input-group body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a, body.active_admin #title_bar .action_items .c-input-group span.action_item > .dropdown_menu > a, .c-input-group body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group button.ui-button {
  border-radius: 0;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .c-button:not(:first-child), .c-input-group body.active_admin .button-base:not(:first-child), body.active_admin .c-input-group .button-base:not(:first-child), .c-input-group body.active_admin form button:not(:first-child), body.active_admin form .c-input-group button:not(:first-child),
.c-input-group body.active_admin form input:not(:first-child)[type='button'], body.active_admin form .c-input-group input:not(:first-child)[type='button'],
.c-input-group body.active_admin form input:not(:first-child)[type='submit'], body.active_admin form .c-input-group input:not(:first-child)[type='submit'],
.c-input-group body.active_admin form.filter_form a.clear_filters_btn:not(:first-child), body.active_admin form.filter_form .c-input-group a.clear_filters_btn:not(:first-child),
.c-input-group body.active_admin form fieldset.buttons li.cancel a:not(:first-child), body.active_admin form fieldset.buttons li.cancel .c-input-group a:not(:first-child),
.c-input-group body.active_admin form fieldset.actions li.cancel a:not(:first-child), body.active_admin form fieldset.actions li.cancel .c-input-group a:not(:first-child), .c-input-group body.active_admin form fieldset.inputs .button:not(:first-child), body.active_admin form fieldset.inputs .c-input-group .button:not(:first-child), .c-input-group body.active_admin .table_tools a:not(:first-child), body.active_admin .table_tools .c-input-group a:not(:first-child), .c-input-group body.active_admin #title_bar .action_items span.action_item > a:not(:first-child), body.active_admin #title_bar .action_items .c-input-group span.action_item > a:not(:first-child),
.c-input-group body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:first-child), body.active_admin #title_bar .action_items .c-input-group span.action_item > .dropdown_menu > a:not(:first-child), .c-input-group body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:not(:first-child), body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group button.ui-button:not(:first-child) {
  border-left-width: 0;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .c-button:first-child, .c-input-group body.active_admin .button-base:first-child, body.active_admin .c-input-group .button-base:first-child, .c-input-group body.active_admin form button:first-child, body.active_admin form .c-input-group button:first-child,
.c-input-group body.active_admin form input:first-child[type='button'], body.active_admin form .c-input-group input:first-child[type='button'],
.c-input-group body.active_admin form input:first-child[type='submit'], body.active_admin form .c-input-group input:first-child[type='submit'],
.c-input-group body.active_admin form.filter_form a.clear_filters_btn:first-child, body.active_admin form.filter_form .c-input-group a.clear_filters_btn:first-child,
.c-input-group body.active_admin form fieldset.buttons li.cancel a:first-child, body.active_admin form fieldset.buttons li.cancel .c-input-group a:first-child,
.c-input-group body.active_admin form fieldset.actions li.cancel a:first-child, body.active_admin form fieldset.actions li.cancel .c-input-group a:first-child, .c-input-group body.active_admin form fieldset.inputs .button:first-child, body.active_admin form fieldset.inputs .c-input-group .button:first-child, .c-input-group body.active_admin .table_tools a:first-child, body.active_admin .table_tools .c-input-group a:first-child, .c-input-group body.active_admin #title_bar .action_items span.action_item > a:first-child, body.active_admin #title_bar .action_items .c-input-group span.action_item > a:first-child,
.c-input-group body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:first-child, body.active_admin #title_bar .action_items .c-input-group span.action_item > .dropdown_menu > a:first-child, .c-input-group body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:first-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group button.ui-button:first-child {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .c-button:last-child, .c-input-group body.active_admin .button-base:last-child, body.active_admin .c-input-group .button-base:last-child, .c-input-group body.active_admin form button:last-child, body.active_admin form .c-input-group button:last-child,
.c-input-group body.active_admin form input:last-child[type='button'], body.active_admin form .c-input-group input:last-child[type='button'],
.c-input-group body.active_admin form input:last-child[type='submit'], body.active_admin form .c-input-group input:last-child[type='submit'],
.c-input-group body.active_admin form.filter_form a.clear_filters_btn:last-child, body.active_admin form.filter_form .c-input-group a.clear_filters_btn:last-child,
.c-input-group body.active_admin form fieldset.buttons li.cancel a:last-child, body.active_admin form fieldset.buttons li.cancel .c-input-group a:last-child,
.c-input-group body.active_admin form fieldset.actions li.cancel a:last-child, body.active_admin form fieldset.actions li.cancel .c-input-group a:last-child, .c-input-group body.active_admin form fieldset.inputs .button:last-child, body.active_admin form fieldset.inputs .c-input-group .button:last-child, .c-input-group body.active_admin .table_tools a:last-child, body.active_admin .table_tools .c-input-group a:last-child, .c-input-group body.active_admin #title_bar .action_items span.action_item > a:last-child, body.active_admin #title_bar .action_items .c-input-group span.action_item > a:last-child,
.c-input-group body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:last-child, body.active_admin #title_bar .action_items .c-input-group span.action_item > .dropdown_menu > a:last-child, .c-input-group body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:last-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group button.ui-button:last-child {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 26, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .o-field {
  flex: 1;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .o-field .c-field, .c-input-group .o-field body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group .o-field input[type='datetime-local'],
.c-input-group .o-field body.active_admin form input[type='email'], body.active_admin form .c-input-group .o-field input[type='email'],
.c-input-group .o-field body.active_admin form input[type='number'], body.active_admin form .c-input-group .o-field input[type='number'],
.c-input-group .o-field body.active_admin form input[type='password'], body.active_admin form .c-input-group .o-field input[type='password'],
.c-input-group .o-field body.active_admin form input[type='search'], body.active_admin form .c-input-group .o-field input[type='search'],
.c-input-group .o-field body.active_admin form input[type='tel'], body.active_admin form .c-input-group .o-field input[type='tel'],
.c-input-group .o-field body.active_admin form input[type='text'], body.active_admin form .c-input-group .o-field input[type='text'],
.c-input-group .o-field body.active_admin form input[type='url'], body.active_admin form .c-input-group .o-field input[type='url'],
.c-input-group .o-field body.active_admin form select, body.active_admin form .c-input-group .o-field select,
.c-input-group .o-field body.active_admin form textarea, body.active_admin form .c-input-group .o-field textarea {
  border-radius: 0;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .o-field:not(:first-child) .c-field, .c-input-group .o-field:not(:first-child) body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='datetime-local'],
.c-input-group .o-field:not(:first-child) body.active_admin form input[type='email'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='email'],
.c-input-group .o-field:not(:first-child) body.active_admin form input[type='number'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='number'],
.c-input-group .o-field:not(:first-child) body.active_admin form input[type='password'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='password'],
.c-input-group .o-field:not(:first-child) body.active_admin form input[type='search'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='search'],
.c-input-group .o-field:not(:first-child) body.active_admin form input[type='tel'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='tel'],
.c-input-group .o-field:not(:first-child) body.active_admin form input[type='text'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='text'],
.c-input-group .o-field:not(:first-child) body.active_admin form input[type='url'], body.active_admin form .c-input-group .o-field:not(:first-child) input[type='url'],
.c-input-group .o-field:not(:first-child) body.active_admin form select, body.active_admin form .c-input-group .o-field:not(:first-child) select,
.c-input-group .o-field:not(:first-child) body.active_admin form textarea, body.active_admin form .c-input-group .o-field:not(:first-child) textarea {
  border-left-width: 0;
}

/* line 37, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .o-field:first-child .c-field, .c-input-group .o-field:first-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group .o-field:first-child input[type='datetime-local'],
.c-input-group .o-field:first-child body.active_admin form input[type='email'], body.active_admin form .c-input-group .o-field:first-child input[type='email'],
.c-input-group .o-field:first-child body.active_admin form input[type='number'], body.active_admin form .c-input-group .o-field:first-child input[type='number'],
.c-input-group .o-field:first-child body.active_admin form input[type='password'], body.active_admin form .c-input-group .o-field:first-child input[type='password'],
.c-input-group .o-field:first-child body.active_admin form input[type='search'], body.active_admin form .c-input-group .o-field:first-child input[type='search'],
.c-input-group .o-field:first-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group .o-field:first-child input[type='tel'],
.c-input-group .o-field:first-child body.active_admin form input[type='text'], body.active_admin form .c-input-group .o-field:first-child input[type='text'],
.c-input-group .o-field:first-child body.active_admin form input[type='url'], body.active_admin form .c-input-group .o-field:first-child input[type='url'],
.c-input-group .o-field:first-child body.active_admin form select, body.active_admin form .c-input-group .o-field:first-child select,
.c-input-group .o-field:first-child body.active_admin form textarea, body.active_admin form .c-input-group .o-field:first-child textarea {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .o-field:last-child .c-field, .c-input-group .o-field:last-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group .o-field:last-child input[type='datetime-local'],
.c-input-group .o-field:last-child body.active_admin form input[type='email'], body.active_admin form .c-input-group .o-field:last-child input[type='email'],
.c-input-group .o-field:last-child body.active_admin form input[type='number'], body.active_admin form .c-input-group .o-field:last-child input[type='number'],
.c-input-group .o-field:last-child body.active_admin form input[type='password'], body.active_admin form .c-input-group .o-field:last-child input[type='password'],
.c-input-group .o-field:last-child body.active_admin form input[type='search'], body.active_admin form .c-input-group .o-field:last-child input[type='search'],
.c-input-group .o-field:last-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group .o-field:last-child input[type='tel'],
.c-input-group .o-field:last-child body.active_admin form input[type='text'], body.active_admin form .c-input-group .o-field:last-child input[type='text'],
.c-input-group .o-field:last-child body.active_admin form input[type='url'], body.active_admin form .c-input-group .o-field:last-child input[type='url'],
.c-input-group .o-field:last-child body.active_admin form select, body.active_admin form .c-input-group .o-field:last-child select,
.c-input-group .o-field:last-child body.active_admin form textarea, body.active_admin form .c-input-group .o-field:last-child textarea {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group .o-field--fixed {
  flex: 0 1 auto;
}

/* line 55, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded .c-button:first-child, .c-input-group--rounded body.active_admin .button-base:first-child, body.active_admin .c-input-group--rounded .button-base:first-child, .c-input-group--rounded body.active_admin form button:first-child, body.active_admin form .c-input-group--rounded button:first-child,
.c-input-group--rounded body.active_admin form input:first-child[type='button'], body.active_admin form .c-input-group--rounded input:first-child[type='button'],
.c-input-group--rounded body.active_admin form input:first-child[type='submit'], body.active_admin form .c-input-group--rounded input:first-child[type='submit'],
.c-input-group--rounded body.active_admin form.filter_form a.clear_filters_btn:first-child, body.active_admin form.filter_form .c-input-group--rounded a.clear_filters_btn:first-child,
.c-input-group--rounded body.active_admin form fieldset.buttons li.cancel a:first-child, body.active_admin form fieldset.buttons li.cancel .c-input-group--rounded a:first-child,
.c-input-group--rounded body.active_admin form fieldset.actions li.cancel a:first-child, body.active_admin form fieldset.actions li.cancel .c-input-group--rounded a:first-child, .c-input-group--rounded body.active_admin form fieldset.inputs .button:first-child, body.active_admin form fieldset.inputs .c-input-group--rounded .button:first-child, .c-input-group--rounded body.active_admin .table_tools a:first-child, body.active_admin .table_tools .c-input-group--rounded a:first-child, .c-input-group--rounded body.active_admin #title_bar .action_items span.action_item > a:first-child, body.active_admin #title_bar .action_items .c-input-group--rounded span.action_item > a:first-child,
.c-input-group--rounded body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:first-child, body.active_admin #title_bar .action_items .c-input-group--rounded span.action_item > .dropdown_menu > a:first-child, .c-input-group--rounded body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:first-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--rounded button.ui-button:first-child {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

/* line 60, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded .c-button:last-child, .c-input-group--rounded body.active_admin .button-base:last-child, body.active_admin .c-input-group--rounded .button-base:last-child, .c-input-group--rounded body.active_admin form button:last-child, body.active_admin form .c-input-group--rounded button:last-child,
.c-input-group--rounded body.active_admin form input:last-child[type='button'], body.active_admin form .c-input-group--rounded input:last-child[type='button'],
.c-input-group--rounded body.active_admin form input:last-child[type='submit'], body.active_admin form .c-input-group--rounded input:last-child[type='submit'],
.c-input-group--rounded body.active_admin form.filter_form a.clear_filters_btn:last-child, body.active_admin form.filter_form .c-input-group--rounded a.clear_filters_btn:last-child,
.c-input-group--rounded body.active_admin form fieldset.buttons li.cancel a:last-child, body.active_admin form fieldset.buttons li.cancel .c-input-group--rounded a:last-child,
.c-input-group--rounded body.active_admin form fieldset.actions li.cancel a:last-child, body.active_admin form fieldset.actions li.cancel .c-input-group--rounded a:last-child, .c-input-group--rounded body.active_admin form fieldset.inputs .button:last-child, body.active_admin form fieldset.inputs .c-input-group--rounded .button:last-child, .c-input-group--rounded body.active_admin .table_tools a:last-child, body.active_admin .table_tools .c-input-group--rounded a:last-child, .c-input-group--rounded body.active_admin #title_bar .action_items span.action_item > a:last-child, body.active_admin #title_bar .action_items .c-input-group--rounded span.action_item > a:last-child,
.c-input-group--rounded body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:last-child, body.active_admin #title_bar .action_items .c-input-group--rounded span.action_item > .dropdown_menu > a:last-child, .c-input-group--rounded body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:last-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--rounded button.ui-button:last-child {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

/* line 67, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded .o-field:first-child .c-field, .c-input-group--rounded .o-field:first-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='datetime-local'],
.c-input-group--rounded .o-field:first-child body.active_admin form input[type='email'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='email'],
.c-input-group--rounded .o-field:first-child body.active_admin form input[type='number'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='number'],
.c-input-group--rounded .o-field:first-child body.active_admin form input[type='password'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='password'],
.c-input-group--rounded .o-field:first-child body.active_admin form input[type='search'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='search'],
.c-input-group--rounded .o-field:first-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='tel'],
.c-input-group--rounded .o-field:first-child body.active_admin form input[type='text'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='text'],
.c-input-group--rounded .o-field:first-child body.active_admin form input[type='url'], body.active_admin form .c-input-group--rounded .o-field:first-child input[type='url'],
.c-input-group--rounded .o-field:first-child body.active_admin form select, body.active_admin form .c-input-group--rounded .o-field:first-child select,
.c-input-group--rounded .o-field:first-child body.active_admin form textarea, body.active_admin form .c-input-group--rounded .o-field:first-child textarea {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

/* line 72, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded .o-field:last-child .c-field, .c-input-group--rounded .o-field:last-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='datetime-local'],
.c-input-group--rounded .o-field:last-child body.active_admin form input[type='email'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='email'],
.c-input-group--rounded .o-field:last-child body.active_admin form input[type='number'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='number'],
.c-input-group--rounded .o-field:last-child body.active_admin form input[type='password'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='password'],
.c-input-group--rounded .o-field:last-child body.active_admin form input[type='search'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='search'],
.c-input-group--rounded .o-field:last-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='tel'],
.c-input-group--rounded .o-field:last-child body.active_admin form input[type='text'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='text'],
.c-input-group--rounded .o-field:last-child body.active_admin form input[type='url'], body.active_admin form .c-input-group--rounded .o-field:last-child input[type='url'],
.c-input-group--rounded .o-field:last-child body.active_admin form select, body.active_admin form .c-input-group--rounded .o-field:last-child select,
.c-input-group--rounded .o-field:last-child body.active_admin form textarea, body.active_admin form .c-input-group--rounded .o-field:last-child textarea {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

/* line 81, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded-left .c-button:first-child, .c-input-group--rounded-left body.active_admin .button-base:first-child, body.active_admin .c-input-group--rounded-left .button-base:first-child, .c-input-group--rounded-left body.active_admin form button:first-child, body.active_admin form .c-input-group--rounded-left button:first-child,
.c-input-group--rounded-left body.active_admin form input:first-child[type='button'], body.active_admin form .c-input-group--rounded-left input:first-child[type='button'],
.c-input-group--rounded-left body.active_admin form input:first-child[type='submit'], body.active_admin form .c-input-group--rounded-left input:first-child[type='submit'],
.c-input-group--rounded-left body.active_admin form.filter_form a.clear_filters_btn:first-child, body.active_admin form.filter_form .c-input-group--rounded-left a.clear_filters_btn:first-child,
.c-input-group--rounded-left body.active_admin form fieldset.buttons li.cancel a:first-child, body.active_admin form fieldset.buttons li.cancel .c-input-group--rounded-left a:first-child,
.c-input-group--rounded-left body.active_admin form fieldset.actions li.cancel a:first-child, body.active_admin form fieldset.actions li.cancel .c-input-group--rounded-left a:first-child, .c-input-group--rounded-left body.active_admin form fieldset.inputs .button:first-child, body.active_admin form fieldset.inputs .c-input-group--rounded-left .button:first-child, .c-input-group--rounded-left body.active_admin .table_tools a:first-child, body.active_admin .table_tools .c-input-group--rounded-left a:first-child, .c-input-group--rounded-left body.active_admin #title_bar .action_items span.action_item > a:first-child, body.active_admin #title_bar .action_items .c-input-group--rounded-left span.action_item > a:first-child,
.c-input-group--rounded-left body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:first-child, body.active_admin #title_bar .action_items .c-input-group--rounded-left span.action_item > .dropdown_menu > a:first-child, .c-input-group--rounded-left body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:first-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--rounded-left button.ui-button:first-child {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

/* line 88, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded-left .o-field:first-child .c-field, .c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='datetime-local'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='email'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='email'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='number'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='number'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='password'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='password'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='search'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='search'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='tel'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='text'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='text'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form input[type='url'], body.active_admin form .c-input-group--rounded-left .o-field:first-child input[type='url'],
.c-input-group--rounded-left .o-field:first-child body.active_admin form select, body.active_admin form .c-input-group--rounded-left .o-field:first-child select,
.c-input-group--rounded-left .o-field:first-child body.active_admin form textarea, body.active_admin form .c-input-group--rounded-left .o-field:first-child textarea {
  border-top-left-radius: 30em;
  border-bottom-left-radius: 30em;
}

/* line 97, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded-right .c-button:last-child, .c-input-group--rounded-right body.active_admin .button-base:last-child, body.active_admin .c-input-group--rounded-right .button-base:last-child, .c-input-group--rounded-right body.active_admin form button:last-child, body.active_admin form .c-input-group--rounded-right button:last-child,
.c-input-group--rounded-right body.active_admin form input:last-child[type='button'], body.active_admin form .c-input-group--rounded-right input:last-child[type='button'],
.c-input-group--rounded-right body.active_admin form input:last-child[type='submit'], body.active_admin form .c-input-group--rounded-right input:last-child[type='submit'],
.c-input-group--rounded-right body.active_admin form.filter_form a.clear_filters_btn:last-child, body.active_admin form.filter_form .c-input-group--rounded-right a.clear_filters_btn:last-child,
.c-input-group--rounded-right body.active_admin form fieldset.buttons li.cancel a:last-child, body.active_admin form fieldset.buttons li.cancel .c-input-group--rounded-right a:last-child,
.c-input-group--rounded-right body.active_admin form fieldset.actions li.cancel a:last-child, body.active_admin form fieldset.actions li.cancel .c-input-group--rounded-right a:last-child, .c-input-group--rounded-right body.active_admin form fieldset.inputs .button:last-child, body.active_admin form fieldset.inputs .c-input-group--rounded-right .button:last-child, .c-input-group--rounded-right body.active_admin .table_tools a:last-child, body.active_admin .table_tools .c-input-group--rounded-right a:last-child, .c-input-group--rounded-right body.active_admin #title_bar .action_items span.action_item > a:last-child, body.active_admin #title_bar .action_items .c-input-group--rounded-right span.action_item > a:last-child,
.c-input-group--rounded-right body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:last-child, body.active_admin #title_bar .action_items .c-input-group--rounded-right span.action_item > .dropdown_menu > a:last-child, .c-input-group--rounded-right body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:last-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--rounded-right button.ui-button:last-child {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

/* line 104, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--rounded-right .o-field:last-child .c-field, .c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='datetime-local'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='email'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='email'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='number'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='number'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='password'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='password'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='search'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='search'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='tel'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='text'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='text'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form input[type='url'], body.active_admin form .c-input-group--rounded-right .o-field:last-child input[type='url'],
.c-input-group--rounded-right .o-field:last-child body.active_admin form select, body.active_admin form .c-input-group--rounded-right .o-field:last-child select,
.c-input-group--rounded-right .o-field:last-child body.active_admin form textarea, body.active_admin form .c-input-group--rounded-right .o-field:last-child textarea {
  border-top-right-radius: 30em;
  border-bottom-right-radius: 30em;
}

/* line 111, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked {
  display: flex;
  flex-wrap: wrap;
}

/* line 115, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .o-field:not(:first-child) .c-field, .c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='datetime-local'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='email'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='email'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='number'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='number'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='password'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='password'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='search'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='search'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='tel'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='tel'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='text'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='text'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='url'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='url'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form select, body.active_admin form .c-input-group--stacked .o-field:not(:first-child) select,
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form textarea, body.active_admin form .c-input-group--stacked .o-field:not(:first-child) textarea {
  border-left-width: 1px;
}

/* line 119, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .c-button:not(:first-child), .c-input-group--stacked body.active_admin .button-base:not(:first-child), body.active_admin .c-input-group--stacked .button-base:not(:first-child), .c-input-group--stacked body.active_admin form button:not(:first-child), body.active_admin form .c-input-group--stacked button:not(:first-child),
.c-input-group--stacked body.active_admin form input:not(:first-child)[type='button'], body.active_admin form .c-input-group--stacked input:not(:first-child)[type='button'],
.c-input-group--stacked body.active_admin form input:not(:first-child)[type='submit'], body.active_admin form .c-input-group--stacked input:not(:first-child)[type='submit'],
.c-input-group--stacked body.active_admin form.filter_form a.clear_filters_btn:not(:first-child), body.active_admin form.filter_form .c-input-group--stacked a.clear_filters_btn:not(:first-child),
.c-input-group--stacked body.active_admin form fieldset.buttons li.cancel a:not(:first-child), body.active_admin form fieldset.buttons li.cancel .c-input-group--stacked a:not(:first-child),
.c-input-group--stacked body.active_admin form fieldset.actions li.cancel a:not(:first-child), body.active_admin form fieldset.actions li.cancel .c-input-group--stacked a:not(:first-child), .c-input-group--stacked body.active_admin form fieldset.inputs .button:not(:first-child), body.active_admin form fieldset.inputs .c-input-group--stacked .button:not(:first-child), .c-input-group--stacked body.active_admin .table_tools a:not(:first-child), body.active_admin .table_tools .c-input-group--stacked a:not(:first-child), .c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > a:not(:first-child), body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > a:not(:first-child),
.c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:first-child), body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > .dropdown_menu > a:not(:first-child), .c-input-group--stacked body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:not(:first-child), body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--stacked button.ui-button:not(:first-child) {
  border-left-width: 1px;
}

/* line 123, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .o-field,
.c-input-group--stacked .c-button,
.c-input-group--stacked body.active_admin .button-base,
body.active_admin .c-input-group--stacked .button-base,
.c-input-group--stacked body.active_admin form button,
body.active_admin form .c-input-group--stacked button,
.c-input-group--stacked body.active_admin form input[type='button'],
body.active_admin form .c-input-group--stacked input[type='button'],
.c-input-group--stacked body.active_admin form input[type='submit'],
body.active_admin form .c-input-group--stacked input[type='submit'],
.c-input-group--stacked body.active_admin form.filter_form a.clear_filters_btn,
body.active_admin form.filter_form .c-input-group--stacked a.clear_filters_btn,
.c-input-group--stacked body.active_admin form fieldset.buttons li.cancel a,
body.active_admin form fieldset.buttons li.cancel .c-input-group--stacked a,
.c-input-group--stacked body.active_admin form fieldset.actions li.cancel a,
body.active_admin form fieldset.actions li.cancel .c-input-group--stacked a,
.c-input-group--stacked body.active_admin form fieldset.inputs .button,
body.active_admin form fieldset.inputs .c-input-group--stacked .button,
.c-input-group--stacked body.active_admin .table_tools a,
body.active_admin .table_tools .c-input-group--stacked a,
.c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > a,
body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > a,
.c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a,
body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > .dropdown_menu > a,
.c-input-group--stacked body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button,
body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--stacked button.ui-button {
  flex: 0 0 100%;
  max-width: 100%;
  margin-left: 0;
}

/* line 129, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .c-button:not(:first-child), .c-input-group--stacked body.active_admin .button-base:not(:first-child), body.active_admin .c-input-group--stacked .button-base:not(:first-child), .c-input-group--stacked body.active_admin form button:not(:first-child), body.active_admin form .c-input-group--stacked button:not(:first-child),
.c-input-group--stacked body.active_admin form input:not(:first-child)[type='button'], body.active_admin form .c-input-group--stacked input:not(:first-child)[type='button'],
.c-input-group--stacked body.active_admin form input:not(:first-child)[type='submit'], body.active_admin form .c-input-group--stacked input:not(:first-child)[type='submit'],
.c-input-group--stacked body.active_admin form.filter_form a.clear_filters_btn:not(:first-child), body.active_admin form.filter_form .c-input-group--stacked a.clear_filters_btn:not(:first-child),
.c-input-group--stacked body.active_admin form fieldset.buttons li.cancel a:not(:first-child), body.active_admin form fieldset.buttons li.cancel .c-input-group--stacked a:not(:first-child),
.c-input-group--stacked body.active_admin form fieldset.actions li.cancel a:not(:first-child), body.active_admin form fieldset.actions li.cancel .c-input-group--stacked a:not(:first-child), .c-input-group--stacked body.active_admin form fieldset.inputs .button:not(:first-child), body.active_admin form fieldset.inputs .c-input-group--stacked .button:not(:first-child), .c-input-group--stacked body.active_admin .table_tools a:not(:first-child), body.active_admin .table_tools .c-input-group--stacked a:not(:first-child), .c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > a:not(:first-child), body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > a:not(:first-child),
.c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:first-child), body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > .dropdown_menu > a:not(:first-child), .c-input-group--stacked body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:not(:first-child), body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--stacked button.ui-button:not(:first-child) {
  border-top: 0;
}

/* line 133, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .c-button:not(:first-child):not(:last-child), .c-input-group--stacked body.active_admin .button-base:not(:first-child):not(:last-child), body.active_admin .c-input-group--stacked .button-base:not(:first-child):not(:last-child), .c-input-group--stacked body.active_admin form button:not(:first-child):not(:last-child), body.active_admin form .c-input-group--stacked button:not(:first-child):not(:last-child),
.c-input-group--stacked body.active_admin form input:not(:first-child):not(:last-child)[type='button'], body.active_admin form .c-input-group--stacked input:not(:first-child):not(:last-child)[type='button'],
.c-input-group--stacked body.active_admin form input:not(:first-child):not(:last-child)[type='submit'], body.active_admin form .c-input-group--stacked input:not(:first-child):not(:last-child)[type='submit'],
.c-input-group--stacked body.active_admin form.filter_form a.clear_filters_btn:not(:first-child):not(:last-child), body.active_admin form.filter_form .c-input-group--stacked a.clear_filters_btn:not(:first-child):not(:last-child),
.c-input-group--stacked body.active_admin form fieldset.buttons li.cancel a:not(:first-child):not(:last-child), body.active_admin form fieldset.buttons li.cancel .c-input-group--stacked a:not(:first-child):not(:last-child),
.c-input-group--stacked body.active_admin form fieldset.actions li.cancel a:not(:first-child):not(:last-child), body.active_admin form fieldset.actions li.cancel .c-input-group--stacked a:not(:first-child):not(:last-child), .c-input-group--stacked body.active_admin form fieldset.inputs .button:not(:first-child):not(:last-child), body.active_admin form fieldset.inputs .c-input-group--stacked .button:not(:first-child):not(:last-child), .c-input-group--stacked body.active_admin .table_tools a:not(:first-child):not(:last-child), body.active_admin .table_tools .c-input-group--stacked a:not(:first-child):not(:last-child), .c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > a:not(:first-child):not(:last-child), body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > a:not(:first-child):not(:last-child),
.c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:not(:first-child):not(:last-child), body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > .dropdown_menu > a:not(:first-child):not(:last-child), .c-input-group--stacked body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:not(:first-child):not(:last-child), body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--stacked button.ui-button:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 137, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .c-button:first-child, .c-input-group--stacked body.active_admin .button-base:first-child, body.active_admin .c-input-group--stacked .button-base:first-child, .c-input-group--stacked body.active_admin form button:first-child, body.active_admin form .c-input-group--stacked button:first-child,
.c-input-group--stacked body.active_admin form input:first-child[type='button'], body.active_admin form .c-input-group--stacked input:first-child[type='button'],
.c-input-group--stacked body.active_admin form input:first-child[type='submit'], body.active_admin form .c-input-group--stacked input:first-child[type='submit'],
.c-input-group--stacked body.active_admin form.filter_form a.clear_filters_btn:first-child, body.active_admin form.filter_form .c-input-group--stacked a.clear_filters_btn:first-child,
.c-input-group--stacked body.active_admin form fieldset.buttons li.cancel a:first-child, body.active_admin form fieldset.buttons li.cancel .c-input-group--stacked a:first-child,
.c-input-group--stacked body.active_admin form fieldset.actions li.cancel a:first-child, body.active_admin form fieldset.actions li.cancel .c-input-group--stacked a:first-child, .c-input-group--stacked body.active_admin form fieldset.inputs .button:first-child, body.active_admin form fieldset.inputs .c-input-group--stacked .button:first-child, .c-input-group--stacked body.active_admin .table_tools a:first-child, body.active_admin .table_tools .c-input-group--stacked a:first-child, .c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > a:first-child, body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > a:first-child,
.c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:first-child, body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > .dropdown_menu > a:first-child, .c-input-group--stacked body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:first-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--stacked button.ui-button:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 141, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .c-button:last-child, .c-input-group--stacked body.active_admin .button-base:last-child, body.active_admin .c-input-group--stacked .button-base:last-child, .c-input-group--stacked body.active_admin form button:last-child, body.active_admin form .c-input-group--stacked button:last-child,
.c-input-group--stacked body.active_admin form input:last-child[type='button'], body.active_admin form .c-input-group--stacked input:last-child[type='button'],
.c-input-group--stacked body.active_admin form input:last-child[type='submit'], body.active_admin form .c-input-group--stacked input:last-child[type='submit'],
.c-input-group--stacked body.active_admin form.filter_form a.clear_filters_btn:last-child, body.active_admin form.filter_form .c-input-group--stacked a.clear_filters_btn:last-child,
.c-input-group--stacked body.active_admin form fieldset.buttons li.cancel a:last-child, body.active_admin form fieldset.buttons li.cancel .c-input-group--stacked a:last-child,
.c-input-group--stacked body.active_admin form fieldset.actions li.cancel a:last-child, body.active_admin form fieldset.actions li.cancel .c-input-group--stacked a:last-child, .c-input-group--stacked body.active_admin form fieldset.inputs .button:last-child, body.active_admin form fieldset.inputs .c-input-group--stacked .button:last-child, .c-input-group--stacked body.active_admin .table_tools a:last-child, body.active_admin .table_tools .c-input-group--stacked a:last-child, .c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > a:last-child, body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > a:last-child,
.c-input-group--stacked body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:last-child, body.active_admin #title_bar .action_items .c-input-group--stacked span.action_item > .dropdown_menu > a:last-child, .c-input-group--stacked body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:last-child, body.active_admin .ui-dialog > .ui-dialog-buttonpane .c-input-group--stacked button.ui-button:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 147, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .o-field:not(:first-child) .c-field, .c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='datetime-local'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='email'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='email'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='number'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='number'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='password'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='password'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='search'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='search'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='tel'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='tel'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='text'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='text'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form input[type='url'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child) input[type='url'],
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form select, body.active_admin form .c-input-group--stacked .o-field:not(:first-child) select,
.c-input-group--stacked .o-field:not(:first-child) body.active_admin form textarea, body.active_admin form .c-input-group--stacked .o-field:not(:first-child) textarea {
  border-top: 0;
}

/* line 151, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) .c-field, .c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='datetime-local'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='email'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='email'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='number'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='number'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='password'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='password'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='search'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='search'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='tel'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='tel'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='text'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='text'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form input[type='url'], body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) input[type='url'],
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form select, body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) select,
.c-input-group--stacked .o-field:not(:first-child):not(:last-child) body.active_admin form textarea, body.active_admin form .c-input-group--stacked .o-field:not(:first-child):not(:last-child) textarea {
  border-radius: 0;
}

/* line 155, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .o-field:first-child .c-field, .c-input-group--stacked .o-field:first-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='datetime-local'],
.c-input-group--stacked .o-field:first-child body.active_admin form input[type='email'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='email'],
.c-input-group--stacked .o-field:first-child body.active_admin form input[type='number'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='number'],
.c-input-group--stacked .o-field:first-child body.active_admin form input[type='password'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='password'],
.c-input-group--stacked .o-field:first-child body.active_admin form input[type='search'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='search'],
.c-input-group--stacked .o-field:first-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='tel'],
.c-input-group--stacked .o-field:first-child body.active_admin form input[type='text'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='text'],
.c-input-group--stacked .o-field:first-child body.active_admin form input[type='url'], body.active_admin form .c-input-group--stacked .o-field:first-child input[type='url'],
.c-input-group--stacked .o-field:first-child body.active_admin form select, body.active_admin form .c-input-group--stacked .o-field:first-child select,
.c-input-group--stacked .o-field:first-child body.active_admin form textarea, body.active_admin form .c-input-group--stacked .o-field:first-child textarea {
  border-radius: 4px 4px 0 0;
}

/* line 159, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.input-groups.scss */
.c-input-group--stacked .o-field:last-child .c-field, .c-input-group--stacked .o-field:last-child body.active_admin form input[type='datetime-local'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='datetime-local'],
.c-input-group--stacked .o-field:last-child body.active_admin form input[type='email'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='email'],
.c-input-group--stacked .o-field:last-child body.active_admin form input[type='number'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='number'],
.c-input-group--stacked .o-field:last-child body.active_admin form input[type='password'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='password'],
.c-input-group--stacked .o-field:last-child body.active_admin form input[type='search'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='search'],
.c-input-group--stacked .o-field:last-child body.active_admin form input[type='tel'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='tel'],
.c-input-group--stacked .o-field:last-child body.active_admin form input[type='text'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='text'],
.c-input-group--stacked .o-field:last-child body.active_admin form input[type='url'], body.active_admin form .c-input-group--stacked .o-field:last-child input[type='url'],
.c-input-group--stacked .o-field:last-child body.active_admin form select, body.active_admin form .c-input-group--stacked .o-field:last-child select,
.c-input-group--stacked .o-field:last-child body.active_admin form textarea, body.active_admin form .c-input-group--stacked .o-field:last-child textarea {
  border-radius: 0 0 4px 4px;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss */
.c-hint {
  position: absolute;
  padding: 0 0.5em;
  transform: scale(0.8);
  transform-origin: top left;
  color: #7b929e;
  font-size: 1em;
  opacity: 0;
  pointer-events: none;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss */
.c-hint--static,
.c-field:focus ~ .c-hint,
body.active_admin form input:focus[type='datetime-local'] ~ .c-hint,
body.active_admin form input:focus[type='email'] ~ .c-hint,
body.active_admin form input:focus[type='number'] ~ .c-hint,
body.active_admin form input:focus[type='password'] ~ .c-hint,
body.active_admin form input:focus[type='search'] ~ .c-hint,
body.active_admin form input:focus[type='tel'] ~ .c-hint,
body.active_admin form input:focus[type='text'] ~ .c-hint,
body.active_admin form input:focus[type='url'] ~ .c-hint,
body.active_admin form select:focus ~ .c-hint,
body.active_admin form textarea:focus ~ .c-hint,
.c-label__field:focus ~ .c-hint {
  transform: scale(0.9);
  opacity: 1;
}

/* line 21, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss */
.c-hint--success {
  color: #4CAF50;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.hints.scss */
.c-hint--error {
  color: #F44336;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle {
  display: flex;
  align-items: center;
  width: auto;
  cursor: pointer;
  user-select: none;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle input:not(:checked) + .c-toggle__track {
  background-color: #e5eaec;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle input:not(:checked) + .c-toggle__track .c-toggle__handle {
  transform: translateZ(0);
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle input:disabled + .c-toggle__track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle input:disabled + .c-toggle__track .c-toggle__handle {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle--brand .c-toggle__track {
  background-color: #2C3E50;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle--info .c-toggle__track {
  background-color: #2196F3;
}

/* line 37, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle--warning .c-toggle__track {
  background-color: #FF9800;
}

/* line 41, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle--success .c-toggle__track {
  background-color: #4CAF50;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle--error .c-toggle__track {
  background-color: #F44336;
}

/* line 49, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle input {
  display: none;
}

/* line 53, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle__track {
  flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  flex: 0 1 auto;
  background-color: #96a8b2;
  position: relative;
  width: 1em;
  height: .5em;
  margin: 0 0.5em;
  border-radius: 30em;
}

/* line 64, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.toggles.scss */
.c-toggle__handle {
  position: absolute;
  top: -.25em;
  left: 0;
  width: 1em;
  height: 1em;
  transform: translateX(100%);
  border-radius: 30em;
  background-color: #FFF;
  box-shadow: 0 1px 4px -1px #111;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss */
.c-tags {
  position: relative;
  width: 100%;
  text-align: left;
}

/* line 9, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss */
.c-tags .c-card--menu {
  position: absolute;
  width: 100%;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss */
.c-tags__container {
  display: inline-block;
  max-width: 70%;
  padding-right: 0.25em;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss */
.c-tag {
  display: inline-block;
  position: relative;
  max-width: 70%;
  margin: 0.125em;
  padding: 0.5em 1.5em 0.5em 0.5em;
}

/* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss */
.c-tag__close {
  position: absolute;
  top: 7px;
  right: 5px;
  color: #e5eaec;
  font-weight: bold;
}

/* line 36, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tags.scss */
.c-tags__field-container {
  display: inline-block;
  position: absolute;
  width: 30%;
  margin: 0.125em;
  cursor: pointer;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range, body.active_admin form input[type='range'] {
  width: 100%;
  padding: 0.5em 0;
  outline: 0;
  -webkit-appearance: none;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range:not(:disabled)::-webkit-slider-runnable-track, body.active_admin form input[type='range']:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #96a8b2;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range:not(:disabled)::-moz-range-track, body.active_admin form input[type='range']:not(:disabled)::-moz-range-track {
  background-color: #96a8b2;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range:not(:disabled)::-ms-track, body.active_admin form input[type='range']:not(:disabled)::-ms-track {
  background-color: #96a8b2;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--brand:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #2C3E50;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--brand:not(:disabled)::-moz-range-track {
  background-color: #2C3E50;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--brand:not(:disabled)::-ms-track {
  background-color: #2C3E50;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--info:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #2196F3;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--info:not(:disabled)::-moz-range-track {
  background-color: #2196F3;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--info:not(:disabled)::-ms-track {
  background-color: #2196F3;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--warning:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #FF9800;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--warning:not(:disabled)::-moz-range-track {
  background-color: #FF9800;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--warning:not(:disabled)::-ms-track {
  background-color: #FF9800;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--success:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #4CAF50;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--success:not(:disabled)::-moz-range-track {
  background-color: #4CAF50;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--success:not(:disabled)::-ms-track {
  background-color: #4CAF50;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--error:not(:disabled)::-webkit-slider-runnable-track {
  background-color: #F44336;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--error:not(:disabled)::-moz-range-track {
  background-color: #F44336;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.ranges.scss */
.c-range--error:not(:disabled)::-ms-track {
  background-color: #F44336;
}

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range::-webkit-slider-runnable-track, body.active_admin form input[type='range']::-webkit-slider-runnable-track {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 30em;
  box-shadow: none;
  cursor: pointer;
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range::-webkit-slider-thumb, body.active_admin form input[type='range']::-webkit-slider-thumb {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 0;
  border: 0;
  border-radius: 30em;
  background-color: #FFF;
  box-shadow: 0 1px 4px -1px #111;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range::-moz-range-track, body.active_admin form input[type='range']::-moz-range-track {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 30em;
  box-shadow: none;
  cursor: pointer;
}

/* line 44, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range::-moz-range-thumb, body.active_admin form input[type='range']::-moz-range-thumb {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 0;
  border: 0;
  border-radius: 30em;
  background-color: #FFF;
  box-shadow: 0 1px 4px -1px #111;
  cursor: pointer;
}

/* line 48, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range::-ms-track, body.active_admin form input[type='range']::-ms-track {
  width: 100%;
  height: 10px;
  border: 0;
  border-radius: 30em;
  box-shadow: none;
  cursor: pointer;
  border-color: transparent;
  background-color: transparent;
  color: transparent;
}

/* line 53, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range::-ms-fill-lower, body.active_admin form input[type='range']::-ms-fill-lower,
.c-range::-ms-fill-upper,
body.active_admin form input[type='range']::-ms-fill-upper {
  border: 0;
  border-radius: 30em;
  background-color: #96a8b2;
  box-shadow: none;
}

/* line 58, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range::-ms-thumb, body.active_admin form input[type='range']::-ms-thumb {
  width: 20px;
  height: 20px;
  margin: -5px 0 0 0;
  border: 0;
  border-radius: 30em;
  background-color: #FFF;
  box-shadow: 0 1px 4px -1px #111;
  cursor: pointer;
}

/* line 63, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:not(:disabled):active::-webkit-slider-thumb, body.active_admin form input[type='range']:not(:disabled):active::-webkit-slider-thumb {
  transform: scale(1.4);
}

/* line 67, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:not(:disabled):active::-moz-range-thumb, body.active_admin form input[type='range']:not(:disabled):active::-moz-range-thumb {
  transform: scale(1.4);
}

/* line 71, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:not(:disabled):active::-ms-thumb, body.active_admin form input[type='range']:not(:disabled):active::-ms-thumb {
  transform: scale(1.4);
}

/* line 77, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:focus::-webkit-slider-thumb, body.active_admin form input[type='range']:focus::-webkit-slider-thumb {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 81, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:focus::-moz-range-thumb, body.active_admin form input[type='range']:focus::-moz-range-thumb {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 85, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:focus::-ms-thumb, body.active_admin form input[type='range']:focus::-ms-thumb {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:disabled::-webkit-slider-thumb, body.active_admin form input[type='range']:disabled::-webkit-slider-thumb {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:disabled::-webkit-slider-runnable-track, body.active_admin form input[type='range']:disabled::-webkit-slider-runnable-track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:disabled::-moz-range-thumb, body.active_admin form input[type='range']:disabled::-moz-range-thumb {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 103, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:disabled::-moz-range-track, body.active_admin form input[type='range']:disabled::-moz-range-track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 107, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:disabled::-ms-thumb, body.active_admin form input[type='range']:disabled::-ms-thumb {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 111, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.ranges.scss */
.c-range:disabled::-ms-track, body.active_admin form input[type='range']:disabled::-ms-track {
  background-color: #e5eaec;
  cursor: not-allowed;
}

/* line 4, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss */
.c-pagination, body.active_admin nav.pagination {
  display: block;
  width: 100%;
  padding: 1em;
  font-size: 0.83em;
  text-align: center;
}

/* line 12, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss */
.c-pagination__controls {
  display: inline-block;
  text-align: center;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss */
.c-pagination__controls--backward {
  float: left;
  text-align: left;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss */
.c-pagination__controls--forward {
  float: right;
  text-align: right;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss */
.c-pagination__control, body.active_admin nav.pagination .first, body.active_admin nav.pagination .prev, body.active_admin nav.pagination .next, body.active_admin nav.pagination .last,
.c-pagination__page,
body.active_admin nav.pagination .page {
  border: 1px solid transparent;
  background-color: #96a8b2;
  color: #FFF;
  display: inline;
  max-width: 100%;
  margin: 0;
  padding: 0.5em;
  border-radius: 4px;
  outline: 0;
  font-family: inherit;
  font-size: 1em;
  line-height: normal;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  overflow: hidden;
  vertical-align: middle;
  appearance: none;
  user-select: none;
  border: 1px solid #2C3E50;
  background-color: transparent;
  color: #2C3E50;
  min-width: 2.4em;
  border-radius: 30em;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control.c-button--active, body.active_admin nav.pagination .c-button--active.first, body.active_admin nav.pagination .c-button--active.prev, body.active_admin nav.pagination .c-button--active.next, body.active_admin nav.pagination .c-button--active.last,
.c-pagination__page.c-button--active,
body.active_admin nav.pagination .c-button--active.page {
  background-color: #7b929e;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control:not(:disabled):hover, body.active_admin nav.pagination .first:not(:disabled):hover, body.active_admin nav.pagination .prev:not(:disabled):hover, body.active_admin nav.pagination .next:not(:disabled):hover, body.active_admin nav.pagination .last:not(:disabled):hover,
.c-pagination__page:not(:disabled):hover,
body.active_admin nav.pagination .page:not(:disabled):hover {
  background-color: #b0bec5;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control:not(:disabled):focus, body.active_admin nav.pagination .first:not(:disabled):focus, body.active_admin nav.pagination .prev:not(:disabled):focus, body.active_admin nav.pagination .next:not(:disabled):focus, body.active_admin nav.pagination .last:not(:disabled):focus,
.c-pagination__page:not(:disabled):focus,
body.active_admin nav.pagination .page:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control:not(:disabled):active, body.active_admin nav.pagination .first:not(:disabled):active, body.active_admin nav.pagination .prev:not(:disabled):active, body.active_admin nav.pagination .next:not(:disabled):active, body.active_admin nav.pagination .last:not(:disabled):active,
.c-pagination__page:not(:disabled):active,
body.active_admin nav.pagination .page:not(:disabled):active {
  background-color: #7b929e;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control:disabled, body.active_admin nav.pagination .first:disabled, body.active_admin nav.pagination .prev:disabled, body.active_admin nav.pagination .next:disabled, body.active_admin nav.pagination .last:disabled,
.c-pagination__page:disabled,
body.active_admin nav.pagination .page:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control.c-button--active, body.active_admin nav.pagination .c-button--active.first, body.active_admin nav.pagination .c-button--active.prev, body.active_admin nav.pagination .c-button--active.next, body.active_admin nav.pagination .c-button--active.last,
.c-pagination__page.c-button--active,
body.active_admin nav.pagination .c-button--active.page {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control:not(:disabled):hover, body.active_admin nav.pagination .first:not(:disabled):hover, body.active_admin nav.pagination .prev:not(:disabled):hover, body.active_admin nav.pagination .next:not(:disabled):hover, body.active_admin nav.pagination .last:not(:disabled):hover,
.c-pagination__page:not(:disabled):hover,
body.active_admin nav.pagination .page:not(:disabled):hover {
  background-color: #2C3E50;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control:not(:disabled):focus, body.active_admin nav.pagination .first:not(:disabled):focus, body.active_admin nav.pagination .prev:not(:disabled):focus, body.active_admin nav.pagination .next:not(:disabled):focus, body.active_admin nav.pagination .last:not(:disabled):focus,
.c-pagination__page:not(:disabled):focus,
body.active_admin nav.pagination .page:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 50, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-pagination__control:not(:disabled):active, body.active_admin nav.pagination .first:not(:disabled):active, body.active_admin nav.pagination .prev:not(:disabled):active, body.active_admin nav.pagination .next:not(:disabled):active, body.active_admin nav.pagination .last:not(:disabled):active,
.c-pagination__page:not(:disabled):active,
body.active_admin nav.pagination .page:not(:disabled):active {
  border-color: #1c2732;
  background-color: #1c2732;
  color: #FFF;
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss */
.c-pagination__page--current, body.active_admin nav.pagination .page.current {
  background-color: #2C3E50;
  color: #FFF;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.pagination.scss */
.c-pagination__ellipsis {
  padding: 0 1em;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss */
.c-overlay {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(17, 17, 17, 0.4);
  z-index: 400;
}

/* line 16, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss */
.c-overlay--fullpage {
  position: fixed;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss */
.c-overlay--transparent {
  background-color: transparent;
}

/* line 24, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.overlays.scss */
.c-overlay--dismissable {
  cursor: pointer;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss */
.c-bubble {
  display: inline-block;
  position: relative;
  padding: 1em;
  border-radius: 4px;
  background-color: #111;
  color: #FFF;
  text-align: center;
  white-space: nowrap;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss */
.c-bubble:after {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  content: "";
}

/* line 23, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss */
.c-bubble--top:after {
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-top-color: #111;
}

/* line 30, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss */
.c-bubble--right:after {
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  border-right-color: #111;
}

/* line 37, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss */
.c-bubble--bottom:after {
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom-color: #111;
}

/* line 44, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.bubbles.scss */
.c-bubble--left:after {
  top: 50%;
  right: -20px;
  transform: translateY(-50%);
  border-left-color: #111;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip {
  position: relative;
  overflow: visible;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip:before, .c-tooltip:after {
  visibility: hidden;
  z-index: 300;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip:before {
  position: absolute;
  border: 0.6em solid transparent;
  content: "";
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip:after {
  position: absolute;
  padding: .25em .5em;
  border: 1px solid #111;
  border-radius: 4px;
  background-color: #111;
  color: #FFF;
  line-height: 1.45;
  white-space: nowrap;
  content: attr(aria-label);
  visibility: hidden;
}

/* line 32, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip:hover:before, .c-tooltip:hover:after {
  visibility: visible;
}

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--top:before {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -1em);
  border-top-color: #111;
}

/* line 46, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--top:after {
  top: 0%;
  left: 50%;
  transform: translate(-50%, -3em);
}

/* line 54, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--right:before {
  top: 50%;
  left: 100%;
  transform: translate(0, -50%);
  border-right-color: #111;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--right:after {
  top: 50%;
  left: 100%;
  transform: translate(1em, -50%);
}

/* line 69, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--bottom:before {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 1em);
  border-bottom-color: #111;
}

/* line 76, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--bottom:after {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 3em);
}

/* line 84, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--left:before {
  top: 50%;
  right: 100%;
  transform: translate(0, -50%);
  border-left-color: #111;
}

/* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.tooltips.scss */
.c-tooltip--left:after {
  top: 50%;
  right: 100%;
  transform: translate(-1em, -50%);
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alerts {
  display: block;
  position: absolute;
  width: 250px;
  max-height: 100%;
  background-color: transparent;
  z-index: 300;
  overflow-y: auto;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alerts--topleft {
  top: 1em;
  left: 1em;
}

/* line 18, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alerts--topright {
  top: 1em;
  right: 1em;
}

/* line 23, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alerts--bottomleft {
  bottom: 0;
  left: 1em;
}

/* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alerts--bottomright {
  right: 1em;
  bottom: 0;
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alert {
  background-color: #96a8b2;
  color: #FFF;
  position: relative;
  margin: 0 0 1em 0;
  padding: 1em 3em 1em 1em;
  border-radius: 4px;
}

/* line 41, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alert--brand {
  background-color: #2C3E50;
  color: #FFF;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alert--info {
  background-color: #2196F3;
  color: #FFF;
}

/* line 49, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alert--warning {
  background-color: #FF9800;
  color: #FFF;
}

/* line 53, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alert--success {
  background-color: #4CAF50;
  color: #FFF;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.alerts.scss */
.c-alert--error {
  background-color: #F44336;
  color: #FFF;
}

/* line 5, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-right: .001em;
  padding-left: .001em;
  max-width: 400px;
  padding: 0.25em;
  border: 1px solid #96a8b2;
  border-radius: 4px;
  background-color: #FFF;
  text-align: center;
  z-index: 200;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar__control,
.c-calendar__date {
  border: 1px solid transparent;
  background-color: #FFF;
  color: #96a8b2;
  display: inline;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  margin: 0;
  padding: 1em 0.5em;
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
  font-size: 1em;
  cursor: pointer;
  user-select: none;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__control.c-button--active,
.c-calendar__date.c-button--active {
  background-color: #e8e8e8;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__control:not(:disabled):hover,
.c-calendar__date:not(:disabled):hover {
  background-color: white;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__control:not(:disabled):focus,
.c-calendar__date:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__control:not(:disabled):active,
.c-calendar__date:not(:disabled):active {
  background-color: #e8e8e8;
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar__header {
  flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  padding-right: .001em;
  padding-left: .001em;
  flex: 0 0 70%;
  max-width: 70%;
  padding: 0.5em 0;
}

/* line 42, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar__day {
  flex: 1;
  padding-right: 1em;
  padding-left: 1em;
  padding-right: .001em;
  padding-left: .001em;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  padding: 0.5em 0;
  font-weight: bold;
}

/* line 52, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar__date:hover {
  border: 1px solid #96a8b2;
}

/* line 57, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar__date--in-month {
  color: #111;
}

/* line 61, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar__date--today {
  border-color: #cad4d8;
}

/* line 65, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.calendars.scss */
.c-calendar__date--selected,
.c-calendar__date--selected:hover {
  border: 1px solid transparent;
  background-color: #2C3E50;
  color: #FFF;
  border-color: #2C3E50;
}

/* line 8, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__date--selected.c-button--active,
.c-calendar__date--selected:hover.c-button--active {
  background-color: #1c2732;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__date--selected:not(:disabled):hover,
.c-calendar__date--selected:hover:not(:disabled):hover {
  background-color: #3c556e;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__date--selected:not(:disabled):focus,
.c-calendar__date--selected:hover:not(:disabled):focus {
  border-color: #2196F3;
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.buttons.scss */
.c-calendar__date--selected:not(:disabled):active,
.c-calendar__date--selected:hover:not(:disabled):active {
  background-color: #1c2732;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav, body.active_admin #tabs, body.active_admin #utility_nav {
  background-color: #111;
  color: #FFF;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 300;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item, body.active_admin #tabs > li, body.active_admin #utility_nav > li,
.c-nav__content {
  display: block;
  height: 3.5em;
  padding: 0 1em;
  color: inherit;
  line-height: 3.5em;
  vertical-align: middle;
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item .o-image, body.active_admin #tabs > li .o-image, body.active_admin #utility_nav > li .o-image,
.c-nav__content .o-image {
  height: 100%;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item, body.active_admin #tabs > li, body.active_admin #utility_nav > li {
  text-decoration: none;
  cursor: pointer;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item:not(:disabled):hover, body.active_admin #tabs > li:not(:disabled):hover, body.active_admin #utility_nav > li:not(:disabled):hover {
  background-color: #7b929e;
  color: #FFF;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item:not(:disabled):focus, body.active_admin #tabs > li:not(:disabled):focus, body.active_admin #utility_nav > li:not(:disabled):focus {
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item:not(:disabled):active, body.active_admin #tabs > li:not(:disabled):active, body.active_admin #utility_nav > li:not(:disabled):active {
  background-color: #647c88;
  color: #FFF;
}

/* line 32, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--inline .c-nav__item, body.active_admin #tabs .c-nav__item, body.active_admin #utility_nav .c-nav__item, body.active_admin .c-nav--inline #tabs > li, body.active_admin #tabs > li, body.active_admin #utility_nav #tabs > li, body.active_admin .c-nav--inline #utility_nav > li, body.active_admin #tabs #utility_nav > li, body.active_admin #utility_nav > li,
.c-nav--inline .c-nav__content,
body.active_admin #tabs .c-nav__content,
body.active_admin #utility_nav .c-nav__content {
  display: inline-block;
}

/* line 37, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--inline .c-nav__item--right, body.active_admin #tabs .c-nav__item--right, body.active_admin #utility_nav .c-nav__item--right,
.c-nav--inline .c-nav__content--right,
body.active_admin #tabs .c-nav__content--right,
body.active_admin #utility_nav .c-nav__content--right {
  float: right;
}

/* line 43, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--light {
  background-color: #F2F2EA;
  color: #3f2d26;
}

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--top {
  position: absolute;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
}

/* line 56, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--bottom {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
}

/* line 64, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--left {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
}

/* line 72, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
}

/* line 80, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav--fixed {
  position: fixed;
}

/* line 84, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item--active, body.active_admin #tabs > li.current, body.active_admin #utility_nav > li.current {
  background-color: #7b929e;
  color: #FFF;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--brand:not(:disabled):hover {
  background-color: #2C3E50;
  color: #FFF;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--brand:not(:disabled):focus {
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--brand:not(:disabled):active {
  background-color: #1c2732;
  color: #FFF;
}

/* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item--brand.c-nav__item--active, body.active_admin #tabs > li.c-nav__item--brand.current, body.active_admin #utility_nav > li.c-nav__item--brand.current {
  background-color: #2C3E50;
  color: #FFF;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--info:not(:disabled):hover {
  background-color: #2196F3;
  color: #FFF;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--info:not(:disabled):focus {
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--info:not(:disabled):active {
  background-color: #0c7fda;
  color: #FFF;
}

/* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item--info.c-nav__item--active, body.active_admin #tabs > li.c-nav__item--info.current, body.active_admin #utility_nav > li.c-nav__item--info.current {
  background-color: #2196F3;
  color: #FFF;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--warning:not(:disabled):hover {
  background-color: #FF9800;
  color: #FFF;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--warning:not(:disabled):focus {
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--warning:not(:disabled):active {
  background-color: #d17d00;
  color: #FFF;
}

/* line 107, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item--warning.c-nav__item--active, body.active_admin #tabs > li.c-nav__item--warning.current, body.active_admin #utility_nav > li.c-nav__item--warning.current {
  background-color: #FF9800;
  color: #FFF;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--success:not(:disabled):hover {
  background-color: #4CAF50;
  color: #FFF;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--success:not(:disabled):focus {
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--success:not(:disabled):active {
  background-color: #3e8f41;
  color: #FFF;
}

/* line 115, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item--success.c-nav__item--active, body.active_admin #tabs > li.c-nav__item--success.current, body.active_admin #utility_nav > li.c-nav__item--success.current {
  background-color: #4CAF50;
  color: #FFF;
}

/* line 10, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--error:not(:disabled):hover {
  background-color: #F44336;
  color: #FFF;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--error:not(:disabled):focus {
  box-shadow: inset 0 0 0 2px #4dabf5;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/mixins/_components.navs.scss */
.c-nav__item--error:not(:disabled):active {
  background-color: #ef1d0d;
  color: #FFF;
}

/* line 123, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.navs.scss */
.c-nav__item--error.c-nav__item--active, body.active_admin #tabs > li.c-nav__item--error.current, body.active_admin #utility_nav > li.c-nav__item--error.current {
  background-color: #F44336;
  color: #FFF;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress {
  display: block;
  border: 0;
  border-radius: 4px;
  background-color: #e5eaec;
  color: #FFF;
  text-align: center;
  overflow: hidden;
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress--rounded {
  border-radius: 30em;
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress__bar {
  display: block;
  height: 100%;
  float: left;
  border-radius: 0;
  background-color: #96a8b2;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 28, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress__bar:after {
  color: transparent !important;
  content: "-";
}

/* line 33, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress__bar--brand {
  background-color: #2C3E50;
}

/* line 37, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress__bar--info {
  background-color: #2196F3;
}

/* line 41, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress__bar--warning {
  background-color: #FF9800;
}

/* line 45, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress__bar--success {
  background-color: #4CAF50;
}

/* line 49, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.progress.scss */
.c-progress__bar--error {
  background-color: #F44336;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss */
.c-avatar {
  display: inline-block;
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0;
  border-radius: 30em;
  background-color: #2C3E50;
  color: #FFF;
}

/* line 14, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss */
.c-avatar[data-text]:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: attr(data-text);
}

/* line 22, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss */
.c-avatar__img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 30em;
  overflow: hidden;
}

/* line 30, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/components.avatars.scss */
.c-avatar__img + .c-avatar__img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 50%;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss */
.u-centered {
  text-align: center;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss */
.u-center-block {
  position: relative;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss */
.u-center-block__content,
.u-absolute-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* line 16, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss */
.u-center-block__content--vertical {
  left: auto;
  transform: translateY(-50%);
}

/* line 20, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.alignment.scss */
.u-center-block__content--horizontal {
  top: auto;
  transform: translateX(-50%);
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-no-overflow {
  overflow: hidden;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--super {
  padding-top: 3em;
  padding-bottom: 3em;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--xlarge {
  padding-top: 2em;
  padding-bottom: 2em;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--large {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--medium {
  padding-top: 1em;
  padding-bottom: 1em;
}

/* line 23, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--small {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}

/* line 27, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--xsmall {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
}

/* line 31, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--tiny {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
}

/* line 35, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-letter-box--none {
  padding-top: 0;
  padding-bottom: 0;
}

/* line 39, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--super {
  padding-right: 3em;
  padding-left: 3em;
}

/* line 43, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--xlarge {
  padding-right: 2em;
  padding-left: 2em;
}

/* line 47, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--large {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

/* line 51, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--medium {
  padding-right: 1em;
  padding-left: 1em;
}

/* line 55, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--small {
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* line 59, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--xsmall {
  padding-right: 0.25em;
  padding-left: 0.25em;
}

/* line 63, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--tiny {
  padding-right: 0.125em;
  padding-left: 0.125em;
}

/* line 67, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-pillar-box--none {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--super {
  padding-top: 3em;
  padding-bottom: 3em;
  padding-right: 3em;
  padding-left: 3em;
}

/* line 75, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--xlarge {
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 2em;
  padding-left: 2em;
}

/* line 79, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--large {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
}

/* line 83, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--medium {
  padding-top: 1em;
  padding-bottom: 1em;
  padding-right: 1em;
  padding-left: 1em;
}

/* line 87, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--small {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

/* line 91, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--xsmall {
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-right: 0.25em;
  padding-left: 0.25em;
}

/* line 95, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--tiny {
  padding-top: 0.125em;
  padding-bottom: 0.125em;
  padding-right: 0.125em;
  padding-left: 0.125em;
}

/* line 99, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.boxing.scss */
.u-window-box--none {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  padding-left: 0;
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss */
.u-high, body.active_admin form > fieldset.inputs > ol, body.active_admin form > fieldset.inputs .has_many_container, body.active_admin .sidebar_section, body.active_admin #main_content > .panel,
.u-higher,
.u-highest {
  border: 0;
}

/* line 9, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss */
.u-high, body.active_admin form > fieldset.inputs > ol, body.active_admin form > fieldset.inputs .has_many_container, body.active_admin .sidebar_section, body.active_admin #main_content > .panel {
  box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 5px 10px -3px rgba(17, 17, 17, 0.4);
}

/* line 13, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss */
.u-higher {
  box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 10px 25px -4px rgba(17, 17, 17, 0.4);
}

/* line 17, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.elevation.scss */
.u-highest {
  box-shadow: 0 0 1px rgba(17, 17, 17, 0.6), 0 20px 55px -8px rgba(17, 17, 17, 0.4);
}

/* line 3, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss */
.u-super {
  font-size: 2em;
}

/* line 7, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss */
.u-xlarge {
  font-size: 1.5em;
}

/* line 11, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss */
.u-large {
  font-size: 1.17em;
}

/* line 15, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss */
.u-medium {
  font-size: 1em;
}

/* line 19, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss */
.u-small {
  font-size: 0.83em;
}

/* line 23, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/blaze/utilities.sizes.scss */
.u-xsmall {
  font-size: 0.67em;
}

/* line 25, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin {
  font-family: 'Roboto', sans-serif;
}

/* line 29, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .button-base, body.active_admin form button,
body.active_admin form input[type='button'],
body.active_admin form input[type='submit'],
body.active_admin form.filter_form a.clear_filters_btn,
body.active_admin form fieldset.buttons li.cancel a,
body.active_admin form fieldset.actions li.cancel a, body.active_admin form fieldset.inputs .button, body.active_admin .table_tools a, body.active_admin #title_bar .action_items span.action_item > a,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a, body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button {
  background-image: none;
  box-shadow: initial;
  text-shadow: #000 0 1px 0;
}

/* line 40, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form input[type='datetime-local'],
body.active_admin form input[type='email'],
body.active_admin form input[type='number'],
body.active_admin form input[type='password'],
body.active_admin form input[type='search'],
body.active_admin form input[type='tel'],
body.active_admin form input[type='text'],
body.active_admin form input[type='url'],
body.active_admin form select,
body.active_admin form textarea {
  background-color: #fff;
  display: inline-block;
  height: 28px;
}

/* line 55, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form input[type='radio'] {
  margin-right: 0.4em;
}

/* line 58, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form input[type='range'] {
  background: transparent;
  display: inline-block;
  height: 28px;
  min-width: 200px;
  width: 30%;
}

/* line 66, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form select[multiple], body.active_admin form textarea {
  height: auto;
}

/* line 69, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form .selectize-input {
  line-height: 28px;
  padding-left: 8px;
}

/* line 73, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form abbr {
  padding-left: 3px;
}

/* line 87, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form .buttons button,
body.active_admin form .buttons input[type='button'],
body.active_admin form .buttons input[type='submit'], body.active_admin form .actions button,
body.active_admin form .actions input[type='button'],
body.active_admin form .actions input[type='submit'] {
  margin-right: 10px;
}

/* line 93, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form button:hover,
body.active_admin form input[type='button']:hover,
body.active_admin form input[type='submit']:hover,
body.active_admin form.filter_form a.clear_filters_btn:hover,
body.active_admin form fieldset.buttons li.cancel a:hover,
body.active_admin form fieldset.actions li.cancel a:hover {
  background-image: none;
}

/* line 109, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form .blaze_toggle label {
  display: inline-block;
}

/* line 117, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='datetime-local'],
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='email'],
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='number'],
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='password'],
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='search'],
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='tel'],
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='text'],
body.active_admin form.filter_form .filter_form_field.filter_date_range input[type='url'] {
  max-width: 100px;
  width: auto;
}

/* line 129, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form.filter_form .filter_form_field.select_and_search select {
  background-color: #fff;
}

/* line 136, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.buttons li, body.active_admin form fieldset.actions li {
  float: initial;
  display: inline-block;
}

/* line 140, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}

/* line 144, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs input[type='datetime-local'],
body.active_admin form fieldset.inputs input[type='email'],
body.active_admin form fieldset.inputs input[type='number'],
body.active_admin form fieldset.inputs input[type='password'],
body.active_admin form fieldset.inputs input[type='search'],
body.active_admin form fieldset.inputs input[type='tel'],
body.active_admin form fieldset.inputs input[type='text'],
body.active_admin form fieldset.inputs input[type='url'],
body.active_admin form fieldset.inputs select,
body.active_admin form fieldset.inputs textarea {
  background-color: #fff;
  width: calc(80% - 22px);
}

/* line 157, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs select {
  background-image: none;
}

/* line 160, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs label {
  line-height: 28px;
}

/* line 169, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs .button.has_many_add {
  display: inline-block;
}

/* line 172, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs .button.has_many_add:hover {
  background-image: none;
}

/* line 176, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs .button.has_many_remove {
  display: inline-block;
}

/* line 179, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs .button.has_many_remove:hover {
  background-image: none;
}

/* line 185, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset.inputs .fragment input[type='datetime-local'],
body.active_admin form fieldset.inputs .fragment input[type='email'],
body.active_admin form fieldset.inputs .fragment input[type='number'],
body.active_admin form fieldset.inputs .fragment input[type='password'],
body.active_admin form fieldset.inputs .fragment input[type='search'],
body.active_admin form fieldset.inputs .fragment input[type='tel'],
body.active_admin form fieldset.inputs .fragment input[type='text'],
body.active_admin form fieldset.inputs .fragment input[type='url'],
body.active_admin form fieldset.inputs .fragment select {
  width: auto;
}

/* line 198, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset > ol {
  padding: 0;
}

/* line 200, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset > ol > li {
  padding: 0 0 10px 0;
}

/* line 202, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset > ol > li.boolean label, body.active_admin form fieldset > ol > li.blaze_toggle label {
  float: none;
}

/* line 205, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset > ol > li.has_many_container {
  padding: 10px;
}

/* line 207, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form fieldset > ol > li.has_many_container .has_many_fields {
  margin: 0;
}

/* line 215, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs > legend {
  border-radius: 5px 5px 0 0;
  color: #fff;
  padding: 8px 11px;
  text-shadow: #000 0 1px 0;
}

/* line 222, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs > legend > span {
  background-color: transparent;
  background-image: none;
  border: 0 none;
  box-shadow: initial;
  color: inherit;
  margin: 0;
  padding: 0;
  text-shadow: inherit;
}

/* line 233, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs > ol {
  background-color: #f4f4f4;
  border-radius: 0 0 5px 5px;
  padding: 10px;
}

/* line 239, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs > ol > .has_many_container {
  background-color: #ececec;
}

/* line 241, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs > ol > .has_many_container > fieldset > ol > .has_many_container {
  background-color: #e5e5e5;
}

/* line 243, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs > ol > .has_many_container > fieldset > ol > .has_many_container > fieldset > ol > .has_many_container {
  background-color: #dddddd;
}

/* line 249, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs .has_many_container {
  padding: 0;
}

/* line 253, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs .has_many_container h3 {
  background: #d4d4d4;
  margin-bottom: 0;
}

/* line 259, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs .has_many_container .inputs {
  padding: 10px;
}

/* line 262, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs .has_many_container > .button {
  margin-left: 10px;
  margin-bottom: 10px;
}

/* line 267, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin form > fieldset.inputs .choices-group li.choice {
  display: inline-block;
  margin-right: 10px;
}

/* line 275, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header {
  background-color: #2C3E50;
  background-image: none;
  border-bottom: 0 none;
  padding: 0;
  position: relative;
}

/* line 281, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header .header-item {
  top: 0;
}

/* line 284, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header .site_title {
  color: #f8f8f8;
}

/* line 288, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header ul.tabs li > a {
  color: #f8f8f8;
}

/* line 291, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header ul.tabs li:hover, body.active_admin #header ul.tabs li.current {
  background: #7b929e;
}

/* line 295, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header ul.tabs > li.has_nested > a {
  background-color: transparent;
  border-bottom: 0;
}

/* line 299, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header ul.tabs > li.has_nested > ul {
  background: #354b60;
  border-radius: 0;
  padding: 0;
  margin: 0;
}

/* line 304, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header ul.tabs > li.has_nested > ul a {
  line-height: 2em;
}

/* line 307, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #header ul.tabs > li.has_nested > ul li:hover {
  background: #7b929e;
}

/* line 318, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin nav.pagination span > a {
  background: transparent;
  background-image: none;
  border: 0 none;
  box-shadow: none;
  color: initial;
  cursor: pointer;
  padding: 6px 10px;
  margin: 0 auto;
  text-shadow: none;
}

/* line 329, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin nav.pagination a:hover, body.active_admin nav.pagination span:hover > a {
  background: transparent;
  background-image: none;
  color: #fff;
  text-shadow: none;
}

/* line 335, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin nav.pagination .first, body.active_admin nav.pagination .prev, body.active_admin nav.pagination .next, body.active_admin nav.pagination .last {
  display: inline-block;
  margin-right: 2px;
  padding: 0;
}

/* line 341, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin nav.pagination .page {
  display: inline-block;
  margin-right: 2px;
  padding: 0;
}

/* line 346, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin nav.pagination .page.current {
  background-image: none;
  padding: 6px 10px;
}

/* line 351, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin nav.pagination .page.current:hover {
  background-image: none;
}

/* line 358, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #tabs, body.active_admin #utility_nav {
  background-color: #2C3E50;
}

/* line 362, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #tabs > li, body.active_admin #utility_nav > li {
  float: left;
  margin: 0;
}

/* line 368, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #tabs > li.current > a, body.active_admin #utility_nav > li.current > a {
  background: transparent;
}

/* line 372, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #tabs > li > a, body.active_admin #utility_nav > li > a {
  display: block;
  padding: 0;
}

/* line 376, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #tabs > li > a:hover, body.active_admin #utility_nav > li > a:hover {
  background: transparent;
}

/* line 380, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #tabs > li:hover > a, body.active_admin #utility_nav > li:hover > a {
  background: transparent;
}

/* line 384, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #utility_nav {
  position: absolute;
  right: 0;
  width: auto;
}

/* line 395, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .sidebar_section .filter_form_field input[type='datetime-local'],
body.active_admin .sidebar_section .filter_form_field input[type='email'],
body.active_admin .sidebar_section .filter_form_field input[type='number'],
body.active_admin .sidebar_section .filter_form_field input[type='password'],
body.active_admin .sidebar_section .filter_form_field input[type='search'],
body.active_admin .sidebar_section .filter_form_field input[type='tel'],
body.active_admin .sidebar_section .filter_form_field input[type='text'],
body.active_admin .sidebar_section .filter_form_field input[type='url'],
body.active_admin .sidebar_section .filter_form_field select,
body.active_admin .sidebar_section .filter_form_field textarea {
  background-color: #fff;
  background-image: none;
}

/* line 409, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .sidebar_section .panel_contents {
  padding: 5px 10px 10px 10px;
}

/* line 413, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .sidebar_section > h3 {
  background-image: none;
  border: 0 none !important;
  color: #fff;
  padding: 8px 11px;
  text-shadow: #000 0 1px 0;
}

/* line 429, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .table_tools a {
  margin-right: 10px;
}

/* line 432, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .table_tools a span {
  color: #eee;
}

/* line 436, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .table_tools a:hover,
body.active_admin .table_tools a.table_tools_button:hover,
body.active_admin .table_tools .dropdown_menu_button:hover {
  background-image: none;
}

/* line 441, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .table_tools .dropdown_menu_list a {
  width: 100%;
}

/* line 454, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .index_table > thead > tr > th {
  margin-bottom: 0;
}

/* line 457, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .index_table > thead > tr > th.col-selectable > div {
  margin-left: auto;
  margin-right: auto;
}

/* line 464, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .index_table > tbody {
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
}

/* line 472, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .index_table > tbody > tr > td.col-selectable > div {
  margin-left: auto;
  margin-right: auto;
}

/* line 481, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .panel_contents table tr:last-child > td, body.active_admin .panel_contents table tr:last-child > th {
  border-bottom: 0 none;
}

/* line 494, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #title_bar .action_items span.action_item > a:hover,
body.active_admin #title_bar .action_items span.action_item > .dropdown_menu > a:hover {
  background-image: none;
}

/* line 509, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #main_content > .panel > h3 {
  background-image: none;
  border: 0 none !important;
  color: #fff;
  padding: 8px 11px;
  text-shadow: #000 0 1px 0;
}

/* line 518, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #main_content > .panel > .panel_contents .actions {
  margin: 0;
}

/* line 521, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #main_content > .panel table {
  margin: 0;
}

/* line 528, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button {
  margin-right: 10px;
}

/* line 531, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .ui-dialog > .ui-dialog-buttonpane button.ui-button:hover {
  background-image: none;
}

/* line 537, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin #footer {
  padding: 10px 0 0 0;
  text-align: center;
}

/* line 544, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .ui-datepicker > .ui-datepicker-header {
  border-bottom: 0 none;
  border-radius: 0;
  height: auto;
  margin: 0;
  padding: 8px 10px;
  width: 100%;
}

/* line 552, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .ui-datepicker .ui-datepicker-calendar th {
  padding: 3px 0;
}

/* line 555, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .ui-datepicker > .ui-datepicker-calendar {
  left: 0;
  width: 100%;
}

/* line 558, ../../shared/bundle/ruby/2.4.0/gems/activeadmin_blaze_theme-0.2.0/app/assets/stylesheets/activeadmin_blaze_theme/theme.scss */
body.active_admin .ui-datepicker > .ui-datepicker-calendar a {
  text-decoration: none;
}
