/* line 1, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: #fff;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-top: 1px solid #ccc;
  color: #333;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  padding: 8px;
  padding-left: 0;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  box-sizing: border-box;
  display: none;
}

/* line 19, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}

/* line 110, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

/* line 117, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 162, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 172, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 179, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

/* line 204, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

/* line 215, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

/* line 231, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

/* line 251, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 270, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td, .xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

/* line 311, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #33aaff;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 343, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  cursor: default;
}

/* line 351, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 363, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #33aaff !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 370, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit	!important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 377, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #ccc;
}

/* line 430, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 458, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

/* line 465, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #cc5500;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 499, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 505, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #fff 0%, #f4f8fa 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff', endColorstr='#f4f8fa',GradientType=0 );
  /* IE6-9 */
}

/* line 552, /usr/local/bundle/gems/xdan-datetimepicker-rails-2.5.4/app/assets/stylesheets/jquery.xdan.datetimepicker.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, #f4f8fa 0%, #FFF 73%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#FFF',GradientType=0 );
  /* IE6-9 */
}

/* line 7, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-button {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-right: 8px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="32" height="32" viewBox="0 0 32 32"><path fill="#f5c86c" d="M2 2h8v8H2z"/><path fill="#f56c6c" d="M12 2h8v8h-8z"/><path fill="#f46ac6" d="M22 2h8v8h-8z"/><path fill="#c3f167" d="M2 12h8v8H2z"/><path fill="#f3f3f3" d="M12 12h8v8h-8z"/><path fill="#c76cf5" d="M22 12h8v8h-8z"/><path fill="#69e369" d="M2 22h8v8H2z"/><path fill="#6bc6f4" d="M12 22h8v8h-8z"/><path fill="#6b6bf5" d="M22 22h8v8h-8z"/><path d="M9 3v6H3V3h6m1-1H2v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zm9 1v6h-6V3h6m1-1h-8v8h8V2zM9 13v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zM9 23v6H3v-6h6m1-1H2v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8zm9 1v6h-6v-6h6m1-1h-8v8h8v-8z" opacity=".25"/></svg>') center center no-repeat;
  background-size: cover;
  /*background: url(/palette-color-picker-icon.svg) center center no-repeat;*/
  cursor: pointer;
  box-shadow: 0 0 0 1px #bbb;
  /*outline: 1px solid $cpfp-border;*/
  border: 2px solid #fff;
}

/* line 24, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble {
  display: none;
  margin: 12px 0;
  position: absolute;
  bottom: 100%;
  width: 220px;
  padding: 10px 8px 8px 8px;
  border: 1px solid #bbb;
  border-radius: 3px;
  background-color: #fff;
}
/* line 36, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble:after, .palette-color-picker-bubble:before {
  top: 100%;
  left: 14px;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
/* line 47, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
/* line 53, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble:before {
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 9px;
  margin-left: -9px;
}
/* line 61, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}
/* line 66, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
  top: auto;
  bottom: 100%;
}
/* line 70, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
}
/* line 74, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.downside:before {
  border-top-color: transparent;
  border-bottom-color: #bbb;
}
/* line 80, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch {
  position: relative;
  display: inline-block;
  font: 0/0 a;
  width: 12.66%;
  padding-top: 11.00%;
  margin: 1% 2%;
  outline: 1px solid #bbb;
  border: 2px solid #fff;
  border-radius: 3px;
  cursor: pointer;
  overflow: hidden;
}
/* line 94, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.active {
  outline-color: #000;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}
/* line 102, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}
/* line 104, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear:before {
  position: absolute;
  content: '';
  display: block;
  top: -1px;
  left: 0;
  width: 100px;
  height: 2px;
  background-color: #e00;
  transform-origin: 0 0;
  transform: rotate(45deg);
}
/* line 122, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch {
  width: 29.30%;
  padding-top: 11.00%;
  margin: 1% 2%;
}
/* line 127, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}
/* line 136, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch {
  width: 96.2%;
  padding-top: 11.00%;
  margin: 1% 2%;
}
/* line 140, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}
/* line 147, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.force-left {
  left: -178px;
}
/* line 149, /usr/local/bundle/gems/activeadmin_addons-1.7.1/vendor/assets/jquery_palette_color_picker/palette-color-picker.scss */
.palette-color-picker-bubble.force-left:after, .palette-color-picker-bubble.force-left:before {
  left: 188px;
}

/* line 2, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter input[type=number] {
  width: 96px;
  padding-right: 0;
}
/* line 7, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter .separator {
  display: inline-block;
  width: 12px;
  text-align: center;
}

/* line 1, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/color-picker.scss */
.palette-color-picker-bubble {
  padding: 14px 0 14px 16px;
  z-index: 10;
}

/* line 2, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker.scss */
input[type=text].date-time-picker-input {
  width: 110px;
}

/* line 1, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/select2.scss */
.select2-search__field {
  line-height: 20px;
}

/* line 4, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container {
  display: inline-block;
  width: 80%;
}
/* line 8, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container .selected-item {
  height: 25px;
}

/* line 13, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item {
  display: table;
  cursor: pointer;
}
/* line 17, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item::before {
  color: #aaa;
  content: '\2716\00a0\00a0';
}
/* line 23, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item:hover::before {
  color: #333;
}

/* line 10, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container {
  text-align: center;
}
/* line 13, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch {
  cursor: pointer;
  background: #6a7176;
  background-image: linear-gradient(180deg, #6a7176, #4d5256);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  width: 40px;
  height: 16px;
  display: inline-block;
  position: relative;
}
/* line 25, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch::before {
  content: '';
  background: #fff;
  background-image: linear-gradient(180deg, #fff, #dfe1e2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  display: inline-block;
  width: 20px;
  height: 12px;
  position: absolute;
  left: 3px;
  top: 2px;
  transition: all .25s linear;
  transform: translateX(0);
}
/* line 43, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on {
  background: #4dbcff;
  background-image: linear-gradient(180deg, #4dbcff, #2f749e);
}
/* line 47, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on::before {
  left: calc(100% - 23px);
}

/* line 1, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container {
  max-width: 125px;
  max-height: 50px;
}
/* line 5, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag {
  height: 28px;
  width: 125px;
}
/* line 9, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag .status_tag {
  cursor: pointer;
}
/* line 14, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-hidden {
  display: none;
}
/* line 18, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .select-container-hidden {
  display: none;
}
/* line 22, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-select {
  width: 100%;
  height: 100%;
}

/* line 28, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.select2-container {
  margin: 0;
}

/* line 16, /usr/local/bundle/gems/activeadmin_addons-1.7.1/app/assets/stylesheets/activeadmin_addons/all.scss */
li.error .select2-selection {
  border-color: #932419;
}

