@charset "UTF-8";
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* line 8, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove the margin in all browsers (opinionated).
 */
/* line 18, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
/* line 31, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
/* line 50, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
/* line 61, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
/* line 70, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
/* line 79, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
template,
[hidden] {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
/* line 92, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
/* line 102, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
/* line 115, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
/* line 125, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
/* line 134, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
/* line 143, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
/* line 152, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
/* line 161, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
/* line 170, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
/* line 179, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 187, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
sub {
  bottom: -0.25em;
}

/* line 191, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
/* line 202, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
/* line 210, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
/* line 222, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
/* line 234, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
/* line 243, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
/* line 257, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
/* line 269, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
/* line 278, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
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 288, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
/* line 299, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
/* line 310, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
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 322, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
/* line 333, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

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

/**
 * Remove the default vertical scrollbar in IE.
 */
/* line 359, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
/* line 368, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
/* line 378, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
/* line 388, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
/* line 397, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
/* line 406, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
/* line 416, /usr/local/bundle/gems/normalize-rails-4.1.1/vendor/assets/stylesheets/normalize-rails/normalize.css */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* line 4, /usr/local/bundle/gems/neat-1.8.0/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, /usr/local/bundle/gems/neat-1.8.0/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

/**
 * selectize.css (v0.12.3)
 * Copyright (c) 2013–2015 Brian Reavis & 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>
 */
