@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,300,500,700");
/* line 1, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 1, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}

/* line 19, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 23, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}

/*For IE8 or lower*/
/* line 34, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 38, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

/* line 48, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 49, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 51, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 57, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 64, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 68, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 72, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 77, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 83, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 87, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 94, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 100, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 105, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

/* line 110, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: 0.5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 126, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 130, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 136, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 141, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 185, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

/* line 191, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 208, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 235, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

/* line 239, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 252, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 253, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 258, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 263, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 275, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 279, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 284, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 290, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 294, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

/* line 298, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 315, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 319, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

/* line 323, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 328, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 334, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

/* line 356, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 384, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 392, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 393, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 395, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 399, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 404, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 412, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 416, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_scroller_box {
  position: relative;
}

/* line 420, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 433, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 439, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 442, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 447, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 452, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 472, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 476, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

/* line 480, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 485, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 491, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 509, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 510, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 511, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 513, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 517, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 520, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #dddddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 528, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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;
  background: -moz-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(73%, #f4f8fa));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #fff 0%, #f4f8fa 73%);
  /* 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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/imports/jquery-datepicker.scss */
.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;
  background: -moz-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f8fa), color-stop(73%, #FFF));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f4f8fa 0%, #FFF 73%);
  /* 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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:after {
  border-color: transparent;
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}

/* line 53, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble:before {
  border-color: transparent;
  border-top-color: #bbb;
  border-width: 9px;
  margin-left: -9px;
}

/* line 61, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside {
  bottom: auto;
  top: 100%;
}

/* line 66, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after, .palette-color-picker-bubble.downside:before {
  top: auto;
  bottom: 100%;
}

/* line 70, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:after {
  border-top-color: transparent;
  border-bottom-color: #fff;
}

/* line 74, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.downside:before {
  border-top-color: transparent;
  border-bottom-color: #bbb;
}

/* line 80, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.active {
  outline-color: #000;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

/* line 102, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble .swatch.clear {
  background-color: #fff;
}

/* line 104, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch {
  width: 29.30%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 127, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.double .swatch.clear:before {
  transform: rotate(22.5deg);
}

/* line 136, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch {
  width: 96.2%;
  padding-top: 11.00%;
  margin: 1% 2%;
}

/* line 140, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.wide .swatch.clear {
  width: 12.66%;
}

/* line 147, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left {
  left: -178px;
}

/* line 149, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/vendor/palette-color-picker.scss */
.palette-color-picker-bubble.force-left:after, .palette-color-picker-bubble.force-left:before {
  left: 188px;
}

/* line 2, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter input[type=number] {
  width: 96px;
  padding-right: 0;
}

/* line 7, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/numeric-range-filter.scss */
.filter_numeric_range_filter .separator {
  display: inline-block;
  width: 12px;
  text-align: center;
}

/* line 2, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li {
  list-style: none;
  margin-bottom: 5px;
}

/* line 5, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/date-time-picker-filter.scss */
.filter_date_time_picker_filter li label {
  display: none;
}

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

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

/* line 1, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/select2.scss */
.select2-search__field {
  line-height: 20px;
}

/* line 4, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container {
  display: inline-block;
  width: 80%;
}

/* line 8, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-list-container .selected-item {
  height: 25px;
}

/* line 13, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item {
  display: table;
  cursor: pointer;
}

/* line 17, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item::before {
  color: #aaa;
  content: '\2716\00a0\00a0';
}

/* line 23, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/inputs/selected-list.scss */
.selected-item:hover::before {
  color: #333;
}

/* line 10, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container {
  text-align: center;
}

/* line 13, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/toggle_bool.scss */
.toggle-bool-switches-container .toggle-bool-switch.on::before {
  left: calc(100% - 23px);
}

/* line 1, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container {
  max-width: 125px;
  max-height: 50px;
}

/* line 5, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag {
  height: 28px;
  width: 125px;
}

/* line 9, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag .status_tag {
  cursor: pointer;
}

/* line 14, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-hidden {
  display: none;
}

/* line 18, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .select-container-hidden {
  display: none;
}

/* line 22, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.tag-select-container .interactive-tag-select {
  width: 100%;
  height: 100%;
}

/* line 28, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/addons/interactive_select_tag.scss */
.select2-container {
  margin: 0;
}

/* line 17, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/app/assets/stylesheets/activeadmin_addons/all.scss */
li.error .select2-selection {
  border-color: #932419;
}

/* @import must be at top of file, otherwise CSS will not work */
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?v=4.7.0);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix&v=4.7.0) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2?v=4.7.0) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff?v=4.7.0) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf?v=4.7.0) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_core.scss */
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* makes the font 33% larger relative to the icon container */
/* line 5, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 10, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 5, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 6, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 8, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, gems/activeadmin_froala_editor/app/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
 * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */
/* line 7, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 13, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element,
.fr-element:focus {
  outline: 0px solid transparent;
}

/* line 27, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic .fr-element {
  color: #000000;
  padding: 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: auto;
  min-height: 52px;
}

/* line 36, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic.fr-rtl .fr-element {
  text-align: right;
}

/* line 39, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element {
  background: transparent;
  position: relative;
  z-index: 2;
  -webkit-user-select: auto;
}

/* line 45, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element a {
  user-select: auto;
  -o-user-select: auto;
  -moz-user-select: auto;
  -khtml-user-select: auto;
  -webkit-user-select: auto;
  -ms-user-select: auto;
}

/* line 53, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element.fr-disabled {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 61, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element [contenteditable="false"] {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 69, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element [contenteditable="true"] {
  outline: 0px solid transparent;
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

/* line 78, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  height: 32px;
  width: 32px;
  background: #ffffff;
  color: #1e88e5;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s, transform 0.2s ease 0s;
  outline: none;
  left: 0;
  top: 0;
  line-height: 32px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}

/* line 111, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn svg {
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
  fill: #1e88e5;
}

/* line 118, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn i {
  font-size: 14px;
  line-height: 32px;
}

/* line 122, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn.fr-btn + .fr-btn {
  margin-left: 10px;
}

/* line 125, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn:hover {
  background: #ebebeb;
  cursor: pointer;
}

/* line 129, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box a.fr-floating-btn:hover svg {
  fill: #1e88e5;
}

/* line 132, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-visible a.fr-floating-btn {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 138, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
iframe.fr-iframe {
  width: 100%;
  border: none;
  position: relative;
  display: block;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 148, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper {
  position: relative;
  z-index: 1;
}

/* line 152, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 158, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper .fr-placeholder {
  position: absolute;
  font-size: 12px;
  color: #aaaaaa;
  z-index: 1;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

/* line 169, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper.show-placeholder .fr-placeholder {
  display: block;
}

/* line 172, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-wrapper ::-moz-selection {
  background: #b5d6fd;
  color: #000000;
}

/* line 176, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic .fr-wrapper {
  background: #ffffff;
  border: 0px;
  border-top: 0;
  top: 0;
  left: 0;
}

/* line 183, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic.fr-top .fr-wrapper {
  border-top: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 195, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-basic.fr-bottom .fr-wrapper {
  border-bottom: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 207, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0 8px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  background: #222222;
  color: #ffffff;
  font-size: 11px;
  line-height: 22px;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  left: -3000px;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  z-index: 2147483647;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 246, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-tooltip.fr-visible {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 252, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn,
.fr-popup .fr-command.fr-btn {
  background: transparent;
  color: #222222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  margin: 0px 2px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  float: left;
  padding: 0;
  width: 38px;
  height: 38px;
}

/* line 290, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn::-moz-focus-inner,
.fr-popup .fr-command.fr-btn::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 295, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-btn-text,
.fr-popup .fr-command.fr-btn.fr-btn-text {
  width: auto;
}

/* line 299, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn i,
.fr-popup .fr-command.fr-btn i {
  display: block;
  font-size: 14px;
  width: 14px;
  margin: 12px 12px;
  text-align: center;
  float: none;
}

/* line 308, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn span.fr-sr-only,
.fr-popup .fr-command.fr-btn span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 319, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn span,
.fr-popup .fr-command.fr-btn span {
  font-size: 14px;
  display: block;
  line-height: 17px;
  min-width: 34px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  height: 17px;
  font-weight: bold;
  padding: 0 2px;
}

/* line 333, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn img,
.fr-popup .fr-command.fr-btn img {
  margin: 12px 12px;
  width: 14px;
}

/* line 338, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-active,
.fr-popup .fr-command.fr-btn.fr-active {
  color: #1e88e5;
  background: transparent;
}

/* line 343, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection {
  width: auto;
}

/* line 347, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span {
  font-weight: normal;
}

/* line 351, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown i,
.fr-popup .fr-command.fr-btn.fr-dropdown i,
.fr-toolbar .fr-command.fr-btn.fr-dropdown span,
.fr-popup .fr-command.fr-btn.fr-dropdown span,
.fr-toolbar .fr-command.fr-btn.fr-dropdown img,
.fr-popup .fr-command.fr-btn.fr-dropdown img {
  margin-left: 8px;
  margin-right: 16px;
}

/* line 360, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active {
  color: #222222;
  background: #d6d6d6;
}

/* line 365, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus {
  background: #d6d6d6 !important;
  color: #222222 !important;
}

/* line 372, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover::after,
.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus::after,
.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus::after {
  border-top-color: #222222 !important;
}

/* line 378, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-dropdown::after,
.fr-popup .fr-command.fr-btn.fr-dropdown::after {
  position: absolute;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #222222;
  right: 4px;
  top: 17px;
  content: "";
}

/* line 390, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled,
.fr-popup .fr-command.fr-btn.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 395, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-disabled::after,
.fr-popup .fr-command.fr-btn.fr-disabled::after {
  border-top-color: #bdbdbd !important;
}

/* line 399, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar .fr-command.fr-btn.fr-hidden,
.fr-popup .fr-command.fr-btn.fr-hidden {
  display: none;
}

/* line 403, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-disabled .fr-btn,
.fr-popup.fr-disabled .fr-btn,
.fr-toolbar.fr-disabled .fr-btn.fr-active,
.fr-popup.fr-disabled .fr-btn.fr-active {
  color: #bdbdbd;
}

/* line 409, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-disabled .fr-btn.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-dropdown::after,
.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown::after,
.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown::after {
  border-top-color: #bdbdbd;
}

/* line 415, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-command.fr-btn,
.fr-popup.fr-rtl .fr-command.fr-btn {
  float: right;
}

/* line 419, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-command.fr-btn:not(.fr-hidden) {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  float: none;
}

/* line 425, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command:hover,
.fr-desktop .fr-command:focus {
  outline: 0;
  color: #222222;
  background: #ebebeb;
}

/* line 431, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command:hover::after,
.fr-desktop .fr-command:focus::after {
  border-top-color: #222222 !important;
}

/* line 435, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-selected {
  color: #222222;
  background: #d6d6d6;
}

/* line 439, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-active:hover,
.fr-desktop .fr-command.fr-active:focus {
  color: #1e88e5;
  background: #ebebeb;
}

/* line 444, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-active.fr-selected {
  color: #1e88e5;
  background: #d6d6d6;
}

/* line 448, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-command.fr-disabled:hover,
.fr-desktop .fr-command.fr-disabled:focus,
.fr-desktop .fr-command.fr-disabled.fr-selected {
  background: transparent;
}

/* line 453, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop.fr-disabled .fr-command:hover,
.fr-desktop.fr-disabled .fr-command:focus,
.fr-desktop.fr-disabled .fr-command.fr-selected {
  background: transparent;
}

/* line 458, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-mobile .fr-command.fr-blink,
.fr-popup.fr-mobile .fr-command.fr-blink {
  background: transparent;
}

/* line 462, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu {
  display: inline-block;
  position: absolute;
  right: auto;
  bottom: auto;
  height: auto;
  z-index: 4;
  -webkit-overflow-scrolling: touch;
  overflow: hidden;
  zoom: 1;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 479, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu.test-height .fr-dropdown-wrapper {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  height: auto;
  max-height: 275px;
}

/* line 487, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper {
  background: #ffffff;
  padding: 0;
  margin: auto;
  display: inline-block;
  text-align: left;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: max-height 0.2s ease 0s;
  -moz-transition: max-height 0.2s ease 0s;
  -ms-transition: max-height 0.2s ease 0s;
  -o-transition: max-height 0.2s ease 0s;
  margin-top: 0;
  float: left;
  max-height: 0;
  height: 0;
  margin-top: 0 !important;
}

/* line 507, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
  overflow: auto;
  position: relative;
  max-height: 275px;
}

/* line 512, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 517, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
  padding: 0;
  margin: 0;
  font-size: 15px;
}

/* line 522, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
  padding: 0 24px;
  line-height: 200%;
  display: block;
  cursor: pointer;
  white-space: nowrap;
  color: inherit;
  text-decoration: none;
}

/* line 531, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
  background: #d6d6d6;
}

/* line 534, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn + .fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
  color: #bdbdbd;
  cursor: default;
}

/* line 538, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn:not(.fr-active) + .fr-dropdown-menu {
  left: -3000px !important;
}

/* line 541, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu {
  display: inline-block;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
}

/* line 547, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-command.fr-btn.fr-active + .fr-dropdown-menu .fr-dropdown-wrapper {
  height: auto;
  max-height: 275px;
}

/* line 551, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-bottom > .fr-command.fr-btn + .fr-dropdown-menu {
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 559, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl .fr-dropdown-wrapper,
.fr-popup.fr-rtl .fr-dropdown-wrapper {
  text-align: right !important;
}

/* line 563, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
body.prevent-scroll {
  overflow: hidden;
}

/* line 566, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
body.prevent-scroll.fr-mobile {
  position: fixed;
  -webkit-overflow-scrolling: touch;
}

/* line 570, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal {
  color: #222222;
  font-family: Arial, Helvetica, sans-serif;
  position: fixed;
  overflow-x: auto;
  overflow-y: scroll;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: 9999;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  line-height: 1.2;
}

/* line 588, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal.fr-middle .fr-modal-wrapper {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  position: absolute;
}

/* line 601, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin: 20px auto;
  display: inline-block;
  background: #ffffff;
  min-width: 300px;
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.19), 0 4px 3px 1px rgba(0, 0, 0, 0.14);
  border: 0px;
  border-top: 5px solid #222222;
  overflow: hidden;
  width: 90%;
  position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 622, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-modal .fr-modal-wrapper {
    margin: 30px auto;
    width: 70%;
  }
}

@media (min-width: 992px) {
  /* line 628, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-modal .fr-modal-wrapper {
    margin: 50px auto;
    width: 600px;
  }
}

/* line 633, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head {
  background: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 2px 2px 1px rgba(0, 0, 0, 0.14);
  border-bottom: 0px;
  overflow: hidden;
  position: absolute;
  width: 100%;
  min-height: 42px;
  z-index: 3;
  -webkit-transition: height 0.2s ease 0s;
  -moz-transition: height 0.2s ease 0s;
  -ms-transition: height 0.2s ease 0s;
  -o-transition: height 0.2s ease 0s;
}

/* line 649, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head i {
  padding: 12px;
  width: 20px;
  font-size: 16px;
  cursor: pointer;
  line-height: 18px;
  color: #222222;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 660, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head i.fr-modal-close {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
}

/* line 669, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
  font-size: 18px;
  padding: 12px 10px;
  margin: 0;
  font-weight: 400;
  line-height: 18px;
  display: inline-block;
  float: left;
}

/* line 678, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body {
  height: 100%;
  min-height: 150px;
  overflow-y: scroll;
  padding-bottom: 10px;
}

/* line 684, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
  outline: 0;
}

/* line 687, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}

/* line 703, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command + button {
  margin-left: 24px;
}

/* line 706, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover,
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}

/* line 711, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}

/* line 715, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
  border: 0;
}

/* line 718, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
  background: #ebebeb;
}

/* line 721, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000000;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: 9998;
}

/* line 734, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup {
  position: absolute;
  display: none;
  color: #222222;
  background: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  margin-top: 10px;
  z-index: 9995;
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

/* line 768, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-focus {
  background: #f5f5f5;
}

/* line 771, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-above {
  margin-top: -10px;
  border-top: 0;
  border-bottom: 5px solid #222222;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 779, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-active {
  display: block;
}

/* line 782, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-hidden {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 788, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-hs {
  display: block !important;
}

/* line 791, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-hs.fr-hidden {
  display: none !important;
}

/* line 794, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line {
  position: relative;
  padding: 8px 0;
}

/* line 798, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input[type="text"],
.fr-popup .fr-input-line textarea {
  width: 100%;
  margin: 0px 0 1px 0;
  border: none;
  border-bottom: solid 1px #bdbdbd;
  color: #222222;
  font-size: 14px;
  padding: 6px 0 2px;
  background: rgba(0, 0, 0, 0);
  position: relative;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 814, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input[type="text"]:focus,
.fr-popup .fr-input-line textarea:focus {
  border-bottom: solid 2px #1e88e5;
  margin-bottom: 0px;
}

/* line 819, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input + label,
.fr-popup .fr-input-line textarea + label {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  color: rgba(0, 0, 0, 0);
  -webkit-transition: color 0.2s ease 0s;
  -moz-transition: color 0.2s ease 0s;
  -ms-transition: color 0.2s ease 0s;
  -o-transition: color 0.2s ease 0s;
  z-index: 3;
  width: 100%;
  display: block;
  background: #ffffff;
}

/* line 835, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input.fr-not-empty:focus + label,
.fr-popup .fr-input-line textarea.fr-not-empty:focus + label {
  color: #1e88e5;
}

/* line 839, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-input-line input.fr-not-empty + label,
.fr-popup .fr-input-line textarea.fr-not-empty + label {
  color: #808080;
}

/* line 843, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup input,
.fr-popup textarea {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
}

/* line 859, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup textarea {
  resize: none;
}

/* line 862, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  padding: 0 2px;
  white-space: nowrap;
  line-height: 0;
  border-bottom: 0px;
}

/* line 871, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 877, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons .fr-btn {
  display: inline-block;
  float: none;
}

/* line 881, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons .fr-btn i {
  float: left;
}

/* line 884, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-buttons .fr-separator {
  display: inline-block;
  float: none;
}

/* line 888, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer {
  width: 225px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 10px;
  display: none;
}

@media (min-width: 768px) {
  /* line 897, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-popup .fr-layer {
    width: 300px;
  }
}

/* line 901, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-layer.fr-active {
  display: inline-block;
}

/* line 904, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons {
  z-index: 7;
  height: 36px;
  text-align: right;
}

/* line 909, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command {
  height: 36px;
  line-height: 1;
  color: #1e88e5;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
  border: none;
  background: none;
  font-size: 16px;
  outline: none;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
}

/* line 925, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command + button {
  margin-left: 24px;
}

/* line 928, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command:hover,
.fr-popup .fr-action-buttons button.fr-command:focus {
  background: #ebebeb;
  color: #1e88e5;
}

/* line 933, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button.fr-command:active {
  background: #d6d6d6;
  color: #1e88e5;
}

/* line 937, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-action-buttons button::-moz-focus-inner {
  border: 0;
}

/* line 940, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 1;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  vertical-align: middle;
}

/* line 951, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox svg {
  margin-left: 2px;
  margin-top: 2px;
  display: none;
  width: 10px;
  height: 10px;
}

/* line 958, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox span {
  border: solid 1px #222222;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, border-color 0.2s ease 0s;
}

/* line 979, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input {
  position: absolute;
  z-index: 2;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border: 0 none;
  cursor: pointer;
  height: 16px;
  margin: 0;
  padding: 0;
  width: 16px;
  top: 1px;
  left: 1px;
}

/* line 995, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:checked + span {
  background: #1e88e5;
  border-color: #1e88e5;
}

/* line 999, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:checked + span svg {
  display: block;
}

/* line 1002, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox input:focus + span {
  border-color: #1e88e5;
}

/* line 1005, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox-line {
  font-size: 14px;
  line-height: 1.4px;
  margin-top: 10px;
}

/* line 1010, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-checkbox-line label {
  cursor: pointer;
  margin: 0 5px;
  vertical-align: middle;
}

/* line 1015, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl {
  direction: rtl;
  text-align: right;
}

/* line 1019, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl .fr-action-buttons {
  text-align: left;
}

/* line 1022, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl .fr-input-line input + label,
.fr-popup.fr-rtl .fr-input-line textarea + label {
  left: auto;
  right: 0;
}

/* line 1027, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
  float: right;
}

/* line 1030, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

/* line 1042, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top: 5px solid #222222;
}

/* line 1048, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-text-edit-layer {
  width: 250px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block !important;
}

/* line 1055, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar {
  color: #222222;
  background: #ffffff;
  position: relative;
  z-index: 4;
  font-family: Arial, Helvetica, sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 0 2px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  text-align: left;
  border: 0px;
  border-top: 5px solid #222222;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.2;
}

/* line 1088, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1094, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-rtl {
  text-align: right;
}

/* line 1097, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline {
  display: none;
  white-space: nowrap;
  position: absolute;
  margin-top: 10px;
}

/* line 1103, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #222222;
  position: absolute;
  top: -9px;
  left: 50%;
  margin-left: -5px;
  display: inline-block;
}

/* line 1115, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline.fr-above {
  margin-top: -10px;
  -webkit-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.12), 0 -1px 1px 1px rgba(0, 0, 0, 0.16);
  border-bottom: 5px solid #222222;
  border-top: 0;
}

/* line 1123, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline.fr-above .fr-arrow {
  top: auto;
  bottom: -9px;
  border-bottom: 0;
  border-top-color: inherit;
  border-top-style: solid;
  border-top-width: 5px;
}

/* line 1131, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-top {
  top: 0;
  border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 1143, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-bottom {
  bottom: 0;
  border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 1155, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator {
  background: #ebebeb;
  display: block;
  vertical-align: top;
  float: left;
}

/* line 1161, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator + .fr-separator {
  display: none;
}

/* line 1164, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator.fr-vs {
  height: 34px;
  width: 1px;
  margin: 2px;
}

/* line 1169, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator.fr-hs {
  clear: both;
  height: 1px;
  width: calc(100% - (2 * 2px));
  margin: 0 2px;
}

/* line 1175, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-separator.fr-hidden {
  display: none !important;
}

/* line 1178, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-rtl .fr-separator {
  float: right;
}

/* line 1181, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-separator.fr-hs {
  float: none;
}

/* line 1184, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-toolbar.fr-inline .fr-separator.fr-vs {
  float: none;
  display: inline-block;
}

/* line 1188, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-visibility-helper {
  display: none;
  margin-left: 0px !important;
}

@media (min-width: 768px) {
  /* line 1193, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-visibility-helper {
    margin-left: 1px !important;
  }
}

@media (min-width: 992px) {
  /* line 1198, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-visibility-helper {
    margin-left: 2px !important;
  }
}

@media (min-width: 1200px) {
  /* line 1203, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-visibility-helper {
    margin-left: 3px !important;
  }
}

/* line 1207, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-opacity-0 {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1213, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box {
  position: relative;
}

/**
 * Postion sticky hacks.
 */