/* 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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
  }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /* line 95, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }

  /* line 137, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }

  /* line 27, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }

  /* line 28, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }

  /* line 39, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }

  /* line 45, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }

  /* line 53, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }

  /* line 55, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }

  /* line 57, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }

  /* line 58, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }

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

  /* line 62, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }

  /* line 65, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }

  /* line 66, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
  li ol {
    margin: 0;
  }

  /* line 71, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }

  /* line 74, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }

  /* line 76, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }

  /* line 77, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }

  /* line 78, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }

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

  /* line 82, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }

  /* line 83, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }

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

  /* line 87, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }

  /* line 91, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }

  /* line 92, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }

  /* line 93, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }

  /* line 94, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }

  /* line 95, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }

  /* line 97, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }

  /* line 98, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }

  /* line 99, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }

  /* line 100, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* line 2, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a {
    text-decoration: none;
  }
  /* line 29, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 a:hover {
    color: #fff;
  }
  /* line 34, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header h1 img {
    position: relative;
    top: -2px;
  }
  /* line 40, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header a, #header a:link {
    color: #cdcdcd;
  }
  /* line 42, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header ul.tabs li:hover > ul {
    display: block;
  }
  /* line 60, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #tabs {
    width: 100%;
  }
  /* line 171, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a {
    text-decoration: none;
  }
  /* line 181, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav a:hover {
    color: #fff;
  }
  /* line 183, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_header.scss */
  #header #utility_nav li {
    display: inline;
  }

  /* line 2, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form ol, form ul {
    list-style: none;
  }
  /* line 7, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset legend {
    width: 100%;
  }
  /* line 16, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset ol > li {
    padding: 10px;
  }
  /* line 21, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .has_many_fields {
    position: relative;
  }
  /* line 59, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form input[type=date] {
    width: calc(100% - 22px);
  }
  /* line 136, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form fieldset > ol > li.hidden {
    padding: 0;
  }
  /* line 189, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  form input[type=submit].disabled, form input[type=button].disabled, form button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  form .buttons, form .actions {
    margin-top: 15px;
  }
  /* line 230, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_forms.scss */
  .sidebar_section select {
    width: 240px;
  }
  /* line 267, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a {
    text-decoration: none;
  }
  /* line 14, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_date_picker.scss */
  .ui-datepicker a:hover {
    cursor: pointer;
  }
  /* line 19, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr td {
    vertical-align: top;
  }
  /* line 8, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  table tr th {
    text-align: left;
  }

  /* line 15, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .panel_contents table {
    margin-top: 5px;
  }
  /* line 68, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table {
    overflow: hidden;
  }

  /* line 85, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.even {
    background: #f4f5f5;
  }
  /* line 86, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .attributes_table table col.odd {
    background: #ecedee;
  }
  /* line 87, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_tables.scss */
  .sidebar_section .attributes_table th {
    width: 50px;
  }

  /* line 2, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog li {
    margin: 10px 0;
  }
  /* line 21, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_modal_dialog.scss */
  .ui-dialog label {
    margin-right: 10px;
  }
  /* line 23, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  .ui-dialog .ui-dialog-buttonpane button:last-child.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 50, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_breadcrumbs.scss */
  .breadcrumb a:hover {
    text-decoration: underline;
  }
  /* line 16, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_dropdown_menu.scss */
  .dropdown_menu {
    display: inline;
  }
  /* line 4, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_buttons.scss */
  a.button, a:link.button, a:visited.button, input[type=submit], input[type=button], button {
    border-radius: 200px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.0em;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    line-height: 12px;
    margin-right: 3px;
    padding: 7px 16px 6px;
    text-decoration: none;
    background-color: #838a90;
    background-image: linear-gradient(180deg, #838a90, #414549);
    text-shadow: #000 0 1px 0;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1), 0 1px 0 0px rgba(255, 255, 255, 0.2) inset;
    border: solid 1px #484e53;
    border-color: #484e53;
    border-top-color: #616a71;
    border-right-color: #484e53;
    border-bottom-color: #363b3f;
    border-left-color: #484e53;
    color: #efefef;
  }
  /* line 12, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button.disabled, a:link.button.disabled, a:visited.button.disabled, input[type=submit].disabled, input[type=button].disabled, button.disabled {
    opacity: 0.5;
    cursor: default;
  }
  /* line 29, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):hover, a:link.button:not(.disabled):hover, a:visited.button:not(.disabled):hover, input[type=submit]:not(.disabled):hover, input[type=button]:not(.disabled):hover, button:not(.disabled):hover {
    background-color: #8b9297;
    background-image: linear-gradient(180deg, #8b9297, #484d51);
  }
  /* line 33, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_buttons.scss */
  a.button:not(.disabled):active, a:link.button:not(.disabled):active, a:visited.button:not(.disabled):active, input[type=submit]:not(.disabled):active, input[type=button]:not(.disabled):active, button:not(.disabled):active {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4) inset, 0 1px 0 0px #FFF;
    background-color: #71797f;
    background-image: linear-gradient(180deg, #71797f, #35383b);
  }

  /* line 2, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns {
    clear: both;
    padding: 0;
  }
  /* line 8, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_grid.scss */
  .columns .column {
    float: left;
  }

  /* line 1, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_links.scss */
  a:hover {
    text-decoration: none;
  }

  /* line 1, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .paginated_collection_contents {
    clear: both;
  }

  /* line 5, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .pagination_information b {
    color: #5c6469;
  }

  /* line 32, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .download_links {
    float: left;
  }

  /* line 36, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination {
    float: left;
    margin-bottom: 30px;
  }
  /* line 51, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_pagination.scss */
  .comments .pagination_information {
    float: left;
    color: #000;
  }

  /* line 2, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/mixins/_sections.scss */
  .sidebar_section > h3 .header_action {
    float: right;
  }
  /* line 35, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_columns.scss */
  .columns {
    margin-bottom: 10px;
  }

  /* line 3, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.yes {
    background: #6090DB;
  }
  /* line 10, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_status_tags.scss */
  .status_tag.no {
    background: grey;
  }

  /* line 1, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools {
    margin-bottom: 16px;
  }
  /* line 2, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_table_tools.scss */
  .table_tools .dropdown_menu {
    float: left;
  }

  /* line 10, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/components/_index_list.scss */
  .indexes {
    float: right;
  }
  /* line 5, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out {
    background: #e8e9ea;
  }
  /* line 4, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/pages/_logged_out.scss */
  body.logged_out #login {
    /* Login Form */
  }
  /* line 27, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  #footer p {
    padding-top: 10px;
  }

  /* line 12, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_footer.scss */
  .index_content {
    clear: both;
  }

  /* line 1, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  #wrapper {
    width: 100%;
  }

  /* line 5, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/structure/_main_structure.scss */
  .index #wrapper {
    display: table;
  }

  /* line 9, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_base.scss */
  html {
    box-sizing: border-box;
  }

  /* line 40, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_base.scss */
  *,
  *:before,
  *:after {
    box-sizing: inherit;
  }

  /* line 46, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  abbr[title] {
    border-bottom: none;
    /* 1 */
    text-decoration: underline;
    /* 2 */
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
    /* 2 */
  }

  /**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
  /* line 95, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  sub {
    bottom: -0.25em;
  }

  /* line 137, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_normalize.scss */
  [hidden] {
    display: none;
  }

  /* line 27, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  html {
    font-size: 100.01%;
  }

  /* line 28, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h2 {
    font-size: 2em;
    margin-bottom: 0.75em;
  }

  /* line 39, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  h6 {
    font-size: 1em;
    font-weight: bold;
  }

  /* line 45, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  p {
    margin: 0 0 1.5em;
  }
  /* line 48, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .left {
    float: left !important;
  }

  /* line 53, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .right {
    float: right !important;
  }

  /* line 55, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  strong, dfn {
    font-weight: bold;
  }

  /* line 57, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  em, dfn {
    font-style: italic;
  }

  /* line 58, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  sup, sub {
    line-height: 0;
  }

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

  /* line 62, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  del {
    color: #666;
  }

  /* line 65, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  pre {
    margin: 1.5em 0;
    white-space: pre;
  }

  /* line 66, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  li ul,
  li ol {
    margin: 0;
  }

  /* line 71, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ul {
    list-style-type: disc;
  }

  /* line 74, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  ol {
    list-style-type: decimal;
  }

  /* line 76, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl {
    margin: 0 0 1.5em 0;
  }

  /* line 77, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dl dt {
    font-weight: bold;
  }

  /* line 78, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  dd {
    margin-left: 1.5em;
  }

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

  /* line 82, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  th {
    font-weight: bold;
  }

  /* line 83, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  thead th {
    background: #c3d9ff;
  }

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

  /* line 87, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .hide {
    display: none;
  }

  /* line 91, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .quiet {
    color: #666;
  }

  /* line 92, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .loud {
    color: #000;
  }

  /* line 93, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .highlight {
    background: #ff0;
  }

  /* line 94, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .added {
    background: #060;
    color: #fff;
  }

  /* line 95, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .removed {
    background: #900;
    color: #fff;
  }

  /* line 97, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .first {
    margin-left: 0;
    padding-left: 0;
  }

  /* line 98, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .last {
    margin-right: 0;
    padding-right: 0;
  }

  /* line 99, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .top {
    margin-top: 0;
    padding-top: 0;
  }

  /* line 100, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_typography.scss */
  .bottom {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  /* line 13, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  a {
    color: black;
    text-decoration: none;
  }

  /* line 29, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  h3 {
    font-weight: bold;
    margin-bottom: .5em;
  }

  /* line 35, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #header {
    float: left;
  }
  /* line 38, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #header h1 {
    font-weight: bold;
  }

  /* line 47, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .flashes {
    display: none;
  }

  /* line 51, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar {
    float: right;
  }
  /* line 54, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #title_bar h2 {
    line-height: 2em;
    margin: 0;
  }
  /* line 59, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #footer {
    display: none;
  }

  /* line 79, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table thead {
    display: table-header-group;
  }
  /* line 119, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table thead th a {
    text-decoration: none;
  }
  /* line 130, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table th, table td {
    padding: .5em 1em;
  }
  /* line 133, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table td {
    border-bottom: thin solid black;
  }
  /* line 142, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  table tr {
    page-break-inside: avoid;
  }

  /* line 148, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #index_footer, .pagination_information {
    display: none;
  }

  /* line 153, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .index_grid td img {
    max-width: 1in;
  }

  /* line 165, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .panel:last-child {
    border-bottom: none;
  }

  /* line 177, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .comments form {
    display: none;
  }
  /* line 181, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table {
    border-top: medium solid black;
  }
  /* line 213, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .attributes_table th:after {
    content: ':';
  }
  /* line 223, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  #filters_sidebar_section {
    display: none;
  }

  /* line 237, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form fieldset:last-child {
    border-bottom: none;
  }
  /* line 247, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form .buttons, form abbr {
    display: none;
  }
  /* line 250, /usr/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, /usr/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, /usr/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, /usr/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, /usr/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, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  form ol li input[type=file] {
    display: none;
  }

  /* line 285, /usr/local/bundle/gems/activeadmin-2.14.0/app/assets/stylesheets/active_admin/_print.scss */
  .unsupported_browser {
    display: none;
  }
}
/*! @license
* Copyright 2012-2014 Alex Wolfe and Rob Levin
*
* 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.
*/
@keyframes glowing, {
  from {
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  50% {
    box-shadow: 0px 0px 16px rgba(44, 154, 219, 0.8), 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
  to {
    box-shadow: 0px 0px 0px rgba(44, 154, 219, 0.3), 0px 1px 2px rgba(0, 0, 0, 0.2);
  }
}
/* line 26, ../scss/partials/_buttons.scss */
/* line 69, /build/app/assets/stylesheets/vendor/buttons.css */
.btn {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #EEE;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2UxZTFlMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #fbfbfb, #e1e1e1);
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: 1px solid #d4d4d4;
  height: 32px;
  line-height: 30px;
  padding: 0px 25.6px;
  font-weight: 300;
  font-size: 14px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", "Lucida Grande", sans-serif;
  color: #000 !important;
  text-shadow: 0 1px 1px white;
  margin: 0;
  text-decoration: none !important;
  text-align: center;
}

/* line 44, ../scss/partials/_buttons.scss */
/* line 97, /build/app/assets/stylesheets/vendor/buttons.css */
.btn:hover, .btn:focus, .btn:active, .btn.is-active, .btn.active {
  text-decoration: none;
}

/* line 48, ../scss/partials/_buttons.scss */
/* line 100, /build/app/assets/stylesheets/vendor/buttons.css */
.btn:hover, .btn:focus {
  color: #666;
  background-color: #EEE;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RjZGNkYyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #ffffff, #dcdcdc);
}

/* line 53, ../scss/partials/_buttons.scss */
/* line 109, /build/app/assets/stylesheets/vendor/buttons.css */
.btn:active, .btn.is-active, .btn.active {
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.4);
  background: #eeeeee;
  color: #bbbbbb;
}

/* line 59, ../scss/partials/_buttons.scss */
/* line 117, /build/app/assets/stylesheets/vendor/buttons.css */
.btn:focus {
  outline: none;
}

/* line 65, ../scss/partials/_buttons.scss */
/* line 121, /build/app/assets/stylesheets/vendor/buttons.css */
input.btn, button.btn {
  height: 34px;
  cursor: pointer;
  -webkit-appearance: none;
}

/* line 72, ../scss/partials/_buttons.scss */
/* line 127, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-block {
  display: block;
}

/* line 77, ../scss/partials/_buttons.scss */
/* line 131, /build/app/assets/stylesheets/vendor/buttons.css */
.btn.disabled,
.btn.disabled:hover,
.btn.disabled:focus,
.btn.disabled:active,
input.btn:disabled,
button.btn:disabled {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.1);
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  background: #EEE;
  border: 1px solid #DDD;
  text-shadow: 0 1px 1px white;
  color: #CCC;
  cursor: default;
  -webkit-appearance: none;
}