/* line 17, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/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;
  -webkit-box-shadow: inset 0 0 12px 4px #ffffff;
  box-shadow: inset 0 0 12px 4px #ffffff;
}

/* line 25, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 29, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 33, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 42, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

/* line 52, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 55, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 63, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 66, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 69, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 72, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

/* line 76, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 100, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 103, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

/* line 106, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 109, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

/* line 112, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 28px;
  top: 6px;
  font-size: 23px;
}

/* line 118, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control {
  position: relative;
}

/* line 121, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 130, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

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

/* line 153, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 156, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 159, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 163, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 167, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 172, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 179, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/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 187, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 192, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 198, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/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 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 213, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 216, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 219, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 224, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

/* line 234, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

/* line 250, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 254, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 260, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 264, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 267, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

/* line 272, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 276, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 279, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 282, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 287, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 291, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 295, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/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: #808080 transparent transparent transparent;
}

/* line 308, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 313, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 317, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 320, /usr/local/bundle/gems/selectize-rails-0.12.3/vendor/assets/stylesheets/selectize.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("/assets/bootstrap/glyphicons-halflings-regular-f495f34e4f177cf0115af995bbbfeb3fcabc88502876e76fc51a4ab439bc8431.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-f495f34e4f177cf0115af995bbbfeb3fcabc88502876e76fc51a4ab439bc8431.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-fc969dc1c6ff531abcf368089dcbaf5775133b0626ff56b52301a059fc0f9e1e.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-bd18efd3efd70fec8ad09611a20cdbf99440b2c1d40085c29be036f891d65358.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-d168d50a88c730b4e6830dc0da2a2b51dae4658a77d9619943c27b8ecfc19d1a.svg#glyphicons_halflingsregular") format("svg");
}
/* line 25, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 38, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 39, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 40, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 41, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 42, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 43, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 44, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 45, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 12, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_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 10, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_component-animations.scss */
.collapse {
  display: none;
}
/* line 13, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 18, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 20, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 22, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height .35s ease;
}

/* line 6, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}
/* line 29, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
/* line 35, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
/* line 40, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857;
  color: #333333;
  white-space: nowrap;
}

/* line 53, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

/* line 63, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

/* line 78, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

/* line 86, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

/* line 97, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 16, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.pull-right {
  float: right !important;
}

/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.15.35
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/* line 26, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget {
  list-style: none;
}

/* line 29, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}

@media (min-width: 768px) {
  /* line 35, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 992px) {
  /* line 40, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 1200px) {
  /* line 45, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
/* line 49, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu:before,
.bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}

/* line 55, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #cccccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}

/* line 63, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}

/* line 70, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #cccccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}

/* line 78, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}

/* line 85, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}

/* line 89, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}

/* line 93, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}

/* line 96, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}

/* line 99, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}

/* line 102, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .timepicker-hour,
.bootstrap-datetimepicker-widget .timepicker-minute,
.bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}

/* line 110, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}

/* line 113, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Hours";
}

/* line 124, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Increment Minutes";
}

/* line 135, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Hours";
}

/* line 146, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Decrement Minutes";
}

/* line 157, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Hours";
}

/* line 168, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Show Minutes";
}

/* line 179, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle AM/PM";
}

/* line 190, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Clear the picker";
}

/* line 201, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Set the date to today";
}

/* line 212, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}

/* line 215, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .picker-switch::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Toggle Date and Time Screens";
}

/* line 226, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}

/* line 233, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}

/* line 238, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 242, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td,
.bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 4px;
}

/* line 247, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 252, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}

/* line 255, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table th.disabled,
.bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 261, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table th.prev::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Previous Month";
}

/* line 272, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  content: "Next Month";
}

/* line 283, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}

/* line 286, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 289, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  white-space: normal;
  width: 54px;
}

/* line 295, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #777777;
}

/* line 301, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
}

/* line 306, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.day:hover,
.bootstrap-datetimepicker-widget table td.hour:hover,
.bootstrap-datetimepicker-widget table td.minute:hover,
.bootstrap-datetimepicker-widget table td.second:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 313, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.old,
.bootstrap-datetimepicker-widget table td.new {
  color: #777777;
}

/* line 317, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}

/* line 320, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #337ab7;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}

/* line 331, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 337, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}

/* line 340, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td.disabled,
.bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 346, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 4px;
}

/* line 355, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eeeeee;
}

/* line 358, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #337ab7;
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 363, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td span.old {
  color: #777777;
}

/* line 366, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget table td span.disabled,
.bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: not-allowed;
}

/* line 372, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

/* line 376, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget.wider {
  width: 21em;
}

/* line 379, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.bootstrap-datetimepicker-widget .datepicker-decades .decade {
  line-height: 1.8em !important;
}

/* line 382, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.input-group.date .input-group-addon {
  cursor: pointer;
}

/* line 385, /usr/local/bundle/gems/datetime_picker_rails-0.0.7/app/assets/stylesheets/datetime_picker.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
fieldset {
  background-color: transparent;
  border: 0;
  margin: 0;
  padding: 0;
}

/* line 8, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
legend {
  font-weight: 600;
  margin-bottom: 0.375em;
  padding: 0;
}

/* line 14, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
label {
  display: block;
  font-weight: 600;
}

/* line 19, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
input,
select {
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
}

/* line 26, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="color"],
[type="date"],
[type="datetime"],
[type="datetime-local"],
[type="email"],
[type="month"],
[type="number"],
[type="password"],
[type="search"],
[type="tel"],
[type="text"],
[type="time"],
[type="url"],
[type="week"],
input:not([type]),
textarea,
select[multiple] {
  background-color: #fff;
  border: 1px solid #dfe0e1;
  border-radius: 3px;
  box-shadow: none;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  padding: 0.5em;
  transition: border-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  width: 100%;
}
/* line 54, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="color"]:hover,
[type="date"]:hover,
[type="datetime"]:hover,
[type="datetime-local"]:hover,
[type="email"]:hover,
[type="month"]:hover,
[type="number"]:hover,
[type="password"]:hover,
[type="search"]:hover,
[type="tel"]:hover,
[type="text"]:hover,
[type="time"]:hover,
[type="url"]:hover,
[type="week"]:hover,
input:not([type]):hover,
textarea:hover,
select[multiple]:hover {
  border-color: #b2b3b4;
}
/* line 58, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="color"]:focus,
[type="date"]:focus,
[type="datetime"]:focus,
[type="datetime-local"]:focus,
[type="email"]:focus,
[type="month"]:focus,
[type="number"]:focus,
[type="password"]:focus,
[type="search"]:focus,
[type="tel"]:focus,
[type="text"]:focus,
[type="time"]:focus,
[type="url"]:focus,
[type="week"]:focus,
input:not([type]):focus,
textarea:focus,
select[multiple]:focus {
  border-color: #2a94d6;
  box-shadow: none;
  outline: none;
}
/* line 64, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="color"]:disabled,
[type="date"]:disabled,
[type="datetime"]:disabled,
[type="datetime-local"]:disabled,
[type="email"]:disabled,
[type="month"]:disabled,
[type="number"]:disabled,
[type="password"]:disabled,
[type="search"]:disabled,
[type="tel"]:disabled,
[type="text"]:disabled,
[type="time"]:disabled,
[type="url"]:disabled,
[type="week"]:disabled,
input:not([type]):disabled,
textarea:disabled,
select[multiple]:disabled {
  background-color: #eaebeb;
  cursor: not-allowed;
}
/* line 68, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="color"]:disabled:hover,
[type="date"]:disabled:hover,
[type="datetime"]:disabled:hover,
[type="datetime-local"]:disabled:hover,
[type="email"]:disabled:hover,
[type="month"]:disabled:hover,
[type="number"]:disabled:hover,
[type="password"]:disabled:hover,
[type="search"]:disabled:hover,
[type="tel"]:disabled:hover,
[type="text"]:disabled:hover,
[type="time"]:disabled:hover,
[type="url"]:disabled:hover,
[type="week"]:disabled:hover,
input:not([type]):disabled:hover,
textarea:disabled:hover,
select[multiple]:disabled:hover {
  border: 1px solid #dfe0e1;
}

/* line 74, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
textarea {
  resize: vertical;
}

/* line 78, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="search"] {
  appearance: none;
}

/* line 82, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="checkbox"],
[type="radio"] {
  display: inline;
  margin-right: 0.375em;
}

/* line 88, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
[type="file"] {
  width: 100%;
}

/* line 92, /rails/app/assets/stylesheets/administrate/base/_forms.scss */
select {
  width: 100%;
}

