@charset "UTF-8";
/* Active Admin CSS */
@media screen {
  /*! normalize.css v8.0.1 | 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 iOS.
 */
  /* line 11, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 64, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  b,
strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 105, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* line 125, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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 176, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /* line 186, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /* line 218, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
 * Correct the padding in Firefox.
 */
  /* line 229, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /* line 240, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  textarea {
    overflow: auto;
  }
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /* line 270, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /* line 280, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /* line 290, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [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 308, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: #5E6469;
  }
  /* line 34, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.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 14, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 {
    display: table-cell;
    vertical-align: middle;
    white-space: nowrap;
    color: #cdcdcd;
    margin-right: 20px;
    margin-bottom: 0px;
    padding: 3px 30px 0 30px;
    font-size: 1.3em;
    font-weight: normal;
    line-height: 1.2;
  }
  /* line 26, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a {
    text-decoration: none;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a:hover {
    color: #fff;
  }
  /* line 34, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 img {
    position: relative;
    top: -2px;
  }
  /* line 40, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header a, #header a:link {
    color: #cdcdcd;
  }
  /* line 42, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header .header-item {
    top: 2px;
    position: relative;
    height: 20px;
  }
  /* line 48, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 55, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li {
    /* Hover on li, display the ul */
  }
  /* line 57, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li:hover > ul {
    display: block;
  }
  /* line 60, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li {
    display: inline-block;
    margin-right: 4px;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1.0em;
    position: relative;
    /* Drop down menus */
  }
  /* line 68, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li a {
    text-decoration: none;
    padding: 6px 10px 4px 10px;
    position: relative;
    border-radius: 10px;
  }
  /* line 75, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.current > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 80, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested > a {
    background: url("data:image/png;base64,R0lGODlhBwAEAKIAAL6+vry8vIiIiJWVlf///3t7ewAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 85, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li.has_nested.current > a {
    background: #7b8389 url("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    padding-right: 20px;
  }
  /* line 90, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li:hover > a {
    background: #7b8389;
    color: #fff;
  }
  /* line 95, ../../local/bundle/gems/activeadmin-2.14.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("data:image/png;base64,R0lGODlhBwAEAKIAAG1tbWxsbElJSVBQUP///0JCQgAAAAAAACH5BAEAAAUALAAAAAAHAAQAAAMLWLol80MoF5mQKgEAOw==") no-repeat calc(100% - 7px) 50%;
    z-index: 1020;
  }
  /* line 104, ../../local/bundle/gems/activeadmin-2.14.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 119, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li {
    position: relative;
    margin: 0px;
  }
  /* line 122, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a {
    background: none;
    display: block;
  }
  /* line 125, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li a:hover {
    color: #fff;
    background: none;
  }
  /* line 129, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.current a {
    border-radius: 0;
  }
  /* line 132, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAKECAKqqqszMzPkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAIALAAAAAAEAAcAAAIJlA0XKbH9nmAFADs=") no-repeat calc(100% - 7px) 55%;
    padding-right: 20px;
  }
  /* line 137, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li.has_nested:hover > a {
    background: url("data:image/gif;base64,R0lGODlhBAAHAMIEAG1tbWxsbElJSVBQUPkVFfkVFfkVFfkVFSH+EUNyZWF0ZWQgd2l0aCBHSU1QACH5BAEKAAEALAAAAAAEAAcAAAMKGKqy02G8OGeACQA7") no-repeat calc(100% - 7px) 55%;
    color: #fff;
  }
  /* line 142, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    margin-top: 0;
    top: -3px;
    left: 100%;
    /* Create an invisible backdrop that adds 8px margin around the dropdown menu or submenu
               that maintains the hover. This makes it much easier to navigate to submenus in
               particular without losing hover accientally, especially near rounded corners. */
  }
  /* line 151, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs > li ul li ul:after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -8px;
    height: calc(100% + 16px);
    width: calc(100% + 16px);
    z-index: -2;
  }
  /* line 167, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #tabs {
    width: 100%;
  }
  /* line 171, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav {
    color: #aaa;
    display: table-cell;
    white-space: nowrap;
    margin: 0;
    padding: 0;
    padding-right: 26px;
    text-align: right;
  }
  /* line 180, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a {
    text-decoration: none;
  }
  /* line 181, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a:hover {
    color: #fff;
  }
  /* line 183, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav li {
    display: inline;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form {
    /* Reset margins & Padding */
    /* Nested Fieldsets and Legends */
    /* Text Fields */
    /* semantic_errors */
    /* Buttons */
  }
  /* line 4, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form ol, form ul {
    list-style: none;
  }
  /* line 7, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset {
    border: 0;
    padding: 10px 0;
    margin-bottom: 20px;
  }
  /* line 12, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend {
    width: 100%;
  }
  /* line 16, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li {
    padding: 10px;
  }
  /* line 21, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li label abbr {
    border: none;
    color: #aaa;
  }
  /* line 35, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container {
    padding: 20px 10px;
  }
  /* line 37, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container h3 {
    font-size: 12px;
    font-weight: bold;
  }
  /* line 41, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li.has_many_container .has_many_fields {
    margin: 10px 0;
  }
  /* line 44, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li > li label {
    line-height: 100%;
    padding-top: 0;
  }
  /* line 47, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_fields {
    position: relative;
  }
  /* line 59, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_container.ui-sortable .has_many_container {
    margin-right: 2em;
  }
  /* line 75, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset {
    position: relative;
    padding: 0;
    margin-bottom: 0;
  }
  /* line 88, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset:not(.inputs) ol li {
    padding: 0;
    border: 0;
  }
  /* line 100, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li fieldset.inputs ol {
    float: left;
    width: 100%;
    margin: 0;
  }
  /* line 109, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=date] {
    width: calc(100% - 22px);
  }
  /* line 136, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean {
    min-height: 1.1em;
  }
  /* line 173, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label {
    width: 100%;
    padding-left: 20%;
    padding-right: 10px;
    text-transform: none !important;
    font-weight: normal;
  }
  /* line 179, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.boolean label input {
    margin: 0 0.5em 0 0.2em;
  }
  /* line 184, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  /* line 189, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li ul.errors li {
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 202, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form ul.errors li {
    margin-left: 15px;
    padding: 0;
    border: none;
    display: list-item;
  }
  /* line 222, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input.disabled[type=submit], form input.disabled[type=button], form button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons, form .actions {
    margin-top: 15px;
  }
  /* line 230, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another {
    float: none;
    margin-bottom: 10px;
  }
  /* line 237, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .actions .create_another label {
    float: none;
    display: inline;
  }
  /* line 243, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset.buttons li, form fieldset.actions li {
    float: left;
    padding: 0;
  }
  /* line 247, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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 255, ../../local/bundle/gems/activeadmin-2.14.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 263, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section select {
    width: 240px;
  }
  /* line 267, ../../local/bundle/gems/activeadmin-2.14.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 276, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field {
    margin-bottom: 10px;
    clear: both;
  }
  /* line 281, ../../local/bundle/gems/activeadmin-2.14.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 285, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.select_and_search select {
    width: 108px;
  }
  /* line 291, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_check_boxes label {
    margin-bottom: 3px;
  }
  /* line 292, ../../local/bundle/gems/activeadmin-2.14.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 296, ../../local/bundle/gems/activeadmin-2.14.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 301, ../../local/bundle/gems/activeadmin-2.14.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 306, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form.filter_form .filter_form_field.filter_date_range input[type=text] {
    width: 114px;
  }
  /* line 309, ../../local/bundle/gems/activeadmin-2.14.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 315, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form.filter_form a.clear_filters_btn.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment {
    margin-top: 10px;
    margin-bottom: 20px;
    max-width: 700px;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .comments .active_admin_comment:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 10, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    margin-left: 150px;
  }
  /* line 27, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment {
    margin: 0;
    padding: 0;
    margin-left: 150px;
  }
  /* line 32, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment li {
    padding: 0;
  }
  /* line 39, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_comments.scss */
  .comments form.active_admin_comment fieldset.buttons {
    padding: 0;
    margin-top: 5px;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a {
    text-decoration: none;
  }
  /* line 14, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  /* line 19, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header {
    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: 156px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    position: relative;
    z-index: 2000;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header:before {
    content: "";
    position: absolute;
    right: 45%;
    top: -6px;
    width: 0px;
    height: 0px;
    border-left: 8.5px solid rgba(0, 0, 0, 0);
    border-right: 8.5px solid rgba(0, 0, 0, 0);
    border-bottom: 10px solid #676e73;
  }
  /* line 41, ../../local/bundle/gems/activeadmin-2.14.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 50, ../../local/bundle/gems/activeadmin-2.14.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 53, ../../local/bundle/gems/activeadmin-2.14.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 59, ../../local/bundle/gems/activeadmin-2.14.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 66, ../../local/bundle/gems/activeadmin-2.14.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 75, ../../local/bundle/gems/activeadmin-2.14.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 85, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker .ui-datepicker-header a span {
    display: none;
  }
  /* line 91, ../../local/bundle/gems/activeadmin-2.14.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 102, ../../local/bundle/gems/activeadmin-2.14.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 107, ../../local/bundle/gems/activeadmin-2.14.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 115, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody {
    color: #666666;
  }
  /* line 118, ../../local/bundle/gems/activeadmin-2.14.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 123, ../../local/bundle/gems/activeadmin-2.14.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 130, ../../local/bundle/gems/activeadmin-2.14.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 133, ../../local/bundle/gems/activeadmin-2.14.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 138, ../../local/bundle/gems/activeadmin-2.14.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 141, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker table.ui-datepicker-calendar tbody td a.ui-state-highlight {
    background-color: #dbdddf;
  }
  /* line 4, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr td {
    vertical-align: top;
  }
  /* line 8, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr th {
    text-align: left;
  }
  /* line 15, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table {
    width: 100%;
    margin-bottom: 10px;
    border: 0;
    border-spacing: 0;
  }
  /* line 21, ../../local/bundle/gems/activeadmin-2.14.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 27, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th a, table.index_table th a:link, table.index_table th a:visited {
    color: #5E6469;
    text-decoration: none;
    display: block;
    white-space: nowrap;
  }
  /* line 34, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sortable a {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAABGCAYAAAAAVo4aAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH5JREFUeNpi3LhlOwMU1AExGxDXwARYoHQLEFdD2cxAXAliMKFJgEAFEHfBJEHGMKLhMpgkTsAEdch/NNwCk2xCdiEQtML4LEgCf6EubUX3Cgh0oNvJ+P//f7wOGpUclRwYSZb41CyidNbB8giNM+9oXhmVHHm5bJjUSAABBgDKKiwMMUxPwgAAAABJRU5ErkJggg==") no-repeat 0 4px;
    padding-left: 13px;
  }
  /* line 38, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc a {
    background-position: 0 -27px;
  }
  /* line 39, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-desc a {
    background-position: 0 -56px;
  }
  /* line 41, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th.sorted-asc, table.index_table th.sorted-desc {
    background-color: #e2e2e2;
    background-image: linear-gradient(180deg, #e2e2e2, #d2d4d6);
  }
  /* line 45, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table th:last-child {
    border-right: solid 1px #d4d4d4;
  }
  /* line 51, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.even td {
    background: #f4f5f5;
  }
  /* line 53, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table tr.selected td {
    background: #d9e4ec;
  }
  /* line 57, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table.index_table td {
    padding: 10px 12px 8px 12px;
    border-bottom: 1px solid #e8e8e8;
    vertical-align: top;
  }
  /* line 66, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table {
    margin-top: 5px;
  }
  /* line 68, ../../local/bundle/gems/activeadmin-2.14.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 77, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.odd td {
    background: #ecedee;
  }
  /* line 78, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table tr.even td {
    background: #f4f5f5;
  }
  /* line 82, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table {
    overflow: hidden;
  }
  /* line 85, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.even {
    background: #f4f5f5;
  }
  /* line 86, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.odd {
    background: #ecedee;
  }
  /* line 87, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table th, .attributes_table table td {
    padding: 8px 12px 6px 12px;
    vertical-align: top;
    border-bottom: 1px solid #e8e8e8;
  }
  /* line 92, ../../local/bundle/gems/activeadmin-2.14.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 103, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table td .empty {
    color: #bbb;
    font-size: 0.8em;
    text-transform: uppercase;
    letter-spacing: 0.2em;
  }
  /* line 112, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .sidebar_section .attributes_table th {
    width: 50px;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_batch_actions.scss */
  #collection_selection_toggle_panel > .resource_selection_toggle_cell {
    float: left;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-titlebar span {
    font-size: 1.1em;
  }
  /* line 19, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog ul {
    list-style-type: none;
  }
  /* line 20, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog li {
    margin: 10px 0;
  }
  /* line 21, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog label {
    margin-right: 10px;
  }
  /* line 23, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog .ui-dialog-buttonpane, .ui-dialog form {
    padding: 7px 15px 13px;
  }
  /* line 27, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button.disabled:last-child {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .active_admin_dialog.ui-dialog .ui-dialog-titlebar-close {
    display: none;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .blank_slate_container {
    clear: both;
    text-align: center;
  }
  /* line 5, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_blank_slates.scss */
  .with_sidebar .blank_slate_container .blank_slate {
    margin-top: 80px;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  /* line 16, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb .breadcrumb_sep {
    margin: 0 2px;
    color: #aab2ba;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu {
    display: inline;
  }
  /* line 4, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .dropdown_menu .dropdown_menu_button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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;
  }
  /* line 110, ../../local/bundle/gems/activeadmin-2.14.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 120, ../../local/bundle/gems/activeadmin-2.14.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 126, ../../local/bundle/gems/activeadmin-2.14.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 134, ../../local/bundle/gems/activeadmin-2.14.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 141, ../../local/bundle/gems/activeadmin-2.14.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 142, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.member_link {
    margin-right: 7px;
    white-space: nowrap;
  }
  /* line 6, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.button, a.button:link, a.button:visited, input[type=submit], input[type=button], button {
    border-radius: 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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button.disabled, a.button.disabled:link, a.button.disabled:visited, input.disabled[type=submit], input.disabled[type=button], button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):hover, a.button:link:not(.disabled):hover, a.button:visited:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):active, a.button:link:not(.disabled):active, a.button:visited:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns {
    clear: both;
    padding: 0;
  }
  /* line 8, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns .column {
    float: left;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_links.scss */
  a, a:link, a:visited {
    color: #38678b;
    text-decoration: underline;
  }
  /* line 5, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_links.scss */
  a:hover {
    text-decoration: none;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .paginated_collection_contents {
    clear: both;
  }
  /* line 5, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination {
    float: right;
    font-size: 0.9em;
    margin-left: 10px;
  }
  /* line 10, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination span.page.current.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information {
    float: right;
    margin-bottom: 5px;
    color: #b3bcc1;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information b {
    color: #5c6469;
  }
  /* line 32, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .download_links {
    float: left;
  }
  /* line 36, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_per_page {
    float: right;
    margin-left: 4px;
  }
  /* line 39, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .pagination_per_page select.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  /* line 51, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination_information {
    float: left;
    color: #000;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > h3 .header_action, .panel > h3 .header_action {
    float: right;
  }
  /* line 35, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section > div, .panel > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .section hr, .panel hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 6, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 .header_action {
    float: right;
  }
  /* line 35, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > div {
    padding: 3px 15px 15px 15px;
  }
  /* line 37, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section hr {
    border: none;
    border-bottom: 1px solid #E8E8E8;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_columns.scss */
  .columns {
    margin-bottom: 10px;
  }
  /* line 3, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_scopes.scss */
  .scopes li:first-child a {
    margin-left: 10px;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.yes {
    background: #6090DB;
  }
  /* line 10, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.no {
    background: grey;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools {
    margin-bottom: 16px;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  .table_tools:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 6, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools .dropdown_menu {
    float: left;
  }
  /* line 10, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 36, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools_segmented_control li {
    float: left;
  }
  /* line 39, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes {
    float: right;
  }
  /* line 5, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser h1 {
    font-size: 13px;
    font-weight: bold;
  }
  /* line 13, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_unsupported_browser.scss */
  .unsupported_browser p {
    margin-bottom: 0.5em;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-tabs-nav li a.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out {
    background: #e8e9ea;
  }
  /* line 4, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #content_wrapper {
    width: 500px;
    margin: 70px auto;
  }
  /* line 7, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login {
    /* Login Form */
  }
  /* line 27, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset li {
    padding: 10px 0;
  }
  /* line 33, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login form fieldset.buttons {
    margin-left: 20%;
  }
  /* line 41, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login a {
    float: right;
    margin-top: -32px;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer {
    padding: 30px 30px;
    font-size: 0.8em;
    clear: both;
  }
  /* line 6, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer p {
    padding-top: 10px;
  }
  /* line 12, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #index_footer {
    padding-top: 5px;
    text-align: right;
    font-size: 0.85em;
  }
  /* line 2, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #index_footer:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 19, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  .index_content {
    clear: both;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #wrapper {
    width: 100%;
  }
  /* line 5, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  .index #wrapper {
    display: table;
  }
  /* line 9, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content {
    margin: 0;
    padding: 30px;
  }
  /* line 13, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper {
    float: left;
    width: 100%;
  }
  /* line 17, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #main_content_wrapper #main_content {
    margin-right: 300px;
  }
  /* line 22, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #active_admin_content #sidebar {
    float: left;
    width: 270px;
    margin-left: -270px;
  }
  /* line 1, ../../local/bundle/gems/activeadmin-2.14.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-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, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_utilities.scss */
  #title_bar:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
  /* line 13, ../../local/bundle/gems/activeadmin-2.14.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 19, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_title_bar.scss */
  #title_bar #titlebar_right {
    text-align: right;
  }
  /* line 23, ../../local/bundle/gems/activeadmin-2.14.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 33, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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, ../../local/bundle/gems/activeadmin-2.14.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 36, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_base.scss */
  html {
    box-sizing: border-box;
  }
  /* line 40, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_base.scss */
  *,
*:before,
*:after {
    box-sizing: inherit;
  }
  /* line 46, ../../local/bundle/gems/activeadmin-2.14.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;
  }
}

@media print {
  /* Active Admin Print Stylesheet */
  /*! normalize.css v8.0.1 | 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 iOS.
 */
  /* line 11, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  /* Sections
   ========================================================================== */
  /**
 * Remove the margin in all browsers.
 */
  /* line 23, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  body {
    margin: 0;
  }
  /**
 * Render the `main` element consistently in IE.
 */
  /* line 31, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  main {
    display: block;
  }
  /**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
  /* line 40, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  /* Grouping content
   ========================================================================== */
  /**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
  /* line 53, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  hr {
    box-sizing: content-box;
    /* 1 */
    height: 0;
    /* 1 */
    overflow: visible;
    /* 2 */
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 64, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  pre {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /* Text-level semantics
   ========================================================================== */
  /**
 * Remove the gray background on active links in IE 10.
 */
  /* line 76, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  a {
    background-color: transparent;
  }
  /**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
  /* line 85, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    text-decoration: underline dotted;
    /* 2 */
  }
  /**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
  /* line 95, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  b,
strong {
    font-weight: bolder;
  }
  /**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
  /* line 105, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  code,
kbd,
samp {
    font-family: monospace, monospace;
    /* 1 */
    font-size: 1em;
    /* 2 */
  }
  /**
 * Add the correct font size in all browsers.
 */
  /* line 116, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  small {
    font-size: 80%;
  }
  /**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
  /* line 125, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  /* line 133, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }
  /* line 137, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sup {
    top: -0.5em;
  }
  /* Embedded content
   ========================================================================== */
  /**
 * Remove the border on images inside links in IE 10.
 */
  /* line 148, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  img {
    border-style: none;
  }
  /* Forms
   ========================================================================== */
  /**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
  /* line 160, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    /* 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 176, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
input {
    /* 1 */
    overflow: visible;
  }
  /**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
  /* line 186, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
select {
    /* 1 */
    text-transform: none;
  }
  /**
 * Correct the inability to style clickable types in iOS and Safari.
 */
  /* line 195, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
  }
  /**
 * Remove the inner border and padding in Firefox.
 */
  /* line 206, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  /**
 * Restore the focus styles unset by the previous rule.
 */
  /* line 218, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  /**
 * Correct the padding in Firefox.
 */
  /* line 229, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  /**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
  /* line 240, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  legend {
    box-sizing: border-box;
    /* 1 */
    color: inherit;
    /* 2 */
    display: table;
    /* 1 */
    max-width: 100%;
    /* 1 */
    padding: 0;
    /* 3 */
    white-space: normal;
    /* 1 */
  }
  /**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
  /* line 253, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  progress {
    vertical-align: baseline;
  }
  /**
 * Remove the default vertical scrollbar in IE 10+.
 */
  /* line 261, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  textarea {
    overflow: auto;
  }
  /**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
  /* line 270, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */
  }
  /**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
  /* line 280, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
  }
  /**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
  /* line 290, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }
  /**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
  /* line 299, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [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 308, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }
  /* Interactive
   ========================================================================== */
  /*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
  /* line 320, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  details {
    display: block;
  }
  /*
 * Add the correct display in all browsers.
 */
  /* line 328, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  summary {
    display: list-item;
  }
  /* Misc
   ========================================================================== */
  /**
 * Add the correct display in IE 10+.
 */
  /* line 339, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  template {
    display: none;
  }
  /**
 * Add the correct display in IE 10.
 */
  /* line 347, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }
  /* line 27, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }
  /* line 28, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  body {
    font-size: 75%;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  }
  /* line 31, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    color: black;
  }
  /* line 34, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
    margin: 0;
  }
  /* line 37, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h1 {
    font-size: 3em;
    line-height: 1;
    margin-bottom: 0.5em;
  }
  /* line 38, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }
  /* line 39, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h3 {
    font-size: 1.5em;
    line-height: 1;
    margin-bottom: 1em;
  }
  /* line 40, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h4 {
    font-size: 1.2em;
    line-height: 1.25;
    margin-bottom: 1.25em;
  }
  /* line 41, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h5 {
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 1.5em;
  }
  /* line 42, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }
  /* line 45, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p .left {
    margin: 1.5em 1.5em 1.5em 0;
    padding: 0;
  }
  /* line 49, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p .right {
    margin: 1.5em 0 1.5em 1.5em;
    padding: 0;
  }
  /* line 52, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }
  /* line 53, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }
  /* line 55, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  blockquote {
    margin: 1.5em;
    color: #666;
    font-style: italic;
  }
  /* line 56, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }
  /* line 57, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }
  /* line 58, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }
  /* line 60, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  abbr,
acronym {
    border-bottom: 1px dotted #666;
  }
  /* line 62, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  address {
    margin: 0 0 1.5em;
    font-style: italic;
  }
  /* line 63, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }
  /* line 65, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }
  /* line 66, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre, code, tt {
    font: 1em 'andale mono', 'lucida console', monospace;
    line-height: 1.5;
  }
  /* line 69, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
li ol {
    margin: 0;
  }
  /* line 71, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul, ol {
    margin: 0 1.5em 1.5em 0;
    padding-left: 1.5em;
  }
  /* line 73, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }
  /* line 74, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }
  /* line 76, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }
  /* line 77, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }
  /* line 78, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }
  /* line 81, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  table {
    margin-bottom: 1.4em;
    width: 100%;
  }
  /* line 82, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }
  /* line 83, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }
  /* line 84, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  th, td, caption {
    padding: 4px 10px 4px 5px;
  }
  /* line 87, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .small {
    font-size: .8em;
    margin-bottom: 1.875em;
    line-height: 1.875em;
  }
  /* line 88, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .large {
    font-size: 1.2em;
    line-height: 2.5em;
    margin-bottom: 1.25em;
  }
  /* line 89, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }
  /* line 91, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }
  /* line 92, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }
  /* line 93, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }
  /* line 94, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }
  /* line 95, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }
  /* line 97, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }
  /* line 98, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }
  /* line 99, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }
  /* line 100, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  /* line 13, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  body {
    font-family: Helvetica, Arial, sans-serif;
    line-height: 150%;
    font-size: 72%;
    background: #fff;
    width: 99%;
    margin: 0;
    padding: .5%;
    color: black;
  }
  /* line 24, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  a {
    color: black;
    text-decoration: none;
  }
  /* line 29, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  h3 {
    font-weight: bold;
    margin-bottom: .5em;
  }
  /* line 35, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #header {
    float: left;
  }
  /* line 38, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #header #tabs, #header .tabs, #header #utility_nav {
    display: none;
  }
  /* line 42, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #header h1 {
    font-weight: bold;
  }
  /* line 47, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .flashes {
    display: none;
  }
  /* line 51, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar {
    float: right;
  }
  /* line 54, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar h2 {
    line-height: 2em;
    margin: 0;
  }
  /* line 59, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar .breadcrumb, #title_bar #titlebar_right {
    display: none;
  }
  /* line 65, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #active_admin_content {
    border-top: thick solid black;
    clear: both;
    margin-top: 2em;
    padding-top: 3em;
  }
  /* line 73, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #footer {
    display: none;
  }
  /* line 79, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  /* line 84, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li {
    display: none;
    padding: 0;
    margin-bottom: 1em;
  }
  /* line 89, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected, .table_tools ul li.index.selected {
    display: block;
  }
  /* line 92, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected:before, .table_tools ul li.index.selected:before {
    content: "Showing ";
  }
  /* line 96, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected a, .table_tools ul li.index.selected a {
    font-weight: bold;
  }
  /* line 100, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .table_tools ul li.scope.selected span, .table_tools ul li.index.selected span {
    display: inline-block;
    font-weight: normal;
    font-size: .9em;
  }
  /* line 111, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table {
    margin-bottom: 1.5em;
    text-align: left;
    width: 100%;
  }
  /* line 116, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table thead {
    display: table-header-group;
  }
  /* line 119, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table thead th {
    background: none;
    border-bottom: medium solid black;
    font-weight: bold;
  }
  /* line 124, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table thead th a {
    text-decoration: none;
  }
  /* line 130, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table th, table td {
    padding: .5em 1em;
  }
  /* line 133, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table th .member_link, table td .member_link {
    display: none;
  }
  /* line 138, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table td {
    border-bottom: thin solid black;
  }
  /* line 142, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table tr {
    page-break-inside: avoid;
  }
  /* line 148, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #index_footer, .pagination_information {
    display: none;
  }
  /* line 153, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td {
    border: none;
    text-align: center;
    vertical-align: middle;
  }
  /* line 158, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td img {
    max-width: 1in;
  }
  /* line 165, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .panel {
    border-bottom: thick solid #ccc;
    margin-bottom: 3em;
    padding-bottom: 2em;
    page-break-inside: avoid;
  }
  /* line 171, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .panel:last-child {
    border-bottom: none;
  }
  /* line 177, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .comments form {
    display: none;
  }
  /* line 181, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment {
    border-top: thin solid black;
    padding-top: 1em;
  }
  /* line 186, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta h4 {
    font-size: 1em;
    font-weight: bold;
    float: left;
    margin-right: .5em;
    margin-bottom: 0;
  }
  /* line 194, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_meta span {
    font-size: .9em;
    font-style: italic;
    vertical-align: top;
  }
  /* line 201, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .comments .active_admin_comment .active_admin_comment_body {
    clear: both;
    margin-bottom: 1em;
  }
  /* line 210, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table {
    border-top: medium solid black;
  }
  /* line 213, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th {
    border-bottom: thin solid black;
    vertical-align: top;
  }
  /* line 217, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th:after {
    content: ':';
  }
  /* line 223, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table td img {
    max-height: 4in;
    max-width: 6in;
  }
  /* line 231, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #filters_sidebar_section {
    display: none;
  }
  /* line 237, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset {
    border-top: thick solid #ccc;
    padding-top: 2em;
    margin-bottom: 2em;
  }
  /* line 242, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset:last-child {
    border-bottom: none;
  }
  /* line 247, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form .buttons, form abbr {
    display: none;
  }
  /* line 250, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form ol {
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  /* line 255, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li {
    border-top: thin solid black;
    margin: 0;
    padding: 1em 0;
    overflow: hidden;
  }
  /* line 261, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li.password, form ol li.hidden {
    display: none;
  }
  /* line 265, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li label {
    font-weight: bold;
    float: left;
    width: 20%;
  }
  /* line 271, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input, form ol li textarea, form ol li select {
    background: none;
    border: 0;
    font: Arial, Helvetica, sans-serif;
  }
  /* line 277, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input[type=file] {
    display: none;
  }
  /* line 285, ../../local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .unsupported_browser {
    display: none;
  }
}

/**
 * selectize.css (v0.13.3)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 * Copyright (c) 2020 Selectize Team & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 * @author Ris Adams <selectize@risadams.com>  
 */