/* line 94, ../scss/partials/_buttons.scss */
/* line 150, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-wrap {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UzZTNlMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YyZjJmMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #e3e3e3, #f2f2f2);
  border-radius: 200px;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.04);
  padding: 10px;
  display: inline-block;
}

/* line 104, ../scss/partials/_buttons.scss */
/* line 166, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat {
  box-shadow: none;
  transition-property: background;
  transition-duration: 0.3s;
  background: #EEE;
  border: none;
  text-shadow: none;
}

/* line 113, ../scss/partials/_buttons.scss */
/* line 182, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat:hover, .btn-flat:focus {
  background: #fbfbfb;
}

/* line 116, ../scss/partials/_buttons.scss */
/* line 185, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat:active, .btn-flat.is-active, .btn-flat.active {
  transition-duration: 0s;
  background: #eeeeee;
  color: #bbbbbb;
}

/* line 121, ../scss/partials/_buttons.scss */
/* line 193, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 131, ../scss/partials/_buttons.scss */
/* line 200, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border {
  box-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  color: #666;
  border: 2px solid #666;
  background: none;
  text-shadow: none;
}

/* line 140, ../scss/partials/_buttons.scss */
/* line 217, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border:hover, .btn-border:focus {
  background: none;
  color: gray;
  border: 2px solid gray;
}

/* line 145, ../scss/partials/_buttons.scss */
/* line 222, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border:active, .btn-border.is-active, .btn-border.active {
  transition-duration: 0s;
  background: none;
  color: #4d4d4d;
  border: 2px solid #4d4d4d;
}

/* line 151, ../scss/partials/_buttons.scss */
/* line 231, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 161, ../scss/partials/_buttons.scss */
/* line 238, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d {
  transition-property: all;
  transition-duration: 0.3s;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #bbbbbb, 0px 8px 3px rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #f3f3f3, #e9e9e9);
  background-color: #EEE;
  color: #666;
  border: 1px solid #e1e1e1;
  text-shadow: none;
  position: relative;
  top: 0px;
}

/* line 173, ../scss/partials/_buttons.scss */
/* line 262, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d:hover, .btn-3d:focus {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #bbbbbb, 0px 8px 3px rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ViZWJlYiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #ffffff, #ebebeb);
  background-color: white;
  color: #666;
}

/* line 179, ../scss/partials/_buttons.scss */
/* line 274, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d:active, .btn-3d.is-active, .btn-3d.active {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 2px 0px #bbbbbb, 0px 3px 3px rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #e9e9e9, #f3f3f3);
  background-color: #eeeeee;
  color: #bbbbbb;
  border: 1px solid #e1e1e1;
  top: 5px;
}

/* line 187, ../scss/partials/_buttons.scss */
/* line 288, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 201, ../scss/partials/_buttons.scss */
/* line 295, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-rounded {
  border-radius: 3px;
}

/* line 201, ../scss/partials/_buttons.scss */
/* line 301, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-pill {
  border-radius: 50px;
}

/* line 201, ../scss/partials/_buttons.scss */
/* line 307, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-circle {
  border-radius: 240px;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
  width: 120px;
  line-height: 120px;
  height: 120px;
  padding: 0px;
  border-width: 4px;
  font-size: 16px;
}

/* line 235, ../scss/partials/_buttons.scss */
/* line 322, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-primary {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYjVlNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGRiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #00b5e5, #008db2);
  background-color: #00A1CB;
  border-color: #007998;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(0, 40, 50, 0.35);
}

/* line 242, ../scss/partials/_buttons.scss */
/* line 333, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-primary:hover, .btn-primary:focus {
  background-color: #00A1CB;
  color: #FFFFFF;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzlmZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOGRiMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #00c9fe, #008db2);
}

/* line 247, ../scss/partials/_buttons.scss */
/* line 342, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-primary:active, .btn-primary.is-active, .btn-primary.active {
  background: #1495b7;
  color: #005065;
}

/* line 260, ../scss/partials/_buttons.scss */
/* line 347, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-primary {
  transition-property: all;
  transition-duration: 0.3s;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #007998, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYTlkNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTljMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #00a9d5, #0099c1);
  background-color: #00A1CB;
  color: #FFFFFF;
  border: 1px solid #007998;
  text-shadow: none;
  position: relative;
  top: 0px;
}

/* line 272, ../scss/partials/_buttons.scss */
/* line 371, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-primary:hover, .btn-3d-primary:focus {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #00708e, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwYzFmNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOWRjNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #00c1f4, #009dc6);
  background-color: #00c9fe;
  color: #FFFFFF;
}

/* line 278, ../scss/partials/_buttons.scss */
/* line 383, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-primary:active, .btn-3d-primary.is-active, .btn-3d-primary.active {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 2px 0px #007998, 0px 3px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwOTljMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwYTlkNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #0099c1, #00a9d5);
  background-color: #1495b7;
  color: #005065;
  border: 1px solid #008db2;
  top: 5px;
}

/* line 286, ../scss/partials/_buttons.scss */
/* line 397, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-primary.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 300, ../scss/partials/_buttons.scss */
/* line 404, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-primary {
  box-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  color: #00A1CB;
  border: 2px solid #00A1CB;
  background: none;
  text-shadow: none;
}

/* line 309, ../scss/partials/_buttons.scss */
/* line 421, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-primary:hover, .btn-border-primary:focus {
  background: none;
  color: #00c9fe;
  border: 2px solid #00c9fe;
}

/* line 314, ../scss/partials/_buttons.scss */
/* line 426, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-primary:active, .btn-border-primary.is-active, .btn-border-primary.active {
  transition-duration: 0s;
  background: none;
  color: #007998;
  border: 2px solid #007998;
}

/* line 320, ../scss/partials/_buttons.scss */
/* line 435, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-primary.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 332, ../scss/partials/_buttons.scss */
/* line 442, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-primary {
  box-shadow: none;
  transition-property: background;
  transition-duration: 0.3s;
  background: #00A1CB;
  color: #FFFFFF;
  text-shadow: none;
  border: none;
}

/* line 341, ../scss/partials/_buttons.scss */
/* line 459, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-primary:hover, .btn-flat-primary:focus {
  color: #FFFFFF;
  background: #00b5e5;
}

/* line 345, ../scss/partials/_buttons.scss */
/* line 463, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-primary:active, .btn-flat-primary.is-active, .btn-flat-primary.active {
  transition-duration: 0s;
  background: #1495b7;
  color: #00647f;
}

/* line 350, ../scss/partials/_buttons.scss */
/* line 471, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-primary.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 235, ../scss/partials/_buttons.scss */
/* line 478, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-action {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhmY2YwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiOWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #8fcf00, #6b9c00);
  background-color: #7db500;
  border-color: #5a8200;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(19, 28, 0, 0.35);
}

/* line 242, ../scss/partials/_buttons.scss */
/* line 489, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-action:hover, .btn-action:focus {
  background-color: #7db500;
  color: #FFFFFF;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2EwZTgwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzZiOWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #a0e800, #6b9c00);
}

/* line 247, ../scss/partials/_buttons.scss */
/* line 498, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-action:active, .btn-action.is-active, .btn-action.active {
  background: #76a312;
  color: #374f00;
}

/* line 260, ../scss/partials/_buttons.scss */
/* line 503, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-action {
  transition-property: all;
  transition-duration: 0.3s;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #5a8200, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg0YmYwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc2YWIwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #84bf00, #76ab00);
  background-color: #7db500;
  color: #FFFFFF;
  border: 1px solid #5a8200;
  text-shadow: none;
  position: relative;
  top: 0px;
}

/* line 272, ../scss/partials/_buttons.scss */
/* line 527, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-action:hover, .btn-3d-action:focus {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #537800, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5ZGUwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc5YjAwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #99de00, #79b000);
  background-color: #a0e800;
  color: #FFFFFF;
}

/* line 278, ../scss/partials/_buttons.scss */
/* line 539, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-action:active, .btn-3d-action.is-active, .btn-3d-action.active {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 2px 0px #5a8200, 0px 3px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzc2YWIwMCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzg0YmYwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #76ab00, #84bf00);
  background-color: #76a312;
  color: #374f00;
  border: 1px solid #6b9c00;
  top: 5px;
}

/* line 286, ../scss/partials/_buttons.scss */
/* line 553, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-action.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 300, ../scss/partials/_buttons.scss */
/* line 560, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-action {
  box-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  color: #7db500;
  border: 2px solid #7db500;
  background: none;
  text-shadow: none;
}

/* line 309, ../scss/partials/_buttons.scss */
/* line 577, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-action:hover, .btn-border-action:focus {
  background: none;
  color: #a0e800;
  border: 2px solid #a0e800;
}

/* line 314, ../scss/partials/_buttons.scss */
/* line 582, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-action:active, .btn-border-action.is-active, .btn-border-action.active {
  transition-duration: 0s;
  background: none;
  color: #5a8200;
  border: 2px solid #5a8200;
}

/* line 320, ../scss/partials/_buttons.scss */
/* line 591, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-action.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 332, ../scss/partials/_buttons.scss */
/* line 598, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-action {
  box-shadow: none;
  transition-property: background;
  transition-duration: 0.3s;
  background: #7db500;
  color: #FFFFFF;
  text-shadow: none;
  border: none;
}

/* line 341, ../scss/partials/_buttons.scss */
/* line 615, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-action:hover, .btn-flat-action:focus {
  color: #FFFFFF;
  background: #8fcf00;
}

/* line 345, ../scss/partials/_buttons.scss */
/* line 619, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-action:active, .btn-flat-action.is-active, .btn-flat-action.active {
  transition-duration: 0s;
  background: #76a312;
  color: #486900;
}

/* line 350, ../scss/partials/_buttons.scss */
/* line 627, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-action.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 235, ../scss/partials/_buttons.scss */
/* line 634, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-highlight {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTkxNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4N2UwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #fa9915, #d87e04);
  background-color: #F18D05;
  border-color: #bf7004;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(91, 53, 2, 0.35);
}

/* line 242, ../scss/partials/_buttons.scss */
/* line 645, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-highlight:hover, .btn-highlight:focus {
  background-color: #F18D05;
  color: #FFFFFF;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiYTQyZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q4N2UwNCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #fba42e, #d87e04);
}

/* line 247, ../scss/partials/_buttons.scss */
/* line 654, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-highlight:active, .btn-highlight.is-active, .btn-highlight.active {
  background: #d8891e;
  color: #8d5303;
}

/* line 260, ../scss/partials/_buttons.scss */
/* line 659, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-highlight {
  transition-property: all;
  transition-duration: 0.3s;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #bf7004, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhOTMwNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U3ODcwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #fa9306, #e78705);
  background-color: #F18D05;
  color: #FFFFFF;
  border: 1px solid #bf7004;
  text-shadow: none;
  position: relative;
  top: 0px;
}

/* line 272, ../scss/partials/_buttons.scss */
/* line 683, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-highlight:hover, .btn-3d-highlight:focus {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #b56a04, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZhYTAyNCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VjOGEwNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #faa024, #ec8a05);
  background-color: #fba42e;
  color: #FFFFFF;
}

/* line 278, ../scss/partials/_buttons.scss */
/* line 695, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-highlight:active, .btn-3d-highlight.is-active, .btn-3d-highlight.active {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 2px 0px #bf7004, 0px 3px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3ODcwNSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZhOTMwNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #e78705, #fa9306);
  background-color: #d8891e;
  color: #8d5303;
  border: 1px solid #d87e04;
  top: 5px;
}

/* line 286, ../scss/partials/_buttons.scss */
/* line 709, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-highlight.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 300, ../scss/partials/_buttons.scss */
/* line 716, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-highlight {
  box-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  color: #F18D05;
  border: 2px solid #F18D05;
  background: none;
  text-shadow: none;
}

/* line 309, ../scss/partials/_buttons.scss */
/* line 733, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-highlight:hover, .btn-border-highlight:focus {
  background: none;
  color: #fba42e;
  border: 2px solid #fba42e;
}

/* line 314, ../scss/partials/_buttons.scss */
/* line 738, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-highlight:active, .btn-border-highlight.is-active, .btn-border-highlight.active {
  transition-duration: 0s;
  background: none;
  color: #bf7004;
  border: 2px solid #bf7004;
}

/* line 320, ../scss/partials/_buttons.scss */
/* line 747, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-highlight.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 332, ../scss/partials/_buttons.scss */
/* line 754, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-highlight {
  box-shadow: none;
  transition-property: background;
  transition-duration: 0.3s;
  background: #F18D05;
  color: #FFFFFF;
  text-shadow: none;
  border: none;
}

/* line 341, ../scss/partials/_buttons.scss */
/* line 771, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-highlight:hover, .btn-flat-highlight:focus {
  color: #FFFFFF;
  background: #fa9915;
}

/* line 345, ../scss/partials/_buttons.scss */
/* line 775, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-highlight:active, .btn-flat-highlight.is-active, .btn-flat-highlight.active {
  transition-duration: 0s;
  background: #d8891e;
  color: #a66103;
}

/* line 350, ../scss/partials/_buttons.scss */
/* line 783, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-highlight.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 235, ../scss/partials/_buttons.scss */
/* line 790, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-caution {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U4NTQzZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5MzMxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #e8543f, #d9331a);
  background-color: #E54028;
  border-color: #c22d18;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(103, 24, 13, 0.35);
}

/* line 242, ../scss/partials/_buttons.scss */
/* line 801, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-caution:hover, .btn-caution:focus {
  background-color: #E54028;
  color: #FFFFFF;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViNjg1NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Q5MzMxYSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #eb6855, #d9331a);
}

/* line 247, ../scss/partials/_buttons.scss */
/* line 810, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-caution:active, .btn-caution.is-active, .btn-caution.active {
  background: #cd5240;
  color: #952312;
}

/* line 260, ../scss/partials/_buttons.scss */
/* line 815, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-caution {
  transition-property: all;
  transition-duration: 0.3s;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #c22d18, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2NDgzMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0MzgxZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #e64831, #e4381f);
  background-color: #E54028;
  color: #FFFFFF;
  border: 1px solid #c22d18;
  text-shadow: none;
  position: relative;
  top: 0px;
}

/* line 272, ../scss/partials/_buttons.scss */
/* line 839, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-caution:hover, .btn-3d-caution:focus {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #b92b16, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5NjA0YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U0M2MyMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #e9604c, #e43c23);
  background-color: #eb6855;
  color: #FFFFFF;
}

/* line 278, ../scss/partials/_buttons.scss */
/* line 851, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-caution:active, .btn-3d-caution.is-active, .btn-3d-caution.active {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 2px 0px #c22d18, 0px 3px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U0MzgxZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2NDgzMSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #e4381f, #e64831);
  background-color: #cd5240;
  color: #952312;
  border: 1px solid #d9331a;
  top: 5px;
}

/* line 286, ../scss/partials/_buttons.scss */
/* line 865, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-caution.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 300, ../scss/partials/_buttons.scss */
/* line 872, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-caution {
  box-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  color: #E54028;
  border: 2px solid #E54028;
  background: none;
  text-shadow: none;
}

/* line 309, ../scss/partials/_buttons.scss */
/* line 889, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-caution:hover, .btn-border-caution:focus {
  background: none;
  color: #eb6855;
  border: 2px solid #eb6855;
}

/* line 314, ../scss/partials/_buttons.scss */
/* line 894, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-caution:active, .btn-border-caution.is-active, .btn-border-caution.active {
  transition-duration: 0s;
  background: none;
  color: #c22d18;
  border: 2px solid #c22d18;
}

/* line 320, ../scss/partials/_buttons.scss */
/* line 903, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-caution.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 332, ../scss/partials/_buttons.scss */
/* line 910, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-caution {
  box-shadow: none;
  transition-property: background;
  transition-duration: 0.3s;
  background: #E54028;
  color: #FFFFFF;
  text-shadow: none;
  border: none;
}

/* line 341, ../scss/partials/_buttons.scss */
/* line 927, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-caution:hover, .btn-flat-caution:focus {
  color: #FFFFFF;
  background: #e8543f;
}

/* line 345, ../scss/partials/_buttons.scss */
/* line 931, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-caution:active, .btn-flat-caution.is-active, .btn-flat-caution.active {
  transition-duration: 0s;
  background: #cd5240;
  color: #ac2815;
}

/* line 350, ../scss/partials/_buttons.scss */
/* line 939, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-caution.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 235, ../scss/partials/_buttons.scss */
/* line 946, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-royal {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5Mzg5ZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MmE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #99389f, #752a79);
  background-color: #87318C;
  border-color: #632466;
  color: #FFFFFF;
  text-shadow: 0 -1px 1px rgba(26, 9, 27, 0.35);
}

/* line 242, ../scss/partials/_buttons.scss */
/* line 957, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-royal:hover, .btn-royal:focus {
  background-color: #87318C;
  color: #FFFFFF;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiM2ViMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzc1MmE3OSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #ab3eb2, #752a79);
}

/* line 247, ../scss/partials/_buttons.scss */
/* line 966, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-royal:active, .btn-royal.is-active, .btn-royal.active {
  background: #764479;
  color: #3e1740;
}

/* line 260, ../scss/partials/_buttons.scss */
/* line 971, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-royal {
  transition-property: all;
  transition-duration: 0.3s;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #632466, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhlMzQ5NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgwMmU4NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #8e3494, #802e84);
  background-color: #87318C;
  color: #FFFFFF;
  border: 1px solid #632466;
  text-shadow: none;
  position: relative;
  top: 0px;
}

/* line 272, ../scss/partials/_buttons.scss */
/* line 995, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-royal:hover, .btn-3d-royal:focus {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 7px 0px #5b215f, 0px 8px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E0M2NhYSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzgzMzA4OCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #a43caa, #833088);
  background-color: #ab3eb2;
  color: #FFFFFF;
}

/* line 278, ../scss/partials/_buttons.scss */
/* line 1007, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-royal:active, .btn-3d-royal.is-active, .btn-3d-royal.active {
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.3), inset 0px -1px 1px rgba(255, 255, 255, 0.15), 0px 2px 0px #632466, 0px 3px 3px rgba(0, 0, 0, 0.3);
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzgwMmU4NCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhlMzQ5NCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background: linear-gradient(to bottom, #802e84, #8e3494);
  background-color: #764479;
  color: #3e1740;
  border: 1px solid #752a79;
  top: 5px;
}

/* line 286, ../scss/partials/_buttons.scss */
/* line 1021, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-3d-royal.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 300, ../scss/partials/_buttons.scss */
/* line 1028, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-royal {
  box-shadow: none;
  transition-property: all;
  transition-duration: 0.3s;
  color: #87318C;
  border: 2px solid #87318C;
  background: none;
  text-shadow: none;
}

/* line 309, ../scss/partials/_buttons.scss */
/* line 1045, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-royal:hover, .btn-border-royal:focus {
  background: none;
  color: #ab3eb2;
  border: 2px solid #ab3eb2;
}

/* line 314, ../scss/partials/_buttons.scss */
/* line 1050, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-royal:active, .btn-border-royal.is-active, .btn-border-royal.active {
  transition-duration: 0s;
  background: none;
  color: #632466;
  border: 2px solid #632466;
}

/* line 320, ../scss/partials/_buttons.scss */
/* line 1059, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-border-royal.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 332, ../scss/partials/_buttons.scss */
/* line 1066, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-royal {
  box-shadow: none;
  transition-property: background;
  transition-duration: 0.3s;
  background: #87318C;
  color: #FFFFFF;
  text-shadow: none;
  border: none;
}

/* line 341, ../scss/partials/_buttons.scss */
/* line 1083, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-royal:hover, .btn-flat-royal:focus {
  color: #FFFFFF;
  background: #99389f;
}

/* line 345, ../scss/partials/_buttons.scss */
/* line 1087, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-royal:active, .btn-flat-royal.is-active, .btn-flat-royal.active {
  transition-duration: 0s;
  background: #764479;
  color: #501d53;
}

/* line 350, ../scss/partials/_buttons.scss */
/* line 1095, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-flat-royal.disabled {
  box-shadow: none;
  -webkit-appearance: none;
}

/* line 363, ../scss/partials/_buttons.scss */
/* line 1102, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group {
  position: relative;
  display: inline-block;
}

/* line 366, ../scss/partials/_buttons.scss */
/* line 1106, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group .btn {
  float: left;
}

/* line 368, ../scss/partials/_buttons.scss */
/* line 1109, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group .btn:focus, .btn-group .btn:hover, .btn-group .btn.active {
  z-index: 5;
}

/* line 371, ../scss/partials/_buttons.scss */
/* line 1112, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group .btn:active, .btn-group .btn.active {
  background: gainsboro;
}

/* line 375, ../scss/partials/_buttons.scss */
/* line 1115, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 378, ../scss/partials/_buttons.scss */
/* line 1118, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group .btn:first-child {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 382, ../scss/partials/_buttons.scss */
/* line 1122, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group .btn:last-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 388, ../scss/partials/_buttons.scss */
/* line 1126, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 401, ../scss/partials/_buttons.scss */
/* line 1130, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-jumbo {
  font-size: 22px;
  height: 51.2px;
  line-height: 51.2px;
  padding: 0px 40.96px;
}

/* line 401, ../scss/partials/_buttons.scss */
/* line 1137, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-large {
  font-size: 16px;
  height: 38.4px;
  line-height: 38.4px;
  padding: 0px 30.72px;
}

/* line 432, ../scss/partials/_buttons.scss */
/* line 1144, /build/app/assets/stylesheets/vendor/buttons.css */
input.btn-large, button.btn-large {
  height: 40.4px;
}