/* line 1, /rails/app/assets/stylesheets/administrate/base/_layout.scss */
html {
  background-color: #f6f7f7;
  box-sizing: border-box;
}

/* line 6, /rails/app/assets/stylesheets/administrate/base/_layout.scss */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/* line 12, /rails/app/assets/stylesheets/administrate/base/_layout.scss */
figure {
  margin: 0;
}

/* line 16, /rails/app/assets/stylesheets/administrate/base/_layout.scss */
img,
picture {
  margin: 0;
  max-width: 100%;
}

/* line 1, /rails/app/assets/stylesheets/administrate/base/_lists.scss */
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 8, /rails/app/assets/stylesheets/administrate/base/_lists.scss */
dl {
  margin-bottom: 0.75em;
}
/* line 11, /rails/app/assets/stylesheets/administrate/base/_lists.scss */
dl dt {
  font-weight: 600;
  margin-top: 0.75em;
}
/* line 16, /rails/app/assets/stylesheets/administrate/base/_lists.scss */
dl dd {
  margin: 0;
}

/* line 1, /rails/app/assets/stylesheets/administrate/base/_tables.scss */
table {
  border-collapse: separate;
  width: 100%;
}

/* line 6, /rails/app/assets/stylesheets/administrate/base/_tables.scss */
th {
  border-bottom: 1px solid #a7a8a9;
  text-align: left;
}

/* line 11, /rails/app/assets/stylesheets/administrate/base/_tables.scss */
th,
td {
  padding: 0.75em;
  vertical-align: middle;
}

/* line 17, /rails/app/assets/stylesheets/administrate/base/_tables.scss */
td {
  border-bottom: 1px solid #dfe0e1;
  font-feature-settings: "kern", "liga", "clig", "calt", "lnum", "tnum";
  font-kerning: normal;
  font-variant-ligatures: common-ligatures, contextual;
  font-variant-numeric: lining-nums, tabular-nums;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-wrap: normal;
}

/* line 1, /rails/app/assets/stylesheets/administrate/base/_typography.scss */
body {
  color: #293f54;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.5;
}