/* line 1219, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}

/* line 1226, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-off {
  position: relative;
}

/* line 1229, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-on {
  position: fixed;
}

/* line 1232, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-on.fr-sticky-ios {
  position: absolute;
  left: 0;
  right: 0;
  width: auto !important;
}

/* line 1238, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-dummy {
  display: none;
}

/* line 1241, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-sticky-on + .fr-sticky-dummy,
.fr-sticky-box > .fr-sticky-dummy {
  display: block;
}

/* line 1245, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
span.fr-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1256, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1262, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1272, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-counter {
  position: absolute;
  bottom: 0px;
  padding: 5px;
  right: 0px;
  color: #cccccc;
  content: attr(data-chars);
  font-size: 15px;
  font-family: "Times New Roman", Georgia, Serif;
  z-index: 1;
  background: #ffffff;
  border-top: solid 1px #ebebeb;
  border-left: solid 1px #ebebeb;
  border-radius: 2px 0 0 0;
  -moz-border-radius: 2px 0 0 0;
  -webkit-border-radius: 2px 0 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1292, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-rtl .fr-counter {
  left: 0px;
  right: auto;
  border-left: none;
  border-right: solid 1px #ebebeb;
  border-radius: 0 2px 0 0;
  -moz-border-radius: 0 2px 0 0;
  -webkit-border-radius: 0 2px 0 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 1304, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view .fr-counter {
  display: none;
}

/* line 1308, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1314, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1324, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
textarea.fr-code {
  display: none;
  width: 100%;
  resize: none;
  -moz-resize: none;
  -webkit-resize: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  padding: 10px;
  margin: 0px;
  font-family: "Courier New", monospace;
  font-size: 14px;
  background: #ffffff;
  color: #000000;
  outline: none;
}

/* line 1342, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-rtl textarea.fr-code {
  direction: rtl;
}

/* line 1345, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .CodeMirror {
  display: none;
}

/* line 1348, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view textarea.fr-code {
  display: block;
}

/* line 1351, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view.fr-inline {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 1356, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view .fr-element,
.fr-box.fr-code-view .fr-placeholder,
.fr-box.fr-code-view .fr-iframe {
  display: none;
}

/* line 1361, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-code-view .CodeMirror {
  display: block;
}

/* line 1364, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
  display: block;
}

/* line 1367, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  display: none;
  background: #ffffff;
  color: #222222;
  -moz-outline: 0;
  outline: 0;
  border: 0;
  line-height: 1;
  cursor: pointer;
  text-align: left;
  padding: 12px 12px;
  -webkit-transition: background 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  z-index: 2;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 1406, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
  font-size: 14px;
  width: 14px;
  text-align: center;
}

/* line 1411, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
  background: #ebebeb;
}

/* line 1415, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1421, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1431, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-colors-tabs {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  margin-bottom: 5px;
  line-height: 16px;
  margin-left: -2px;
  margin-right: -2px;
}

/* line 1440, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-colors-tabs .fr-colors-tab {
  display: inline-block;
  width: 50%;
  cursor: pointer;
  text-align: center;
  color: #222222;
  font-size: 13px;
  padding: 8px 0;
  position: relative;
}

/* line 1450, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-colors-tabs .fr-colors-tab:hover,
.fr-popup .fr-colors-tabs .fr-colors-tab:focus {
  color: #1e88e5;
}

/* line 1454, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1="background"]::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #1e88e5;
  content: '';
  -webkit-transition: transform 0.2s ease 0s;
  -moz-transition: transform 0.2s ease 0s;
  -ms-transition: transform 0.2s ease 0s;
  -o-transition: transform 0.2s ease 0s;
}

/* line 1467, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
  color: #1e88e5;
}

/* line 1470, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(-100%, 0, 0);
  -moz-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  -o-transform: translate3d(-100%, 0, 0);
}

/* line 1476, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-hex-layer {
  width: 100%;
  margin: 0px;
  padding: 10px;
}

/* line 1481, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-hex-layer .fr-input-line {
  float: left;
  width: calc(100% - 50px);
  padding: 8px 0 0;
}

/* line 1486, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-hex-layer .fr-action-buttons {
  float: right;
  width: 50px;
}

/* line 1490, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-hex-layer .fr-action-buttons button {
  background-color: #1e88e5;
  color: #FFF;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 13px;
  height: 32px;
}

/* line 1502, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-hex-layer .fr-action-buttons button:hover {
  background-color: #166dba;
  color: #FFF;
}

/* line 1506, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-separator + .fr-colors-tabs {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-left: 2px;
  margin-right: 2px;
}

/* line 1513, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set {
  line-height: 0;
  display: none;
}

/* line 1517, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set.fr-selected-set {
  display: block;
}

/* line 1520, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

/* line 1527, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

/* line 1538, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span .fr-selected-color {
  color: #ffffff;
  font-family: FontAwesome;
  font-size: 13px;
  font-weight: 400;
  line-height: 32px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  cursor: default;
}

/* line 1552, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-color-set > span:hover,
.fr-popup .fr-color-set > span:focus {
  outline: 1px solid #222222;
  z-index: 2;
}

/* line 1557, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1="text"] ~ [data-param1="background"]::after {
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
}

/* line 1564, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1570, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1580, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-drag-helper {
  background: #1e88e5;
  height: 2px;
  margin-top: -1px;
  -webkit-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  z-index: 9999;
  display: none;
}

/* line 1592, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-drag-helper.fr-visible {
  display: block;
}

/* line 1595, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-dragging {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 1602, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1608, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1618, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-emoticon {
  display: inline-block;
  font-size: 20px;
  width: 20px;
  padding: 5px;
  line-height: 1;
  cursor: default;
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1631, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-emoticon img {
  height: 20px;
}

/* line 1634, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-link:focus {
  outline: 0;
  background: #ebebeb;
}

/* line 1639, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1645, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1655, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

/* line 1667, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-upload-layer:hover {
  background: #ebebeb;
}

/* line 1670, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5;
}

/* line 1674, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 1690, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}

/* line 1701, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1706, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 1711, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 1714, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 1722, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 1732, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 1741, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 1744, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-file-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

/* line 1780, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
body.fr-fullscreen {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}

/* line 1786, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen {
  margin: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9990 !important;
  width: auto !important;
}

/* line 1796, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen .fr-toolbar.fr-top {
  top: 0 !important;
}

/* line 1799, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
  bottom: 0 !important;
}

/* line 1803, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1809, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1819, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal {
  text-align: left;
  padding: 20px 20px 10px;
}

/* line 1823, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table {
  border-collapse: collapse;
  font-size: 14px;
  line-height: 1.5;
  width: 100%;
}

/* line 1829, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table + table {
  margin-top: 20px;
}

/* line 1832, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tr {
  border: 0;
}

/* line 1835, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table th,
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table td {
  padding: 6px 0 4px;
}

/* line 1839, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody tr {
  border-bottom: solid 1px #ebebeb;
}

/* line 1842, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:first-child {
  width: 60%;
  color: #646464;
}

/* line 1846, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-help-modal table tbody td:nth-child(n+2) {
  letter-spacing: 0.5px;
}

/* line 1850, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 1856, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 1866, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element img {
  cursor: pointer;
}

/* line 1869, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 1883, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer.fr-active {
  display: block;
}

/* line 1886, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #ffffff;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 1896, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

/* line 1899, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

/* line 1902, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

/* line 1905, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

/* line 1908, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 1912, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 1916, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 1920, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 1924, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 1929, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  /* line 1933, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  /* line 1937, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  /* line 1941, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  /* line 1945, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-image-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

/* line 1950, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

/* line 1959, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

/* line 1968, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-upload-layer:hover {
  background: #ebebeb;
}

/* line 1971, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5;
}

/* line 1975, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 1991, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}

/* line 2002, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 2007, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 2010, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 2018, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 2028, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 2037, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 2040, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

/* line 2043, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-size-layer .fr-image-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

/* line 2047, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-image-size-layer .fr-image-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

/* line 2050, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-uploading {
  -webkit-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

@keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-webkit-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-moz-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

@-o-keyframes loading {
  from {
    left: -25%;
  }
  to {
    left: 100%;
  }
}

/* line 2089, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2095, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2105, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal-head .fr-modal-head-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2111, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal-head .fr-modal-head-line i.fr-modal-more {
  float: left;
  opacity: 1;
  -webkit-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -moz-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -ms-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
  -o-transition: padding 0.2s ease 0s, width 0.2s ease 0s, opacity 0.2s ease 0s;
}

/* line 2119, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal-head .fr-modal-head-line i.fr-modal-more.fr-not-available {
  opacity: 0;
  width: 0;
  padding: 12px 0;
}

/* line 2124, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal-head .fr-modal-tags {
  display: none;
  text-align: left;
}

/* line 2128, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal-head .fr-modal-tags a {
  display: inline-block;
  opacity: 0;
  padding: 6px 8px;
  margin: 8px 0 8px 8px;
  text-decoration: none;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #1e88e5;
  -webkit-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, background 0.2s ease 0s;
  cursor: pointer;
}

/* line 2147, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal-head .fr-modal-tags a:focus {
  outline: none;
}

/* line 2150, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}

/* line 2153, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body .fr-preloader {
  display: block;
  margin: 50px auto;
}

/* line 2157, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list {
  text-align: center;
  margin: 0 10px;
  padding: 0;
}

/* line 2162, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2168, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list .fr-list-column {
  float: left;
  width: calc((100% - 10px) / 2);
}

@media (min-width: 768px) and (max-width: 1199px) {
  /* line 2173, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 20px) / 3);
  }
}

@media (min-width: 1200px) {
  /* line 2178, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  div.fr-modal-body div.fr-image-list .fr-list-column {
    width: calc((100% - 30px) / 4);
  }
}

/* line 2182, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list .fr-list-column + .fr-list-column {
  margin-left: 10px;
}

/* line 2185, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container {
  position: relative;
  width: 100%;
  display: block;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
}

/* line 2200, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container:first-child {
  margin-top: 10px;
}

/* line 2203, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container + div {
  margin-top: 10px;
}

/* line 2206, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::after {
  position: absolute;
  -webkit-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s;
  background: #000000;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
}

/* line 2224, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-image-deleting::before {
  content: attr(data-deleting);
  color: #ffffff;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  font-size: 15px;
  height: 20px;
}

/* line 2237, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty {
  height: 95px;
  background: #cccccc;
  z-index: 1;
}

/* line 2242, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-empty::after {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: attr(data-loading);
  display: inline-block;
  height: 20px;
}

/* line 2253, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container img {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -moz-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -ms-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -o-transition: opacity 0.2s ease 0s, filter 0.2s ease 0s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
}

/* line 2271, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 2277, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container.fr-mobile-selected .fr-insert-img {
  display: inline-block;
}

/* line 2281, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img,
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  display: none;
  top: 50%;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -moz-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -ms-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -o-transition: background 0.2s ease 0s, color 0.2s ease 0s;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  position: absolute;
  cursor: pointer;
  margin: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-decoration: none;
  z-index: 3;
}

/* line 2307, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img {
  background: #b8312f;
  color: #ffffff;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(25%);
  -moz-transform: translateY(-50%) translateX(25%);
  -ms-transform: translateY(-50%) translateX(25%);
  -o-transform: translateY(-50%) translateX(25%);
}

/* line 2316, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img {
  background: #ffffff;
  color: #1e88e5;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-125%);
  -moz-transform: translateY(-50%) translateX(-125%);
  -ms-transform: translateY(-50%) translateX(-125%);
  -o-transform: translateY(-50%) translateX(-125%);
}

/* line 2325, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a:hover {
  background: #ebebeb;
}

/* line 2328, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper .fr-modal-head .fr-modal-tags a.fr-selected-tag {
  background: #d6d6d6;
}

/* line 2331, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover img {
  -webkit-opacity: 0.75;
  -moz-opacity: 0.75;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 2337, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-delete-img,
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container:hover .fr-insert-img {
  display: inline-block;
}

/* line 2341, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-delete-img:hover {
  background: #bf4644;
  color: #ffffff;
}

/* line 2345, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-desktop .fr-modal-wrapper div.fr-modal-body div.fr-image-list div.fr-image-container .fr-insert-img:hover {
  background: #ebebeb;
}

/* line 2349, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2355, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2365, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-line-breaker {
  cursor: text;
  border-top: 1px solid #1e88e5;
  position: fixed;
  z-index: 2;
  display: none;
}

/* line 2372, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-line-breaker.fr-visible {
  display: block;
}

/* line 2375, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-line-breaker a.fr-floating-btn {
  position: absolute;
  left: calc(50% - (32px / 2));
  top: -16px;
}

/* line 2381, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2387, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2397, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-quick-insert {
  position: absolute;
  z-index: 9998;
  white-space: nowrap;
  padding-right: 5px;
  margin-left: -5px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 2407, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-quick-insert.fr-on a.fr-floating-btn svg {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
}

/* line 2413, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-quick-insert.fr-hidden {
  display: none;
}

/* line 2416, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-qi-helper {
  position: absolute;
  z-index: 3;
  padding-left: 16px;
  white-space: nowrap;
}

/* line 2422, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-qi-helper a.fr-btn.fr-floating-btn {
  text-align: center;
  display: inline-block;
  color: #222222;
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

/* line 2435, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-qi-helper a.fr-btn.fr-floating-btn.fr-size-1 {
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

/* line 2446, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2452, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2462, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal {
  text-align: left;
  padding: 20px 20px 10px;
}

/* line 2466, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-list {
  margin-bottom: 20px;
}

/* line 2469, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-characters-title {
  font-weight: bold;
  font-size: 14px;
  padding: 6px 0 4px;
  margin: 0 0 5px;
}

/* line 2475, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-modal .fr-modal-wrapper .fr-modal-body .fr-special-characters-modal .fr-special-character {
  display: inline-block;
  font-size: 16px;
  width: 20px;
  height: 20px;
  padding: 5px;
  line-height: 20px;
  cursor: default;
  font-weight: normal;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  text-align: center;
  border: 1px solid #cccccc;
  margin: -1px 0 0 -1px;
}

/* line 2492, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2498, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2508, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element table td.fr-selected-cell,
.fr-element table th.fr-selected-cell {
  border: 1px double #1e88e5;
}

/* line 2512, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element table tr {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 2520, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element table td,
.fr-element table th {
  user-select: text;
  -o-user-select: text;
  -moz-user-select: text;
  -khtml-user-select: text;
  -webkit-user-select: text;
  -ms-user-select: text;
}

/* line 2529, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-no-selection table td,
.fr-element .fr-no-selection table th {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 2538, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-table-resizer {
  cursor: col-resize;
  position: fixed;
  z-index: 3;
  display: none;
}

/* line 2544, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-table-resizer.fr-moving {
  z-index: 2;
}

/* line 2547, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-table-resizer div {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  border-right: 1px solid #1e88e5;
}

/* line 2554, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-no-selection {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 2562, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-table-size-info {
  text-align: center;
  font-size: 14px;
  padding: 8px;
}

/* line 2567, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size {
  line-height: 0;
  padding: 0 5px 5px;
  white-space: nowrap;
}

/* line 2572, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span {
  display: inline-block;
  padding: 0px 4px 4px 0;
  background: transparent;
}

/* line 2577, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span > span {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #dddddd;
}

/* line 2583, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span.hover {
  background: transparent;
}

/* line 2586, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size > span.hover > span {
  background: rgba(30, 136, 229, 0.3);
  border: solid 1px #1e88e5;
}

/* line 2590, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-size .fr-select-table-size .new-line::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2596, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-above .fr-table-size .fr-select-table-size > span {
  display: inline-block !important;
}

/* line 2599, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-colors-buttons {
  margin-bottom: 5px;
}

/* line 2602, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-colors {
  line-height: 0;
  display: block;
}

/* line 2606, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-colors > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

/* line 2613, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-colors > span > i {
  text-align: center;
  line-height: 32px;
  height: 32px;
  width: 32px;
  font-size: 13px;
  position: absolute;
  bottom: 0;
  cursor: default;
  left: 0;
}

/* line 2624, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup .fr-table-colors > span:focus {
  outline: 1px solid #222222;
  z-index: 2;
}

/* line 2628, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-popup.fr-desktop .fr-table-size .fr-select-table-size > span > span {
  width: 12px;
  height: 12px;
}

/* line 2632, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-insert-helper {
  position: fixed;
  z-index: 9999;
  white-space: nowrap;
}

/* line 2638, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 2644, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2654, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 2662, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video::after {
  position: absolute;
  content: '';
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  background: rgba(0, 0, 0, 0);
}

/* line 2674, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video.fr-active > * {
  z-index: 2;
  position: relative;
}

/* line 2678, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-element .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

/* line 2685, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer {
  position: absolute;
  border: solid 1px #1e88e5;
  display: none;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

/* line 2696, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer.fr-active {
  display: block;
}

/* line 2699, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler {
  display: block;
  position: absolute;
  background: #1e88e5;
  border: solid 1px #ffffff;
  z-index: 4;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 2709, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  cursor: nw-resize;
}

/* line 2712, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  cursor: ne-resize;
}

/* line 2715, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  cursor: sw-resize;
}

/* line 2718, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  cursor: se-resize;
}

/* line 2721, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler {
  width: 12px;
  height: 12px;
}

/* line 2725, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hnw {
  left: -6px;
  top: -6px;
}

/* line 2729, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hne {
  right: -6px;
  top: -6px;
}

/* line 2733, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hsw {
  left: -6px;
  bottom: -6px;
}

/* line 2737, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-box .fr-video-resizer .fr-handler.fr-hse {
  right: -6px;
  bottom: -6px;
}

@media (min-width: 1200px) {
  /* line 2742, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler {
    width: 10px;
    height: 10px;
  }
  /* line 2746, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -5px;
    top: -5px;
  }
  /* line 2750, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -5px;
    top: -5px;
  }
  /* line 2754, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hsw {
    left: -5px;
    bottom: -5px;
  }
  /* line 2758, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
  .fr-box .fr-video-resizer .fr-handler.fr-hse {
    right: -5px;
    bottom: -5px;
  }
}

/* line 2763, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-size-layer .fr-video-group .fr-input-line {
  width: calc(50% - 5px);
  display: inline-block;
}

/* line 2767, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-size-layer .fr-video-group .fr-input-line + .fr-input-line {
  margin-left: 10px;
}

/* line 2770, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-upload-layer {
  border: dashed 2px #bdbdbd;
  padding: 25px 0;
  position: relative;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 140%;
  text-align: center;
}

/* line 2779, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-upload-layer:hover {
  background: #ebebeb;
}

/* line 2782, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-upload-layer.fr-drop {
  background: #ebebeb;
  border-color: #1e88e5;
}

/* line 2786, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-upload-layer .fr-form {
  -webkit-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  overflow: hidden;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

/* line 2802, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-upload-layer .fr-form input {
  cursor: pointer;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  width: 500%;
  height: 100%;
  margin: 0px;
  font-size: 400px;
}

/* line 2813, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-progress-bar-layer > h3 {
  font-size: 16px;
  margin: 10px 0;
  font-weight: normal;
}

/* line 2818, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-progress-bar-layer > div.fr-action-buttons {
  display: none;
}

/* line 2821, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-progress-bar-layer > div.fr-loader {
  background: #bcdbf7;
  height: 10px;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
  position: relative;
}

/* line 2829, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-progress-bar-layer > div.fr-loader span {
  display: block;
  height: 100%;
  width: 0%;
  background: #1e88e5;
  -webkit-transition: width 0.2s ease 0s;
  -moz-transition: width 0.2s ease 0s;
  -ms-transition: width 0.2s ease 0s;
  -o-transition: width 0.2s ease 0s;
}

/* line 2839, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-progress-bar-layer > div.fr-loader.fr-indeterminate span {
  width: 30% !important;
  position: absolute;
  top: 0;
  -webkit-animation: loading 2s linear infinite;
  -moz-animation: loading 2s linear infinite;
  -o-animation: loading 2s linear infinite;
  animation: loading 2s linear infinite;
}

/* line 2848, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-progress-bar-layer.fr-error > div.fr-loader {
  display: none;
}

/* line 2851, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-progress-bar-layer.fr-error > div.fr-action-buttons {
  display: block;
}

/* line 2854, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_editor.pkgd.css */
.fr-video-overlay {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9999;
  display: none;
}