/* line 401, ../scss/partials/_buttons.scss */
/* line 1148, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-small {
  font-size: 12px;
  height: 25.6px;
  line-height: 24px;
  padding: 0px 20.48px;
}

/* line 432, ../scss/partials/_buttons.scss */
/* line 1155, /build/app/assets/stylesheets/vendor/buttons.css */
input.btn-small, button.btn-small {
  height: 27.6px;
}

/* line 401, ../scss/partials/_buttons.scss */
/* line 1159, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-tiny {
  font-size: 10px;
  height: 22.4px;
  line-height: 22.4px;
  padding: 0px 19.2px;
}

/* line 432, ../scss/partials/_buttons.scss */
/* line 1166, /build/app/assets/stylesheets/vendor/buttons.css */
input.btn-tiny, button.btn-tiny {
  height: 24.4px;
}

/* line 453, ../scss/partials/_buttons.scss */
/* line 1170, /build/app/assets/stylesheets/vendor/buttons.css */
.btn.glow {
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-name: glowing;
}

/* line 456, ../scss/partials/_buttons.scss */
/* line 1189, /build/app/assets/stylesheets/vendor/buttons.css */
.btn.glow:active {
  animation-name: none;
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3), 0px 1px 0px white;
}

/* line 468, ../scss/partials/_buttons.scss */
/* line 1200, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown {
  position: relative;
  overflow: visible;
  display: inline-block;
}

/* line 475, ../scss/partials/_buttons.scss */
/* line 1205, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown .btn .icon-caret-down {
  font-size: 90%;
  margin: 0px 0px 0px 3px;
  vertical-align: middle;
}

/* line 482, ../scss/partials/_buttons.scss */
/* line 1210, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul.btn-dropdown-menu-below {
  top: 115%;
}

/* line 485, ../scss/partials/_buttons.scss */
/* line 1213, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul.btn-dropdown-menu-above {
  bottom: 115%;
  top: auto;
}

/* line 491, ../scss/partials/_buttons.scss */
/* line 1217, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.6);
  border-radius: 3px;
  display: none;
  position: absolute;
  background: #fcfcfc;
  top: -2px;
  left: -2px;
  z-index: 1000;
  padding: 0px;
  margin: 0px;
  list-style-type: none;
  min-width: 102%;
}

/* line 505, ../scss/partials/_buttons.scss */
/* line 1235, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul li {
  padding: 0px;
  margin: 0px;
  display: block;
}

/* line 510, ../scss/partials/_buttons.scss */
/* line 1240, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul li:first-child a {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 513, ../scss/partials/_buttons.scss */
/* line 1248, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul li:last-child a {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 519, ../scss/partials/_buttons.scss */
/* line 1256, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul .btn-dropdown-divider {
  box-shadow: inset 0px 1px 0px #FFF;
  border-top: 1px solid #e4e4e4;
}

/* line 524, ../scss/partials/_buttons.scss */
/* line 1262, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul a {
  display: block;
  padding: 0px 20px;
  text-decoration: none;
  font-size: 10px;
  color: #333;
  line-height: 30px;
  white-space: nowrap;
}

/* line 533, ../scss/partials/_buttons.scss */
/* line 1271, /build/app/assets/stylesheets/vendor/buttons.css */
.btn-dropdown ul a:hover, .btn-dropdown ul a:focus {
  background-color: #3c6ab9;
  color: #FFF;
}