/* line 8, /rails/app/assets/stylesheets/administrate/base/_typography.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  line-height: 1.2;
  margin: 0;
}

/* line 20, /rails/app/assets/stylesheets/administrate/base/_typography.scss */
p {
  margin: 0 0 0.75em;
}

/* line 24, /rails/app/assets/stylesheets/administrate/base/_typography.scss */
a {
  color: #2a94d6;
  text-decoration: none;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 29, /rails/app/assets/stylesheets/administrate/base/_typography.scss */
a:active, a:focus, a:hover {
  color: #206fa1;
}

/* line 36, /rails/app/assets/stylesheets/administrate/base/_typography.scss */
hr {
  border-bottom: 1px solid #dfe0e1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin: 1.5em 0;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_app-container.scss */
.app-container {
  margin-right: auto;
  margin-left: auto;
  align-items: stretch;
  display: flex;
  max-width: 100em;
  min-height: 100vh;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_attributes.scss */
.attribute-label {
  color: #7b808c;
  font-weight: 400;
  letter-spacing: 0.0357em;
  position: relative;
  text-transform: uppercase;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  clear: left;
  margin-top: 0;
  text-align: right;
  margin-bottom: 0.75em;
}
/* line 89, /usr/local/bundle/gems/neat-1.8.0/app/assets/stylesheets/grid/_span-columns.scss */
.attribute-label:last-child {
  margin-right: 0;
}

/* line 11, /rails/app/assets/stylesheets/administrate/components/_attributes.scss */
.preserve-whitespace {
  white-space: pre;
  word-wrap: break-word;
}

/* line 16, /rails/app/assets/stylesheets/administrate/components/_attributes.scss */
.attribute-data {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 82.94039%;
  margin-right: 0;
  margin-bottom: 0.75em;
}
/* line 89, /usr/local/bundle/gems/neat-1.8.0/app/assets/stylesheets/grid/_span-columns.scss */
.attribute-data:last-child {
  margin-right: 0;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_buttons.scss */
button, input[type="button"], input[type="reset"], input[type="submit"],
.button {
  appearance: none;
  background-color: #2a94d6;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  padding: 0.75em 1.5em;
  text-decoration: none;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
}
/* line 22, /rails/app/assets/stylesheets/administrate/components/_buttons.scss */
button.button-alert, input[type="button"].button-alert, input[type="reset"].button-alert, input[type="submit"].button-alert,
.button.button-alert {
  background-color: #c77067;
}
/* line 24, /rails/app/assets/stylesheets/administrate/components/_buttons.scss */
button.button-alert:hover, button.button-alert:focus, input[type="button"].button-alert:hover, input[type="button"].button-alert:focus, input[type="reset"].button-alert:hover, input[type="reset"].button-alert:focus, input[type="submit"].button-alert:hover, input[type="submit"].button-alert:focus,
.button.button-alert:hover,
.button.button-alert:focus {
  background-color: #9f5a52;
  color: #fff;
}
/* line 31, /rails/app/assets/stylesheets/administrate/components/_buttons.scss */
button:hover, button:focus, input[type="button"]:hover, input[type="button"]:focus, input[type="reset"]:hover, input[type="reset"]:focus, input[type="submit"]:hover, input[type="submit"]:focus,
.button:hover,
.button:focus {
  background-color: #2276ab;
  color: #fff;
}
/* line 37, /rails/app/assets/stylesheets/administrate/components/_buttons.scss */
button:disabled, input[type="button"]:disabled, input[type="reset"]:disabled, input[type="submit"]:disabled,
.button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* line 41, /rails/app/assets/stylesheets/administrate/components/_buttons.scss */
button:disabled:hover, input[type="button"]:disabled:hover, input[type="reset"]:disabled:hover, input[type="submit"]:disabled:hover,
.button:disabled:hover {
  background-color: #2a94d6;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label {
  color: #7b808c;
  font-weight: 400;
  letter-spacing: 0.0357em;
  position: relative;
  text-transform: uppercase;
}
/* line 5, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label:hover a {
  color: #2a94d6;
}
/* line 9, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label:hover svg {
  fill: #2a94d6;
}
/* line 15, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label a {
  width: 100%;
  color: inherit;
  display: inline-block;
  transition: color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 23, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label--asc,
.cell-label--desc {
  font-weight: 600;
}

/* line 28, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label__sort-indicator {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  position: absolute;
  right: 0;
}
/* line 35, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label__sort-indicator svg {
  height: 100%;
  transition: transform 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
  fill: #7b808c;
}

/* line 42, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label__sort-indicator--asc {
  transform: rotateY(180deg);
}

/* line 46, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-label__sort-indicator--desc {
  transform: rotate(180deg);
}

/* line 50, /rails/app/assets/stylesheets/administrate/components/_cells.scss */
.cell-data--number,
.cell-label--number {
  text-align: right;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_field-unit.scss */
.field-unit {
  width: 100%;
  align-items: center;
  display: flex;
  margin-top: 0.75em;
  margin-bottom: 0.75em;
  position: relative;
}
/* line 20, /usr/local/bundle/gems/neat-1.8.0/app/assets/stylesheets/mixins/_clearfix.scss */
.field-unit::after {
  clear: both;
  content: "";
  display: block;
}

/* line 11, /rails/app/assets/stylesheets/administrate/components/_field-unit.scss */
.field-unit__label {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 14.70196%;
  text-align: right;
}
/* line 89, /usr/local/bundle/gems/neat-1.8.0/app/assets/stylesheets/grid/_span-columns.scss */
.field-unit__label:last-child {
  margin-right: 0;
}

/* line 16, /rails/app/assets/stylesheets/administrate/components/_field-unit.scss */
.field-unit__field {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
}
/* line 89, /usr/local/bundle/gems/neat-1.8.0/app/assets/stylesheets/grid/_span-columns.scss */
.field-unit__field:last-child {
  margin-right: 0;
}

/* line 2, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--alert {
  background-color: #f0cd66;
  color: #211903;
  padding: 0.75em 1.5em;
}
/* line 7, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--alert a {
  color: black;
}
/* line 10, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--alert a:focus, .flash--alert a:hover {
  color: black;
}

/* line 2, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--error {
  background-color: #c77067;
  color: black;
  padding: 0.75em 1.5em;
}
/* line 7, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--error a {
  color: black;
}
/* line 10, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--error a:focus, .flash--error a:hover {
  color: black;
}

/* line 2, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--notice {
  background-color: #95caeb;
  color: #0c2d42;
  padding: 0.75em 1.5em;
}
/* line 7, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--notice a {
  color: #041017;
}
/* line 10, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--notice a:focus, .flash--notice a:hover {
  color: black;
}

/* line 2, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--success {
  background-color: #4ab471;
  color: black;
  padding: 0.75em 1.5em;
}
/* line 7, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--success a {
  color: black;
}
/* line 10, /rails/app/assets/stylesheets/administrate/components/_flashes.scss */
.flash--success a:focus, .flash--success a:hover {
  color: black;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_form-actions.scss */
.form-actions {
  margin-left: 17.05961%;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_header.scss */
.header, .footer {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  padding: 1.5em;
}

/* line 8, /rails/app/assets/stylesheets/administrate/components/_header.scss */
.header__heading {
  font-size: 1.728em;
  margin-top: 0;
}

/* line 13, /rails/app/assets/stylesheets/administrate/components/_header.scss */
.header__actions, .footer__actions {
  margin-left: 1.5em;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_main-content.scss */
.main-content {
  background-color: #fff;
  box-shadow: 0 2px 4px rgba(41, 63, 84, 0.24), 0 2px 6px rgba(41, 63, 84, 0.12);
  flex: 1;
  overflow-y: auto;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_pagination.scss */
.pagination {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  text-align: center;
}
/* line 7, /rails/app/assets/stylesheets/administrate/components/_pagination.scss */
.pagination .first,
.pagination .prev,
.pagination .page,
.pagination .next,
.pagination .last {
  margin: 0.75em;
}
/* line 15, /rails/app/assets/stylesheets/administrate/components/_pagination.scss */
.pagination .current {
  font-weight: 600;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search {
  padding-right: 1.5em;
  padding-left: 1.5em;
  align-items: center;
  border-bottom: 1px solid #dfe0e1;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
  width: 100%;
}

/* line 13, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__icon svg {
  height: 1em;
  width: 1em;
  fill: #7b808c;
  transition: fill 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 20, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__icon--active svg {
  fill: #2a94d6;
}

/* line 26, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__input {
  appearance: none;
  border: 0;
  box-shadow: none;
  flex-grow: 1;
  margin: 0;
  padding: 1.125em 0.75em;
}
/* line 34, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__input:focus {
  box-shadow: none;
}

/* line 39, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__hint {
  position: absolute;
  top: 1em;
  right: 0;
  color: #7b808c;
  opacity: 0;
  transition: opacity 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 45, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__hint svg {
  height: 100%;
  width: 100%;
}
/* line 49, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__hint path,
.search__hint rect {
  fill: #2a94d6;
}
/* line 54, /rails/app/assets/stylesheets/administrate/components/_search.scss */
.search__hint--active {
  opacity: 1;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_sidebar.scss */
.sidebar {
  flex: 0 0 auto;
  max-width: 12em;
  overflow-y: auto;
  padding: 0 1.5em 1.5em;
}

/* line 8, /rails/app/assets/stylesheets/administrate/components/_sidebar.scss */
.sidebar__link {
  color: #293f54;
  display: block;
  padding-top: 1.5em;
  transition: color 0.05s linear;
}
/* line 14, /rails/app/assets/stylesheets/administrate/components/_sidebar.scss */
.sidebar__link:hover {
  color: #2a94d6;
}

/* line 19, /rails/app/assets/stylesheets/administrate/components/_sidebar.scss */
.sidebar__link--active {
  color: #2a94d6;
  font-weight: 600;
}

/* line 1, /rails/app/assets/stylesheets/administrate/components/_table.scss */
.collection-data {
  padding-right: 1.5em;
  padding-left: 1.5em;
}

/* line 5, /rails/app/assets/stylesheets/administrate/components/_table.scss */
.table__row {
  background-color: #fff;
  border-left: 2px solid transparent;
  transition: background-color 250ms cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* line 10, /rails/app/assets/stylesheets/administrate/components/_table.scss */
.table__row:hover {
  background-color: #f6f7f7;
  border-left-color: #2a94d6;
  cursor: pointer;
}
/* line 16, /rails/app/assets/stylesheets/administrate/components/_table.scss */
.table__row img {
  max-height: 2em;
}

/* line 21, /rails/app/assets/stylesheets/administrate/components/_table.scss */
.table__action--destroy {
  color: #c77067;
}

/* line 1, /rails/app/assets/stylesheets/_common.scss */
.clear {
  clear: both;
}

/* line 5, /rails/app/assets/stylesheets/_common.scss */
.headnav {
  display: flex;
  height: 50px;
  color: white;
}
/* line 6, /rails/app/assets/stylesheets/_common.scss */
.user-body .headnav {
  background-color: midnightblue;
}
/* line 9, /rails/app/assets/stylesheets/_common.scss */
.operator-body .headnav {
  background-color: darkgreen;
}
/* line 12, /rails/app/assets/stylesheets/_common.scss */
.administrator-body .headnav {
  background-color: #2c3742;
}
/* line 19, /rails/app/assets/stylesheets/_common.scss */
.headnav a {
  color: white;
  font-style: bold;
}
/* line 24, /rails/app/assets/stylesheets/_common.scss */
.headnav .header-title {
  margin: 15px;
  margin-right: auto;
  vertical-align: middle;
}
/* line 29, /rails/app/assets/stylesheets/_common.scss */
.headnav .cart-link {
  margin: 12px;
}
/* line 32, /rails/app/assets/stylesheets/_common.scss */
.headnav .signin-as {
  margin: 12px;
}
/* line 35, /rails/app/assets/stylesheets/_common.scss */
.headnav .sign-out {
  margin: 12px;
}

/* line 40, /rails/app/assets/stylesheets/_common.scss */
.flash--error {
  color: white;
  font-weight: bold;
}

/* line 45, /rails/app/assets/stylesheets/_common.scss */
.signin-panel {
  margin: 80px auto;
  padding: 20px;
  width: 400px;
  font-size: 16px;
}
/* line 51, /rails/app/assets/stylesheets/_common.scss */
.signin-panel h1, .signin-panel input {
  margin-bottom: 21px;
}
/* line 55, /rails/app/assets/stylesheets/_common.scss */
.signin-panel #new_user input[type=submit] {
  background-color: midnightblue;
}
/* line 58, /rails/app/assets/stylesheets/_common.scss */
.signin-panel #new_operator input[type=submit] {
  background-color: darkgreen;
}
/* line 61, /rails/app/assets/stylesheets/_common.scss */
.signin-panel #new_administrator input[type=submit] {
  background-color: #2c3742;
}

/* line 67, /rails/app/assets/stylesheets/_common.scss */
.cart-table {
  margin-bottom: 30px;
}
/* line 70, /rails/app/assets/stylesheets/_common.scss */
.cart-table td {
  max-width: 300px;
}
/* line 74, /rails/app/assets/stylesheets/_common.scss */
.cart-table input[type=text] {
  width: 70px;
  display: inline-block;
}
/* line 79, /rails/app/assets/stylesheets/_common.scss */
.cart-table input[type=submit] {
  background: none;
  color: #206fa1;
}

/* line 86, /rails/app/assets/stylesheets/_common.scss */
.order-form :placeholder-shown {
  color: navy;
}
/* line 89, /rails/app/assets/stylesheets/_common.scss */
.order-form ::-webkit-input-placeholder {
  color: navy;
}
/* line 92, /rails/app/assets/stylesheets/_common.scss */
.order-form :-ms-input-placeholder {
  color: navy;
}
/* line 96, /rails/app/assets/stylesheets/_common.scss */
.order-form input[type=submit] {
  width: 200px;
  margin-top: 30px;
}

/* line 102, /rails/app/assets/stylesheets/_common.scss */
.order-info, .delivery-info, .bill-info, .other-info {
  margin-right: 1.5em;
  margin-left: 1.5em;
  padding-right: 1.5em;
  padding-left: 1.5em;
  border-bottom: 1px solid #ccc;
}
/* line 107, /rails/app/assets/stylesheets/_common.scss */
.order-info dl:after, .delivery-info dl:after, .bill-info dl:after, .other-info dl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  visibility: hidden;
  clear: both;
}

/* line 122, /rails/app/assets/stylesheets/_common.scss */
.cell-data {
  max-width: 300px;
}

/* line 126, /rails/app/assets/stylesheets/_common.scss */
.cell-label--image {
  min-width: 75px;
}

/* line 130, /rails/app/assets/stylesheets/_common.scss */
.text-field-cell {
  min-width: 100px;
}

/* line 1, /rails/app/assets/stylesheets/_form.scss */
#error_explanation {
  border: 1px solid red;
  margin: 20px 100px;
  padding: 10px;
  color: red;
}

/* line 8, /rails/app/assets/stylesheets/_form.scss */
select {
  height: 40px;
}

/* line 2, /rails/app/assets/stylesheets/print.css.scss */
.stock-request-print-table th {
  min-width: 180px;
}

/* line 3, /rails/app/assets/stylesheets/_csv_import.css.scss */
#csv-import-result-table .csv-import-success-row .csv-import-changed-cell {
  background-color: palegreen;
}
/* line 7, /rails/app/assets/stylesheets/_csv_import.css.scss */
#csv-import-result-table .csv-import-fail-row {
  background-color: lightpink;
}
/* line 10, /rails/app/assets/stylesheets/_csv_import.css.scss */
#csv-import-result-table .csv-import-fail-row .csv-import-error-cell {
  background-color: indianred;
}
/* line 14, /rails/app/assets/stylesheets/_csv_import.css.scss */
#csv-import-result-table .csv-import-ignored {
  background-color: #f6f7f7;
}

/* line 3, /rails/app/assets/stylesheets/_custom.scss */
.shop-item-table .cell-data--image img {
  max-width: 100px;
  max-height: 50px;
}