/*!
 * froala_editor v2.7.1 (https://www.froala.com/wysiwyg-editor)
 * License https://froala.com/wysiwyg-editor/terms/
 * Copyright 2014-2017 Froala Labs
 */
/* line 7, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.clearfix::after {
  clear: both;
  display: block;
  content: "";
  height: 0;
}

/* line 13, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.hide-by-clipping {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 23, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span[style~="color:"] a {
  color: inherit;
}

/* line 26, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view strong {
  font-weight: 700;
}

/* line 29, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table {
  border: none;
  border-collapse: collapse;
  empty-cells: show;
  max-width: 100%;
}

/* line 35, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table.fr-dashed-borders td,
.fr-view table.fr-dashed-borders th {
  border-style: dashed;
}

/* line 39, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
  background: #f5f5f5;
}

/* line 42, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td,
.fr-view table th {
  border: 1px solid #dddddd;
}

/* line 46, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td:empty,
.fr-view table th:empty {
  height: 20px;
}

/* line 50, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td.fr-highlighted,
.fr-view table th.fr-highlighted {
  border: 1px double red;
}

/* line 54, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table td.fr-thick,
.fr-view table th.fr-thick {
  border-width: 2px;
}

/* line 58, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view table th {
  background: #e6e6e6;
}

/* line 61, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view hr {
  clear: both;
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  page-break-after: always;
}

/* line 71, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-file {
  position: relative;
}

/* line 74, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-file::after {
  position: relative;
  content: "\1F4CE";
  font-weight: normal;
}

/* line 79, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view pre {
  white-space: pre-wrap;
  word-wrap: break-word;
}

/* line 83, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view[dir="rtl"] blockquote {
  border-left: none;
  border-right: solid 2px #5e35b1;
  margin-right: 0;
  padding-right: 5px;
  padding-left: 0px;
}

/* line 90, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view[dir="rtl"] blockquote blockquote {
  border-color: #00bcd4;
}

/* line 93, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view[dir="rtl"] blockquote blockquote blockquote {
  border-color: #43a047;
}

/* line 96, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view blockquote {
  border-left: solid 2px #5e35b1;
  margin-left: 0;
  padding-left: 5px;
  color: #5e35b1;
}

/* line 102, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view blockquote blockquote {
  border-color: #00bcd4;
  color: #00bcd4;
}

/* line 106, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view blockquote blockquote blockquote {
  border-color: #43a047;
  color: #43a047;
}

/* line 110, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-emoticon {
  font-weight: normal;
  font-family: "Apple Color Emoji", "Segoe UI Emoji", "NotoColorEmoji", "Segoe UI Symbol", "Android Emoji", "EmojiSymbols";
  display: inline;
  line-height: 0;
}

/* line 116, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-emoticon.fr-emoticon-img {
  background-repeat: no-repeat !important;
  font-size: inherit;
  height: 1em;
  width: 1em;
  min-height: 20px;
  min-width: 20px;
  display: inline-block;
  margin: -0.1em 0.1em 0.1em;
  line-height: 1;
  vertical-align: middle;
}

/* line 128, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-gray {
  color: #AAA !important;
}

/* line 131, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-bordered {
  border-top: solid 1px #222;
  border-bottom: solid 1px #222;
  padding: 10px 0;
}

/* line 136, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-spaced {
  letter-spacing: 1px;
}

/* line 139, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-text-uppercase {
  text-transform: uppercase;
}

/* line 142, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img {
  position: relative;
  max-width: 100%;
}

/* line 146, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 152, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 156, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 160, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 168, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 173, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 178, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 186, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-bordered {
  border: solid 5px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 192, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view img.fr-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 197, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption {
  position: relative;
  max-width: 100%;
}

/* line 201, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 207, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 211, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 215, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 223, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 228, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 233, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 241, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-bordered {
  border: solid 5px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 247, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view span.fr-img-caption.fr-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 252, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video {
  text-align: center;
  position: relative;
}

/* line 256, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video > * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  max-width: 100%;
  border: none;
}

/* line 263, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvb {
  display: block;
  clear: both;
}

/* line 267, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvb.fr-fvl {
  text-align: left;
}

/* line 270, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvb.fr-fvr {
  text-align: right;
}

/* line 273, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvi {
  display: inline-block;
}

/* line 276, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvi.fr-fvl {
  float: left;
}

/* line 279, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-video.fr-dvi.fr-fvr {
  float: right;
}

/* line 282, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view a.fr-strong {
  font-weight: 700;
}

/* line 285, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view a.fr-green {
  color: green;
}

/* line 288, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption {
  text-align: center;
}

/* line 291, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption .fr-img-wrap {
  padding: 0px;
  display: inline-block;
  margin: auto;
  text-align: center;
}

/* line 297, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption .fr-img-wrap img {
  display: block;
  margin: auto;
}

/* line 301, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view .fr-img-caption .fr-img-wrap > span {
  margin: auto;
  display: inline-block;
  padding: 5px 5px 10px;
  font-size: 14px;
  font-weight: initial;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* line 316, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view button.fr-rounded,
.fr-view input.fr-rounded,
.fr-view textarea.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 326, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
.fr-view button.fr-large,
.fr-view input.fr-large,
.fr-view textarea.fr-large {
  font-size: 24px;
}

/**
 * Image style.
 */
/* line 334, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
a.fr-view.fr-strong {
  font-weight: 700;
}

/* line 337, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
a.fr-view.fr-green {
  color: green;
}

/**
 * Link style.
 */
/* line 343, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 347, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 353, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 357, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 361, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 369, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 374, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 379, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 387, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-bordered {
  border: solid 5px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 393, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
img.fr-view.fr-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 398, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view {
  position: relative;
  max-width: 100%;
}

/* line 402, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dib {
  margin: 5px auto;
  display: block;
  float: none;
  vertical-align: top;
}

/* line 408, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dib.fr-fil {
  margin-left: 0;
  text-align: left;
}

/* line 412, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dib.fr-fir {
  margin-right: 0;
  text-align: right;
}

/* line 416, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dii {
  display: inline-block;
  float: none;
  vertical-align: bottom;
  margin-left: 5px;
  margin-right: 5px;
  max-width: calc(100% - (2 * 5px));
}

/* line 424, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dii.fr-fil {
  float: left;
  margin: 5px 5px 5px 0;
  max-width: calc(100% - 5px);
}

/* line 429, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-dii.fr-fir {
  float: right;
  margin: 5px 0 5px 5px;
  max-width: calc(100% - 5px);
}

/* line 434, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-rounded {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 442, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-bordered {
  border: solid 5px #CCC;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 448, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/froala_editor/froala_style.css */
span.fr-img-caption.fr-view.fr-shadow {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 1px 1px rgba(0, 0, 0, 0.16);
}

/* line 5, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor i.fa {
  text-shadow: none;
}

/* line 7, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor > .fr-box {
  display: inline-block;
  width: calc(80% - 22px);
}

/* line 10, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-wrapper {
  min-height: 150px;
  max-height: 300px;
  overflow-y: scroll;
}

/* line 14, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-action-buttons > button {
  font-weight: normal;
  text-shadow: none;
}

/* line 17, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-checkbox-line > label {
  display: inline-block;
  float: none;
  width: auto;
}

/* line 22, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-input-line > input[type="text"] {
  box-shadow: none;
  min-width: auto;
  width: 100%;
}

/* line 26, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-input-line > label {
  font-weight: normal;
  line-height: initial;
}

/* line 29, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-input-line > .fr-link-attr {
  width: 100%;
}

/* line 31, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-element {
  min-width: 450px;
}

/* line 34, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-element * {
  margin: initial;
  padding: initial;
  text-align: initial;
}

/* line 38, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-element p {
  margin-bottom: 1em;
}

/* line 40, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-element ol {
  list-style-type: decimal;
}

/* line 42, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-element ul {
  list-style-type: disc;
}

/* line 44, gems/activeadmin_froala_editor/app/assets/stylesheets/activeadmin/_froala_editor_input.sass */
body.active_admin form .froala_editor .fr-element ul, body.active_admin form .froala_editor .fr-element ol {
  margin: 0 1.5em 1.5em 0;
  padding-left: 1.5em;
}