/*!
 * jquery-confirm v3.3.0 (http://craftpip.github.io/jquery-confirm/)
 * Author: boniface pereira
 * Website: www.craftpip.com
 * Contact: hey@craftpip.com
 *
 * Copyright 2013-2017 jquery-confirm
 * Licensed under MIT (https://github.com/craftpip/jquery-confirm/blob/master/LICENSE)
 */
@keyframes jconfirm-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* line 30, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
body[class*=jconfirm-no-scroll-] {
  overflow: hidden !important;
}

/* line 33, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999;
  font-family: inherit;
  overflow: hidden;
}

/* line 43, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: opacity .4s;
}

/* line 52, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-bg.jconfirm-bg-h {
  opacity: 0 !important;
}

/* line 55, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-scrollpane {
  perspective: 500px;
  perspective-origin: center;
  display: table;
  width: 100%;
  height: 100%;
}

/* line 64, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-row {
  display: table-row;
  width: 100%;
}

/* line 68, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-cell {
  display: table-cell;
  vertical-align: middle;
}

/* line 72, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-holder {
  max-height: 100%;
  padding: 50px 0;
}

/* line 76, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box-container {
  transition: transform;
}

/* line 82, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box-container.jconfirm-no-transition {
  transition: none !important;
}

/* line 86, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box {
  background: white;
  border-radius: 4px;
  position: relative;
  outline: none;
  padding: 15px 15px 0;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@keyframes type-blue {
  1%,
  100% {
    border-color: #3498db;
  }
  50% {
    border-color: #5faee3;
  }
}
@keyframes type-green {
  1%,
  100% {
    border-color: #2ecc71;
  }
  50% {
    border-color: #54d98c;
  }
}
@keyframes type-red {
  1%,
  100% {
    border-color: #e74c3c;
  }
  50% {
    border-color: #ed7669;
  }
}
@keyframes type-orange {
  1%,
  100% {
    border-color: #f1c40f;
  }
  50% {
    border-color: #f4d03f;
  }
}
@keyframes type-purple {
  1%,
  100% {
    border-color: #9b59b6;
  }
  50% {
    border-color: #b07cc6;
  }
}
@keyframes type-dark {
  1%,
  100% {
    border-color: #34495e;
  }
  50% {
    border-color: #46627f;
  }
}
/* line 204, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-animated {
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

/* line 210, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-blue {
  border-top: solid 7px #3498db;
  animation-name: type-blue;
}

/* line 215, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-green {
  border-top: solid 7px #2ecc71;
  animation-name: type-green;
}

/* line 220, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-red {
  border-top: solid 7px #e74c3c;
  animation-name: type-red;
}

/* line 225, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-orange {
  border-top: solid 7px #f1c40f;
  animation-name: type-orange;
}

/* line 230, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-purple {
  border-top: solid 7px #9b59b6;
  animation-name: type-purple;
}

/* line 235, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-dark {
  border-top: solid 7px #34495e;
  animation-name: type-dark;
}

/* line 240, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.loading {
  height: 120px;
}

/* line 243, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.loading:before {
  content: '';
  position: absolute;
  left: 0;
  background: white;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 10px;
  z-index: 1;
}

/* line 254, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.loading:after {
  opacity: 0.6;
  content: '';
  height: 30px;
  width: 30px;
  border: solid 3px transparent;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  border-radius: 50%;
  animation: jconfirm-spin 1s infinite linear;
  border-bottom-color: dodgerblue;
  top: 50%;
  margin-top: -15px;
  z-index: 2;
}

/* line 271, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  height: 20px;
  width: 20px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  opacity: .6;
  text-align: center;
  font-size: 27px !important;
  line-height: 14px !important;
  display: none;
  z-index: 1;
}

/* line 285, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon:empty {
  display: none;
}

/* line 288, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon .fa {
  font-size: 16px;
}

/* line 291, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon .glyphicon {
  font-size: 16px;
}

/* line 294, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon .zmdi {
  font-size: 16px;
}

/* line 297, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-closeIcon:hover {
  opacity: 1;
}

/* line 300, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-title-c {
  display: block;
  font-size: 22px;
  line-height: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: default;
  padding-bottom: 15px;
}

/* line 311, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-title-c.jconfirm-hand {
  cursor: move;
}

/* line 314, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  font-size: inherit;
  display: inline-block;
  vertical-align: middle;
}

/* line 319, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c i {
  vertical-align: middle;
}

/* line 322, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
  display: none;
}

/* line 325, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-size: inherit;
  font-family: inherit;
  display: inline-block;
  vertical-align: middle;
}

/* line 335, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title:empty {
  display: none;
}

/* line 338, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 15px;
  height: auto;
  transition: height 0.4s ease-in;
  display: inline-block;
  width: 100%;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 349, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
  overflow-y: hidden;
}

/* line 352, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar {
  width: 3px;
}

/* line 355, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.1);
}

/* line 358, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 3px;
}

/* line 362, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  overflow: auto;
}

/* line 365, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content img {
  max-width: 100%;
  height: auto;
}

/* line 369, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content:empty {
  display: none;
}

/* line 372, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons {
  padding-bottom: 11px;
}

/* line 375, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons > button {
  margin-bottom: 4px;
  margin-left: 2px;
  margin-right: 2px;
}

/* line 380, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button {
  display: inline-block;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 4px;
  min-height: 1em;
  transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
  -webkit-tap-highlight-color: transparent;
  border: none;
  background-image: none;
}

/* line 406, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue {
  background-color: #3498db;
  color: #FFF;
  text-shadow: none;
  transition: background .2s;
}

/* line 413, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-blue:hover {
  background-color: #2980b9;
  color: #FFF;
}

/* line 417, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green {
  background-color: #2ecc71;
  color: #FFF;
  text-shadow: none;
  transition: background .2s;
}

/* line 424, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-green:hover {
  background-color: #27ae60;
  color: #FFF;
}

/* line 428, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red {
  background-color: #e74c3c;
  color: #FFF;
  text-shadow: none;
  transition: background .2s;
}

/* line 435, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-red:hover {
  background-color: #c0392b;
  color: #FFF;
}

/* line 439, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange {
  background-color: #f1c40f;
  color: #FFF;
  text-shadow: none;
  transition: background .2s;
}

/* line 446, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-orange:hover {
  background-color: #f39c12;
  color: #FFF;
}

/* line 450, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default {
  background-color: #ecf0f1;
  color: #000;
  text-shadow: none;
  transition: background .2s;
}

/* line 457, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background-color: #bdc3c7;
  color: #000;
}

/* line 461, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple {
  background-color: #9b59b6;
  color: #FFF;
  text-shadow: none;
  transition: background .2s;
}

/* line 468, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-purple:hover {
  background-color: #8e44ad;
  color: #FFF;
}

/* line 472, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark {
  background-color: #34495e;
  color: #FFF;
  text-shadow: none;
  transition: background .2s;
}

/* line 479, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box .jconfirm-buttons button.btn-dark:hover {
  background-color: #2c3e50;
  color: #FFF;
}

/* line 483, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-red .jconfirm-title-c .jconfirm-icon-c {
  color: #e74c3c !important;
}

/* line 486, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-blue .jconfirm-title-c .jconfirm-icon-c {
  color: #3498db !important;
}

/* line 489, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-green .jconfirm-title-c .jconfirm-icon-c {
  color: #2ecc71 !important;
}

/* line 492, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-purple .jconfirm-title-c .jconfirm-icon-c {
  color: #9b59b6 !important;
}

/* line 495, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-orange .jconfirm-title-c .jconfirm-icon-c {
  color: #f1c40f !important;
}

/* line 498, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-type-dark .jconfirm-title-c .jconfirm-icon-c {
  color: #34495e !important;
}

/* line 501, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-clear {
  clear: both;
}

/* line 504, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-rtl {
  direction: rtl;
}

/* line 507, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-rtl div.jconfirm-closeIcon {
  left: 5px;
  right: auto;
}

/* line 511, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white .jconfirm-bg,
.jconfirm.jconfirm-light .jconfirm-bg {
  background-color: #444;
  opacity: .2;
}

/* line 516, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

/* line 522, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

/* line 527, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
  float: right;
}

/* line 531, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
}

/* line 538, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #333;
}

/* line 544, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #ddd;
}

/* line 548, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-white.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-light.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

/* line 553, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black .jconfirm-bg,
.jconfirm.jconfirm-dark .jconfirm-bg {
  background-color: darkslategray;
  opacity: .4;
}

/* line 558, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black .jconfirm-box,
.jconfirm.jconfirm-dark .jconfirm-box {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  background: #444;
  border-radius: 5px;
  color: white;
}

/* line 566, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

/* line 571, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons {
  float: right;
}

/* line 575, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button {
  border: none;
  background-image: none;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
  text-shadow: none;
  transition: background .1s;
  color: white;
}

/* line 587, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default {
  box-shadow: none;
  color: #fff;
  background: none;
}

/* line 594, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black .jconfirm-box .jconfirm-buttons button.btn-default:hover,
.jconfirm.jconfirm-dark .jconfirm-box .jconfirm-buttons button.btn-default:hover {
  background: #666;
}

/* line 598, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-black.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c,
.jconfirm.jconfirm-dark.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

/* line 603, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-shake {
  animation: shake 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}

/* line 609, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.hilight.jconfirm-hilight-glow {
  animation: glow 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  transform: translate3d(0, 0, 0);
}
@keyframes shake {
  10%,
  90% {
    transform: translate3d(-2px, 0, 0);
  }
  20%,
  80% {
    transform: translate3d(4px, 0, 0);
  }
  30%,
  50%,
  70% {
    transform: translate3d(-8px, 0, 0);
  }
  40%,
  60% {
    transform: translate3d(8px, 0, 0);
  }
}
@keyframes glow {
  0%,
  100% {
    box-shadow: 0 0 0px red;
  }
  50% {
    box-shadow: 0 0 30px red;
  }
}
/*Transition rules*/
/* line 684, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm {
  perspective: 400px;
}

/* line 688, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box {
  opacity: 1;
  transition-property: all;
}

/* line 693, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-top,
.jconfirm .jconfirm-box.jconfirm-animation-left,
.jconfirm .jconfirm-box.jconfirm-animation-right,
.jconfirm .jconfirm-box.jconfirm-animation-bottom,
.jconfirm .jconfirm-box.jconfirm-animation-opacity,
.jconfirm .jconfirm-box.jconfirm-animation-zoom,
.jconfirm .jconfirm-box.jconfirm-animation-scale,
.jconfirm .jconfirm-box.jconfirm-animation-none,
.jconfirm .jconfirm-box.jconfirm-animation-rotate,
.jconfirm .jconfirm-box.jconfirm-animation-rotatex,
.jconfirm .jconfirm-box.jconfirm-animation-rotatey,
.jconfirm .jconfirm-box.jconfirm-animation-scaley,
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  opacity: 0;
}

/* line 708, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotate {
  transform: rotate(90deg);
}

/* line 712, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotatex {
  transform: rotateX(90deg);
  transform-origin: center;
}

/* line 718, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotatexr {
  transform: rotateX(-90deg);
  transform-origin: center;
}

/* line 724, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotatey {
  transform: rotatey(90deg);
  transform-origin: center;
}

/* line 730, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-rotateyr {
  transform: rotatey(-90deg);
  transform-origin: center;
}

/* line 736, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-scaley {
  transform: scaley(1.5);
  transform-origin: center;
}

/* line 742, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-scalex {
  transform: scalex(1.5);
  transform-origin: center;
}

/* line 748, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-top {
  transform: translate(0px, -100px);
}

/* line 752, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-left {
  transform: translate(-100px, 0px);
}

/* line 756, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-right {
  transform: translate(100px, 0px);
}

/* line 760, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-bottom {
  transform: translate(0px, 100px);
}

/* line 764, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-zoom {
  transform: scale(1.2);
}

/* line 768, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-scale {
  transform: scale(0.5);
}

/* line 772, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm .jconfirm-box.jconfirm-animation-none {
  visibility: hidden;
}

/* line 775, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-bg {
  background-color: rgba(54, 70, 93, 0.95);
}

/* line 778, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box {
  background-color: transparent;
}

/* line 781, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-blue {
  border: none;
}

/* line 784, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-green {
  border: none;
}

/* line 787, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-red {
  border: none;
}

/* line 790, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-orange {
  border: none;
}

/* line 793, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-purple {
  border: none;
}

/* line 796, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box.jconfirm-type-dark {
  border: none;
}

/* line 799, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-closeIcon {
  color: white;
}

/* line 802, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c {
  text-align: center;
  color: white;
  font-size: 28px;
  font-weight: normal;
}

/* line 808, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c > * {
  padding-bottom: 25px;
}

/* line 811, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

/* line 815, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content-pane {
  margin-bottom: 25px;
}

/* line 818, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box div.jconfirm-content {
  text-align: center;
  color: white;
}

/* line 822, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons {
  text-align: center;
}

/* line 825, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan .jconfirm-box .jconfirm-buttons button {
  font-size: 16px;
  border-radius: 2px;
  background: #303f53;
  text-shadow: none;
  border: none;
  color: white;
  padding: 10px;
  min-width: 100px;
}

/* line 835, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-supervan.jconfirm-rtl .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

/* line 839, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.67);
}

/* line 842, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 25px 10px 25px;
}

/* line 848, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

/* line 852, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

/* line 855, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
}

/* line 860, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
}

/* line 863, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons {
  text-align: right;
}

/* line 866, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material .jconfirm-box .jconfirm-buttons button {
  text-transform: uppercase;
  font-weight: 500;
}

/* line 870, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-material.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

/* line 874, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-bg {
  background-color: rgba(0, 0, 0, 0.21);
}

/* line 877, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box {
  background-color: white;
  box-shadow: 0 3px 8px 0px rgba(0, 0, 0, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.4);
  padding: 15px 0 0;
}

/* line 884, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  margin-right: 8px;
  margin-left: 0px;
}

/* line 888, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
}

/* line 891, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 22px;
  font-weight: bold;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 898, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box div.jconfirm-content {
  color: rgba(0, 0, 0, 0.87);
  padding: 0px 15px;
}

/* line 902, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons {
  text-align: right;
  padding: 10px;
  margin: -5px 0 0px;
  border-top: solid 1px #ddd;
  overflow: hidden;
  border-radius: 0 0 4px 4px;
}

/* line 910, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap .jconfirm-box .jconfirm-buttons button {
  font-weight: 500;
}

/* line 913, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-bootstrap.jconfirm-rtl .jconfirm-title-c .jconfirm-icon-c {
  margin-left: 8px;
  margin-right: 0px;
}

/* line 917, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-bg {
  background-color: slategray;
  opacity: .6;
}

/* line 921, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box {
  background-color: white;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  padding: 30px 30px 15px;
}

/* line 927, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-closeIcon {
  color: rgba(0, 0, 0, 0.87);
  top: 15px;
  right: 15px;
}

/* line 932, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c {
  color: rgba(0, 0, 0, 0.87);
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}

/* line 939, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
  transition: transform .5s;
  transform: scale(0);
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  font-size: 69px;
  color: #aaa;
}

/* line 953, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-content {
  text-align: center;
  font-size: 15px;
  color: #777;
  margin-bottom: 25px;
}

/* line 959, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons {
  text-align: center;
}

/* line 962, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button {
  font-weight: bold;
  text-transform: uppercase;
  transition: background .1s;
  padding: 10px 20px;
}

/* line 969, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern .jconfirm-box .jconfirm-buttons button + button {
  margin-left: 4px;
}

/* line 972, /build/app/assets/stylesheets/vendor/jquery-confirm.css */
.jconfirm.jconfirm-modern.jconfirm-open .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
  transform: scale(1);
}