/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  box-shadow: inset 0 0 12px 4px #fff;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: "!";
  visibility: hidden;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control .dropdown-header {
  position: relative;
  padding: 10px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  border-radius: 3px 3px 0 0;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control .dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: .4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control .dropdown-header-close:hover {
  color: #000;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .selectize-dropdown-content {
  display: flex;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-remove_button .item {
  display: inline-flex;
  align-items: center;
  padding-right: 0 !important;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-remove_button .item .remove {
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 6px;
  border-left: 1px solid #d0d0d0;
  border-radius: 0 2px 2px 0;
  box-sizing: border-box;
  margin-left: 6px;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-remove_button .item .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-remove_button .item.active .remove {
  border-left-color: #cacaca;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-remove_button .disabled .item .remove:hover {
  background: none;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-remove_button .disabled .item .remove {
  border-left-color: #fff;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control {
  position: relative;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown, .selectize-input, .selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  font-smoothing: inherit;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input, .selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.multi .selectize-input.has-items {
  padding: calc( 8px - 2px - 0) 8px calc( 8px - 2px - 3px - 0);
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input.full {
  background-color: #fff;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input.disabled, .selectize-input.disabled * {
  cursor: default !important;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input.focus {
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input.dropdown-active {
  border-radius: 3px 3px 0 0;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input > * {
  vertical-align: baseline;
  display: inline-block;
  zoom: 1;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.multi .selectize-input.disabled > div, .selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #fff;
  border: 0 solid #fff;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  user-select: auto !important;
  box-shadow: none !important;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input > input[placeholder] {
  box-sizing: initial;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input.has-items > input {
  margin: 0 4px !important;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input::after {
  content: " ";
  display: block;
  clear: left;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-input.dropdown-active::before {
  content: " ";
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  box-sizing: border-box;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 3px 3px;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  border-radius: 1px;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .option, .selectize-dropdown .optgroup-header, .selectize-dropdown .no-results, .selectize-dropdown .create {
  padding: 5px 8px;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .option, .selectize-dropdown [data-disabled], .selectize-dropdown [data-disabled] .option[data-selectable] {
  cursor: inherit;
  opacity: .5;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .option[data-selectable] {
  opacity: 1;
  cursor: pointer;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  overflow-scrolling: touch;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .spinner {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 5px 8px;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-dropdown .spinner:after {
  content: " ";
  display: block;
  width: 24px;
  height: 24px;
  margin: 3px;
  border-radius: 50%;
  border: 5px solid #d0d0d0;
  border-color: #d0d0d0 transparent #d0d0d0 transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.single .selectize-input, .selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.single .selectize-input.input-active, .selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.single .selectize-input:after {
  content: " ";
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: gray transparent transparent transparent;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent gray transparent;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.rtl {
  text-align: right;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 19, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/selectize/selectize.css */
.selectize-control .selectize-input.disabled {
  opacity: .5;
  background-color: #fafafa;
}

/* line 4, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/_selectize_input.scss */
.selectize-control .selectize-input {
  width: calc(80% - 22px);
}

/* line 7, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/_selectize_input.scss */
.selectize-control.multi .selectize-input, .selectize-control .selectize-input {
  padding: 0 5px;
}

/* line 9, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/_selectize_input.scss */
.selectize-control.multi .selectize-input.has-items, .selectize-control .selectize-input.has-items {
  padding: 0 5px;
}

/* line 13, ../../local/bundle/gems/activeadmin_selectize-0.3.0/app/assets/stylesheets/activeadmin/_selectize_input.scss */
.selectize-control.plugin-remove_button .remove-single {
  font-size: 16px;
}

/* line 10, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
html {
  background: #f7f9fb;
}

/* line 13, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
body.active_admin {
  background: #f7f9fb;
}

/* line 18, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper div.tabs > ul > li > a {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  margin-bottom: 11px;
  border: none;
  background-color: #2591f5;
  color: #ffffff;
  margin-right: 5px;
  padding: 10px 20px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
}

/* line 45, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper div.tabs ul > li.ui-state-active > a {
  background-color: #ffffff;
  border: 1px solid #e7e8e8;
  border-bottom: 0;
  color: #2591f5;
}

/* line 51, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper div.tabs div.tab-content {
  background-color: #ffffff;
  border: 1px solid #e7e8e8;
  border-bottom: 2px solid #e7e8e8;
  border-radius: 4px;
}

/* line 58, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header {
  background-color: #034ff5;
  border-bottom: 1px solid #4881fd !important;
  padding-bottom: 9px;
  border: none;
  text-shadow: none;
  background-image: none;
}

/* line 65, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header h1.site_title {
  color: #2591f5;
  font-size: 16px;
}

/* line 69, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header a, #wrapper #header a:link {
  color: #ffffff;
}

/* line 72, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header ul.tabs > li > a {
  color: #ffffff;
  border-radius: 4px;
  padding: 6px 10px 6px 10px;
}

/* line 77, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header ul.tabs > li.current > a, #wrapper #header ul.tabs > li:hover > a {
  background-color: #2591f5;
}

/* line 82, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header ul.tabs li.has_nested a {
  padding-right: 20px;
}

/* line 85, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header ul.tabs li.has_nested ul {
  background-color: #2591f5;
  border-radius: 4px;
}

/* line 88, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header ul.tabs li.has_nested ul li > a {
  padding-left: 15px;
}

/* line 91, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header ul.tabs li.has_nested ul li.current > a::before, #wrapper #header ul.tabs li.has_nested ul li:hover > a::before {
  content: '';
  display: block;
  width: 7px;
  height: 4px;
  position: absolute;
  top: 12px;
  left: 4px;
  background: transparent url(/images/active_admin/nested_menu_arrow_dark.gif) no-repeat 0 0;
  transform: rotate(-90deg);
}

/* line 105, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #header ul.tabs li.has_nested:hover a {
  border-bottom: 7px solid #2591f5;
}

/* line 111, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #2468fc;
  border: none;
  border-bottom: 3px solid #2591f5;
}

/* line 119, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_left span.breadcrumb {
  font-size: 12px;
  text-shadow: none;
  margin-bottom: 8px;
}

/* line 123, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_left span.breadcrumb a, #wrapper #title_bar #titlebar_left span.breadcrumb span {
  color: #93b5fe !important;
}

/* line 127, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_left h2 {
  color: #ffffff;
  text-shadow: none;
}

/* line 133, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right .action_item a {
  background-image: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 4px;
  background-color: #2591f5;
  border: none;
  color: #ffffff;
  font-weight: 600;
}

/* line 143, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right .action_item a:hover {
  background-color: #3d9df6 !important;
}

/* line 148, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper {
  background-color: #034ff5;
  border: none;
  background-image: none;
  border: none;
  box-shadow: none;
}

/* line 154, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before {
  border-color: #034ff5 transparent;
}

/* line 157, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list {
  box-shadow: none;
}

/* line 160, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a {
  background-color: #ffffff;
  color: #034ff5;
  border-radius: 0;
}

/* line 164, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover {
  background-color: #2591f5;
  color: #ffffff;
}

/* line 174, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right div.batch_actions_selector a {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #2591f5;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
}

/* line 183, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #title_bar #titlebar_right div.batch_actions_selector a:hover {
  background-color: #3d9df6;
}

/* line 191, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .flashes .flash {
  color: #ffffff;
  background-image: none;
  text-shadow: none;
}

/* line 197, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .flashes .flash_notice {
  background-color: #669148;
  border-bottom: 2px solid #4C7331;
}

/* line 201, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .flashes .flash_warning {
  background-color: #BDBC45;
  border-bottom: 2px solid #8B8A3D;
}

/* line 205, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .flashes .flash_error {
  background-color: #CD3333;
  border-bottom: 2px solid #962F2F;
}

/* line 211, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content span.blank_slate {
  border: 2px solid #b7dbfc;
  color: #8494a8;
  border-radius: 4px;
}

/* line 216, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools {
  margin-bottom: 35px;
}

/* line 219, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper {
  background-color: #034ff5;
  border: none;
  background-image: none;
  border: none;
  box-shadow: none;
}

/* line 225, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before {
  border-color: #034ff5 transparent;
}

/* line 228, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list {
  box-shadow: none;
}

/* line 231, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a {
  background-color: #ffffff;
  color: #034ff5;
  border-radius: 0;
}

/* line 235, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover {
  background-color: #2591f5;
  color: #ffffff;
}

/* line 245, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #2591f5;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
}

/* line 254, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a:hover {
  background-color: #3d9df6;
}

/* line 260, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper {
  background-color: #034ff5;
  border: none;
  background-image: none;
}

/* line 264, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:after, #wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper div.dropdown_menu_nipple:before {
  border-color: #034ff5 transparent;
}

/* line 267, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list {
  box-shadow: none;
}

/* line 270, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a {
  background-color: #ffffff;
  box-shadow: none;
  color: #034ff5;
  border-radius: 0;
  text-shadow: none;
}

/* line 276, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.dropdown_menu div.dropdown_menu_list_wrapper ul.dropdown_menu_list li a:hover {
  background-color: #2591f5;
  color: #ffffff;
}

/* line 286, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a {
  background-image: none;
  background-color: #2591f5;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
  text-shadow: none;
  box-shadow: none;
}

/* line 295, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools div.batch_actions_selector a:hover {
  background-color: #3d9df6;
  box-shadow: none;
}

/* line 303, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools ul.scopes li a, #wrapper #active_admin_content div.table_tools div.scopes > ul li a {
  background-image: none;
  border: none;
  box-shadow: none;
  background-color: #2591f5;
  padding: 10px 20px;
  color: #ffffff;
  text-shadow: none;
  border-right: 1px solid #ffffff;
}

/* line 312, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools ul.scopes li a span, #wrapper #active_admin_content div.table_tools div.scopes > ul li a span {
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}

/* line 320, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools ul.scopes li:first-child a, #wrapper #active_admin_content div.table_tools div.scopes > ul li:first-child a {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 330, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools ul.scopes li:last-child a, #wrapper #active_admin_content div.table_tools div.scopes > ul li:last-child a {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 340, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper #active_admin_content div.table_tools ul.scopes li.selected a, #wrapper #active_admin_content div.table_tools div.scopes > ul li.selected a {
  background-color: #6eb6f8;
}

/* line 347, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper table.index_table {
  background-color: #ffffff;
  border: 1px solid #e7e8e8;
  border-bottom: 2px solid #e7e8e8;
  border-radius: 4px;
}

/* line 352, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper table.index_table th {
  background-image: none;
  border: none;
  box-shadow: none;
  text-shadow: none;
  font-size: 1.0em;
  font-weight: bold;
  background-color: #e7e8e8;
  padding: 10px 12px 10px 12px;
  border-bottom: 3px solid #dadcdc;
  border-right: 1px solid #dadcdc;
}

/* line 363, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper table.index_table th a {
  font-size: 1.0em;
  font-weight: bold !important;
}

/* line 368, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper table.index_table th.col-selectable {
  width: 12px;
}

/* line 371, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper table.index_table th.sorted-desc {
  background-color: #e7e8e8;
}

/* line 374, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper table.index_table td {
  padding: 10px 12px 10px 12px;
}

/* line 378, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .sidebar_section.panel {
  background-image: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e7e8e8;
  border-bottom: 2px solid #e7e8e8;
}

/* line 384, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .sidebar_section.panel > h3 {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #2591f5;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 402, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .sidebar_section.panel .filter_form_field label {
  color: #8494a8;
}

/* line 405, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .sidebar_section.panel .filter_form_field input {
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
}

/* line 409, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#wrapper .sidebar_section.panel .filter_form_field input:focus {
  border-color: #87c2f9;
  box-shadow: none;
}

/* line 416, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset > ol > li fieldset.fragments ol {
  margin-left: 20%;
}

/* line 419, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset ol > li.has_many_container h3 {
  color: #8494a8;
}

/* line 422, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form input[type=submit], a.button, a.button:link, a.button:visited, fieldset.actions > ol > li.button_action > button {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #2591f5;
  border-radius: 4px;
  border: none;
  padding: 10px 20px;
  color: #ffffff;
}

/* line 431, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form input[type=submit]:hover, a.button:hover, a.button:link:hover, a.button:visited:hover, fieldset.actions > ol > li.button_action > button:hover {
  background-image: none !important;
  background-color: #3d9df6 !important;
}

/* line 436, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset.buttons li.cancel a, form fieldset.actions li.cancel a, form.filter_form a.clear_filters_btn {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  border-color: #E4E4E4;
}

/* line 444, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset.buttons li.cancel a:hover, form fieldset.actions li.cancel a:hover, form.filter_form a.clear_filters_btn:hover {
  background-image: none !important;
  background-color: #F4F4F4 !important;
}

/* line 449, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset.inputs {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e6e9ee;
  border-bottom: 2px solid #e6e9ee;
}

/* line 458, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset.inputs legend span {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #2591f5;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 478, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset.inputs ol > li label {
  color: #8494a8;
}

/* line 481, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset.inputs ol > li input, form fieldset.inputs ol > li textarea {
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
}

/* line 485, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset.inputs ol > li input:focus, form fieldset.inputs ol > li textarea:focus {
  border-color: #87c2f9;
  box-shadow: none;
}

/* line 491, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div {
  background: none;
  background-color: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
}

/* line 497, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div div.ui-datepicker-header {
  background-image: none;
  background-color: #2591f5;
  border-bottom: none;
}

/* line 502, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div div.ui-datepicker-header div.ui-datepicker-title span {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
}

/* line 510, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div div.ui-datepicker-header:before {
  border-bottom: 10px solid #2591f5;
}

/* line 513, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div table.ui-datepicker-calendar {
  background-color: #ffffff;
  border-color: #2591f5;
}

/* line 518, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div table.ui-datepicker-calendar thead tr th {
  background-color: #87c2f9;
}

/* line 526, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td a:hover {
  background-color: #2591f5;
  color: #ffffff;
}

/* line 531, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
#ui-datepicker-div table.ui-datepicker-calendar tbody tr td.ui-datepicker-today > a {
  background-color: #2591f5;
  color: #ffffff;
}

/* line 539, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.panel {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border: 1px solid #e7e8e8;
  border-bottom: 2px solid #e7e8e8;
}

/* line 547, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.panel > h3 {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #2591f5;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  margin-top: 0;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 566, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.panel .panel_contents {
  font-weight: 400;
}

/* line 570, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.attributes_table table th, .attributes_table table td {
  padding: 10px 0;
}

/* line 573, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.attributes_table table th {
  color: #8494a8;
}

/* line 576, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.comments form.active_admin_comment fieldset.inputs {
  border: none;
}

/* line 580, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.pagination span > a {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  background-color: #e7e8e8;
  border-radius: 4px;
  padding: 5px 10px;
}

/* line 589, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.pagination span > a:hover {
  background-image: none !important;
  background-color: #2591f5 !important;
  color: #ffffff;
}

/* line 595, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.pagination span.page.current {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #2591f5;
  border: none;
  padding: 5px 10px;
  border-radius: 4px;
  cursor: pointer;
}

/* line 605, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.pagination span.page.current:hover {
  background-image: none !important;
  background-color: #2591f5 !important;
}

/* line 611, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
body.logged_out #content_wrapper #active_admin_content {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #e7e8e8;
  border-bottom: 2px solid #e7e8e8;
}

/* line 622, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
body.logged_out #content_wrapper #active_admin_content #login h2 {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #2591f5;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 642, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
body.logged_out #content_wrapper #active_admin_content #login form fieldset {
  border: none;
}

/* line 646, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
body.logged_out #content_wrapper #active_admin_content #login form fieldset ol li label {
  color: #8494a8;
}

/* line 655, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.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 textarea {
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
}

/* line 659, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset > ol > li fieldset ol li {
  clear: both;
}

/* line 661, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form fieldset > ol > li fieldset ol li select {
  margin-top: 6px;
}

/* line 665, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-bottom: 2px solid #e7e8e8;
}

/* line 672, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog .ui-dialog-titlebar {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #2591f5;
  color: #ffffff;
  border: none;
  padding: 8px 15px;
  font-weight: 400;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 693, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog form ul li label {
  display: block;
  margin-bottom: 5px;
}

/* line 697, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog form ul li input[type="text"], .ui-dialog form ul li input[type="datepicker"], .ui-dialog form ul li textarea {
  padding: 8px 10px 7px;
  border: 1px solid #e6e9ee;
  background-color: #fdfefe;
  outline: none;
  border-radius: 4px;
  width: 247px;
}

/* line 704, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog form ul li input[type="text"]:focus, .ui-dialog form ul li input[type="datepicker"]:focus, .ui-dialog form ul li textarea:focus {
  border-color: #87c2f9;
  box-shadow: none;
}

/* line 714, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  background-color: #2591f5;
  border: none;
  color: #ffffff;
  font-weight: 400;
  padding: 10px 20px;
}

/* line 725, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:first-child:hover {
  background-image: none !important;
  background-color: #3d9df6 !important;
}

/* line 730, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child {
  background-image: none;
  box-shadow: none;
  text-shadow: none;
  box-shadow: none;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 10px 20px;
  border-color: #E4E4E4;
}

/* line 739, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset button:last-child:hover {
  background-image: none !important;
  background-color: #F4F4F4 !important;
}

/* line 747, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.7);
}

/* line 752, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
form.filter_form .filter_form_field.filter_date_range .seperator {
  width: 10px;
}

/* line 757, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.filter_form_field select {
  border-radius: 3px;
}

/* line 763, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
input[type='radio']:before {
  content: '';
  display: block;
  width: 50%;
  height: 50%;
  margin: 20% auto;
  border-radius: 50%;
}

/* line 771, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
input[type='radio']:checked:before {
  background: #2591f5;
}

/* line 776, ../../local/bundle/gems/active_admin_theme-1.1.1/app/assets/stylesheets/wigu/active_admin_theme.scss */
.attributes_table table td .status_tag.empty {
  color: #ffffff;
}

/* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_grid.scss */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  content: " ";
  display: table;
}

/* line 19, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_grid.scss */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 14, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

/* line 19, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_grid.scss */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

/* line 14, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  content: " ";
  display: table;
}

/* line 19, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 27, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  /* line 27, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  /* line 27, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  /* line 27, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* line 6, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 9, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 15, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 22, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 31, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 41, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 50, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 57, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 62, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 75, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 88, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 94, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 101, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 114, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 125, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 135, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

/* line 143, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

/* line 9, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}

@media screen and (max-width: 767px) {
  /* line 171, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  /* line 183, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
  .table-responsive > .table > thead > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  /* line 200, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:first-child,
.table-responsive > .table-bordered > thead > tr > td:first-child,
.table-responsive > .table-bordered > tbody > tr > th:first-child,
.table-responsive > .table-bordered > tbody > tr > td:first-child,
.table-responsive > .table-bordered > tfoot > tr > th:first-child,
.table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  /* line 212, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > thead > tr > th:last-child,
.table-responsive > .table-bordered > thead > tr > td:last-child,
.table-responsive > .table-bordered > tbody > tr > th:last-child,
.table-responsive > .table-bordered > tbody > tr > td:last-child,
.table-responsive > .table-bordered > tfoot > tr > th:last-child,
.table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  /* line 225, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_tables.scss */
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
.table-responsive > .table-bordered > tbody > tr:last-child > td,
.table-responsive > .table-bordered > tfoot > tr:last-child > th,
.table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

/* line 5, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 27, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #323537;
}

/* line 34, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #38678b;
}

/* line 9, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 23, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 28, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 33, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

/* line 8, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

/* line 8, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

/* line 8, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_alerts.scss */
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

/* line 8, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_wells.scss */
.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 14, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

/* line 19, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* line 15, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 34, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table;
  }
  /* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 12, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 52, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 57, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 62, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table;
  }
  /* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 12, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 71, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 76, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 81, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table;
  }
  /* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 12, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 90, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 95, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 100, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table;
  }
  /* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 12, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 109, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 114, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 119, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 10, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table;
  }
  /* line 11, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 12, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 153, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 153, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 160, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 160, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 167, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 167, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 17, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/* line 7, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: baseline;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  border-radius: 10px;
}

/* line 22, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #38678b;
  background-color: #fff;
}

/* line 47, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../local/bundle/bundler/gems/bootstrap-generators-07665741bd12/vendor/twitter/bootstrap/sass/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

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

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

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

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

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

/* line 35, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  cursor: pointer;
  *cursor: hand;
}

/* line 41, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  background-repeat: no-repeat;
  background-position: center right;
}

/* line 49, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting {
  background-image: url(/admin-assets/dataTables/sort_both-04c63d38111bbc1de87f63f01469c19c5c4b10a0d7e9756b5c82a801fa766039.png);
}

/* line 52, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc {
  background-image: url(/admin-assets/dataTables/sort_asc-d21b43975b389ef74eacf35b3d7d84e61a3c82fdfce2e071934d3f652e40a2aa.png);
}

/* line 55, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc {
  background-image: url(/admin-assets/dataTables/sort_desc-474f1070bed1ba04a1668a7b8da406ca80d88b5ae56fdd2a24f015659b47a090.png);
}

/* line 58, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_asc_disabled {
  background-image: url(/admin-assets/dataTables/sort_asc_disabled-4da5a763ffa47efbb877735bc4e378d04c2ab6a2b413aa40206fe72990cf34a9.png);
}

/* line 61, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead .sorting_desc_disabled {
  background-image: url(/admin-assets/dataTables/sort_desc_disabled-fd6656cc661f8edc87428b35bd41a469ad0e18f6d52c4ca70b1ebcd303fe1c9a.png);
}

/* line 64, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr {
  background-color: #ffffff;
}

/* line 67, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody tr.selected {
  background-color: #B0BED9;
}

/* line 70, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th,
table.dataTable tbody td {
  padding: 8px 10px;
}

/* line 74, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
  border-top: 1px solid #ddd;
}

/* line 77, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
  border-top: none;
}

/* line 82, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

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

/* line 90, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
  border-top: none;
}

/* line 94, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
  background-color: #f9f9f9;
}

/* line 97, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
  background-color: #abb9d3;
}

/* line 100, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
  background-color: whitesmoke;
}

/* line 103, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.hover tbody tr.selected:hover, table.dataTable.display tbody tr.selected:hover {
  background-color: #a9b7d1;
}

/* line 106, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3, table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
  background-color: #f9f9f9;
}

/* line 113, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3, table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
  background-color: #acbad4;
}

/* line 120, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
  background-color: #f1f1f1;
}

/* line 123, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
  background-color: #f3f3f3;
}

/* line 126, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
  background-color: whitesmoke;
}

/* line 129, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
  background-color: #a6b3cd;
}

/* line 132, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
  background-color: #a7b5ce;
}

/* line 135, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
  background-color: #a9b6d0;
}

/* line 138, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
  background-color: #f9f9f9;
}

/* line 141, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_2, table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
  background-color: #fbfbfb;
}

/* line 144, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even > .sorting_3, table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
  background-color: #fdfdfd;
}

/* line 147, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
  background-color: #acbad4;
}

/* line 150, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
  background-color: #adbbd6;
}

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

/* line 156, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_1, table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
  background-color: #eaeaea;
}

/* line 159, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_2, table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
  background-color: #ebebeb;
}

/* line 162, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr:hover > .sorting_3, table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
  background-color: #eeeeee;
}

/* line 165, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_1 {
  background-color: #a1aec7;
}

/* line 168, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_2 {
  background-color: #a2afc8;
}

/* line 171, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.display tbody tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody tr.selected:hover > .sorting_3 {
  background-color: #a4b2cb;
}

/* line 174, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.no-footer {
  border-bottom: 1px solid #111;
}

/* line 177, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 180, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact thead th,
table.dataTable.compact thead td {
  padding: 4px 17px 4px 4px;
}

/* line 184, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
  padding: 4px;
}

/* line 188, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
  padding: 4px;
}

/* line 192, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-left,
table.dataTable td.dt-left {
  text-align: left;
}

/* line 196, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

/* line 201, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-right,
table.dataTable td.dt-right {
  text-align: right;
}

/* line 205, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
  text-align: justify;
}

/* line 209, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
  white-space: nowrap;
}

/* line 213, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
  text-align: left;
}

/* line 219, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
  text-align: center;
}

/* line 225, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
  text-align: right;
}

/* line 231, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
  text-align: justify;
}

/* line 237, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
  white-space: nowrap;
}

/* line 243, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
  text-align: left;
}

/* line 247, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
  text-align: center;
}

/* line 251, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
  text-align: right;
}

/* line 255, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
  text-align: justify;
}

/* line 259, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
  white-space: nowrap;
}

/* line 264, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
table.dataTable,
table.dataTable th,
table.dataTable td {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/*
 * Control feature layout
 */
/* line 275, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
  zoom: 1;
}

/* line 281, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length {
  float: left;
}

/* line 284, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter {
  float: right;
  text-align: right;
}

/* line 288, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_filter input {
  margin-left: 0.5em;
}

/* line 291, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_info {
  clear: both;
  float: left;
  padding-top: 0.755em;
}

/* line 296, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate {
  float: right;
  text-align: right;
  padding-top: 0.25em;
}

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

/* line 314, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
  color: #333 !important;
  border: 1px solid #cacaca;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
  /* W3C */
}

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

/* line 338, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  color: white !important;
  border: 1px solid #111;
  background-color: #585858;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #585858 0%, #111 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #585858 0%, #111 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #585858 0%, #111 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #585858 0%, #111 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #585858 0%, #111 100%);
  /* W3C */
}

/* line 355, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .paginate_button:active {
  outline: none;
  background-color: #2b2b2b;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
  /* W3C */
  box-shadow: inset 0 0 3px #111;
}

/* line 372, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_paginate .ellipsis {
  padding: 0 1em;
}

/* line 375, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
}

/* line 400, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
  color: #333;
}

/* line 407, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll {
  clear: both;
}

/* line 410, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/* line 414, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td > div.dataTables_sizing {
  height: 0;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
}

/* line 421, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer .dataTables_scrollBody {
  border-bottom: 1px solid #111;
}

/* line 424, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper.no-footer div.dataTables_scrollHead table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody table {
  border-bottom: none;
}

/* line 428, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
.dataTables_wrapper:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0;
}

@media screen and (max-width: 767px) {
  /* line 437, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }
  /* line 442, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }
}

@media screen and (max-width: 640px) {
  /* line 447, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    float: none;
    text-align: center;
  }
  /* line 452, ../../local/bundle/gems/jquery-datatables-rails-3.4.0/app/assets/stylesheets/dataTables/jquery.dataTables.scss */
  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }
}

/* line 44, app/assets/stylesheets/active_admin.scss */
.status_tag {
  background: #818181;
}

/* line 47, app/assets/stylesheets/active_admin.scss */
.status_tag.error {
  background: #ef2a37;
}

/* line 51, app/assets/stylesheets/active_admin.scss */
.status_tag.warning {
  background: #facc15;
}

/* line 57, app/assets/stylesheets/active_admin.scss */
.panel > h3 {
  margin-top: 0;
}

/* line 63, app/assets/stylesheets/active_admin.scss */
.panel.panel-danger > h3, .panel.panel-important > h3 {
  background-color: #ef2a37;
}

/* line 69, app/assets/stylesheets/active_admin.scss */
.panel.panel-danger input[type=submit] {
  background-color: #ef2a37;
}

/* line 72, app/assets/stylesheets/active_admin.scss */
.panel.panel-danger input[type=submit]:hover {
  background-color: #ef2f3b;
}

/* line 79, app/assets/stylesheets/active_admin.scss */
.panel.panel-warning > h3 {
  color: black;
  background-color: #facc15;
}

/* line 87, app/assets/stylesheets/active_admin.scss */
form .action {
  list-style: none;
}

/* line 92, app/assets/stylesheets/active_admin.scss */
.label {
  text-align: left;
}

/* line 96, app/assets/stylesheets/active_admin.scss */
.col-200 {
  width: 200px;
}

/* line 100, app/assets/stylesheets/active_admin.scss */
dt, dd {
  float: left;
}

/* line 103, app/assets/stylesheets/active_admin.scss */
dt {
  clear: both;
  text-align: right;
}

/* line 108, app/assets/stylesheets/active_admin.scss */
.panel_contents {
  overflow: scroll;
}

/* line 113, app/assets/stylesheets/active_admin.scss */
.paginated_collection .pagination_information {
  float: none;
}

/* line 118, app/assets/stylesheets/active_admin.scss */
li.selectize {
  list-style: none;
  margin-bottom: 10px;
}

/* line 122, app/assets/stylesheets/active_admin.scss */
li.selectize > label {
  color: #8494a8;
  margin-bottom: 6px;
}

/* line 126, app/assets/stylesheets/active_admin.scss */
li.selectize > label abbr {
  display: none;
}

/* line 132, app/assets/stylesheets/active_admin.scss */
li.selectize > .selectize-control .selectize-input {
  width: 100%;
}

/* line 138, app/assets/stylesheets/active_admin.scss */
#header ul.tabs > li#header-search {
  margin-left: 8px;
  margin-top: 2px;
  margin-right: 2px;
}

/* line 143, app/assets/stylesheets/active_admin.scss */
#header ul.tabs > li#header-search form {
  display: inline-block;
  width: 160px;
}

/* line 147, app/assets/stylesheets/active_admin.scss */
#header ul.tabs > li#header-search form input {
  width: 100%;
}

/* line 153, app/assets/stylesheets/active_admin.scss */
#header ul.tabs li > ul.menu {
  width: 500px;
  max-width: unset;
  grid-template-columns: repeat(2, 1fr);
}

/* line 159, app/assets/stylesheets/active_admin.scss */
#header ul.tabs li:hover > ul.menu {
  display: grid;
}

/* line 166, app/assets/stylesheets/active_admin.scss */
body.active_admin .data_table {
  border-bottom: none;
  border: 1px solid #cccccc;
  border-radius: 5px;
  overflow: hidden;
}

/* line 172, app/assets/stylesheets/active_admin.scss */
body.active_admin .data_table thead th {
  background-color: #f5f5f5;
  border-bottom: none;
  color: #5e6469;
}

/* line 179, app/assets/stylesheets/active_admin.scss */
body.active_admin .dataTables_paginate {
  margin-top: 10px;
}

/* line 184, app/assets/stylesheets/active_admin.scss */
.integration_log .row-stacktrace, .integration_log .row-body {
  white-space: pre-wrap;
}

/* line 188, app/assets/stylesheets/active_admin.scss */
.integration_log.attributes_table {
  overflow: scroll;
}

/* line 193, app/assets/stylesheets/active_admin.scss */
#ai_chat_suggestion_submit_action > input,
#prompt_persona_submit_action > input {
  background-color: #2591f5;
}