/* line 2, app/assets/stylesheets/active_admin_custom.scss */
body.active_admin form .froala_editor > .fr-box {
  display: inline-block;
  width: 50%;
}

/* line 7, app/assets/stylesheets/active_admin_custom.scss */
.header #tabs {
  background-color: #293846;
}

/* line 10, app/assets/stylesheets/active_admin_custom.scss */
.header #tabs li.current {
  border-left: 4px solid #5e79bb;
}

/* line 13, app/assets/stylesheets/active_admin_custom.scss */
.header #tabs li.current a {
  color: white;
}

/* line 16, app/assets/stylesheets/active_admin_custom.scss */
.header #tabs li a {
  color: #a7b1c2;
}

/* line 20, app/assets/stylesheets/active_admin_custom.scss */
#language {
  position: absolute;
  right: 5rem;
  top: 1.2rem;
}

/* line 24, app/assets/stylesheets/active_admin_custom.scss */
#language a {
  color: #999c9e !important;
}

/* line 27, app/assets/stylesheets/active_admin_custom.scss */
#language .menu {
  display: none;
}

/* line 31, app/assets/stylesheets/active_admin_custom.scss */
#language:hover .menu {
  display: block;
}

/* line 38, app/assets/stylesheets/active_admin_custom.scss */
.menu {
  background: white;
  height: 64px;
  border-top: 2px solid #5e79bb;
  box-shadow: 2px 2px 2px #0000002e;
  width: 7rem;
  margin-top: 1rem;
  margin-right: -1rem;
}

/* line 47, app/assets/stylesheets/active_admin_custom.scss */
.menu #i18n-de a {
  position: absolute;
  right: 0.4rem;
  top: 46px;
}

/* line 52, app/assets/stylesheets/active_admin_custom.scss */
.menu #i18n-de:after {
  content: "";
  background-image: url(/images/de-flag.png);
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  top: 50px;
  right: 54px;
}

/* line 65, app/assets/stylesheets/active_admin_custom.scss */
.menu #i18n-en a {
  position: absolute;
  right: 12px;
  top: 68px;
}

/* line 70, app/assets/stylesheets/active_admin_custom.scss */
.menu #i18n-en:after {
  content: "";
  background-image: url(/assets/uk-flag-f4d01d9c62dc7fe3d4535a8b8ec2dc3b343c74ce857e1e02e33d703b64ac0a5a.png);
  position: absolute;
  height: 20px;
  width: 20px;
  background-repeat: no-repeat;
  display: inline-block;
  top: 72px;
  right: 54px;
}

/* line 83, app/assets/stylesheets/active_admin_custom.scss */
a[href="/admin/gift_cards/new"] {
  position: absolute;
  top: -3rem;
  right: 1rem;
}

@media screen and (max-width: 992px) {
  /* line 89, app/assets/stylesheets/active_admin_custom.scss */
  a[href="/admin/gift_cards/new"] {
    top: -2.3rem;
  }
}

/* line 93, app/assets/stylesheets/active_admin_custom.scss */
body.logged_in #title_bar {
  margin: 10px 0 0 0 !important;
  font-size: medium;
  min-height: 50px;
}

/* line 98, app/assets/stylesheets/active_admin_custom.scss */
.priority_order_wrap {
  margin-left: 9rem;
}

/* line 100, app/assets/stylesheets/active_admin_custom.scss */
.priority_order_wrap label {
  margin-right: 2%;
}

/* line 103, app/assets/stylesheets/active_admin_custom.scss */
.priority_order_wrap .priority_order {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e6e7;
  outline: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #5a5a5a;
  -webkit-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
  min-width: 58%;
  margin-left: 1.3%;
  height: 30px;
}

@media screen and (max-width: 575px) {
  /* line 119, app/assets/stylesheets/active_admin_custom.scss */
  body.index .download_links {
    margin: 1rem -5rem 1rem -5rem !important;
  }
  /* line 122, app/assets/stylesheets/active_admin_custom.scss */
  .priority_order_wrap {
    margin-left: 0rem;
  }
}

/* line 126, app/assets/stylesheets/active_admin_custom.scss */
.dropbtn {
  cursor: pointer;
}

/* line 128, app/assets/stylesheets/active_admin_custom.scss */
.dropbtn a {
  text-decoration: none;
}

/* line 130, app/assets/stylesheets/active_admin_custom.scss */
.dropbtn a:hover {
  text-decoration: none;
}

/* line 136, app/assets/stylesheets/active_admin_custom.scss */
.language-dropdown {
  position: relative;
  display: inline-block;
}

/* line 139, app/assets/stylesheets/active_admin_custom.scss */
.language-dropdown a {
  color: #676a6c;
}

/* line 143, app/assets/stylesheets/active_admin_custom.scss */
.language-dropdown:hover .dropdown-content {
  display: block !important;
}

/* line 148, app/assets/stylesheets/active_admin_custom.scss */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 0%;
  padding: 6px;
  text-align: center;
  right: 0px;
}

/* line 158, app/assets/stylesheets/active_admin_custom.scss */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* line 163, app/assets/stylesheets/active_admin_custom.scss */
.dropdown-content a:hover {
  background-color: #f1f1f1;
}

/* line 168, app/assets/stylesheets/active_admin_custom.scss */
.admin-header {
  position: absolute;
  top: 0;
  padding: 12px 45px 12px  29px;
  width: 100%;
}

/* line 174, app/assets/stylesheets/active_admin_custom.scss */
.admin-header .logo-img img {
  float: left;
  margin-top: 6px;
}

/* line 179, app/assets/stylesheets/active_admin_custom.scss */
.admin-header .language-dropdown {
  float: right;
  margin-top: 6px;
}

/* line 184, app/assets/stylesheets/active_admin_custom.scss */
.clear-float {
  clear: both;
}

/* line 188, app/assets/stylesheets/active_admin_custom.scss */
.active_admin.new .flash, .active_admin.edit .flash {
  top: 10%;
}

/* line 192, app/assets/stylesheets/active_admin_custom.scss */
.dashboard_panel {
  text-align: initial !important;
}

/* line 195, app/assets/stylesheets/active_admin_custom.scss */
.dashboard_panel h3 {
  margin-left: 20px;
}

/* @import "font-awesome-sprockets";
@import "font-awesome";*/
/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
html, body {
  padding: 0;
  margin: 0;
  min-height: 100vh;
}

/* line 17, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

/* line 23, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
legend {
  padding: 0;
}

/* line 27, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
ol, ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 33, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
th {
  font-weight: normal;
}

/* line 37, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_reset.scss */
abbr[title] {
  border-bottom: none;
  cursor: inherit;
  text-decoration: none;
}