/*!
 * Quill Editor v1.3.6
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
/* line 7, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0px;
  position: relative;
}

/* line 15, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}

/* line 18, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container.ql-disabled .ql-editor ul[data-checked] > li::before {
  pointer-events: none;
}

/* line 21, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}

/* line 28, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-clipboard p {
  margin: 0;
  padding: 0;
}

/* line 32, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
     tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 45, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor > * {
  cursor: text;
}

/* line 48, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 63, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}

/* line 67, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}

/* line 71, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul > li::before {
  content: '\2022';
}

/* line 74, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true],
.ql-editor ul[data-checked=false] {
  pointer-events: none;
}

/* line 78, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true] > li *,
.ql-editor ul[data-checked=false] > li * {
  pointer-events: all;
}

/* line 82, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before,
.ql-editor ul[data-checked=false] > li::before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}

/* line 88, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=true] > li::before {
  content: '\2611';
}

/* line 91, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ul[data-checked=false] > li::before {
  content: '\2610';
}

/* line 94, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li::before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}

/* line 99, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li:not(.ql-direction-rtl)::before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}

/* line 104, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-direction-rtl::before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}

/* line 108, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}

/* line 112, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}

/* line 116, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}

/* line 120, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li:before {
  content: counter(list-0,decimal) ". ";
}

/* line 123, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}

/* line 126, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1,lower-alpha) ". ";
}

/* line 129, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 132, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}

/* line 135, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2,lower-roman) ". ";
}

/* line 138, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 141, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}

/* line 144, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3,decimal) ". ";
}

/* line 147, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}

/* line 150, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}

/* line 153, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4,lower-alpha) ". ";
}

/* line 156, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}

/* line 159, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}

/* line 162, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5,lower-roman) ". ";
}

/* line 165, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}

/* line 168, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}

/* line 171, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6,decimal) ". ";
}

/* line 174, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}

/* line 177, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}

/* line 180, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7,lower-alpha) ". ";
}

/* line 183, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}

/* line 186, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}

/* line 189, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8,lower-roman) ". ";
}

/* line 192, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}

/* line 195, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}

/* line 198, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9,decimal) ". ";
}

/* line 201, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}

/* line 204, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}

/* line 207, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}

/* line 210, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}

/* line 213, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}

/* line 216, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}

/* line 219, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}

/* line 222, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}

/* line 225, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}

/* line 228, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}

/* line 231, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}

/* line 234, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}

/* line 237, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}

/* line 240, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}

/* line 243, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}

/* line 246, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}

/* line 249, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}

/* line 252, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}

/* line 255, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}

/* line 258, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}

/* line 261, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}

/* line 264, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}

/* line 267, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}

/* line 270, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}

/* line 273, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}

/* line 276, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}

/* line 279, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}

/* line 282, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}

/* line 285, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}

/* line 288, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}

/* line 291, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}

/* line 294, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}

/* line 297, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}

/* line 300, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}

/* line 303, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}

/* line 306, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}

/* line 309, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}

/* line 313, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}

/* line 316, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}

/* line 319, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-black {
  background-color: #000;
}

/* line 322, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-red {
  background-color: #e60000;
}

/* line 325, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-orange {
  background-color: #f90;
}

/* line 328, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}

/* line 331, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-green {
  background-color: #008a00;
}

/* line 334, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-blue {
  background-color: #06c;
}

/* line 337, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-bg-purple {
  background-color: #93f;
}

/* line 340, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-white {
  color: #fff;
}

/* line 343, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-red {
  color: #e60000;
}

/* line 346, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-orange {
  color: #f90;
}

/* line 349, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-yellow {
  color: #ff0;
}

/* line 352, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-green {
  color: #008a00;
}

/* line 355, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-blue {
  color: #06c;
}

/* line 358, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-color-purple {
  color: #93f;
}

/* line 361, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-font-serif {
  font-family: Georgia, Times New Roman, serif;
}

/* line 364, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-font-monospace {
  font-family: Monaco, Courier New, monospace;
}

/* line 367, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-size-small {
  font-size: 0.75em;
}

/* line 370, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-size-large {
  font-size: 1.5em;
}

/* line 373, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}

/* line 376, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}

/* line 380, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-align-center {
  text-align: center;
}

/* line 383, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-align-justify {
  text-align: justify;
}

/* line 386, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor .ql-align-right {
  text-align: right;
}

/* line 389, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-editor.ql-blank::before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}

/* line 398, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}

/* line 404, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}

/* line 415, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}

/* line 420, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}

/* line 424, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar input.ql-image[type=file],
.ql-snow .ql-toolbar input.ql-image[type=file] {
  display: none;
}

/* line 428, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected {
  color: #06c;
}

/* line 444, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill {
  fill: #06c;
}

/* line 474, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter {
  stroke: #06c;
}

@media (pointer: coarse) {
  /* line 505, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }

  /* line 509, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }

  /* line 515, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
/* line 522, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow {
  box-sizing: border-box;
}

/* line 525, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow * {
  box-sizing: border-box;
}

/* line 528, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-hidden {
  display: none;
}

/* line 531, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}

/* line 535, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}

/* line 539, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}

/* line 543, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}

/* line 546, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}

/* line 550, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}

/* line 555, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

/* line 562, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}

/* line 568, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}

/* line 572, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-empty {
  fill: none;
}

/* line 575, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-even {
  fill-rule: evenodd;
}

/* line 578, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-thin,
.ql-snow .ql-stroke.ql-thin {
  stroke-width: 1;
}

/* line 582, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-transparent {
  opacity: 0.4;
}

/* line 585, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-direction svg:last-child {
  display: none;
}

/* line 588, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}

/* line 591, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}

/* line 594, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h1 {
  font-size: 2em;
}

/* line 597, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}

/* line 600, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}

/* line 603, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h4 {
  font-size: 1em;
}

/* line 606, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}

/* line 609, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}

/* line 612, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor a {
  text-decoration: underline;
}

/* line 615, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}

/* line 621, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}

/* line 626, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}

/* line 632, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}

/* line 636, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}

/* line 641, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-editor img {
  max-width: 100%;
}

/* line 644, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}

/* line 654, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}

/* line 663, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-label::before {
  display: inline-block;
  line-height: 22px;
}

/* line 667, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}

/* line 675, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 681, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}

/* line 685, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}

/* line 688, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}

/* line 691, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}

/* line 697, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}

/* line 701, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}

/* line 705, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}

/* line 709, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0px;
}

/* line 712, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}

/* line 717, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}

/* line 721, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0px;
  width: 16px;
}

/* line 729, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}

/* line 736, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=''])::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=''])::before {
  content: attr(data-label);
}

/* line 744, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header {
  width: 98px;
}

/* line 747, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label::before,
.ql-snow .ql-picker.ql-header .ql-picker-item::before {
  content: 'Normal';
}

/* line 751, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  content: 'Heading 1';
}

/* line 755, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  content: 'Heading 2';
}

/* line 759, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  content: 'Heading 3';
}

/* line 763, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  content: 'Heading 4';
}

/* line 767, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  content: 'Heading 5';
}

/* line 771, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]::before,
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  content: 'Heading 6';
}

/* line 775, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]::before {
  font-size: 2em;
}

/* line 778, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]::before {
  font-size: 1.5em;
}

/* line 781, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]::before {
  font-size: 1.17em;
}

/* line 784, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]::before {
  font-size: 1em;
}

/* line 787, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]::before {
  font-size: 0.83em;
}

/* line 790, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]::before {
  font-size: 0.67em;
}

/* line 793, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font {
  width: 108px;
}

/* line 796, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label::before,
.ql-snow .ql-picker.ql-font .ql-picker-item::before {
  content: 'Sans Serif';
}

/* line 800, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  content: 'Serif';
}

/* line 804, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]::before,
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  content: 'Monospace';
}

/* line 808, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]::before {
  font-family: Georgia, Times New Roman, serif;
}

/* line 811, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]::before {
  font-family: Monaco, Courier New, monospace;
}

/* line 814, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size {
  width: 98px;
}

/* line 817, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label::before,
.ql-snow .ql-picker.ql-size .ql-picker-item::before {
  content: 'Normal';
}

/* line 821, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  content: 'Small';
}

/* line 825, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  content: 'Large';
}

/* line 829, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]::before,
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  content: 'Huge';
}

/* line 833, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]::before {
  font-size: 10px;
}

/* line 836, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]::before {
  font-size: 18px;
}

/* line 839, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]::before {
  font-size: 32px;
}

/* line 842, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}

/* line 845, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}

/* line 848, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

/* line 854, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}

/* line 857, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}

/* line 860, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 8px;
}

/* line 864, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  border-color: #ccc;
}

/* line 867, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}

/* line 870, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}

/* line 874, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0px;
}

/* line 877, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0px 0px 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}

/* line 885, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip::before {
  content: "Visit URL:";
  line-height: 26px;
  margin-right: 8px;
}

/* line 890, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip input[type=text] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0px;
  padding: 3px 5px;
  width: 170px;
}

/* line 899, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}

/* line 906, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a.ql-action::after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}

/* line 912, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a.ql-remove::before {
  content: 'Remove';
  margin-left: 8px;
}

/* line 916, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip a {
  line-height: 26px;
}

/* line 919, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}

/* line 923, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing input[type=text] {
  display: inline-block;
}

/* line 926, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip.ql-editing a.ql-action::after {
  border-right: 0px;
  content: 'Save';
  padding-right: 0px;
}

/* line 931, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=link]::before {
  content: "Enter link:";
}

/* line 934, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=formula]::before {
  content: "Enter formula:";
}

/* line 937, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow .ql-tooltip[data-mode=video]::before {
  content: "Enter video:";
}

/* line 940, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-snow a {
  color: #06c;
}

/* line 943, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/quill_editor/quill.snow.css */
.ql-container.ql-snow {
  border: 1px solid #ccc;
}

/* line 3, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.sass */
body.active_admin form .quill-editor {
  display: inline-block;
  width: calc(80% - 22px);
}
/* line 6, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.sass */
body.active_admin form .quill-editor .ql-editor {
  background-color: #fff;
  max-height: 300px;
  min-height: 150px;
  padding: 10px;
}
/* line 12, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.sass */
body.active_admin form .quill-editor .ql-editor * {
  margin: initial;
  padding: initial;
  text-align: initial;
}
/* line 16, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.sass */
body.active_admin form .quill-editor .ql-editor p {
  margin-bottom: 1em;
}
/* line 18, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.sass */
body.active_admin form .quill-editor .ql-editor ol {
  list-style-type: decimal;
}
/* line 20, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.sass */
body.active_admin form .quill-editor .ql-editor ul {
  list-style-type: disc;
}
/* line 22, /usr/local/bundle/gems/activeadmin_quill_editor-0.2.0/app/assets/stylesheets/activeadmin/_quill_editor_input.sass */
body.active_admin form .quill-editor .ql-editor ul, body.active_admin form .quill-editor .ql-editor ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
/* line 5, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 8, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone {
  position: relative;
}

/* line 10, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  width: 120px;
  margin: 0.5em;
}

/* line 15, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone .dz-preview .dz-progress {
  display: block;
  height: 15px;
  border: 1px solid #aaa;
}

/* line 19, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  display: block;
  height: 100%;
  width: 0;
  background: green;
}

/* line 24, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone .dz-preview .dz-error-message {
  color: red;
  display: none;
}

/* line 27, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone .dz-preview.dz-error .dz-error-message, .dropzone .dz-preview.dz-error .dz-error-mark {
  display: block;
}

/* line 29, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  display: block;
}

/* line 31, /build/app/assets/stylesheets/vendor/dropzone/basic.scss */
.dropzone .dz-preview .dz-error-mark, .dropzone .dz-preview .dz-success-mark {
  position: absolute;
  display: none;
  left: 30px;
  top: 30px;
  width: 54px;
  height: 58px;
  left: 50%;
  margin-left: -27px;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    transform: translateY(-40px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    transform: translateY(0px);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  10% {
    transform: scale(1.1);
  }
  20% {
    transform: scale(1);
  }
}
/* line 173, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 202, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 204, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 206, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 210, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 212, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 214, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

/* line 220, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 226, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 228, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 230, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 243, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 246, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 248, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 251, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 254, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 256, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 260, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px);
}

/* line 268, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 276, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 278, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 284, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 291, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 301, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 305, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

/* line 312, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/* line 319, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite;
}

/* line 325, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 340, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

/* line 353, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 355, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 358, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 379, /build/app/assets/stylesheets/vendor/dropzone/dropzone.scss */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* line 1, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 14, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 21, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 33, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 39, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

/* line 47, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

/* line 61, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results {
  display: block;
}

/* line 64, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

/* line 73, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

/* line 118, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

/* line 130, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 161, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 178, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

/* line 189, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

/* line 198, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 207, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 213, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

/* line 219, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 242, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 246, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

/* line 256, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

/* line 279, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

/* line 282, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

/* line 285, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

/* line 289, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 308, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

/* line 336, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

/* line 348, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

/* line 360, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

/* line 369, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

/* line 379, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

/* line 389, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

/* line 412, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

/* line 418, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 438, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 443, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, /usr/local/bundle/gems/select2-rails-4.0.13/vendor/assets/stylesheets/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 3, /usr/local/bundle/gems/activeadmin-searchable_select-1.8.0/app/assets/stylesheets/active_admin/searchable_select.scss */
.searchable_select.input .select2-container {
  min-width: 30%;
}

/* line 2, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel {
  margin-top: 30px;
}
/* line 5, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .snapshot-details-panel {
  background-color: #f9f9f9;
  border-radius: 5px;
}
/* line 9, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .snapshot-details-panel .snapshot-title {
  font-weight: bold;
  color: #2D3E50;
  background-color: #E8F5E9;
}
/* line 16, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .phases-snapshot-panel {
  margin-top: 20px;
}
/* line 19, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .phases-snapshot-panel .phase-tag {
  background-color: #2D3E50;
  border-radius: 4px;
  padding: 3px 8px;
}
/* line 25, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .phases-snapshot-panel td {
  vertical-align: middle;
  padding: 10px;
}
/* line 31, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .na-text {
  color: #999;
  font-style: italic;
}
/* line 36, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .blank-slate-container {
  margin: 15px 0;
  text-align: center;
  padding: 30px 0;
  background-color: #f9f9f9;
  border-radius: 5px;
}
/* line 44, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .blank-slate-container .blank-slate .blank-slate-icon {
  display: block;
  margin-bottom: 15px;
  font-size: 32px;
  color: #bbb;
}
/* line 50, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .blank-slate-container .blank-slate .blank-slate-icon i {
  font-size: 48px;
}
/* line 55, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .blank-slate-container .blank-slate .blank-slate-message {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #555;
  margin-bottom: 10px;
}
/* line 63, /build/app/assets/stylesheets/active_admin/treatment_snapshots.scss */
.snapshot-panel .blank-slate-container .blank-slate .blank-slate-help {
  display: block;
  color: #888;
  font-size: 14px;
}

/* line 12, /build/app/assets/stylesheets/active_admin.scss */
.tap_provisional {
  color: #aaa;
}

/* line 16, /build/app/assets/stylesheets/active_admin.scss */
.green-btn {
  color: #fff !important;
  background-color: #1b9e28 !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 24, /build/app/assets/stylesheets/active_admin.scss */
.red-btn {
  color: #fff !important;
  background-color: #cc2a2e !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 32, /build/app/assets/stylesheets/active_admin.scss */
.yellow-btn {
  color: #343434 !important;
  background-color: #ffd75a !important;
  background-image: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

/* line 40, /build/app/assets/stylesheets/active_admin.scss */
.grey-btn:disabled,
.grey-btn:disabled:hover {
  background: lightgrey !important;
  box-shadow: none;
  text-shadow: none;
  border-color: lightgrey;
}

/* line 48, /build/app/assets/stylesheets/active_admin.scss */
.text-center {
  text-align: center;
}

/* line 52, /build/app/assets/stylesheets/active_admin.scss */
.container {
  width: 400px;
  margin: 0 auto;
}

/* line 60, /build/app/assets/stylesheets/active_admin.scss */
tr.odd.warning td.col,
tr.even.warning td.col {
  background-color: orange;
}

/* line 66, /build/app/assets/stylesheets/active_admin.scss */
.status_tag {
  white-space: nowrap;
}
/* line 69, /build/app/assets/stylesheets/active_admin.scss */
.status_tag.accepted, .status_tag.accepted_fu {
  background-color: green;
}
/* line 74, /build/app/assets/stylesheets/active_admin.scss */
.status_tag.completed, .status_tag.succeeded {
  background-color: green;
}
/* line 79, /build/app/assets/stylesheets/active_admin.scss */
.status_tag.maybe {
  color: black;
  background-color: yellow;
}
/* line 84, /build/app/assets/stylesheets/active_admin.scss */
.status_tag.declined, .status_tag.decline, .status_tag.declined\(vc_no_show\), .status_tag.declined_fu {
  background-color: red;
}
/* line 91, /build/app/assets/stylesheets/active_admin.scss */
.status_tag.danger {
  background-color: red;
}
/* line 95, /build/app/assets/stylesheets/active_admin.scss */
.status_tag.warning {
  background-color: orange;
}

/* line 100, /build/app/assets/stylesheets/active_admin.scss */
.flex {
  display: flex;
}

/* line 104, /build/app/assets/stylesheets/active_admin.scss */
.flex-center {
  align-items: center;
}

/* line 108, /build/app/assets/stylesheets/active_admin.scss */
.flex-1 {
  flex: 1;
}

/* line 112, /build/app/assets/stylesheets/active_admin.scss */
.flex-10 {
  flex: 10;
}

/* line 116, /build/app/assets/stylesheets/active_admin.scss */
.label-nowrap {
  white-space: nowrap;
  margin-right: 10px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes pulse {
  50% {
    background: #97c912;
  }
}
/* line 143, /build/app/assets/stylesheets/active_admin.scss */
.loading-pulse {
  position: relative;
  width: 2.5px;
  height: 10px;
  background: rgba(151, 201, 18, 0.2);
  animation: pulse 750ms infinite;
  animation-delay: 250ms;
}
/* line 151, /build/app/assets/stylesheets/active_admin.scss */
.loading-pulse:before, .loading-pulse:after {
  content: '';
  position: absolute;
  display: block;
  height: 6.6666666667px;
  width: 2.5px;
  background: rgba(151, 201, 18, 0.2);
  top: 50%;
  transform: translateY(-50%);
  animation: pulse 750ms infinite;
}
/* line 164, /build/app/assets/stylesheets/active_admin.scss */
.loading-pulse:before {
  left: -5px;
}
/* line 168, /build/app/assets/stylesheets/active_admin.scss */
.loading-pulse:after {
  left: 5px;
  animation-delay: 500ms;
}

/* line 174, /build/app/assets/stylesheets/active_admin.scss */
ul.image-collection {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
  display: flex;
  flex-direction: row;
}
/* line 181, /build/app/assets/stylesheets/active_admin.scss */
ul.image-collection li {
  padding-right: 10px;
}
/* line 184, /build/app/assets/stylesheets/active_admin.scss */
ul.image-collection li img {
  width: 100px;
  height: 70px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* line 194, /build/app/assets/stylesheets/active_admin.scss */
.panel_contents tfoot tr td {
  border-top: 1px solid #ccc;
  font-weight: 600;
}

/* line 201, /build/app/assets/stylesheets/active_admin.scss */
.text-right {
  text-align: right;
}

/* line 205, /build/app/assets/stylesheets/active_admin.scss */
.success-panel {
  background-color: #c3e6cb;
}
/* line 208, /build/app/assets/stylesheets/active_admin.scss */
.success-panel h3 {
  background-image: linear-gradient(180deg, #d4edda, #c3e6cb);
  border: solid 1px #c3e6cb;
  color: #155729;
  text-shadow: #d4edda 0 1px 0;
}

/* line 216, /build/app/assets/stylesheets/active_admin.scss */
.error-panel {
  background-color: #f8d7da;
}
/* line 219, /build/app/assets/stylesheets/active_admin.scss */
.error-panel h3 {
  background-image: linear-gradient(180deg, #ea8891, #e6747e);
  border: solid 1px #e6749e;
  color: #721c24;
  text-shadow: #e6749e 0 1px 0;
}

/* line 227, /build/app/assets/stylesheets/active_admin.scss */
.warning-panel {
  background-color: #fff3cd;
}
/* line 230, /build/app/assets/stylesheets/active_admin.scss */
.warning-panel h3 {
  background-image: linear-gradient(180deg, #ffdc71, #ffd75a);
  border: solid 1px #ffd75a;
  color: #856404;
  text-shadow: #ffd75a 0 1px 0;
}

/* line 238, /build/app/assets/stylesheets/active_admin.scss */
.cke_chrome {
  width: 79.5% !important;
  overflow: hidden;
}

/* line 243, /build/app/assets/stylesheets/active_admin.scss */
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  box-shadow: none;
}

/* line 248, /build/app/assets/stylesheets/active_admin.scss */
.ql-align-center {
  text-align: center !important;
}

/* line 252, /build/app/assets/stylesheets/active_admin.scss */
.ql-align-right {
  text-align: right !important;
}

/* line 256, /build/app/assets/stylesheets/active_admin.scss */
.ql-align-justify {
  text-align: justify !important;
}

/* line 260, /build/app/assets/stylesheets/active_admin.scss */
.dropzone {
  border: 2px dashed rgba(0, 0, 0, 0.3);
  border-radius: 5px;
}

/* line 265, /build/app/assets/stylesheets/active_admin.scss */
.bool-value {
  font-size: 12px;
}
/* line 268, /build/app/assets/stylesheets/active_admin.scss */
.bool-value.true-value {
  color: #08a510;
}
/* line 272, /build/app/assets/stylesheets/active_admin.scss */
.bool-value.false-value {
  color: #ff0000;
}

/* line 279, /build/app/assets/stylesheets/active_admin.scss */
.panel_contents table th.col-question, .panel_contents table th.col-answer {
  width: 50%;
  max-width: 50%;
}

/* line 287, /build/app/assets/stylesheets/active_admin.scss */
.mb-0 {
  margin-bottom: 0 !important;
}

/* line 291, /build/app/assets/stylesheets/active_admin.scss */
.mt-0 {
  margin-top: 0 !important;
}

/* line 295, /build/app/assets/stylesheets/active_admin.scss */
.empty {
  color: #bbb;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.2em;
}

/* line 304, /build/app/assets/stylesheets/active_admin.scss */
table.index_table tr.even.error-panel td {
  background: transparent;
}

/* line 311, /build/app/assets/stylesheets/active_admin.scss */
.panel_contents table td .patient-file {
  width: 400px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

/* line 318, /build/app/assets/stylesheets/active_admin.scss */
.no-bullets {
  list-style-type: none;
  padding-left: 0;
}

/* line 325, /build/app/assets/stylesheets/active_admin.scss */
.hidden {
  display: none;
}

/* line 329, /build/app/assets/stylesheets/active_admin.scss */
.import_csv_40px {
  width: 40px;
}

/* line 333, /build/app/assets/stylesheets/active_admin.scss */
.signed_in_as_div {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
  padding: 15px;
}

/* line 340, /build/app/assets/stylesheets/active_admin.scss */
.signed_in_as_div_float_right {
  float: right;
}

/* line 344, /build/app/assets/stylesheets/active_admin.scss */
.partial_refund_form_div {
  white-space: nowrap;
}

/* line 348, /build/app/assets/stylesheets/active_admin.scss */
.survey-config-toggles {
  padding: 10px;
}
/* line 351, /build/app/assets/stylesheets/active_admin.scss */
.survey-config-toggles .config-toggle {
  margin-bottom: 10px;
}
/* line 354, /build/app/assets/stylesheets/active_admin.scss */
.survey-config-toggles .config-toggle label {
  font-weight: normal;
}
/* line 359, /build/app/assets/stylesheets/active_admin.scss */
.survey-config-toggles .config-toggle .boolean input {
  margin-right: 5px;
}

/* line 367, /build/app/assets/stylesheets/active_admin.scss */
.choices-group ul.med-list {
  margin: 0.5rem 0 1rem 0.5rem;
  padding-left: 1rem;
  border-left: 1px solid #ccc;
  color: #555;
}