/* Webfont: Lato-Bold */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-Bold-b91fc1ca55df440dc11354b32a39b45db663d24bb17b16dcb2e706330955b0d1.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-Bold-b91fc1ca55df440dc11354b32a39b45db663d24bb17b16dcb2e706330955b0d1.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-Bold-ae88fc0d7a961832f809527d30bd3983a6866d42f66a56ade23f543681594db6.woff2) format("woff2"), url(/assets/Lato-Bold-0e56b17d142eb366c8007031d14e34da48c70b4a9d9a0ca492e696a7bae45e1e.woff) format("woff"), url(/assets/Lato-Bold-f71f833c099f450606f8107b83ef208ae918c0ea00779466d45e9be96b0bc7cc.ttf) format("truetype");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-BoldItalic */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-BoldItalic-b3d585879a02f48c5d43d8f91d06b167e367a31934bb3b8147c0a90b5ca32bfc.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-BoldItalic-b3d585879a02f48c5d43d8f91d06b167e367a31934bb3b8147c0a90b5ca32bfc.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-BoldItalic-c0916a33340d063f7b05679e08031e729d1888444706f04804705da5966d895d.woff2) format("woff2"), url(/assets/Lato-BoldItalic-980c8592e5488df256192c999e92db8fd302db8cd8909b7fa266a684e37e45f8.woff) format("woff"), url(/assets/Lato-BoldItalic-f98d040631714eabffd0ffb747576674fa78c2910f6d9e3dc0c58481d03c1898.ttf) format("truetype");
  font-style: italic;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Italic */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-Italic-bc24dbe04f5b2415678f978e7e2f630cc6610670d684e088e73ad29c439eafe3.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-Italic-bc24dbe04f5b2415678f978e7e2f630cc6610670d684e088e73ad29c439eafe3.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-Italic-4465765f2f6eddcdad34ffd7cab559e56bc0e75e45e192f85e9562b0771481dc.woff2) format("woff2"), url(/assets/Lato-Italic-26318a1467a5e5caf10b04cfa942d079632560cd7a29cec565fd1dc9f7ec5081.woff) format("woff"), url(/assets/Lato-Italic-12d825af88eafea1ce3aa469f83c03acaecd0d03f690f409c8643529f1205b4f.ttf) format("truetype");
  font-style: italic;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-Regular-e735410675eacc363b257112f39eb819a854b03077d7b1f0caa6e7660ffbd8b3.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-Regular-e735410675eacc363b257112f39eb819a854b03077d7b1f0caa6e7660ffbd8b3.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-Regular-983b0caf336e8542214fc17019a4fc5e0360864b92806ca14d55c1fc1c2c5a0f.woff2) format("woff2"), url(/assets/Lato-Regular-5b9025dda4d7688e3311b0c17eddc501133b807def33effaef6593843cf5416e.woff) format("woff"), url(/assets/Lato-Regular-089ab6d4a57e0e6c4dd3b681b6fd50a5184f1b902429d35e1227e52d6ccad1bd.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */
@font-face {
  font-family: 'LatoWeb';
  src: url(/assets/Lato-Regular-e735410675eacc363b257112f39eb819a854b03077d7b1f0caa6e7660ffbd8b3.eot);
  /* IE9 Compat Modes */
  src: url(/assets/Lato-Regular-e735410675eacc363b257112f39eb819a854b03077d7b1f0caa6e7660ffbd8b3.eot?#iefix) format("embedded-opentype"), url(/assets/Lato-Regular-983b0caf336e8542214fc17019a4fc5e0360864b92806ca14d55c1fc1c2c5a0f.woff2) format("woff2"), url(/assets/Lato-Regular-5b9025dda4d7688e3311b0c17eddc501133b807def33effaef6593843cf5416e.woff) format("woff"), url(/assets/Lato-Regular-089ab6d4a57e0e6c4dd3b681b6fd50a5184f1b902429d35e1227e52d6ccad1bd.ttf) format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot);
  src: url(/assets/glyphicons-halflings-regular-13634da87d9e23f8c3ed9108ce1724d183a39ad072e73e1b3d8cbf646d2d0407.eot?#iefix) format("embedded-opentype"), url(/assets/glyphicons-halflings-regular-fe185d11a49676890d47bb783312a0cda5a44c4039214094e7957b4c040ef11c.woff2) format("woff2"), url(/assets/glyphicons-halflings-regular-a26394f7ede100ca118eff2eda08596275a9839b959c226e15439557a5a80742.woff) format("woff"), url(/assets/glyphicons-halflings-regular-e395044093757d82afcb138957d06a1ea9361bdcf0b442d06a18a8051af57456.ttf) format("truetype"), url(/assets/glyphicons-halflings-regular-42f60659d265c1a3c30f9fa42abcbb56bd4a53af4d83d316d6dd7a36903c43e5.svg) format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'FontAwesome';
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot);
  src: url(/assets/fontawesome-webfont-7bfcab6db99d5cfbf1705ca0536ddc78585432cc5fa41bbd7ad0f009033b2979.eot?#iefix) format("embedded-opentype"), url(/assets/fontawesome-webfont-2adefcbc041e7d18fcf2d417879dc5a09997aa64d675b7a3c4b6ce33da13f3fe.woff2) format("woff2"), url(/assets/fontawesome-webfont-ba0c59deb5450f5cb41b3f93609ee2d0d995415877ddfa223e8a8a7533474f07.woff) format("woff"), url(/assets/fontawesome-webfont-aa58f33f239a0fb02f5c7a6c45c043d7a9ac9a093335806694ecd6d4edc0d6a8.ttf) format("truetype"), url(/assets/fontawesome-webfont-ad6157926c1622ba4e1d03d478f1541368524bfc46f51e42fe0d945f7ef323e4.svg#fontawesomeregular) format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_common.scss */
code {
  display: block;
  background-color: #272822;
  padding: 5px;
  color: white;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_buttons.scss */
.button {
  background-color: #315fd3;
  color: #ffffff;
  /* border: none;*/
  border-color: #1ab394;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.button:active, .button:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.button.disabled, .button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.button:hover {
  background-color: #354a7b;
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.button:active, .button:focus {
  background-color: #254bac;
}

/* line 73, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.button:disabled {
  background-color: #315fd3;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_buttons.scss */
.button.small {
  padding: 2px 9px;
  font-size: 12px;
}

/* line 12, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_buttons.scss */
.button.large {
  padding: 10px;
  font-size: 18px;
}

/* line 17, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_buttons.scss */
.button.action {
  margin-right: 4px;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_grid.scss */
.columns {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (max-width: 575px) {
  /* line 4, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_grid.scss */
  .columns .column {
    width: 100% !important;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  /* line 4, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_grid.scss */
  .columns .column {
    width: 100% !important;
  }
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_columns.scss */
.columns {
  display: flex;
  flex-wrap: wrap;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments {
  margin-top: 20px;
}

/* line 43, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
.comments:after {
  content: '';
  display: block;
  clear: both;
}

/* line 5, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments h3 {
  margin: 0 0 10px 0;
}

/* line 9, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .panel_contents .empty {
  margin-bottom: 10px;
  display: inline-block;
}

/* line 14, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) {
  margin-bottom: 20px;
  border: 1px solid #e5e6e7;
}

/* line 18, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta {
  background-color: #2f4050;
  padding: 8px 10px;
}

/* line 22, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta .active_admin_comment_author {
  margin: 0;
  display: inline-block;
}

/* line 27, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta span {
  font-size: 14px;
  font-style: italic;
  line-height: 21px;
}

/* line 33, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"] {
  background-color: #315fd3;
  color: white;
  /* border: none;*/
  border-color: #1ab394;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 2px 9px;
  font-size: 12px;
  float: right;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:active, .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a.disabled[data-method="delete"], .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:hover {
  background-color: #354a7b;
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:active, .comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:focus {
  background-color: #254bac;
}

/* line 73, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_meta a[data-method="delete"]:disabled {
  background-color: #315fd3;
}

/* line 41, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .active_admin_comment:not(#new_active_admin_comment) .active_admin_comment_body {
  padding: 0 10px;
}

/* line 46, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_comments.scss */
.comments .pagination_information {
  margin-bottom: 20px;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_date_picker.scss */
#ui-datepicker-div {
  background-color: #ffffff;
  padding: 5px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
  z-index: 3 !important;
  padding: 8px 10px;
}

/* line 9, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header {
  margin-bottom: 10px;
}

/* line 43, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
#ui-datepicker-div .ui-datepicker-header:after {
  content: '';
  display: block;
  clear: both;
}

/* line 13, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  background-color: #315fd3;
  color: #ffffff;
  /* border: none;*/
  border-color: #1ab394;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 2px 5px;
  font-size: 14px;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:hover, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #354a7b;
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:focus, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:active, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:focus {
  background-color: #254bac;
}

/* line 73, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev:disabled, #ui-datepicker-div .ui-datepicker-header .ui-datepicker-next:disabled {
  background-color: #315fd3;
}

/* line 19, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
  float: left;
}

/* line 23, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
  float: right;
}

/* line 27, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
}

/* line 33, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_date_picker.scss */
#ui-datepicker-div .ui-datepicker-calendar td {
  border: none;
  text-align: center;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_dialogs.scss */
.ui-dialog {
  background-color: #ffffff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  border-radius: 3px;
  padding: 15px 10px;
  z-index: 1;
}

/* line 8, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_dialogs.scss */
.ui-dialog:focus, .ui-dialog:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0;
}

/* line 13, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_dialogs.scss */
.ui-dialog .ui-button {
  background-color: #315fd3;
  color: #ffffff;
  /* border: none;*/
  border-color: #1ab394;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  border: 0;
  margin-right: 5px;
  padding: 5px 10px;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:active, .ui-dialog .ui-button:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button.disabled, .ui-dialog .ui-button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:hover {
  background-color: #354a7b;
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:active, .ui-dialog .ui-button:focus {
  background-color: #254bac;
}

/* line 73, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
.ui-dialog .ui-button:disabled {
  background-color: #315fd3;
}

/* line 20, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_dialogs.scss */
.ui-dialog .ui-dialog-titlebar-close {
  display: none;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_flash.scss */
.flash {
  width: 100%;
  padding: 10px;
  text-align: center;
  background-color: #76838f;
  /* color: $flash-text-color;*/
  padding: .75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: .25rem;
}

/* line 13, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_flash.scss */
.flash_alert, .flash_error {
  background-color: #f8d7da;
  color: #721c24;
  border-color: #f5c6cb;
}

/* line 19, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_flash.scss */
.flash_warning {
  background-color: #fff3cd;
  color: #fff;
}

/* line 24, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_flash.scss */
.flash_notice {
  background-color: #d4edda;
  color: #155724;
  border-color: #c3e6cb;
}

/* line 30, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_flash.scss */
.flash_info {
  background-color: #d1ecf1;
  color: #fff;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
.label {
  display: inline-block;
  margin-bottom: 5px;
}

/* line 6, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
.input {
  margin-bottom: 1rem;
}

/* line 9, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
.input.hidden {
  margin: 0;
}

/* line 16, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form li {
  list-style: none;
}

/* line 20, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form legend:not(.label) {
  margin-bottom: 28px;
  font-size: 18px;
  display: block;
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #2f4050;
}

@media screen and (max-width: 575px) {
  /* line 20, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
  #active_admin_content form legend:not(.label) {
    width: 94%;
  }
}

/* line 33, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form .error input, #active_admin_content form .error select, #active_admin_content form .error textarea {
  border-color: #ed5565;
  /* background-color: rgba($input-error, .1); */
}

/* line 39, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form input.error:not([disabled]):not([type="submit"]), #active_admin_content form select.error, #active_admin_content form textarea.error {
  border-color: #ed5565;
  /* background-color: rgba($input-error, .1); */
}

/* line 44, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form .inline-hints {
  margin: 5px 0 20px 25%;
  font-size: 14px;
  font-style: italic;
}

@media screen and (max-width: 575px) {
  /* line 44, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
  #active_admin_content form .inline-hints {
    margin: 5px 42% 20px 0%;
  }
}

/* line 53, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form .inline-errors, #active_admin_content form label.error {
  color: #ed5565;
  margin-top: 5px;
  margin-bottom: 20px;
  font-size: 14px;
}

/* line 60, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form label.error {
  display: block;
  margin-left: 25%;
}

/* line 66, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form .actions .action {
  display: inline-block;
  margin-right: 10px;
}

/* line 70, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form .actions .action input[type="submit"] {
  /* line-height: 43px; */
}

/* line 75, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_form.scss */
#active_admin_content form .actions .cancel {
  display: inline-block;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="text"], input[type="email"], input[type="password"],
input[type="tel"], input[type="date"], input[type="datetime-local"],
input[type="month"], input[type="range"], input[type="search"],
input[type="time"], input[type="url"], input[type="week"],
input[type="number"], textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  display: block;
  width: 100%;
  height: 36px;
  padding: 6px 12px;
  font-size: 0.9rem;
  line-height: 1.5;
  color: inherit;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e6e7;
  outline: 0;
  border-radius: 1px;
  -webkit-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  -o-transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

/* line 23, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus,
input[type="tel"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus,
input[type="month"]:focus, input[type="range"]:focus, input[type="search"]:focus,
input[type="time"]:focus, input[type="url"]:focus, input[type="week"]:focus,
input[type="number"]:focus, textarea:focus {
  border-color: #315fd3;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 29, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="text"]:disabled, input[type="email"]:disabled, input[type="password"]:disabled,
input[type="tel"]:disabled, input[type="date"]:disabled, input[type="datetime-local"]:disabled,
input[type="month"]:disabled, input[type="range"]:disabled, input[type="search"]:disabled,
input[type="time"]:disabled, input[type="url"]:disabled, input[type="week"]:disabled,
input[type="number"]:disabled, textarea:disabled {
  opacity: 0.6;
}

/* line 33, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="text"]:-webkit-autofill, input[type="text"]:-webkit-autofill:hover, input[type="text"]:-webkit-autofill:focus, input[type="email"]:-webkit-autofill, input[type="email"]:-webkit-autofill:hover, input[type="email"]:-webkit-autofill:focus, input[type="password"]:-webkit-autofill, input[type="password"]:-webkit-autofill:hover, input[type="password"]:-webkit-autofill:focus,
input[type="tel"]:-webkit-autofill,
input[type="tel"]:-webkit-autofill:hover,
input[type="tel"]:-webkit-autofill:focus, input[type="date"]:-webkit-autofill, input[type="date"]:-webkit-autofill:hover, input[type="date"]:-webkit-autofill:focus, input[type="datetime-local"]:-webkit-autofill, input[type="datetime-local"]:-webkit-autofill:hover, input[type="datetime-local"]:-webkit-autofill:focus,
input[type="month"]:-webkit-autofill,
input[type="month"]:-webkit-autofill:hover,
input[type="month"]:-webkit-autofill:focus, input[type="range"]:-webkit-autofill, input[type="range"]:-webkit-autofill:hover, input[type="range"]:-webkit-autofill:focus, input[type="search"]:-webkit-autofill, input[type="search"]:-webkit-autofill:hover, input[type="search"]:-webkit-autofill:focus,
input[type="time"]:-webkit-autofill,
input[type="time"]:-webkit-autofill:hover,
input[type="time"]:-webkit-autofill:focus, input[type="url"]:-webkit-autofill, input[type="url"]:-webkit-autofill:hover, input[type="url"]:-webkit-autofill:focus, input[type="week"]:-webkit-autofill, input[type="week"]:-webkit-autofill:hover, input[type="week"]:-webkit-autofill:focus,
input[type="number"]:-webkit-autofill,
input[type="number"]:-webkit-autofill:hover,
input[type="number"]:-webkit-autofill:focus, textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #676a6c;
}

/* line 39, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: #315fd3;
  color: white;
  /* border: none;*/
  border-color: #1ab394;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  width: 100%;
  padding: .375rem .75rem;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
  border: none;
  cursor: pointer;
  line-height: 1.7;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:active, input[type="submit"]:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
input.disabled[type="submit"], input[type="submit"]:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:hover {
  background-color: #354a7b;
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:active, input[type="submit"]:focus {
  background-color: #254bac;
}

/* line 73, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
input[type="submit"]:disabled {
  background-color: #315fd3;
}

/* line 52, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
.create_account-btn {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: white;
  width: 100%;
  border-radius: 3px;
  padding: .25rem .5rem;
  font-size: 0.8rem !important;
  font-family: inherit;
  font-weight: 400;
  border: 1px solid #e7eaec;
  cursor: pointer;
  line-height: 1.7;
  color: inherit !important;
  margin-bottom: 14px;
}

/* line 66, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
.create_account-btn:hover {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* line 72, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="checkbox"] {
  height: 15px;
  width: 15px;
  -webkit-appearance: none !important;
  background-color: #ffffff;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-sizing: border-box;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}

/* line 51, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
input[type="checkbox"]:focus {
  outline: 0;
}

/* line 84, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="checkbox"]:checked {
  border-color: #315fd3;
  background-color: #315fd3;
}

/* line 90, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="radio"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 2px solid #315fd3;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 1px 5px 1px 1px;
  display: inline-flex;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 51, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
input[type="radio"]:focus {
  outline: 0;
}

/* line 101, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
input[type="radio"]:checked {
  background-color: #315fd3;
}

/* line 106, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
select {
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e5e6e7;
  outline: 0;
  border-radius: 3px;
  font-size: 14px;
  color: #5a5a5a;
  -webkit-transition: border-color ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s;
}

/* line 116, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
select:focus {
  border-color: #315fd3;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  -o-transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
  transition: border 0.25s linear, color 0.25s linear, background-color 0.25s linear;
}

/* line 122, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/* line 127, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
textarea {
  min-height: 80px;
  height: auto;
  padding: 5px 10px;
}

/* line 132, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_inputs.scss */
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727b82;
  opacity: 1;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_pagination.scss */
.pagination {
  margin: 1rem 0rem;
  /* display: flex; */
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
  text-align: center;
  color: inherit;
}

/* line 9, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_pagination.scss */
.pagination .page {
  text-align: center;
}

/* line 12, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_pagination.scss */
.pagination .page a, .pagination .next a, .pagination .last a, .pagination .first a, .pagination .prev a {
  /* padding: .3rem .4rem; */
  padding: 4px 10px;
  color: #676a6c;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border: 1px solid #DDDDDD;
  margin-top: 2%;
  margin-left: -5px;
}

/* line 20, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_pagination.scss */
.pagination .page a:hover, .pagination .next a:hover, .pagination .last a:hover, .pagination .first a:hover, .pagination .prev a:hover {
  /* color: $primary-color;*/
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

/* line 27, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_pagination.scss */
.pagination .page.current {
  background-color: #315fd3;
  color: #ffffff;
  border-radius: 3px;
  /* padding: .3rem .4rem; */
  cursor: normal;
  padding: 4px 10px;
  border: 1px solid #5e79bb;
  margin-right: 0.4%;
}

@media screen and (max-width: 575px) {
  /* line 39, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_pagination.scss */
  .pagination_information {
    text-align: center;
  }
}

/* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_panel_contents.scss */
.panel_contents .paginated_collection #index_footer {
  margin: 10px;
  text-align: right;
  font-size: 12px;
}

/* line 10, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_panel_contents.scss */
.panel_contents th {
  text-align: left;
  padding: 8px;
}

/* line 16, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_panel_contents.scss */
body.admin_atento_dashboard.logged_in .panel, body.admin_merchant_dashboard.logged_in .panel {
  text-align: center;
  margin-bottom: 2rem;
}

/* line 22, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_panel_contents.scss */
#filters_sidebar_section .panel_contents {
  padding: 0px;
}

/* line 26, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_panel_contents.scss */
.panel {
  clear: both;
  margin-bottom: 25px;
  margin-top: 0;
  padding: 0;
  margin-right: 1rem;
  width: 100%;
  overflow: overlay;
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 20px 0px 8px 0px;
  min-height: 57px;
  position: relative;
  clear: both;
  font-size: inherit;
}

/* line 46, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_panel_contents.scss */
.panel .panel_contents {
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_status_tag.scss */
.status_tag {
  background: #cacaca;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.15em;
  padding: 3px 5px 2px 5px;
  font-size: 0.8em;
  border-radius: 3px;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_status_tag.scss */
.status_tag.ok, .status_tag.published, .status_tag.complete, .status_tag.completed, .status_tag.green {
  background-color: #d4edda;
}

/* line 15, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_status_tag.scss */
.status_tag.cancel, .status_tag.red {
  background-color: #f8d7da;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
table {
  width: 100%;
  border-collapse: collapse;
}

/* line 5, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
table:not(.index_table) {
  border-radius: 3px;
  margin-bottom: 10px;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
thead tr {
  /* border: 1px solid $border-color;
  background-color: $border-color; */
}

/* line 15, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
.index_content {
  display: block;
  width: 100%;
  overflow-x: auto;
}

/* line 21, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
thead th {
  font-size: inherit;
  text-align: inherit;
  line-height: 1.42857;
  padding: 8px;
  /* vertical-align: top; */
  border-bottom: 1px solid #DDDDDD;
  font-weight: bolder;
}

/* line 30, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
thead th a {
  color: #526069;
  font-weight: bolder;
  width: 100%;
  display: inline-block;
  padding: 4px 20px 4px 4px;
}

@media screen and (min-width: 768px) {
  /* line 30, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
  thead th a {
    padding: 8px 20px 8px 8px;
  }
}

/* line 42, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
thead th.col-selectable {
  padding-left: 4px;
}

@media screen and (min-width: 768px) {
  /* line 42, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
  thead th.col-selectable {
    padding-left: 8px;
  }
}

/* line 51, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
tbody tr {
  /* border: 1px solid $border-color; */
}

/* line 54, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
tbody tr:hover {
  background-color: rgba(228, 234, 236, 0.3);
}

/* line 58, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
tbody tr th {
  font-size: 14px;
}

/* line 62, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
tbody tr td {
  /* padding: 4px;
    vertical-align: middle;
    color: $text-color;
    font-size: 12px; */
  border-top: 1px solid #e7eaec;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}

/* line 72, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
tbody tr td.col-actions {
  padding: 6px 8px;
}

@media screen and (min-width: 768px) {
  /* line 62, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tables.scss */
  tbody tr td {
    padding: 8px;
  }
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tabs.scss */
.tabs.ui-tabs {
  border: 1px solid #e5e6e7;
}

/* line 4, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tabs.scss */
.tabs.ui-tabs .nav {
  text-align: center;
  border-bottom: 1px solid #e5e6e7;
}

/* line 8, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li {
  display: inline-block;
}

/* line 51, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
.tabs.ui-tabs .nav li:focus {
  outline: 0;
}

/* line 12, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li a {
  color: #676a6c;
  display: inline-block;
  padding: 15px 25px;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 51, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
.tabs.ui-tabs .nav li a:focus {
  outline: 0;
}

/* line 20, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li.ui-tabs-active {
  border-bottom: 2px solid #315fd3;
}

/* line 23, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tabs.scss */
.tabs.ui-tabs .nav li.ui-tabs-active a {
  color: #315fd3;
}

/* line 30, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/components/_tabs.scss */
.tabs.ui-tabs .tab-content {
  padding: 10px 20px;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar {
  width: 230px;
  background-color: #ffffff;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 30px;
  position: unset;
}

@media screen and (min-width: 1400px) {
  /* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
  #sidebar {
    width: 270px;
  }
}

/* line 13, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section {
  padding: 15px 20px;
  overflow-y: scroll;
  height: 100vh !important;
}

/* line 18, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section h3 {
  margin: 0 0 10px 0;
}

/* line 22, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section .label {
  display: block;
  text-align: left;
}

/* line 27, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section .input {
  margin-bottom: 15px;
}

/* line 30, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section .input input, #sidebar .sidebar_section .input select {
  height: 30px;
  padding: 3px 5px;
  font-size: 12px;
}

/* line 38, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section .select_and_search input, #sidebar .sidebar_section .select_and_search select {
  width: 45%;
  display: inline-block;
}

/* line 43, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section .select_and_search input {
  float: right;
}

/* line 48, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section .filter_select select {
  width: 100%;
}

/* line 52, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section .filter_date_range input {
  width: 45%;
  display: inline-block;
}

/* line 57, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar .sidebar_section input[type="submit"] {
  width: auto;
  line-height: 31px;
  margin-right: 10px;
}

/* line 64, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_filter.scss */
#sidebar #search-status-_sidebar_section {
  font-size: 14px;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_footer.scss */
.footer {
  /* display: inline-block;
  padding: 0 15px; */
  background: none repeat scroll 0 0 white;
  border-top: 1px solid #e7eaec;
  bottom: 0;
  left: 0;
  padding: 0px 20px;
  position: absolute;
  right: 0;
  text-align: right;
}

/* line 13, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_footer.scss */
.footer p {
  color: #676a6c;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
body.active_admin.logged_in {
  /* padding-top: 50px; */
  /*
    @media screen and (min-width: $sm-width) {
      padding-top: 60px;
    }
  */
}

@media screen and (min-width: 992px) {
  /* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.active_admin.logged_in {
    /* padding-left: $header-width; */
  }
}

@media screen and (min-width: 1400px) {
  /* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.active_admin.logged_in {
    /* padding-left: $lg-header-width; */
  }
}

/* line 17, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
body.active_admin.logged_in #active_admin_content {
  /* padding: 30px 0;
    background-color: #f3f3f4;
    @include clear-fix(); */
  padding: 0px 15px;
  position: relative !important;
  flex-shrink: 1;
  background: #ffffff;
  width: calc(100% - 0px);
}

@media screen and (max-width: 575px) {
  /* line 17, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.active_admin.logged_in #active_admin_content {
    padding: 0px 0px;
    width: calc(92% - 0px);
    margin-left: 1rem;
  }
}

@media screen and (max-width: 320px) {
  /* line 17, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.active_admin.logged_in #active_admin_content {
    width: calc(90% - 0px);
  }
}

@media screen and (min-width: 576px) {
  /* line 38, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.active_admin.logged_in .flash {
    /*padding-top: 18px!important;*/
    padding-left: 17rem !important;
    padding-right: 1rem !important;
  }
}

@media screen and (max-width: 575px) {
  /* line 48, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.logged_in #title_bar {
    margin: 35px 0 0 0;
  }
  /* line 52, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.logged_in .header #utility_nav {
    border-bottom: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  /* line 58, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  #active_admin_content, #title_bar {
    padding-top: 18px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 58, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  #active_admin_content, #title_bar {
    padding-left: 240px !important;
  }
}

@media screen and (min-width: 1400px) {
  /* line 58, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  #active_admin_content, #title_bar {
    padding-left: 272px !important;
  }
}

@media screen and (min-width: 992px) {
  /* line 74, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.active_admin.logged_out #active_admin_content {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 1400px) {
  /* line 74, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  body.active_admin.logged_out #active_admin_content {
    padding-left: 0px !important;
  }
}

@media screen and (min-width: 576px) {
  /* line 86, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  #main_content_wrapper {
    margin-bottom: 5rem;
  }
}

/* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header .site_title {
  /* width: 160px;
      height: 50px;
      font-size: 16px;
      line-height: 50px;
      position: fixed;
      top: 0;
      left: 0;
      background-color: $header-background;
      border-bottom: 1px solid $header-border-color;
      text-align: center;
      margin: 0;
    */
  width: 220px;
  height: 60px;
  font-size: 13px;
  line-height: 0px;
  background-color: #f3f3f4;
  /*background-image: image-url(/assets/header-profile-c05909898218a521d3bd19ba09a9a43338de6de5fdf1d3fc771b0ec28ae416c5.png);*/
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  color: #f3f3f4;
  font-weight: 600;
  padding: 0px 25px;
}

@media screen and (min-width: 576px) {
  /* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header .site_title {
    width: 220px;
    height: 60px;
    font-size: 13px;
    line-height: 60px;
    /*padding-left: 3rem;*/
  }
}

@media screen and (max-width: 575px) {
  /* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header .site_title {
    height: 53px;
    line-height: 45px;
    padding: 0 40px;
  }
}

@media screen and (min-width: 1400px) {
  /* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header .site_title {
    width: 250px;
  }
}

/* line 136, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header .site_title #site_title_image {
  height: 100%;
  padding: 6px 0;
}

/* line 142, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav {
  /*
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 50px;
      width: calc(100% - 160px);
      position: fixed;
      top: 0;
      right: -19px;
      z-index: 3;
      text-align: right;
      background-color: $header-background;
      border-bottom: 1px solid $header-border-color;
    */
  background-color: #f3f3f4;
  text-align: right;
  border-bottom: 1px solid #e7eaec !important;
}

/* line 161, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 6px;
  left: 0;
  color: #000000;
  padding: 15px 0;
  text-align: center;
  width: 40px;
  font-size: 15px;
}

@media screen and (min-width: 576px) {
  /* line 142, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav {
    height: 60px;
    /* width: $screen-header-width; */
  }
  /* line 181, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav:before {
    padding: 20px 0;
  }
}

@media screen and (min-width: 992px) {
  /* line 187, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav:before {
    display: none;
  }
}

@media screen and (min-width: 1400px) {
  /* line 142, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav {
    /* width: $lg-screen-header-width; */
  }
}

/* line 196, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav li {
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 200, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav li:hover {
  background-color: #f5f5f5;
}

/* line 204, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav li:active {
  background-color: #f0f0f0;
}

/* line 210, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav #current_user span, .header #utility_nav #current_user a {
  color: transparent;
  position: relative;
  width: 50px;
  height: 49px;
  display: inline-block;
}

/* line 217, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav #current_user span:before, .header #utility_nav #current_user a:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  display: inline;
  visibility: visible;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0;
  color: #999c9e;
  padding: 15px 0;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

@media screen and (max-width: 575px) {
  /* line 217, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav #current_user span:before, .header #utility_nav #current_user a:before {
    top: 6px;
  }
}

@media screen and (min-width: 576px) {
  /* line 210, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav #current_user span, .header #utility_nav #current_user a {
    /* width: 60px;
          height: 59px; */
  }
  /* line 240, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav #current_user span:before, .header #utility_nav #current_user a:before {
    padding: 22px 0;
    /* width: 60px; */
  }
}

/* line 248, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav #logout {
  min-width: 50px;
  min-height: 40px;
  float: right;
  margin-top: 1.2rem;
  margin-right: -1rem;
}

/* line 255, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav #logout a {
  color: transparent;
  position: relative;
  width: 50px;
  display: block;
}

/* line 261, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
.header #utility_nav #logout a:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  display: inline;
  visibility: visible;
  cursor: pointer;
  /* position: absolute;*/
  top: 6px;
  right: 0;
  color: #999c9e;
  padding: 15px 0;
  text-align: center;
  width: 50px;
  font-size: 14px;
}

@media screen and (min-width: 576px) {
  /* line 248, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav #logout {
    /* min-width: 60px;
        min-height: 59px; */
  }
  /* line 283, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav #logout a {
    /* width: 60px;
          height: 59px; */
    margin-right: 3%;
  }
  /* line 288, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  .header #utility_nav #logout a:before {
    padding: 22px 0;
    /* width: 60px; */
  }
}

/* line 299, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
#title_bar {
  background-color: #ffffff;
  /* @include box-shadow($box-shadow); */
  border-bottom: 1px solid #e7eaec !important;
  margin: 0px 0 0 0;
  padding: 8px 10px;
}

/* line 43, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
#title_bar:after {
  content: '';
  display: block;
  clear: both;
}

@media screen and (min-width: 992px) {
  /* line 299, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  #title_bar {
    /* padding: 8px 20px;
    border-radius: $border-radius;
    margin: 15px 25px 0 25px; */
    border-top: 0;
    padding: 18px 24px 18px 34px;
  }
}

/* line 315, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
#title_bar #titlebar_left {
  display: inline-block;
  float: left;
  line-height: 29px;
}

/* line 320, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
#title_bar #titlebar_left h2 {
  display: inline-block;
  font-size: inherit;
  font-weight: bolder;
}

/* line 327, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
#title_bar #titlebar_right {
  display: inline-block;
  float: right;
}

/* line 331, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
#title_bar #titlebar_right .action_item a {
  background-color: #315fd3;
  color: #ffffff;
  /* border: none;*/
  border-color: #1ab394;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 5px 8px;
}

@media screen and (max-width: 575px) {
  /* line 331, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
  #title_bar #titlebar_right .action_item a {
    margin-top: 2%;
  }
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:active, #title_bar #titlebar_right .action_item a:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a.disabled, #title_bar #titlebar_right .action_item a:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:hover {
  background-color: #354a7b;
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:active, #title_bar #titlebar_right .action_item a:focus {
  background-color: #254bac;
}

/* line 73, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
#title_bar #titlebar_right .action_item a:disabled {
  background-color: #315fd3;
}

/* line 339, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
#title_bar .breadcrumb > a {
  color: inherit;
}

/* line 343, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_header.scss */
#title_bar #page_title {
  font-weight: normal;
  visibility: visible;
  display: block;
  margin: 60px 0 5px 0;
  font-size: 20px;
  color: black;
  text-align: center;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
#main_content_wrapper {
  float: left;
  background: #ffffff;
  width: 100%;
  padding: 20px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top: 2px solid #e7eaec;
}

/* line 43, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_prefix_mixins.scss */
#main_content_wrapper:after {
  content: '';
  display: block;
  clear: both;
}

/* line 15, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
body.admin_atento_dashboard.logged_in #active_admin_content #main_content_wrapper, body.admin_merchant_dashboard.logged_in #active_admin_content #main_content_wrapper {
  background: transparent;
  border: 0px;
}

@media screen and (max-width: 575px) {
  /* line 25, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
  body.admin_atento_dashboard.logged_in .header #utility_nav #logout {
    min-height: 34px;
    margin-top: 0.8rem;
  }
}

/* line 34, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
#active_admin_content.with_sidebar #main_content_wrapper {
  /* width: 100%; */
  padding: 20px 20px 40px 15px;
  margin-bottom: 1.0rem;
}

@media screen and (max-width: 767px) {
  /* line 39, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    /*overflow-x: scroll;*/
  }
}

@media screen and (min-width: 992px) {
  /* line 47, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    margin-right: 20px;
    border-radius: 3px;
    background: #ffffff;
    padding-bottom: 3rem;
    padding-right: 1rem;
  }
}

@media screen and (min-width: 992px) {
  /* line 57, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
  #active_admin_content.with_sidebar #main_content_wrapper #main_content {
    margin-right: 20px;
  }
}

/* line 63, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
#main_content {
  /* background-color: $white;
  @include box-shadow(0 0 4px 0 rgba(0,0,0,.04));
  padding: 15px 10px; */
  /*.paginated_collection{
    @media screen and (max-width: 576px) {
      overflow-x: scroll;
    }
  }*/
}

@media screen and (min-width: 992px) {
  /* line 63, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_main_content.scss */
  #main_content {
    /* padding: 20px; */
    border-radius: 3px;
  }
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs {
  width: 221px;
  height: calc(100% - 60px);
  position: absolute;
  top: 50px;
  background-color: #2f4050;
  border-right: 1px solid #e6e6e6;
  z-index: 2001;
  overflow-y: scroll;
  /* overflow: auto; */
  /* left: - $header-width; */
}

@media screen and (min-width: 576px) {
  /* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
  .header #tabs {
    top: 60px;
  }
}

@media screen and (min-width: 992px) {
  /* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
  .header #tabs {
    left: 0px !important;
  }
}

@media screen and (min-width: 1400px) {
  /* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
  .header #tabs {
    width: 251px;
  }
}

/* line 26, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li {
  /*
      width: 100%;
      font-size: 14px;
      padding: 14px 20px 14px 25px;
      line-height: 38px;
      cursor: pointer;
    */
  display: block;
  width: 100%;
  position: relative;
}

/* line 38, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li a {
  /* 
        width: 100%;
        height: 100%;
        display: inline-block;
        color: $text-color;
        padding: 0 20px;
      */
  color: #a7b1c2;
  font-weight: 600;
  padding: 12px;
  display: block;
  background-color: #2f4050;
  font-size: 13px;
}

/* line 53, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li a:hover {
  background-color: #293846;
  color: #fff;
}

/* line 60, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.current a {
  color: #fff;
  background-color: #293846;
  border-left: 4px solid #5e79bb;
}

/* line 68, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested > a:nth-child(1) {
  position: relative;
  height: auto;
}

/* line 72, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested > a:nth-child(1):after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  display: inline;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.42857;
}

/* line 84, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul {
  /* border-top: 1px solid $sidebar-border-color;
        border-bottom: 1px solid $sidebar-border-color;*/
  background-color: #2f4050;
  padding: 0px 0;
  cursor: auto;
  display: none;
}

/* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul a {
  /* padding: 0px 15px 0px 35px;
          color: $text-color; */
  color: #a7b1c2;
  font-weight: 600;
  padding: 7px 10px 7px 10px;
  padding-left: 52px;
  display: block;
  background-color: #293846;
  font-size: 13px;
}

/* line 103, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul a:hover {
  background-color: #293846;
  color: #ffffff;
}

@media screen and (min-width: 1400px) {
  /* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
  .header #tabs li.has_nested ul a {
    padding: 0px 15px 0px 40px;
  }
}

/* line 113, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested ul .current a {
  color: #fff;
  background-color: #293846;
  border-left: 4px solid #5e79bb;
}

/* line 121, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested.open > a:nth-child(1), .header #tabs li.has_nested.current > a:nth-child(1) {
  position: relative;
  background-color: #293846;
}

/* line 125, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested.open > a:nth-child(1):after, .header #tabs li.has_nested.current > a:nth-child(1):after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
}

/* line 130, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_sidebar.scss */
.header #tabs li.has_nested.open ul, .header #tabs li.has_nested.current ul {
  display: block;
}

/* line 1, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_wrapper.scss */
#wrapper {
  /* display: flex;
  flex-direction: column;
  width: 100%;*/
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  min-height: 100vh;
  padding-bottom: 3rem;
}

/* line 12, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/layouts/_wrapper.scss */
#wrapper .flashes {
  order: -1;
}

/* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
  width: calc(100% - 230px);
}

@media screen and (min-width: 576px) {
  /* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
  body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  /* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
  body.logged_in.new #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.edit #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.create #active_admin_content.with_sidebar #main_content_wrapper, body.logged_in.update #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 0;
    width: calc(100% - 270px);
  }
}

/* line 16, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
body.logged_in.new #active_admin_content.with_sidebar #sidebar, body.logged_in.edit #active_admin_content.with_sidebar #sidebar, body.logged_in.create #active_admin_content.with_sidebar #sidebar, body.logged_in.update #active_admin_content.with_sidebar #sidebar {
  display: inline-block;
}

/* line 19, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
body.logged_in.new #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.edit #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.create #active_admin_content.with_sidebar #sidebar tr:hover, body.logged_in.update #active_admin_content.with_sidebar #sidebar tr:hover {
  background: rgba(243, 247, 249, 0.3);
}

/* line 5, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new form legend, body.logged_in.edit form legend, body.logged_in.create form legend, body.logged_in.update form legend {
  font-weight: normal;
}

/* line 9, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new fieldset.inputs, body.logged_in.edit fieldset.inputs, body.logged_in.create fieldset.inputs, body.logged_in.update fieldset.inputs {
  margin-bottom: 20px;
}

/* line 14, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
  padding-bottom: 5px;
  text-align: left;
  margin: auto 0;
  padding-top: 8px;
  text-align: right;
  font-size: inherit;
}

@media screen and (max-width: 575px) {
  /* line 14, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
    text-align: left;
    width: 100%;
  }
}

@media screen and (min-width: 576px) {
  /* line 14, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
    padding-bottom: 0;
    height: 25px;
    width: 25%;
    float: left;
    padding-right: 20px;
  }
}

@media screen and (min-width: 1400px) {
  /* line 14, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
    text-align: right;
  }
}

@media screen and (575px) {
  /* line 14, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input .label, body.logged_in.edit .input .label, body.logged_in.create .input .label, body.logged_in.update .input .label {
    text-align: left;
  }
}

@media screen and (min-width: 576px) {
  /* line 41, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input input, body.logged_in.new .input textarea, body.logged_in.edit .input input, body.logged_in.edit .input textarea, body.logged_in.create .input input, body.logged_in.create .input textarea, body.logged_in.update .input input, body.logged_in.update .input textarea {
    width: 50%;
  }
}

@media screen and (max-width: 575px) {
  /* line 41, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input input, body.logged_in.new .input textarea, body.logged_in.edit .input input, body.logged_in.edit .input textarea, body.logged_in.create .input input, body.logged_in.create .input textarea, body.logged_in.update .input input, body.logged_in.update .input textarea {
    width: 68%;
  }
}

@media screen and (max-width: 320px) {
  /* line 41, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input input, body.logged_in.new .input textarea, body.logged_in.edit .input input, body.logged_in.edit .input textarea, body.logged_in.create .input input, body.logged_in.create .input textarea, body.logged_in.update .input input, body.logged_in.update .input textarea {
    width: 55%;
  }
}

/* line 52, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input input[type='radio'], body.logged_in.new .input textarea[type='radio'], body.logged_in.edit .input input[type='radio'], body.logged_in.edit .input textarea[type='radio'], body.logged_in.create .input input[type='radio'], body.logged_in.create .input textarea[type='radio'], body.logged_in.update .input input[type='radio'], body.logged_in.update .input textarea[type='radio'] {
  width: 15px;
  float: left;
  margin-top: 3px;
}

/* line 58, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input input[type='checkbox'], body.logged_in.new .input textarea[type='checkbox'], body.logged_in.edit .input input[type='checkbox'], body.logged_in.edit .input textarea[type='checkbox'], body.logged_in.create .input input[type='checkbox'], body.logged_in.create .input textarea[type='checkbox'], body.logged_in.update .input input[type='checkbox'], body.logged_in.update .input textarea[type='checkbox'] {
  width: 15px;
  margin: 0 5px -2px 0;
}

@media screen and (min-width: 576px) {
  /* line 64, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input .select2-container, body.logged_in.edit .input .select2-container, body.logged_in.create .input .select2-container, body.logged_in.update .input .select2-container {
    width: 50% !important;
  }
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input .select2-container a, body.logged_in.edit .input .select2-container a, body.logged_in.create .input .select2-container a, body.logged_in.update .input .select2-container a {
  height: 30px;
  line-height: 30px;
}

/* line 75, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input select, body.logged_in.edit .input select, body.logged_in.create .input select, body.logged_in.update .input select {
  min-width: 50%;
  height: 30px;
}

/* line 80, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input select[multiple], body.logged_in.edit .input select[multiple], body.logged_in.create .input select[multiple], body.logged_in.update .input select[multiple] {
  height: 100px;
}

/* line 84, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input .fragment, body.logged_in.edit .input .fragment, body.logged_in.create .input .fragment, body.logged_in.update .input .fragment {
  margin-right: 10px;
}

/* line 87, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input .fragment label, body.logged_in.edit .input .fragment label, body.logged_in.create .input .fragment label, body.logged_in.update .input .fragment label {
  padding-right: 5px;
}

/* line 91, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input .fragment select, body.logged_in.edit .input .fragment select, body.logged_in.create .input .fragment select, body.logged_in.update .input .fragment select {
  min-width: auto;
}

@media screen and (max-width: 768px) {
  /* line 91, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input .fragment select, body.logged_in.edit .input .fragment select, body.logged_in.create .input .fragment select, body.logged_in.update .input .fragment select {
    max-width: 56px;
    margin-top: 6px;
    margin-bottom: 11px;
  }
}

@media screen and (max-width: 575px) {
  /* line 91, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input .fragment select, body.logged_in.edit .input .fragment select, body.logged_in.create .input .fragment select, body.logged_in.update .input .fragment select {
    min-width: 100%;
    margin-top: 6px;
    margin-bottom: 11px;
  }
}

/* line 106, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input.boolean, body.logged_in.edit .input.boolean, body.logged_in.create .input.boolean, body.logged_in.update .input.boolean {
  margin-left: 25%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (max-width: 575px) {
  /* line 106, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input.boolean, body.logged_in.edit .input.boolean, body.logged_in.create .input.boolean, body.logged_in.update .input.boolean {
    margin-left: 0%;
  }
}

/* line 113, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input.boolean input, body.logged_in.edit .input.boolean input, body.logged_in.create .input.boolean input, body.logged_in.update .input.boolean input {
  width: auto;
}

/* line 117, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input.boolean label, body.logged_in.edit .input.boolean label, body.logged_in.create .input.boolean label, body.logged_in.update .input.boolean label {
  cursor: pointer;
  padding: 5px 5px 5px 0;
}

/* line 122, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input.boolean input[type='checkbox'], body.logged_in.edit .input.boolean input[type='checkbox'], body.logged_in.create .input.boolean input[type='checkbox'], body.logged_in.update .input.boolean input[type='checkbox'] {
  width: 15px;
  margin: 0 5px -2px 0;
}

/* line 128, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input li.fragment, body.logged_in.edit .input li.fragment, body.logged_in.create .input li.fragment, body.logged_in.update .input li.fragment {
  display: inline;
}

/* line 132, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input li.choice, body.logged_in.edit .input li.choice, body.logged_in.create .input li.choice, body.logged_in.update .input li.choice {
  margin-left: 25%;
}

@media screen and (max-width: 575px) {
  /* line 132, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .input li.choice, body.logged_in.edit .input li.choice, body.logged_in.create .input li.choice, body.logged_in.update .input li.choice {
    margin-left: 0%;
  }
}

/* line 138, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input li.choice .field_with_errors, body.logged_in.edit .input li.choice .field_with_errors, body.logged_in.create .input li.choice .field_with_errors, body.logged_in.update .input li.choice .field_with_errors {
  float: left;
}

/* line 142, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .input .inline-errors, body.logged_in.edit .input .inline-errors, body.logged_in.create .input .inline-errors, body.logged_in.update .input .inline-errors {
  padding-left: 25%;
}

/* line 147, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .actions, body.logged_in.edit .actions, body.logged_in.create .actions, body.logged_in.update .actions {
  padding-left: 25%;
}

@media screen and (max-width: 575px) {
  /* line 147, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
  body.logged_in.new .actions, body.logged_in.edit .actions, body.logged_in.create .actions, body.logged_in.update .actions {
    padding-left: 0%;
  }
}

/* line 152, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .actions .cancel, body.logged_in.edit .actions .cancel, body.logged_in.create .actions .cancel, body.logged_in.update .actions .cancel {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-color: white;
  border-radius: 3px;
  padding: .25rem .5rem;
  font-size: 0.8rem !important;
  font-family: inherit;
  font-weight: 400;
  border: 1px solid #e7eaec;
  cursor: pointer;
  line-height: 1.7;
  color: inherit !important;
  margin-bottom: 14px;
}

/* line 165, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .actions .cancel:hover, body.logged_in.edit .actions .cancel:hover, body.logged_in.create .actions .cancel:hover, body.logged_in.update .actions .cancel:hover {
  color: inherit;
  border: 1px solid #d2d2d2;
}

/* line 169, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_form.scss */
body.logged_in.new .actions .cancel a, body.logged_in.edit .actions .cancel a, body.logged_in.create .actions .cancel a, body.logged_in.update .actions .cancel a {
  color: inherit !important;
}

/* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .resource_selection_toggle_cell, body.index .resource_selection_cell {
  display: flex;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_tools {
  /* margin-bottom: 20px;
    font-size: 14px; */
  background-color: #ffffff;
  border: 0px;
  border-image: none;
  border-style: solid solid none;
  /* border-width: 2px 0 0;*/
  color: inherit;
  margin-bottom: 0;
  padding: 15px 90px 8px 15px;
  min-height: 48px;
  position: relative;
  clear: both;
}

/* line 22, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_tools:after {
  content: '';
  display: block;
  clear: both;
}

/* line 28, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_tools input[type='checkbox'] {
  display: flex;
}

/* line 32, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_tools .collection_selection_toggle_all {
  display: flex !important;
}

/* line 36, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_tools .batch_actions_selector {
  display: inline-block;
}

/* line 40, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_tools .dropdown_menu_button {
  background-color: #ffffff;
  color: #315fd3;
  border: 1px solid #315fd3;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 6px 25px 6px 10px;
  position: relative;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button.disabled, body.index .table_tools .dropdown_menu_button:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 84, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:hover {
  color: #ffffff;
  background-color: #315fd3;
}

/* line 89, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  background-color: #254bac;
  color: #ffffff;
}

/* line 100, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  position: absolute;
  right: 8px;
}

/* line 106, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button:active, body.index .table_tools .dropdown_menu_button:focus {
  background-color: #254bac;
  color: #ffffff;
}

/* line 111, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_tools .dropdown_menu_button.disabled, body.index .table_tools .dropdown_menu_button:disabled {
  color: #76838f;
  background-color: #f3f7f9;
  border-color: #f3f7f9;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: .65;
}

/* line 44, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_tools .dropdown_menu_list {
  background-color: #ffffff;
  padding: 10px 15px;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 0 1px #fff inset;
  display: inline-block;
  position: absolute;
  z-index: 1;
}

/* line 55, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .paginated_collection_contents {
  /* margin-bottom: 20px;
    overflow-x: auto; */
  background-color: #ffffff;
  color: inherit;
  padding: 15px 20px 20px 20px;
  border: 0px;
  border-image: none;
  border-style: solid solid none;
  /* border-width: 1px 0; */
}

/* line 67, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index #index_footer {
  font-size: inherit;
  padding-left: 20px;
}

/* line 71, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .download_links {
  float: right;
}

@media screen and (max-width: 575px) {
  /* line 71, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
  body.index .download_links {
    text-align: center;
    float: unset;
    margin: 1rem;
  }
}

/* line 78, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .download_links a {
  border: 1px solid #e7eaec;
  background: #ffffff;
  color: #676a6c;
  box-shadow: none;
  padding: 6px 8px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 89, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .sortable {
  position: relative;
}

/* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .sortable:after {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  /* line 92, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
  body.index .sortable:after {
    font-size: 14px/1;
  }
}

/* line 105, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .sortable.sorted-desc:after {
  content: "\f0dc";
}

/* line 109, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .sortable.sorted-asc:after {
  content: "\f0de";
}

/* line 115, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_actions .member_link {
  /* @include primary-button($primary-color, white);*/
  padding: 4px 9px 5px 9px;
  /*margin-right: 4px;*/
  color: transparent;
  /* width: 12%; */
}

/* line 123, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_actions .view_link:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  background-color: #315fd3;
  color: white;
  /* border: none;*/
  border-color: #1ab394;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 4px 9px 5px 9px;
  color: #ffffff;
  visibility: visible;
  cursor: pointer;
  font-size: 13px;
  display: unset;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .view_link:before:active, body.index .table_actions .view_link:before:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .view_link.disabled:before, body.index .table_actions .view_link:before:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .view_link:before:hover {
  background-color: #354a7b;
}

/* line 69, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .view_link:before:active, body.index .table_actions .view_link:before:focus {
  background-color: #254bac;
}

/* line 73, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .view_link:before:disabled {
  background-color: #315fd3;
}

/* line 134, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_actions .edit_link {
  /* @include warning-button($warning-color, white);*/
  padding: 4px 11px 5px 11px;
  /*margin-right: 4px;*/
  color: transparent;
}

/* line 139, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_actions .edit_link:before {
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  background-color: #f8ac59;
  color: white;
  /* border: none;*/
  border-color: #f8ac59;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 4px 9px 5px 9px;
  color: #ffffff;
  visibility: visible;
  cursor: pointer;
  font-size: 13px;
  display: unset;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .edit_link:before:active, body.index .table_actions .edit_link:before:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .edit_link.disabled:before, body.index .table_actions .edit_link:before:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 24, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .edit_link:before:hover {
  background-color: #f7a54a;
}

/* line 28, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .edit_link:before:active, body.index .table_actions .edit_link:before:focus {
  background-color: #f7a54a;
}

/* line 32, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .edit_link:before:disabled {
  background-color: #f7a54a;
}

/* line 150, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_actions .delete_link {
  /*@include danger-button($danger-color, white);*/
  padding: 4px 11px 5px 11px;
  /*margin-right: 4px;*/
  color: transparent;
}

/* line 155, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index .table_actions .delete_link:before {
  background-color: #ed5565;
  color: white;
  /* border: none;*/
  border-color: #ed5565;
  border-radius: 3px;
  display: inline-block;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  padding: 4px 9px 5px 9px;
  color: #ffffff;
  visibility: visible;
  cursor: pointer;
  font-size: 13px;
  display: unset;
}

/* line 7, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .delete_link:before:active, body.index .table_actions .delete_link:before:focus {
  outline: 0;
}

/* line 11, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .delete_link.disabled:before, body.index .table_actions .delete_link:before:disabled {
  opacity: 0.6;
  cursor: no-drop;
}

/* line 44, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .delete_link:before:hover {
  background-color: #c82333;
}

/* line 48, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .delete_link:before:active, body.index .table_actions .delete_link:before:focus {
  background-color: #c82333;
}

/* line 52, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .table_actions .delete_link:before:disabled {
  background-color: #c82333;
}

/* line 121, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope a {
  display: inline-block;
  color: #315fd3;
  border-top: 1px solid #315fd3;
  border-bottom: 1px solid #315fd3;
  float: left;
  padding: 6px 10px;
  border-right: 1px solid #315fd3;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* line 132, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:first-child a {
  border-left: 1px solid #315fd3;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 138, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:last-child a {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 144, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:hover a {
  background-color: #5b80dc;
  border-color: #5b80dc;
  color: #ffffff;
}

/* line 152, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_buttons_mixins.scss */
body.index .scopes .scope:active a, body.index .scopes .scope:focus a, body.index .scopes .scope.selected a {
  background-color: #254bac;
  border-color: #254bac;
  color: #ffffff;
}

/* line 174, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index #sidebar {
  position: fixed;
  right: -230px;
}

@media screen and (min-width: 1400px) {
  /* line 174, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
  body.index #sidebar {
    right: -270px;
  }
}

/* line 182, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_index.scss */
body.index #sidebar:before {
  cursor: pointer;
  position: absolute;
  top: 30px;
  left: -40px;
  width: 40px;
  height: 50px;
  background-color: #ffffff;
  -webkit-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  -moz-box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  box-shadow: -1px 0 4px 0 rgba(0, 0, 0, 0.04);
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 13px/1 FontAwesome;
  content: "";
  font-size: 20px;
  padding: 15px 10px;
}

/* line 2, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
body.logged_out .flash {
  position: fixed;
}

/* line 6, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
body.logged_out #active_admin_content {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

/* line 15, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login, .login-container {
  /* width: 100%;
  margin: auto;
  background-color: white;
  border-top: $border-radius solid $primary-color;
  @include box-shadow($box-shadow);
  color: $text-color;
  padding: 20px;*/
  max-width: 400px;
  z-index: 100;
  margin: 0 auto;
  padding-top: 40px;
}

@media screen and (min-width: 400px) {
  /* line 15, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
  #login, .login-container {
    border-radius: 3px;
    width: 300px;
    /* padding: 30px; */
  }
}

/* line 34, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login h2, .login-container h2 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
}

/* line 39, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login p, .login-container p {
  text-align: center;
}

/* line 43, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login .label, .login-container .label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  display: none;
}

/* line 50, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login .input.boolean, .login-container .input.boolean {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 52, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login .input.boolean label, .login-container .input.boolean label {
  font-size: inherit;
  cursor: pointer;
  padding: 5px 5px 5px 0;
  float: right;
}

/* line 59, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login .input.boolean input[type='checkbox'], .login-container .input.boolean input[type='checkbox'] {
  width: 15px;
  margin: 0 5px -2px 0;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login a, .login-container a {
  margin-top: 18px;
  display: inline-block;
  font-size: 95%;
  font-weight: 400;
  color: #007bff;
  width: 100%;
  text-align: center;
}

/* line 74, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login a:hover, .login-container a:hover {
  color: #0056b3;
}

/* line 78, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login p, .login-container p {
  margin-top: 0;
  margin-bottom: 0px;
}

/* line 82, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login .text-muted, .login-container .text-muted {
  color: #888888;
}

/* line 85, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login .input_action, #login .field, .login-container .input_action, .login-container .field {
  min-width: 100%;
  margin-bottom: 10px;
  margin-top: 15px;
}

/* line 91, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login .remember_label, .login-container .remember_label {
  position: absolute;
}

/* line 95, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/pages/_login.scss */
#login input[type="submit"], .login-container input[type="submit"] {
  /* line-height: 43px; */
}

/* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
body.show #active_admin_content.with_sidebar #main_content_wrapper {
  width: calc(100% - 230px);
}

@media screen and (min-width: 576px) {
  /* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
  body.show #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 10px;
  }
}

@media screen and (min-width: 992px) {
  /* line 3, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
  body.show #active_admin_content.with_sidebar #main_content_wrapper {
    padding-right: 0;
    width: calc(100% - 270px);
  }
}

/* line 16, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
body.show #active_admin_content.with_sidebar #sidebar {
  display: inline-block;
}

/* line 19, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/mixins/_sidebar_mixins.scss */
body.show #active_admin_content.with_sidebar #sidebar tr:hover {
  background: rgba(243, 247, 249, 0.3);
}

/* line 18, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
body {
  font-family: "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #f3f3f4;
  color: #676a6c !important;
  font-size: 13px;
  transition: all 0.4s;
}

@media screen and (max-width: 575px) {
  /* line 26, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
  body.active_admin form .froala_editor > .fr-box {
    width: 68% !important;
  }
}

@media screen and (max-width: 320px) {
  /* line 31, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
  body.active_admin form .froala_editor > .fr-box {
    width: 55% !important;
  }
}

/* line 36, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 100;
}

/* line 44, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 53, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h1 {
  font-size: 30px;
}

/* line 56, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h2 {
  font-size: 24px;
}

/* line 59, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h3 {
  font-size: 16px;
}

/* line 62, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h4 {
  font-size: 14px;
}

/* line 65, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h5 {
  font-size: 12px;
}

/* line 68, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h6 {
  font-size: 10px;
}

/* line 71, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
h3,
h4,
h5 {
  margin-top: 5px;
  font-weight: 600;
}

/* line 78, gems/InspinaAdminGem/app/assets/stylesheets/inspania_admin/_base.scss */
a {
  color: #5e79bb;
  text-decoration: none;
}

/* The Modal (background) */
/* line 2, app/assets/stylesheets/modal.css */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 4;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
}

/* Modal Content */
/* line 17, app/assets/stylesheets/modal.css */
.modal-holder {
  position: relative;
  left: 100px;
  background-color: #fefefe;
  margin: auto;
  border: 1px solid #888;
  width: 80%;
  height: 80%;
}

/* line 26, app/assets/stylesheets/modal.css */
.modal-header {
  background-color: #52b0c7;
  color: white;
  width: 100%;
  height: 50px;
}

/* line 32, app/assets/stylesheets/modal.css */
.modal-header h3 {
  padding-left: 20px;
  padding-top: 10px;
}

/* line 36, app/assets/stylesheets/modal.css */
.modal-content {
  padding: 20px;
}

/* The Close Button */
/* line 40, app/assets/stylesheets/modal.css */
.close {
  color: #751336;
  float: right;
  font-size: 28px;
  position: relative;
  top: -43px;
  right: 1%;
  font-weight: bold;
}

/* line 52, app/assets/stylesheets/modal.css */
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* line 59, app/assets/stylesheets/modal.css */
.employee {
  height: 100px;
  width: 100px;
  float: left;
  background-color: gray;
  color: white;
  margin: 2px;
}

/* line 67, app/assets/stylesheets/modal.css */
#employee_select {
  width: 100%;
  height: 210px;
  overflow: auto;
  float: left;
  margin-bottom: 10px;
}

/* line 74, app/assets/stylesheets/modal.css */
li.employee {
  cursor: pointer;
}

/* line 81, app/assets/stylesheets/modal.css */
#employee_select::-webkit-scrollbar {
  width: 1em;
}

/* line 85, app/assets/stylesheets/modal.css */
#employee_select::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

/* line 89, app/assets/stylesheets/modal.css */
#employee_select::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

/* line 93, app/assets/stylesheets/modal.css */
.header .site_title #site_title_image {
  height: 90%;
  padding-top: 15px;
}

@media screen and (max-width: 575px) {
  /* line 98, app/assets/stylesheets/modal.css */
  .header .site_title #site_title_image {
    height: 80%;
    margin-top: 2%;
  }
}

/* line 1, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

/* line 7, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 14, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

/* line 23, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

/* line 26, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 33, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline {
  float: left;
}

/* line 41, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 50, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results {
  display: block;
}

/* line 64, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 69, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

/* line 73, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-results__option[aria-selected] {
  cursor: pointer;
}

/* line 76, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown {
  left: 0;
}

/* line 79, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 84, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 89, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown {
  display: block;
  padding: 4px;
}

/* line 92, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

/* line 96, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

/* line 98, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-search--dropdown.select2-search--hide {
  display: none;
}

/* line 101, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

/* line 134, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 137, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

/* line 141, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 143, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

/* line 149, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 164, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

/* line 168, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

/* line 171, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

/* line 174, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

/* line 183, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

/* line 191, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

/* line 216, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

/* line 223, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 227, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

/* line 231, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

/* line 235, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

/* line 238, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

/* line 249, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 260, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

/* line 263, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

/* line 266, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

/* line 269, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

/* line 271, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

/* line 273, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

/* line 276, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

/* line 293, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 298, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

/* line 310, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

/* line 313, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

/* line 318, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

/* line 320, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

/* line 351, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

/* line 362, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

/* line 365, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

/* line 395, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

/* line 397, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

/* line 401, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

/* line 403, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

/* line 421, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

/* line 426, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

/* line 430, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

/* line 433, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/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, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

/* line 447, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

/* line 451, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent;
}

/* line 455, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

/* line 458, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

/* line 461, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

/* line 465, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

/* line 468, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

/* line 471, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white;
}

/* line 475, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

/* line 480, ../../shared/bundle/ruby/3.0.0/gems/activeadmin_addons-1.9.0/vendor/assets/select2/select2.css */
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* line 2, ../../shared/bundle/ruby/3.0.0/gems/activeadmin-select2-0.1.8/app/assets/stylesheets/active_admin/select2/_filter.scss */
.sidebar_section .select2-container {
  width: 100%;
}

/* line 2, ../../shared/bundle/ruby/3.0.0/gems/activeadmin-select2-0.1.8/app/assets/stylesheets/active_admin/select2/_form.scss */
#main_content_wrapper .select2-container {
  width: 50%;
}

/* line 31, app/assets/stylesheets/active_admin.scss */
#header {
  background-color: white;
  background-image: none;
  text-shadow: none;
}

/* line 32, app/assets/stylesheets/active_admin.scss */
#header a, #header a:link {
  color: #a9435a;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
/* line 6, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 10, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl {
  text-align: right;
}

/* line 13, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 19, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

/* line 24, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

/* line 29, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 36, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button {
  /* force height to include the border and padding */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 52, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 56, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 60, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 65, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 71, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 83, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 97, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 104, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 113, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 119, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 127, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 134, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 139, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 145, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 149, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 153, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 156, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 159, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 163, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 169, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 173, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 180, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-clear {
  clear: both;
}

/* line 183, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 193, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 197, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 203, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 213, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th {
  text-align: center;
}

/* line 216, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 223, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
/* line 229, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto] {
  cursor: pointer;
}

/* line 232, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 237, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 243, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 251, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 257, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row {
  position: relative;
}

/* line 260, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 264, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 269, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 274, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 278, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 281, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 288, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 294, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 297, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

/* line 306, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 311, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 318, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
/* line 322, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 331, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

/* line 342, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

/* line 347, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 354, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 359, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 364, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 370, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
/* line 375, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
/* line 380, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  display: none;
}

/* line 383, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
/* line 389, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* line 404, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 409, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
/* line 415, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 426, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 435, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
/* line 446, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
/* line 453, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
/* line 460, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
/* line 468, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
/* line 482, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
/* line 488, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 498, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 503, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

/* line 507, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

/* line 521, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 526, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
/* line 531, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
/* line 537, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 545, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 551, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 554, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 559, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 563, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 567, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 572, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
/* line 578, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 592, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

/* line 604, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 607, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

/* line 612, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 615, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 618, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 624, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 647, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon:after {
  position: relative;
}

/* line 650, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 656, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 662, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

/* line 667, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

/* line 672, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 677, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 682, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 687, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 694, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 698, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* line 704, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 709, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 714, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 720, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 731, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 737, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

/* line 741, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a {
  text-decoration: none;
}

/* line 744, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 747, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

/* line 750, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 755, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 760, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* line 764, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a {
  text-decoration: none;
}

/* line 767, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 770, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

/* line 773, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

/* line 776, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 779, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 784, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 789, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 795, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar {
  text-align: center;
}

/* line 798, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 801, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 804, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 807, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 810, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 814, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 820, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 825, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 829, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button {
  position: relative;
}

/* line 832, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 836, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 839, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 843, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 850, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 857, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 866, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 872, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 877, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 880, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 887, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

/* line 890, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

/* line 894, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

/* line 899, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 902, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 905, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

/* line 909, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 913, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
/* line 920, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

/* line 923, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 930, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 935, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 939, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 945, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 951, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 954, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 959, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 965, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 969, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 973, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 976, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 982, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 986, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 994, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 998, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 1002, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 1006, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 1010, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 1013, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 1020, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 1025, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 1030, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 1035, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 1043, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 1047, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 1051, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 1057, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1064, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1073, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1086, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1090, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

/* line 1095, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* line 1099, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

/* line 1103, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1107, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1112, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1116, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1122, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1126, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1130, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1134, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
/* line 1141, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1153, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
/* line 1157, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1174, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 1180, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 1184, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1191, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
/* line 1201, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
/* line 1208, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

/* line 1212, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
/* line 1217, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

/* line 1221, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 1225, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
/* line 1229, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 1232, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading td {
  font-weight: bold;
}

/* line 1235, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 1238, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-alt {
  float: right;
}

/* line 1241, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 1244, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
/* line 1248, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

/* line 1252, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
/* line 1258, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 1261, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 1264, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

/* line 1269, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
/* line 1274, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1281, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 1286, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1291, ../../shared/bundle/ruby/3.0.0/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay.blurs, .qtip-close {
  cursor: pointer;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  box-shadow: none;
  padding: 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-content, .qtip-titlebar {
  position: relative;
  overflow: hidden;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-content {
  padding: 5px 9px;
  text-align: left;
  word-wrap: break-word;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-titlebar {
  padding: 5px 35px 5px 10px;
  border-width: 0 0 1px;
  font-weight: 700;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  outline: 0;
  border: 1px solid transparent;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-icon .ui-icon, .qtip-titlebar .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-icon, .qtip-icon .ui-icon {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal 700 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: -100em -100em no-repeat;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-light {
  background-color: #fff;
  border-color: #E2E2E2;
  color: #454545;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-light .qtip-titlebar {
  background-color: #f1f1f1;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark {
  background-color: #505050;
  border-color: #303030;
  color: #f3f3f3;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark .qtip-titlebar {
  background-color: #404040;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark .qtip-icon {
  border-color: #444;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cream {
  background-color: #FBF7AA;
  border-color: #F9E98E;
  color: #A27D35;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red, .qtip-red .qtip-icon, .qtip-red .qtip-titlebar .ui-state-hover {
  border-color: #D95252;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cream .qtip-titlebar {
  background-color: #F0DE7D;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cream .qtip-close .qtip-icon {
  background-position: -82px 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red {
  background-color: #F78B83;
  color: #912323;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red .qtip-titlebar {
  background-color: #F06D65;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-red .qtip-close .qtip-icon {
  background-position: -102px 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-green {
  background-color: #CAED9E;
  border-color: #90D93F;
  color: #3F6219;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-green .qtip-titlebar {
  background-color: #B0DE78;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-green .qtip-close .qtip-icon {
  background-position: -42px 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-blue {
  background-color: #E5F6FE;
  border-color: #ADD9ED;
  color: #5E99BD;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-blue .qtip-titlebar {
  background-color: #D0E9F5;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-blue .qtip-close .qtip-icon {
  background-position: -2px 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-shadow {
  -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap, .qtip-rounded, .qtip-tipsy {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-rounded .qtip-titlebar {
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #333;
  -moz-box-shadow: 0 0 3px #333;
  box-shadow: 0 0 3px #333;
  color: #fff;
  border: 0 solid transparent;
  background: #4A4A4A;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #4A4A4A), color-stop(100%, #000));
  background-image: -webkit-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -moz-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -ms-linear-gradient(top, #4A4A4A 0, #000 100%);
  background-image: -o-linear-gradient(top, #4A4A4A 0, #000 100%);
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-titlebar {
  background-color: #4A4A4A;
  background-color: rgba(0, 0, 0, 0);
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-content {
  padding: .75em;
  font: 12px arial,sans-serif;
  filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#4a4a4a, EndColorStr=#000000);
  -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#4a4a4a,EndColorStr=#000000);";
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-icon {
  border-color: #222;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-youtube .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools {
  background: #232323;
  background: rgba(0, 0, 0, 0.7);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#717171), to(#232323));
  background-image: -moz-linear-gradient(top, #717171, #232323);
  background-image: -webkit-linear-gradient(top, #717171, #232323);
  background-image: -ms-linear-gradient(top, #717171, #232323);
  background-image: -o-linear-gradient(top, #717171, #232323);
  border: 2px solid #ddd;
  border: 2px solid #f1f1f1;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 12px #333;
  -moz-box-shadow: 0 0 12px #333;
  box-shadow: 0 0 12px #333;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-titlebar {
  background-color: transparent;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171, endColorstr=#4A4A4A);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#717171,endColorstr=#4A4A4A)";
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-content {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A, endColorstr=#232323);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#4A4A4A,endColorstr=#232323)";
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-content, .qtip-jtools .qtip-titlebar {
  background: 0 0;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-icon {
  border-color: #555;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-jtools .qtip-titlebar .ui-state-hover {
  border-color: #333;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip {
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.4);
  background-color: #D9D9C2;
  color: #111;
  border: 0 dashed transparent;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip .qtip-titlebar {
  background-color: #87876A;
  color: #fff;
  border: 0 dashed transparent;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip .qtip-icon {
  border-color: #808064;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-cluetip .qtip-titlebar .ui-state-hover {
  border-color: #696952;
  color: #696952;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy {
  background: #000;
  background: rgba(0, 0, 0, 0.87);
  color: #fff;
  border: 0 solid transparent;
  font-size: 11px;
  font-family: 'Lucida Grande',sans-serif;
  font-weight: 700;
  line-height: 16px;
  text-shadow: 0 1px #000;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-titlebar {
  padding: 6px 35px 0 10px;
  background-color: transparent;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-content {
  padding: 6px 10px;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-icon {
  border-color: #222;
  text-shadow: none;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipsy .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped {
  border: 3px solid #959FA9;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  background-color: #F9F9F9;
  color: #454545;
  font-weight: 400;
  font-family: serif;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped .qtip-titlebar {
  border-bottom-width: 0;
  color: #fff;
  background: #3A79B8;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#3A79B8), to(#2E629D));
  background-image: -webkit-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -moz-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -ms-linear-gradient(top, #3A79B8, #2E629D);
  background-image: -o-linear-gradient(top, #3A79B8, #2E629D);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8, endColorstr=#2E629D);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3A79B8,endColorstr=#2E629D)";
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped .qtip-icon {
  border: 2px solid #285589;
  background: #285589;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-tipped .qtip-icon .ui-icon {
  background-color: #FBFBFB;
  color: #555;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap {
  font-size: 14px;
  line-height: 20px;
  color: #333;
  padding: 1px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-titlebar {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-titlebar .qtip-close {
  right: 11px;
  top: 45%;
  border-style: none;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-content {
  padding: 9px 14px;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-icon {
  background: 0 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-icon .ui-icon {
  width: auto;
  height: auto;
  float: right;
  font-size: 20px;
  font-weight: 700;
  line-height: 18px;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay, #qtip-overlay div {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip-bootstrap .qtip-icon .ui-icon:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .4;
  filter: alpha(opacity=40);
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip:not(.ie9haxors) div.qtip-content, .qtip:not(.ie9haxors) div.qtip-titlebar {
  filter: none;
  -ms-filter: none;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip, x:-o-prefocus {
  visibility: hidden;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip, .qtip .qtip-tip .qtip-vml, .qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: 0 0;
  border: 0 dashed transparent;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay {
  position: fixed;
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
#qtip-overlay div {
  position: absolute;
  background-color: #000;
  opacity: .7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

/* line 1, gems/activeadmin-index_as_calendar/app/assets/stylesheets/index_as_calendar/jquery.qtip.min.css */
.qtipmodal-ie6fix {
  position: absolute !important;
}

/* line 36, app/assets/stylesheets/active_admin.scss */
.footer {
  display: none;
}

/* line 38, app/assets/stylesheets/active_admin.scss */
#user-icon {
  margin: 18px 20px 0px 0px !important;
}

@media screen and (max-width: 575px) {
  /* line 38, app/assets/stylesheets/active_admin.scss */
  #user-icon {
    margin: 18px 17px 0px 0px !important;
  }
}

@media screen and (max-width: 640px) {
  /* line 38, app/assets/stylesheets/active_admin.scss */
  #user-icon {
    margin: 22px 28px 0px 0px !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 38, app/assets/stylesheets/active_admin.scss */
  #user-icon {
    margin: 19px 17px 0px 0px !important;
  }
}

/* line 49, app/assets/stylesheets/active_admin.scss */
#user-icon a {
  color: #999c9e !important;
}

/* line 53, app/assets/stylesheets/active_admin.scss */
body {
  font-family: TTNormsPro-Regular;
}

@media screen and (max-width: 575px) {
  /* line 56, app/assets/stylesheets/active_admin.scss */
  body.logged_in #title_bar {
    margin: 17px 0px 0px 0px !important;
  }
}

/* line 62, app/assets/stylesheets/active_admin.scss */
.header #utility_nav #logout {
  margin-top: 1.1rem !important;
}

@media screen and (max-width: 575px) {
  /* line 62, app/assets/stylesheets/active_admin.scss */
  .header #utility_nav #logout {
    margin-top: 1.2rem !important;
  }
}

@media screen and (max-width: 768px) {
  /* line 62, app/assets/stylesheets/active_admin.scss */
  .header #utility_nav #logout {
    margin-top: 1.2rem !important;
  }
}

/* line 71, app/assets/stylesheets/active_admin.scss */
.header #tabs {
  top: 59px;
}

@media screen and (max-width: 575px) {
  /* line 71, app/assets/stylesheets/active_admin.scss */
  .header #tabs {
    top: 55px;
  }
}

/* line 78, app/assets/stylesheets/active_admin.scss */
#language {
  top: 1rem;
}

@media screen and (max-width: 320px) {
  /* line 78, app/assets/stylesheets/active_admin.scss */
  #language {
    top: 1.0rem;
  }
}

/* line 85, app/assets/stylesheets/active_admin.scss */
#settings {
  margin-top: 17px;
}

/* line 89, app/assets/stylesheets/active_admin.scss */
#settings a {
  color: #5e79bb;
  padding: 10px;
}

/* line 94, app/assets/stylesheets/active_admin.scss */
.devise_logo_image {
  margin-bottom: -20px;
  max-width: 250px;
  max-height: 50px;
}

/* line 100, app/assets/stylesheets/active_admin.scss */
.n-sparq {
  text-align: center;
  margin-bottom: 20px;
}

/* line 105, app/assets/stylesheets/active_admin.scss */
.n-pic {
  background-size: cover;
  max-width: 40vw;
}

/* line 110, app/assets/stylesheets/active_admin.scss */
.mob-pic {
  background-size: cover;
  width: 60vw;
}

/* line 115, app/assets/stylesheets/active_admin.scss */
.n-sparqmob {
  display: none;
  text-align: center;
}

@media (max-width: 650px) {
  /* line 121, app/assets/stylesheets/active_admin.scss */
  .n-sparq {
    text-align: center;
    display: none;
  }
  /* line 126, app/assets/stylesheets/active_admin.scss */
  .n-sparqmob {
    text-align: center;
    display: block;
  }
}

/* line 131, app/assets/stylesheets/active_admin.scss */
.formtastic .boolean label #community_is_city_card {
  margin-right: -4.4rem !important;
}

/* line 134, app/assets/stylesheets/active_admin.scss */
.manage-brands-btn {
  margin-top: 1%;
  background-color: #5e79bb;
  border-color: #5e79bb;
  color: #fff;
  border-radius: 4px;
  padding: 6px 12px 6px 12px;
  box-shadow: none;
}

/* line 144, app/assets/stylesheets/active_admin.scss */
.n-ad-head {
  font-size: 32px;
  text-align: center;
  padding: 5px;
}

/* line 150, app/assets/stylesheets/active_admin.scss */
.n-ad-title {
  font-size: 20px;
  color: black;
  padding: 10px;
  margin-top: 10px;
}

/* line 157, app/assets/stylesheets/active_admin.scss */
.n-ad-tl {
  font-size: 20px;
  color: black;
  padding: 10px;
  text-align: center;
  margin-top: 20px;
}

/* line 165, app/assets/stylesheets/active_admin.scss */
.n-ad-link {
  font-size: 20px;
  color: #2d54ff;
  text-decoration: underline;
}

/* line 171, app/assets/stylesheets/active_admin.scss */
.n-ad-subtitle {
  font-size: 20px;
  color: black;
  padding: 10px;
  margin-top: 10px;
  text-decoration: underline;
}
