@charset "UTF-8";
/* line 4, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
html {
  box-sizing: border-box;
}

/* line 9, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_box-sizing.scss */
*, *::after, *::before {
  box-sizing: inherit;
}

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

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

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

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

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

/* line 52, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

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

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

/* line 66, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

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

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

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

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

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

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

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

/* line 112, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control {
  position: relative;
}

/* line 115, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 124, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

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

/* line 147, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

/* line 150, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 153, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 157, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 161, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 166, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 173, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

/* line 181, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

/* line 186, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

/* line 192, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 207, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 210, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 213, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

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

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

/* line 244, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

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

/* line 254, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 258, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 261, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

/* line 266, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 270, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 273, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 276, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 281, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 285, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 289, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

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

/* line 307, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 311, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 314, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

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

/* line 24, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

/* line 28, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 32, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

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

/* line 51, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown-header-close:hover {
  color: #000000;
}

/* line 54, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 62, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

/* line 65, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

/* line 68, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

/* line 71, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

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

/* line 99, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 102, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #00578d;
}

/* line 105, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

/* line 108, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #aaaaaa;
}

/* line 111, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control {
  position: relative;
}

/* line 114, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

/* line 123, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #ffffff;
  cursor: text;
  display: inline-block;
}

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

/* line 146, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input.has-items {
  padding: 5px 8px 2px;
}

/* line 149, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input.full {
  background-color: #ffffff;
}

/* line 152, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

/* line 156, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* line 160, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

/* line 165, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

/* line 172, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #1da7ee;
  color: #ffffff;
  border: 1px solid #0073bb;
}

/* line 180, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input > div.active {
  background: #92c836;
  color: #ffffff;
  border: 1px solid #00578d;
}

/* line 185, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #ffffff;
  background: #d2d2d2;
  border: 1px solid #aaaaaa;
}

/* line 191, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 1px !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* line 206, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input > input::-ms-clear {
  display: none;
}

/* line 209, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input > input:focus {
  outline: none !important;
}

/* line 212, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

/* line 217, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

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

/* line 243, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

/* line 247, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

/* line 253, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown [data-selectable],
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

/* line 257, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

/* line 260, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #ffffff;
  cursor: default;
}

/* line 265, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

/* line 269, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .active.create {
  color: #495c68;
}

/* line 272, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

/* line 275, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
}

/* line 280, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

/* line 284, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

/* line 288, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

/* line 301, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

/* line 306, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

/* line 310, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

/* line 313, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/* line 317, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input.has-items {
  padding-left: 5px;
  padding-right: 5px;
}

/* line 321, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input.disabled [data-value] {
  color: #999;
  text-shadow: none;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 328, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input.disabled [data-value],
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  border-color: #e6e6e6;
}

/* line 332, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input.disabled [data-value] .remove {
  background: none;
}

/* line 335, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input [data-value] {
  text-shadow: 0 1px 0 rgba(0, 51, 83, 0.3);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #1b9dec;
  background-image: -moz-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1da7ee), to(#178ee9));
  background-image: -webkit-linear-gradient(top, #1da7ee, #178ee9);
  background-image: -o-linear-gradient(top, #1da7ee, #178ee9);
  background-image: linear-gradient(to bottom, #1da7ee, #178ee9);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1da7ee', endColorstr='#ff178ee9', GradientType=0);
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2), inset 0 1px rgba(255, 255, 255, 0.03);
}

/* line 351, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.multi .selectize-input [data-value].active {
  background-color: #0085d4;
  background-image: -moz-linear-gradient(top, #008fd8, #0075cf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008fd8), to(#0075cf));
  background-image: -webkit-linear-gradient(top, #008fd8, #0075cf);
  background-image: -o-linear-gradient(top, #008fd8, #0075cf);
  background-image: linear-gradient(to bottom, #008fd8, #0075cf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008fd8', endColorstr='#ff0075cf', GradientType=0);
}

/* line 361, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.single .selectize-input {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05), inset 0 1px 0 rgba(255, 255, 255, 0.8);
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fefefe), to(#f2f2f2));
  background-image: -webkit-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: -o-linear-gradient(top, #fefefe, #f2f2f2);
  background-image: linear-gradient(to bottom, #fefefe, #f2f2f2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffefefe', endColorstr='#fff2f2f2', GradientType=0);
}

/* line 373, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-control.single .selectize-input,
.selectize-dropdown.single {
  border-color: #b8b8b8;
}

/* line 377, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .optgroup-header {
  padding-top: 7px;
  font-weight: bold;
  font-size: 0.85em;
}

/* line 382, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .optgroup {
  border-top: 1px solid #f0f0f0;
}

/* line 385, /app/vendor/bundle/ruby/2.3.0/gems/selectize-rails-0.12.1/vendor/assets/stylesheets/selectize.default.css */
.selectize-dropdown .optgroup:first-child {
  border-top: 0 none;
}

/* line 1, /app/app/assets/stylesheets/refills/_modal.scss */
.modal {
  display: inline-block;
}
/* line 17, /app/app/assets/stylesheets/refills/_modal.scss */
.modal h1 {
  margin: 0;
}
/* line 21, /app/app/assets/stylesheets/refills/_modal.scss */
.modal p {
  color: #333;
  line-height: 1.5em;
}
/* line 34, /app/app/assets/stylesheets/refills/_modal.scss */
.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
/* line 39, /app/app/assets/stylesheets/refills/_modal.scss */
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}
/* line 45, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-state {
  display: none;
}
/* line 53, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-window {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  opacity: 0;
  padding-top: 0.5em;
  text-align: left;
  visibility: hidden;
  z-index: 99999999999;
}
@media screen and (min-width: 53.75em) {
  /* line 53, /app/app/assets/stylesheets/refills/_modal.scss */
  .modal .modal-window {
    padding-top: 2em;
  }
}
/* line 67, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-window .modal-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}
/* line 73, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  height: 1.5em;
  width: 1.5em;
  background: white;
  cursor: pointer;
}
/* line 79, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-close:after, .modal .modal-close:before {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  height: 1.5em;
  width: 0.15em;
  background: #DDD;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
}
/* line 90, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-close:hover:after, .modal .modal-close:hover:before {
  background: #c4c4c4;
}
/* line 95, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-close:before {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* line 100, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner {
  -webkit-transition: opacity 0.25s ease;
  -moz-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  background: white;
  border-radius: 3px;
  margin: auto;
  margin-top: 0;
  max-height: 100%;
  overflow: auto;
  padding: 1.5em;
  padding-bottom: 1em;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 40em) {
  /* line 100, /app/app/assets/stylesheets/refills/_modal.scss */
  .modal .modal-inner {
    max-height: 90%;
    padding: 3em;
    padding-top: 1.5em;
    padding-bottom: 1em;
    width: 60%;
  }
}
@media screen and (min-width: 53.75em) {
  /* line 100, /app/app/assets/stylesheets/refills/_modal.scss */
  .modal .modal-inner {
    width: 60%;
  }
}
/* line 125, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner .form-inputs {
  width: 100%;
}
/* line 128, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner .form-inputs .radio label {
  font-size: 13px;
  color: #888;
}
/* line 135, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner .form-actions {
  margin-top: 10px;
}
/* line 138, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner .left.date.input {
  margin-right: 0;
}
/* line 143, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner h1 {
  color: #333;
  margin-bottom: 0.6em;
  text-align: left;
  text-transform: capitalize;
}
/* line 148, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner h1.downcase {
  text-transform: none;
}
/* line 153, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner .modal-intro {
  font-weight: 800;
}
/* line 157, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner .modal-content {
  color: #333;
}
@media screen and (min-width: 40em) {
  /* line 157, /app/app/assets/stylesheets/refills/_modal.scss */
  .modal .modal-inner .modal-content {
    -webkit-columns: 2 8em;
    -moz-columns: 2 8em;
    columns: 2 8em;
  }
}
/* line 165, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner a.cta {
  color: white;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
/* line 171, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}
/* line 177, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-state:checked + .modal-window {
  opacity: 1;
  visibility: visible;
}
/* line 182, /app/app/assets/stylesheets/refills/_modal.scss */
.modal .modal-state:checked + .modal-window .modal-inner {
  top: 0.5em;
}

/* line 187, /app/app/assets/stylesheets/refills/_modal.scss */
.modal-open {
  overflow: hidden;
}

/* line 191, /app/app/assets/stylesheets/refills/_modal.scss */
.modal-closed {
  overflow: auto;
}

/*!
 *  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");
  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-weight: normal;
  font-style: normal;
}
/* line 19, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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 28, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

/* line 33, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-2x {
  font-size: 2em;
}

/* line 36, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-3x {
  font-size: 3em;
}

/* line 39, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-4x {
  font-size: 4em;
}

/* line 42, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-5x {
  font-size: 5em;
}

/* line 45, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

/* line 49, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

/* line 54, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ul > li {
  position: relative;
}

/* line 57, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

/* line 64, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-li.fa-lg {
  left: -1.85714286em;
}

/* line 67, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

/* line 72, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-left {
  float: left;
}

/* line 75, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pull-right {
  float: right;
}

/* line 78, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 81, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 85, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.pull-right {
  float: right;
}

/* line 88, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.pull-left {
  float: left;
}

/* line 91, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-left {
  margin-right: .3em;
}

/* line 94, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa.pull-right {
  margin-left: .3em;
}

/* line 97, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 101, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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 125, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

/* line 131, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

/* line 137, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* line 143, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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 149, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.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 155, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

/* line 162, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 170, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 177, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-1x {
  line-height: inherit;
}

/* line 180, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-2x {
  font-size: 2em;
}

/* line 183, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
/* line 188, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glass:before {
  content: "\f000";
}

/* line 191, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-music:before {
  content: "\f001";
}

/* line 194, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search:before {
  content: "\f002";
}

/* line 197, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-o:before {
  content: "\f003";
}

/* line 200, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart:before {
  content: "\f004";
}

/* line 203, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star:before {
  content: "\f005";
}

/* line 206, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-o:before {
  content: "\f006";
}

/* line 209, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user:before {
  content: "\f007";
}

/* line 212, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-film:before {
  content: "\f008";
}

/* line 215, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-large:before {
  content: "\f009";
}

/* line 218, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th:before {
  content: "\f00a";
}

/* line 221, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-th-list:before {
  content: "\f00b";
}

/* line 224, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check:before {
  content: "\f00c";
}

/* line 227, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

/* line 232, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 235, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-search-minus:before {
  content: "\f010";
}

/* line 238, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-power-off:before {
  content: "\f011";
}

/* line 241, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-signal:before {
  content: "\f012";
}

/* line 244, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

/* line 248, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash-o:before {
  content: "\f014";
}

/* line 251, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-home:before {
  content: "\f015";
}

/* line 254, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-o:before {
  content: "\f016";
}

/* line 257, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-clock-o:before {
  content: "\f017";
}

/* line 260, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-road:before {
  content: "\f018";
}

/* line 263, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-download:before {
  content: "\f019";
}

/* line 266, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

/* line 269, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

/* line 272, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-inbox:before {
  content: "\f01c";
}

/* line 275, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle-o:before {
  content: "\f01d";
}

/* line 278, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

/* line 282, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-refresh:before {
  content: "\f021";
}

/* line 285, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-alt:before {
  content: "\f022";
}

/* line 288, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lock:before {
  content: "\f023";
}

/* line 291, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag:before {
  content: "\f024";
}

/* line 294, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-headphones:before {
  content: "\f025";
}

/* line 297, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-off:before {
  content: "\f026";
}

/* line 300, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-down:before {
  content: "\f027";
}

/* line 303, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-up:before {
  content: "\f028";
}

/* line 306, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-qrcode:before {
  content: "\f029";
}

/* line 309, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-barcode:before {
  content: "\f02a";
}

/* line 312, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tag:before {
  content: "\f02b";
}

/* line 315, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tags:before {
  content: "\f02c";
}

/* line 318, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-book:before {
  content: "\f02d";
}

/* line 321, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 324, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-print:before {
  content: "\f02f";
}

/* line 327, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera:before {
  content: "\f030";
}

/* line 330, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-font:before {
  content: "\f031";
}

/* line 333, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bold:before {
  content: "\f032";
}

/* line 336, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-italic:before {
  content: "\f033";
}

/* line 339, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-height:before {
  content: "\f034";
}

/* line 342, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-text-width:before {
  content: "\f035";
}

/* line 345, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-left:before {
  content: "\f036";
}

/* line 348, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-center:before {
  content: "\f037";
}

/* line 351, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-right:before {
  content: "\f038";
}

/* line 354, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-align-justify:before {
  content: "\f039";
}

/* line 357, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list:before {
  content: "\f03a";
}

/* line 360, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

/* line 364, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-indent:before {
  content: "\f03c";
}

/* line 367, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-video-camera:before {
  content: "\f03d";
}

/* line 370, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

/* line 375, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil:before {
  content: "\f040";
}

/* line 378, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-marker:before {
  content: "\f041";
}

/* line 381, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-adjust:before {
  content: "\f042";
}

/* line 384, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tint:before {
  content: "\f043";
}

/* line 387, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

/* line 391, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square-o:before {
  content: "\f045";
}

/* line 394, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square-o:before {
  content: "\f046";
}

/* line 397, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows:before {
  content: "\f047";
}

/* line 400, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-backward:before {
  content: "\f048";
}

/* line 403, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 406, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-backward:before {
  content: "\f04a";
}

/* line 409, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play:before {
  content: "\f04b";
}

/* line 412, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause:before {
  content: "\f04c";
}

/* line 415, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop:before {
  content: "\f04d";
}

/* line 418, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-forward:before {
  content: "\f04e";
}

/* line 421, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 424, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-step-forward:before {
  content: "\f051";
}

/* line 427, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eject:before {
  content: "\f052";
}

/* line 430, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 433, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 436, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 439, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 442, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle:before {
  content: "\f057";
}

/* line 445, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle:before {
  content: "\f058";
}

/* line 448, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle:before {
  content: "\f059";
}

/* line 451, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 454, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 457, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-circle-o:before {
  content: "\f05c";
}

/* line 460, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-circle-o:before {
  content: "\f05d";
}

/* line 463, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ban:before {
  content: "\f05e";
}

/* line 466, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 469, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 472, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 475, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 478, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

/* line 482, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-expand:before {
  content: "\f065";
}

/* line 485, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-compress:before {
  content: "\f066";
}

/* line 488, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus:before {
  content: "\f067";
}

/* line 491, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus:before {
  content: "\f068";
}

/* line 494, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-asterisk:before {
  content: "\f069";
}

/* line 497, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 500, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gift:before {
  content: "\f06b";
}

/* line 503, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-leaf:before {
  content: "\f06c";
}

/* line 506, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire:before {
  content: "\f06d";
}

/* line 509, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye:before {
  content: "\f06e";
}

/* line 512, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 515, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 519, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plane:before {
  content: "\f072";
}

/* line 522, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar:before {
  content: "\f073";
}

/* line 525, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-random:before {
  content: "\f074";
}

/* line 528, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment:before {
  content: "\f075";
}

/* line 531, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-magnet:before {
  content: "\f076";
}

/* line 534, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 537, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 540, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-retweet:before {
  content: "\f079";
}

/* line 543, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 546, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder:before {
  content: "\f07b";
}

/* line 549, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 552, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-v:before {
  content: "\f07d";
}

/* line 555, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-h:before {
  content: "\f07e";
}

/* line 558, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

/* line 562, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 565, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 568, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 571, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-key:before {
  content: "\f084";
}

/* line 574, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

/* line 578, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments:before {
  content: "\f086";
}

/* line 581, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-up:before {
  content: "\f087";
}

/* line 584, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-o-down:before {
  content: "\f088";
}

/* line 587, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half:before {
  content: "\f089";
}

/* line 590, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heart-o:before {
  content: "\f08a";
}

/* line 593, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-out:before {
  content: "\f08b";
}

/* line 596, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin-square:before {
  content: "\f08c";
}

/* line 599, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumb-tack:before {
  content: "\f08d";
}

/* line 602, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link:before {
  content: "\f08e";
}

/* line 605, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sign-in:before {
  content: "\f090";
}

/* line 608, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trophy:before {
  content: "\f091";
}

/* line 611, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-square:before {
  content: "\f092";
}

/* line 614, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-upload:before {
  content: "\f093";
}

/* line 617, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lemon-o:before {
  content: "\f094";
}

/* line 620, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone:before {
  content: "\f095";
}

/* line 623, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-square-o:before {
  content: "\f096";
}

/* line 626, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bookmark-o:before {
  content: "\f097";
}

/* line 629, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-phone-square:before {
  content: "\f098";
}

/* line 632, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitter:before {
  content: "\f099";
}

/* line 635, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

/* line 639, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github:before {
  content: "\f09b";
}

/* line 642, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock:before {
  content: "\f09c";
}

/* line 645, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 648, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

/* line 652, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hdd-o:before {
  content: "\f0a0";
}

/* line 655, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 658, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell:before {
  content: "\f0f3";
}

/* line 661, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 664, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-right:before {
  content: "\f0a4";
}

/* line 667, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-left:before {
  content: "\f0a5";
}

/* line 670, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-up:before {
  content: "\f0a6";
}

/* line 673, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-o-down:before {
  content: "\f0a7";
}

/* line 676, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 679, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 682, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 685, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 688, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-globe:before {
  content: "\f0ac";
}

/* line 691, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 694, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 697, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-filter:before {
  content: "\f0b0";
}

/* line 700, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 703, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 706, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

/* line 710, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

/* line 714, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 717, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flask:before {
  content: "\f0c3";
}

/* line 720, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

/* line 724, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

/* line 728, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 731, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

/* line 735, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-square:before {
  content: "\f0c8";
}

/* line 738, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

/* line 743, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 746, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 749, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 752, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-underline:before {
  content: "\f0cd";
}

/* line 755, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-table:before {
  content: "\f0ce";
}

/* line 758, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-magic:before {
  content: "\f0d0";
}

/* line 761, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-truck:before {
  content: "\f0d1";
}

/* line 764, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 767, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 770, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 773, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus:before {
  content: "\f0d5";
}

/* line 776, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-money:before {
  content: "\f0d6";
}

/* line 779, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 782, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 785, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 788, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 791, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-columns:before {
  content: "\f0db";
}

/* line 794, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

/* line 798, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

/* line 802, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

/* line 806, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 809, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linkedin:before {
  content: "\f0e1";
}

/* line 812, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

/* line 816, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

/* line 820, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

/* line 824, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comment-o:before {
  content: "\f0e5";
}

/* line 827, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-comments-o:before {
  content: "\f0e6";
}

/* line 830, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

/* line 834, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 837, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 840, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

/* line 844, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lightbulb-o:before {
  content: "\f0eb";
}

/* line 847, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exchange:before {
  content: "\f0ec";
}

/* line 850, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-download:before {
  content: "\f0ed";
}

/* line 853, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cloud-upload:before {
  content: "\f0ee";
}

/* line 856, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 859, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 862, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 865, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-o:before {
  content: "\f0a2";
}

/* line 868, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 871, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cutlery:before {
  content: "\f0f5";
}

/* line 874, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text-o:before {
  content: "\f0f6";
}

/* line 877, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-building-o:before {
  content: "\f0f7";
}

/* line 880, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hospital-o:before {
  content: "\f0f8";
}

/* line 883, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 886, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 889, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 892, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-beer:before {
  content: "\f0fc";
}

/* line 895, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 898, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 901, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 904, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 907, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 910, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 913, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-left:before {
  content: "\f104";
}

/* line 916, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-right:before {
  content: "\f105";
}

/* line 919, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-up:before {
  content: "\f106";
}

/* line 922, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angle-down:before {
  content: "\f107";
}

/* line 925, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-desktop:before {
  content: "\f108";
}

/* line 928, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-laptop:before {
  content: "\f109";
}

/* line 931, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tablet:before {
  content: "\f10a";
}

/* line 934, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

/* line 938, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o:before {
  content: "\f10c";
}

/* line 941, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 944, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 947, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spinner:before {
  content: "\f110";
}

/* line 950, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle:before {
  content: "\f111";
}

/* line 953, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

/* line 957, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-github-alt:before {
  content: "\f113";
}

/* line 960, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-o:before {
  content: "\f114";
}

/* line 963, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-folder-open-o:before {
  content: "\f115";
}

/* line 966, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-smile-o:before {
  content: "\f118";
}

/* line 969, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-frown-o:before {
  content: "\f119";
}

/* line 972, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meh-o:before {
  content: "\f11a";
}

/* line 975, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 978, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-keyboard-o:before {
  content: "\f11c";
}

/* line 981, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-o:before {
  content: "\f11d";
}

/* line 984, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 987, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-terminal:before {
  content: "\f120";
}

/* line 990, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-code:before {
  content: "\f121";
}

/* line 993, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

/* line 997, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

/* line 1002, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 1005, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-crop:before {
  content: "\f125";
}

/* line 1008, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-code-fork:before {
  content: "\f126";
}

/* line 1011, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

/* line 1015, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question:before {
  content: "\f128";
}

/* line 1018, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-info:before {
  content: "\f129";
}

/* line 1021, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 1024, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-superscript:before {
  content: "\f12b";
}

/* line 1027, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-subscript:before {
  content: "\f12c";
}

/* line 1030, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eraser:before {
  content: "\f12d";
}

/* line 1033, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 1036, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone:before {
  content: "\f130";
}

/* line 1039, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 1042, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shield:before {
  content: "\f132";
}

/* line 1045, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-o:before {
  content: "\f133";
}

/* line 1048, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 1051, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rocket:before {
  content: "\f135";
}

/* line 1054, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 1057, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 1060, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 1063, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 1066, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 1069, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-html5:before {
  content: "\f13b";
}

/* line 1072, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-css3:before {
  content: "\f13c";
}

/* line 1075, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-anchor:before {
  content: "\f13d";
}

/* line 1078, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1081, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bullseye:before {
  content: "\f140";
}

/* line 1084, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 1087, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 1090, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rss-square:before {
  content: "\f143";
}

/* line 1093, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-play-circle:before {
  content: "\f144";
}

/* line 1096, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ticket:before {
  content: "\f145";
}

/* line 1099, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square:before {
  content: "\f146";
}

/* line 1102, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-minus-square-o:before {
  content: "\f147";
}

/* line 1105, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-up:before {
  content: "\f148";
}

/* line 1108, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-level-down:before {
  content: "\f149";
}

/* line 1111, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-check-square:before {
  content: "\f14a";
}

/* line 1114, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pencil-square:before {
  content: "\f14b";
}

/* line 1117, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-external-link-square:before {
  content: "\f14c";
}

/* line 1120, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-square:before {
  content: "\f14d";
}

/* line 1123, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-compass:before {
  content: "\f14e";
}

/* line 1126, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

/* line 1130, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

/* line 1134, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

/* line 1138, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

/* line 1142, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gbp:before {
  content: "\f154";
}

/* line 1145, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

/* line 1149, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

/* line 1153, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

/* line 1159, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

/* line 1164, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

/* line 1168, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

/* line 1172, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file:before {
  content: "\f15b";
}

/* line 1175, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-text:before {
  content: "\f15c";
}

/* line 1178, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-asc:before {
  content: "\f15d";
}

/* line 1181, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-alpha-desc:before {
  content: "\f15e";
}

/* line 1184, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-asc:before {
  content: "\f160";
}

/* line 1187, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-amount-desc:before {
  content: "\f161";
}

/* line 1190, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-asc:before {
  content: "\f162";
}

/* line 1193, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sort-numeric-desc:before {
  content: "\f163";
}

/* line 1196, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1199, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1202, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-square:before {
  content: "\f166";
}

/* line 1205, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube:before {
  content: "\f167";
}

/* line 1208, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing:before {
  content: "\f168";
}

/* line 1211, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1214, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-youtube-play:before {
  content: "\f16a";
}

/* line 1217, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 1220, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 1223, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-instagram:before {
  content: "\f16d";
}

/* line 1226, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-flickr:before {
  content: "\f16e";
}

/* line 1229, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-adn:before {
  content: "\f170";
}

/* line 1232, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 1235, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bitbucket-square:before {
  content: "\f172";
}

/* line 1238, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1241, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1244, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-down:before {
  content: "\f175";
}

/* line 1247, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-up:before {
  content: "\f176";
}

/* line 1250, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-left:before {
  content: "\f177";
}

/* line 1253, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-long-arrow-right:before {
  content: "\f178";
}

/* line 1256, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-apple:before {
  content: "\f179";
}

/* line 1259, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-windows:before {
  content: "\f17a";
}

/* line 1262, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-android:before {
  content: "\f17b";
}

/* line 1265, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linux:before {
  content: "\f17c";
}

/* line 1268, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 1271, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-skype:before {
  content: "\f17e";
}

/* line 1274, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-foursquare:before {
  content: "\f180";
}

/* line 1277, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trello:before {
  content: "\f181";
}

/* line 1280, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-female:before {
  content: "\f182";
}

/* line 1283, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-male:before {
  content: "\f183";
}

/* line 1286, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

/* line 1290, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sun-o:before {
  content: "\f185";
}

/* line 1293, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-moon-o:before {
  content: "\f186";
}

/* line 1296, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-archive:before {
  content: "\f187";
}

/* line 1299, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bug:before {
  content: "\f188";
}

/* line 1302, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vk:before {
  content: "\f189";
}

/* line 1305, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1308, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-renren:before {
  content: "\f18b";
}

/* line 1311, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 1314, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 1317, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

/* line 1320, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-arrow-circle-o-left:before {
  content: "\f190";
}

/* line 1323, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

/* line 1327, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dot-circle-o:before {
  content: "\f192";
}

/* line 1330, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1333, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1336, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

/* line 1340, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plus-square-o:before {
  content: "\f196";
}

/* line 1343, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 1346, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-slack:before {
  content: "\f198";
}

/* line 1349, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 1352, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1355, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-openid:before {
  content: "\f19b";
}

/* line 1358, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

/* line 1363, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 1367, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1370, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google:before {
  content: "\f1a0";
}

/* line 1373, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 1376, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 1379, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 1382, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 1385, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 1388, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-digg:before {
  content: "\f1a6";
}

/* line 1391, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 1394, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 1397, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 1400, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 1403, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-language:before {
  content: "\f1ab";
}

/* line 1406, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fax:before {
  content: "\f1ac";
}

/* line 1409, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-building:before {
  content: "\f1ad";
}

/* line 1412, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-child:before {
  content: "\f1ae";
}

/* line 1415, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paw:before {
  content: "\f1b0";
}

/* line 1418, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spoon:before {
  content: "\f1b1";
}

/* line 1421, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cube:before {
  content: "\f1b2";
}

/* line 1424, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 1427, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance:before {
  content: "\f1b4";
}

/* line 1430, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 1433, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam:before {
  content: "\f1b6";
}

/* line 1436, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 1439, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 1442, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

/* line 1446, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

/* line 1450, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1453, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 1456, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 1459, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 1462, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-database:before {
  content: "\f1c0";
}

/* line 1465, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-pdf-o:before {
  content: "\f1c1";
}

/* line 1468, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-word-o:before {
  content: "\f1c2";
}

/* line 1471, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-excel-o:before {
  content: "\f1c3";
}

/* line 1474, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

/* line 1477, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

/* line 1482, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

/* line 1486, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

/* line 1490, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

/* line 1494, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-file-code-o:before {
  content: "\f1c9";
}

/* line 1497, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1500, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 1503, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 1506, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 1513, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-o-notch:before {
  content: "\f1ce";
}

/* line 1516, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

/* line 1521, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

/* line 1525, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 1528, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-git:before {
  content: "\f1d3";
}

/* line 1531, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 1536, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 1539, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-qq:before {
  content: "\f1d6";
}

/* line 1542, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1546, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 1550, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

/* line 1554, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-history:before {
  content: "\f1da";
}

/* line 1557, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-circle-thin:before {
  content: "\f1db";
}

/* line 1560, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-header:before {
  content: "\f1dc";
}

/* line 1563, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 1566, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sliders:before {
  content: "\f1de";
}

/* line 1569, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 1572, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 1575, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 1578, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

/* line 1582, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1585, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 1588, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-plug:before {
  content: "\f1e6";
}

/* line 1591, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 1594, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1597, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1600, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-newspaper-o:before {
  content: "\f1ea";
}

/* line 1603, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1606, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 1609, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 1612, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 1615, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 1618, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 1621, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 1624, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 1627, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 1630, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 1633, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 1636, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bell-slash-o:before {
  content: "\f1f7";
}

/* line 1639, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1642, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 1645, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-at:before {
  content: "\f1fa";
}

/* line 1648, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eyedropper:before {
  content: "\f1fb";
}

/* line 1651, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 1654, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 1657, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-area-chart:before {
  content: "\f1fe";
}

/* line 1660, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pie-chart:before {
  content: "\f200";
}

/* line 1663, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-line-chart:before {
  content: "\f201";
}

/* line 1666, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm:before {
  content: "\f202";
}

/* line 1669, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 1672, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1675, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1678, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bicycle:before {
  content: "\f206";
}

/* line 1681, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bus:before {
  content: "\f207";
}

/* line 1684, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 1687, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-angellist:before {
  content: "\f209";
}

/* line 1690, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc:before {
  content: "\f20a";
}

/* line 1693, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

/* line 1698, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meanpath:before {
  content: "\f20c";
}

/* line 1701, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 1704, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 1707, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-dashcube:before {
  content: "\f210";
}

/* line 1710, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-forumbee:before {
  content: "\f211";
}

/* line 1713, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-leanpub:before {
  content: "\f212";
}

/* line 1716, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sellsy:before {
  content: "\f213";
}

/* line 1719, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 1722, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 1725, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 1728, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 1731, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 1734, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-diamond:before {
  content: "\f219";
}

/* line 1737, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ship:before {
  content: "\f21a";
}

/* line 1740, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1743, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 1746, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-street-view:before {
  content: "\f21d";
}

/* line 1749, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 1752, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus:before {
  content: "\f221";
}

/* line 1755, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars:before {
  content: "\f222";
}

/* line 1758, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mercury:before {
  content: "\f223";
}

/* line 1761, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

/* line 1765, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1768, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1771, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-double:before {
  content: "\f227";
}

/* line 1774, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1777, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 1780, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 1783, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 1786, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-neuter:before {
  content: "\f22c";
}

/* line 1789, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-genderless:before {
  content: "\f22d";
}

/* line 1792, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-facebook-official:before {
  content: "\f230";
}

/* line 1795, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 1798, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1801, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-server:before {
  content: "\f233";
}

/* line 1804, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1807, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-times:before {
  content: "\f235";
}

/* line 1810, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

/* line 1814, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1817, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-train:before {
  content: "\f238";
}

/* line 1820, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-subway:before {
  content: "\f239";
}

/* line 1823, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-medium:before {
  content: "\f23a";
}

/* line 1826, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1830, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 1833, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-opencart:before {
  content: "\f23d";
}

/* line 1836, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 1839, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

/* line 1844, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 1848, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

/* line 1852, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 1856, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

/* line 1860, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 1863, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 1866, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-group:before {
  content: "\f247";
}

/* line 1869, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 1872, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 1875, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-sticky-note-o:before {
  content: "\f24a";
}

/* line 1878, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 1881, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 1884, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-clone:before {
  content: "\f24d";
}

/* line 1887, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 1890, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-o:before {
  content: "\f250";
}

/* line 1893, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 1897, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 1901, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 1905, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hourglass:before {
  content: "\f254";
}

/* line 1908, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

/* line 1912, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

/* line 1916, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-scissors-o:before {
  content: "\f257";
}

/* line 1919, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-lizard-o:before {
  content: "\f258";
}

/* line 1922, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-spock-o:before {
  content: "\f259";
}

/* line 1925, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-pointer-o:before {
  content: "\f25a";
}

/* line 1928, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hand-peace-o:before {
  content: "\f25b";
}

/* line 1931, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1934, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-registered:before {
  content: "\f25d";
}

/* line 1937, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 1940, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg:before {
  content: "\f260";
}

/* line 1943, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 1946, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1949, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 1952, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 1955, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 1958, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1961, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-safari:before {
  content: "\f267";
}

/* line 1964, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-chrome:before {
  content: "\f268";
}

/* line 1967, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-firefox:before {
  content: "\f269";
}

/* line 1970, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-opera:before {
  content: "\f26a";
}

/* line 1973, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 1976, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

/* line 1980, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-contao:before {
  content: "\f26d";
}

/* line 1983, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-500px:before {
  content: "\f26e";
}

/* line 1986, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-amazon:before {
  content: "\f270";
}

/* line 1989, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-plus-o:before {
  content: "\f271";
}

/* line 1992, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-minus-o:before {
  content: "\f272";
}

/* line 1995, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-times-o:before {
  content: "\f273";
}

/* line 1998, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-calendar-check-o:before {
  content: "\f274";
}

/* line 2001, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-industry:before {
  content: "\f275";
}

/* line 2004, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-pin:before {
  content: "\f276";
}

/* line 2007, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-signs:before {
  content: "\f277";
}

/* line 2010, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map-o:before {
  content: "\f278";
}

/* line 2013, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-map:before {
  content: "\f279";
}

/* line 2016, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting:before {
  content: "\f27a";
}

/* line 2019, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-commenting-o:before {
  content: "\f27b";
}

/* line 2022, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-houzz:before {
  content: "\f27c";
}

/* line 2025, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vimeo:before {
  content: "\f27d";
}

/* line 2028, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 2031, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fonticons:before {
  content: "\f280";
}

/* line 2034, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 2037, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-edge:before {
  content: "\f282";
}

/* line 2040, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-credit-card-alt:before {
  content: "\f283";
}

/* line 2043, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-codiepie:before {
  content: "\f284";
}

/* line 2046, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-modx:before {
  content: "\f285";
}

/* line 2049, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 2052, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-usb:before {
  content: "\f287";
}

/* line 2055, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 2058, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 2061, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-scribd:before {
  content: "\f28a";
}

/* line 2064, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 2067, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pause-circle-o:before {
  content: "\f28c";
}

/* line 2070, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 2073, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-stop-circle-o:before {
  content: "\f28e";
}

/* line 2076, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 2079, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 2082, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-hashtag:before {
  content: "\f292";
}

/* line 2085, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 2088, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 2091, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-percent:before {
  content: "\f295";
}

/* line 2094, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-gitlab:before {
  content: "\f296";
}

/* line 2097, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 2100, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpforms:before {
  content: "\f298";
}

/* line 2103, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envira:before {
  content: "\f299";
}

/* line 2106, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 2109, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wheelchair-alt:before {
  content: "\f29b";
}

/* line 2112, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-question-circle-o:before {
  content: "\f29c";
}

/* line 2115, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-blind:before {
  content: "\f29d";
}

/* line 2118, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 2121, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-volume-control-phone:before {
  content: "\f2a0";
}

/* line 2124, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-braille:before {
  content: "\f2a1";
}

/* line 2127, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 2130, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 2134, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

/* line 2139, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide:before {
  content: "\f2a5";
}

/* line 2142, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 2145, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 2149, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 2152, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 2155, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 2158, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 2161, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 2164, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 2167, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 2170, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 2173, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 2176, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 2179, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

/* line 2183, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 2187, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-handshake-o:before {
  content: "\f2b5";
}

/* line 2190, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 2193, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-envelope-open-o:before {
  content: "\f2b7";
}

/* line 2196, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-linode:before {
  content: "\f2b8";
}

/* line 2199, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 2202, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-address-book-o:before {
  content: "\f2ba";
}

/* line 2205, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

/* line 2209, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

/* line 2213, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 2216, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-circle-o:before {
  content: "\f2be";
}

/* line 2219, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-user-o:before {
  content: "\f2c0";
}

/* line 2222, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 2225, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

/* line 2229, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

/* line 2233, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-quora:before {
  content: "\f2c4";
}

/* line 2236, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 2239, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 2242, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 2247, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 2251, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 2255, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 2259, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 2263, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-shower:before {
  content: "\f2cc";
}

/* line 2266, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

/* line 2271, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 2274, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 2277, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 2280, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 2283, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

/* line 2287, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

/* line 2291, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 2294, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-grav:before {
  content: "\f2d6";
}

/* line 2297, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 2300, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 2303, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 2306, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-eercast:before {
  content: "\f2da";
}

/* line 2309, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-microchip:before {
  content: "\f2db";
}

/* line 2312, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-snowflake-o:before {
  content: "\f2dc";
}

/* line 2315, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 2318, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 2321, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 2324, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 2334, /app/vendor/bundle/ruby/2.3.0/gems/font-awesome-rails-4.7.0.5/app/assets/stylesheets/font-awesome.css.erb */
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 1, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control {
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 5px;
}
/* line 7, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control.small {
  width: 60%;
}
/* line 10, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control.multi .selectize-input {
  height: 100px;
}
/* line 13, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control.multi .item {
  width: auto;
}
/* line 18, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control div {
  padding: 0;
}
/* line 20, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control div.selectize-input {
  border: 1px solid #ccc;
  box-shadow: none;
  height: 35px;
  padding: 0 5px;
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 30, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control div.selectize-dropdown-content {
  width: auto;
  margin: 0;
  padding: 0;
}
/* line 34, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control div.selectize-dropdown-content div {
  width: auto;
  padding: 2px 0px;
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 43, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control div.item {
  margin-top: 8px;
  padding: 0;
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 54, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control input {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #222;
  height: 35px;
  padding: 0 5px;
}
/* line 65, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control.gender-F::after, .selectize-control.gender-M::after, .selectize-control.gender-::after {
  content: '';
  background-color: #a2a2a2;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -30px;
  top: 5px;
  font-size: 2em;
  line-height: 0.8em;
  font-weight: bold;
  text-align: center;
  color: white;
  border-radius: 10%;
}
/* line 81, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control.gender-F::after {
  content: '♀';
  background-color: #ac83b1;
}
/* line 86, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control.gender-M::after {
  content: '♂';
  background-color: #74abe4;
}
/* line 92, /app/app/assets/stylesheets/global/_selectize_override.scss */
.selectize-control.pending .selectize-input {
  background-color: #FFFDE7;
  background-image: linear-gradient(to bottom, #FFFDE7, #FFE596);
  font-style: italic;
}

/* line 3, /app/app/assets/stylesheets/global/_grid.scss */
html body {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body:last-child {
  margin-right: 0;
}
/* line 6, /app/app/assets/stylesheets/global/_grid.scss */
html body header {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body header:last-child {
  margin-right: 0;
}
/* line 8, /app/app/assets/stylesheets/global/_grid.scss */
html body header #app-logo, html body header #goya-logo {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body header #app-logo:last-child, html body header #goya-logo:last-child {
  margin-right: 0;
}
/* line 12, /app/app/assets/stylesheets/global/_grid.scss */
html body header nav#navigation {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
  padding-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body header nav#navigation:last-child {
  margin-right: 0;
}
/* line 19, /app/app/assets/stylesheets/global/_grid.scss */
html body #checks-wrapper {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #checks-wrapper:last-child {
  margin-right: 0;
}
/* line 22, /app/app/assets/stylesheets/global/_grid.scss */
html body .search {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body .search:last-child {
  margin-right: 0;
}
/* line 27, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content:last-child {
  margin-right: 0;
}
/* line 30, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .actions {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .actions:last-child {
  margin-right: 0;
}
/* line 33, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .actions .filters {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 57.35098%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .actions .filters:last-child {
  margin-right: 0;
}
/* line 35, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .actions .filters.full-width {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .actions .filters.full-width:last-child {
  margin-right: 0;
}
/* line 37, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .actions .filters.full-width .filter-block {
  margin-left: 10px;
  width: 18%;
  height: 100%;
  display: inline-block;
}
/* line 46, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .actions .buttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .actions .buttons:last-child {
  margin-right: 0;
}
/* line 51, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-title:last-child {
  margin-right: 0;
}
/* line 53, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-title.short {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-title.short:last-child {
  margin-right: 0;
}
/* line 57, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-poster-in-title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 6.17215%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-poster-in-title:last-child {
  margin-right: 0;
}
/* line 60, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .title-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 40.29137%;
  padding-left: 20px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .title-box:last-child {
  margin-right: 0;
}
/* line 65, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-two-columns {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-two-columns:last-child {
  margin-right: 0;
}
/* line 67, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-two-columns .left {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-two-columns .left:last-child {
  margin-right: 0;
}
/* line 70, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-two-columns .right {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-two-columns .right:last-child {
  margin-right: 0;
}
/* line 77, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-actions .buttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-actions .buttons:last-child {
  margin-right: 0;
}
/* line 82, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .show-actions.long .buttons {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .show-actions.long .buttons:last-child {
  margin-right: 0;
}
/* line 89, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .title-attached-file-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  padding-left: 20px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body #main-content .content .title-attached-file-box:last-child {
  margin-right: 0;
}
/* line 95, /app/app/assets/stylesheets/global/_grid.scss */
html body #main-content .content .single-file-table34 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
/* line 103, /app/app/assets/stylesheets/global/_grid.scss */
html body footer {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body footer:last-child {
  margin-right: 0;
}
/* line 107, /app/app/assets/stylesheets/global/_grid.scss */
html body footer .footer-content #footer-nav {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body footer .footer-content #footer-nav:last-child {
  margin-right: 0;
}
/* line 111, /app/app/assets/stylesheets/global/_grid.scss */
html body footer .footer-content .colaborators {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body footer .footer-content .colaborators:last-child {
  margin-right: 0;
}
/* line 116, /app/app/assets/stylesheets/global/_grid.scss */
html body footer .footer-content .copyright {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
html body footer .footer-content .copyright:last-child {
  margin-right: 0;
}

/* line 59, /app/app/assets/stylesheets/global/_mixins.scss */
.back-link {
  margin: 10px 0;
  background-repeat: no-repeat;
  background-image: url(/assets/arrow-back-8c8aa8483996b3332f1817adc182fcde558778bd4e00598f03d8f4b6e8217145.png);
  background-position-y: 30%;
}
/* line 65, /app/app/assets/stylesheets/global/_mixins.scss */
.back-link a {
  color: #B4B4B4;
  padding-left: 30px;
  text-decoration: none;
}
/* line 71, /app/app/assets/stylesheets/global/_mixins.scss */
.back-link:hover {
  background-image: url(/assets/arrow-back-hover-15242078ab566596d18dfaa1ee559420f2b27f4812644e1c877b1436293e2a57.png);
}
/* line 73, /app/app/assets/stylesheets/global/_mixins.scss */
.back-link:hover a {
  color: #333333;
}

/* line 80, /app/app/assets/stylesheets/global/_mixins.scss */
.btn, .btn-primary, .modal .modal-trigger, #create-producer, .candidature-notes input {
  min-width: 110px;
  margin: 15px 5px;
  padding: 10px 15px 12px;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 15px;
  border-radius: 3px;
  cursor: pointer;
}

/* line 93, /app/app/assets/stylesheets/global/_mixins.scss */
.btn-primary, .modal .modal-trigger, #create-producer, .candidature-notes input {
  background-color: #5BC0DE;
  border-radius: 3px;
  border: 0;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  color: white;
  display: inline-block;
}
/* line 354, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-primary:hover:not(:disabled), .modal .modal-trigger:hover:not(:disabled), #create-producer:hover:not(:disabled), .candidature-notes input:hover:not(:disabled) {
  background-color: #6dcae6;
  cursor: pointer;
}
/* line 365, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-primary:active:not(:disabled), .modal .modal-trigger:active:not(:disabled), #create-producer:active:not(:disabled), .candidature-notes input:active:not(:disabled), .btn-primary:focus:not(:disabled), .modal .modal-trigger:focus:not(:disabled), #create-producer:focus:not(:disabled), .candidature-notes input:focus:not(:disabled) {
  background-color: #4ab5d5;
  cursor: pointer;
}
/* line 59, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-primary:disabled, .modal .modal-trigger:disabled, #create-producer:disabled, .candidature-notes input:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 101, /app/app/assets/stylesheets/global/_mixins.scss */
.btn-delete {
  background-color: #F74C4C;
  border-radius: 3px;
  border: 0;
  color: white;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  color: white;
}
/* line 354, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-delete:hover:not(:disabled) {
  background-color: #fb6161;
  cursor: pointer;
}
/* line 365, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-delete:active:not(:disabled), .btn-delete:focus:not(:disabled) {
  background-color: #f23838;
  cursor: pointer;
}
/* line 59, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-delete:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 107, /app/app/assets/stylesheets/global/_mixins.scss */
.btn-secondary {
  background-color: #e1e1e1;
  border-radius: 3px;
  border: 0;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  background-color: #e1e1e1;
  border-radius: 3px;
  border: 0;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  color: black;
  font-weight: normal;
}
/* line 354, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-secondary:hover:not(:disabled) {
  background-color: #eeeeee;
  cursor: pointer;
}
/* line 365, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-secondary:active:not(:disabled), .btn-secondary:focus:not(:disabled) {
  background-color: #d4d4d4;
  cursor: pointer;
}
/* line 354, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-secondary:hover:not(:disabled) {
  background-color: #eeeded;
  cursor: pointer;
}
/* line 365, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-secondary:active:not(:disabled), .btn-secondary:focus:not(:disabled) {
  background-color: #d4d4d4;
  cursor: pointer;
}
/* line 59, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
.btn-secondary:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 116, /app/app/assets/stylesheets/global/_mixins.scss */
.btn-inscription {
  background-color: #ffffff;
  border: 1px solid #5BC0DE;
  color: #5BC0DE;
  font-weight: normal;
}
/* line 122, /app/app/assets/stylesheets/global/_mixins.scss */
.btn-inscription:hover {
  color: white;
  background-color: #5BC0DE;
}

/* line 174, /app/app/assets/stylesheets/global/_mixins.scss */
.ck-button {
  margin: 0 4px;
  border-radius: 4px;
  overflow: auto;
  float: left;
}
/* line 141, /app/app/assets/stylesheets/global/_mixins.scss */
.ck-button label {
  color: #838383;
  float: left;
  margin: 0;
  height: 40px;
  text-transform: uppercase;
}
/* line 148, /app/app/assets/stylesheets/global/_mixins.scss */
.ck-button label span {
  text-align: center;
  width: 100%;
  display: block;
  height: 40px;
  padding: 0 15px;
}
/* line 156, /app/app/assets/stylesheets/global/_mixins.scss */
.ck-button label input {
  position: absolute;
  top: -90px;
  height: 40px;
  padding: 0 15px;
}
/* line 164, /app/app/assets/stylesheets/global/_mixins.scss */
.ck-button input:checked + span {
  background-color: #e1e1e1;
  color: #636355;
}
/* line 169, /app/app/assets/stylesheets/global/_mixins.scss */
.ck-button:hover {
  background-color: #e1e1e1;
}

/* line 187, /app/app/assets/stylesheets/global/_mixins.scss */
#radios-wrapper .tg-list {
  padding-left: 0;
}
/* line 189, /app/app/assets/stylesheets/global/_mixins.scss */
#radios-wrapper .tg-list .tg-list-item {
  margin-bottom: 5px;
}
/* line 191, /app/app/assets/stylesheets/global/_mixins.scss */
#radios-wrapper .tg-list .tg-list-item.no_bullet {
  list-style: none;
}

/* line 199, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper u, #checks-wrapper li {
  list-style: none;
  padding: 0;
}
/* line 203, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper label {
  margin: 0 0 10px 0;
  font-weight: normal;
  font-size: 14px;
  display: inline-block;
  left: 2px;
  top: 9px;
}
/* line 210, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper label.big {
  font-size: 16px;
  top: 10px;
}
/* line 214, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper label div {
  display: inline;
}
/* line 216, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper label div input {
  width: 38px;
  margin-left: 10px;
}
/* line 222, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tg-list {
  padding-left: 0;
}
/* line 225, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tg-list-item {
  margin-right: 4em;
  margin-bottom: 20px;
}
/* line 228, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tg-list-item.separate {
  margin-bottom: 40px;
}
/* line 233, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl {
  display: none;
}
/* line 236, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl, #checks-wrapper .tgl:after, #checks-wrapper .tgl:before, #checks-wrapper .tgl *, #checks-wrapper .tgl *:after, #checks-wrapper .tgl *:before, #checks-wrapper .tgl + .tgl-btn {
  box-sizing: border-box;
  margin-bottom: 0;
  margin-right: 10px;
}
/* line 242, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl::selection, #checks-wrapper .tgl:after::selection, #checks-wrapper .tgl:before::selection, #checks-wrapper .tgl *::selection, #checks-wrapper .tgl *:after::selection, #checks-wrapper .tgl *:before::selection, #checks-wrapper .tgl + .tgl-btn::selection {
  background: none;
}
/* line 246, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl + .tgl-btn {
  outline: 0;
  display: inline-block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  user-select: none;
}
/* line 254, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl + .tgl-btn.big {
  width: 4.3em;
  height: 2.1em;
}
/* line 258, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl + .tgl-btn:after, #checks-wrapper .tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}
/* line 265, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl + .tgl-btn:after {
  left: 0;
}
/* line 268, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl + .tgl-btn:before {
  display: none;
}
/* line 274, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl:checked + .tgl-btn:after {
  left: 50%;
}
/* line 283, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl-light + .tgl-btn {
  background: #f0f0f0;
  border-radius: 2em;
  padding: 2px;
  transition: all .4s ease;
}
/* line 288, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all .2s ease;
}
/* line 295, /app/app/assets/stylesheets/global/_mixins.scss */
#checks-wrapper .tgl-light:checked + .tgl-btn {
  background: #9FD6AE;
}

/* line 1, /app/app/assets/stylesheets/global/_vertical_align.scss */
#devise-content {
  align-items: center;
  backface-visibility: hidden;
  display: flex;
  flex-flow: column nowrap;
  height: 100%;
  justify-content: center;
  left: 0;
  max-width: 100%;
  min-height: 24em;
  overflow: hidden;
  position: absolute;
  top: 0;
  transform: translate3d(0, 0, 0);
  width: 100%;
}

/* line 4, /app/app/assets/stylesheets/global/_modal_override.scss */
.modal .modal-inner .modal-error {
  background-color: #FFBCBC;
  color: #F74C4C;
  padding: 50px 20px;
  margin: 30px 0px;
}
/* line 11, /app/app/assets/stylesheets/global/_modal_override.scss */
.modal .modal-inner .modal-intro {
  font-weight: 800;
}
/* line 15, /app/app/assets/stylesheets/global/_modal_override.scss */
.modal .modal-inner .modal-content {
  display: inline-block;
  margin-top: 0;
  -webkit-columns: 1;
  -moz-columns: 1;
  columns: 1;
}
/* line 21, /app/app/assets/stylesheets/global/_modal_override.scss */
.modal .modal-inner .btn-primary, .modal .modal-inner .modal-trigger, .modal .modal-inner #create-producer, .modal .modal-inner .candidature-notes input, .candidature-notes .modal .modal-inner input {
  margin-left: 0;
}

/* line 7, /app/app/assets/stylesheets/components/_header.scss */
header {
  background-color: #f1f1ec;
  height: 75px;
}
/* line 11, /app/app/assets/stylesheets/components/_header.scss */
header #app-logo {
  background-repeat: no-repeat;
  background-image: url(/assets/small-logo-46ce0e149d7f0d6a1f09d110cb71ade06ab5f94c300454c373d4d50287ae269a.png);
  background-position: 50% 50%;
  height: 100%;
  margin: 0;
}
/* line 19, /app/app/assets/stylesheets/components/_header.scss */
header #goya-logo {
  background-repeat: no-repeat;
  background-image: url(/assets/logo_premios_goya-30e441ff77a75969dc4934b268107cb29b376a67238795bc28bee947727b1922.png);
  background-position: 50% 50%;
  background-size: 100%;
  height: 100%;
  margin: 0;
}
/* line 28, /app/app/assets/stylesheets/components/_header.scss */
header #user-actions a {
  text-align: right;
}
/* line 32, /app/app/assets/stylesheets/components/_header.scss */
header ul {
  padding-left: 0;
}
/* line 36, /app/app/assets/stylesheets/components/_header.scss */
header ul a {
  text-decoration: none;
}
/* line 40, /app/app/assets/stylesheets/components/_header.scss */
header ul a li {
  padding: 26px 10px;
  line-height: 44px;
  list-style-type: none;
  display: inline;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #838383;
}
/* line 47, /app/app/assets/stylesheets/components/_header.scss */
header ul a li.active, header ul a li:hover {
  background-color: #f9f9f7;
  color: #636355;
}

/* line 55, /app/app/assets/stylesheets/components/_header.scss */
h2.title {
  margin: 0;
  color: #333333;
  font-size: 2.2em;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 5, /app/app/assets/stylesheets/components/_footer.scss */
footer {
  background-color: #636355;
  height: 100px;
  box-shadow: 0px 500px 0px 500px #636355;
}
/* line 12, /app/app/assets/stylesheets/components/_footer.scss */
footer ul li {
  padding: 29px 10px;
  line-height: 75px;
  list-style-type: none;
  display: inline;
  text-align: center;
}
/* line 19, /app/app/assets/stylesheets/components/_footer.scss */
footer ul li.active a, footer ul li:hover a {
  color: #f9f9f7;
}
/* line 23, /app/app/assets/stylesheets/components/_footer.scss */
footer ul li a {
  text-decoration: none;
  color: #838383;
}
/* line 29, /app/app/assets/stylesheets/components/_footer.scss */
footer ul li .modal.footer-help .modal-trigger.footer-help-trigger {
  background: none;
  padding: 0;
  line-height: 75px;
  list-style-type: none;
  display: inline;
  text-align: center;
  text-decoration: none;
  color: #838383;
  font-weight: normal;
}
/* line 43, /app/app/assets/stylesheets/components/_footer.scss */
footer ul li .modal.footer-help .modal-trigger.footer-help-trigger.active .footer-helper, footer ul li .modal.footer-help .modal-trigger.footer-help-trigger:hover .footer-helper {
  color: #f9f9f7;
}
/* line 49, /app/app/assets/stylesheets/components/_footer.scss */
footer ul li .modal.footer-help .modal-trigger.footer-help-trigger .footer-helper .btn-primary:hover:not(:disabled), footer ul li .modal.footer-help .modal-trigger.footer-help-trigger .footer-helper .modal-trigger:hover:not(:disabled), footer ul li .modal.footer-help .modal-trigger.footer-help-trigger .footer-helper #create-producer:hover:not(:disabled), footer ul li .modal.footer-help .modal-trigger.footer-help-trigger .footer-helper .candidature-notes input:hover:not(:disabled), .candidature-notes footer ul li .modal.footer-help .modal-trigger.footer-help-trigger .footer-helper input:hover:not(:disabled), footer ul li .modal.footer-help .modal-trigger.footer-help-trigger .footer-helper .modal .modal-trigger:hover:not(:disabled), footer ul li .modal.footer-help .modal-trigger.footer-help-trigger .footer-helper #create-producer:hover:not(:disabled) {
  background-color: transparent;
}
/* line 58, /app/app/assets/stylesheets/components/_footer.scss */
footer div.colaborators {
  text-align: right;
  padding: 10px 60px;
  color: #838383;
}
/* line 65, /app/app/assets/stylesheets/components/_footer.scss */
footer div.copyright {
  text-align: center;
  padding: 50px 0;
  color: #838383;
}

/* line 4, /app/app/assets/stylesheets/components/_main.scss */
body {
  margin: 0;
  min-width: 1024px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 9, /app/app/assets/stylesheets/components/_main.scss */
body #search-box {
  padding: 0 120px;
  border-bottom: 1px solid #f1f1ec;
}
/* line 13, /app/app/assets/stylesheets/components/_main.scss */
body #search-box span.search {
  background-image: url(/assets/search-icon-046559318b0f1d629753c8d4cf56570c79c7d3e77982a1a5e0f1415d970fd14b.png);
  width: 18px;
  height: 18px;
  margin: 10px 10px 0 0px;
  line-height: 40px;
}
/* line 20, /app/app/assets/stylesheets/components/_main.scss */
body #search-box input#ajax-search-field {
  outline-width: 0;
  background: transparent;
  border: none;
  width: 400px;
  height: 40px;
  padding: 8px;
  box-shadow: none;
}
/* line 4, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/css3/_placeholder.scss */
body #search-box input#ajax-search-field::-webkit-input-placeholder {
  color: #636355;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
/* line 4, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/css3/_placeholder.scss */
body #search-box input#ajax-search-field::-moz-placeholder {
  color: #636355;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
/* line 4, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/css3/_placeholder.scss */
body #search-box input#ajax-search-field:-moz-placeholder {
  color: #636355;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
/* line 4, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/css3/_placeholder.scss */
body #search-box input#ajax-search-field:-ms-input-placeholder {
  color: #636355;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
}
/* line 36, /app/app/assets/stylesheets/components/_main.scss */
body #search-box:hover span.search {
  background-image: url(/assets/search-icon-hover-241289f03f7ed35c348ab0628212d3d54614e798704b21dd01aa08c5aa060702.png);
}
/* line 37, /app/app/assets/stylesheets/components/_main.scss */
body #search-box:hover input#search {
  border: 0;
}
/* line 39, /app/app/assets/stylesheets/components/_main.scss */
body #search-box:hover input#search:focus {
  outline-width: 0;
}
/* line 47, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .content {
  padding: 15px 120px 60px 120px;
  min-height: 600px;
}
/* line 51, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h2 {
  color: #666666;
}
/* line 53, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h2 span.search-size {
  font-weight: normal;
  font-size: 18px;
}
/* line 55, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h2 span.search-size.number {
  padding-left: 18px;
}
/* line 60, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h2 span.download-csv {
  font-size: 18px;
  padding-left: 20px;
}
/* line 63, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h2 span.download-csv a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 66, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h2 span.download-csv a:hover {
  color: #2390b0;
}
/* line 72, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h3 {
  color: #333333;
  margin-top: 30px;
}
/* line 75, /app/app/assets/stylesheets/components/_main.scss */
body #main-content h3.error {
  color: #F74C4C;
}
/* line 81, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters, body #main-content .show-actions .filters {
  padding: 15px 0;
}
/* line 83, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters ul, body #main-content .show-actions .filters ul {
  margin: 0;
  padding: 0;
}
/* line 86, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters ul li, body #main-content .show-actions .filters ul li {
  display: inline;
  line-height: 40px;
  margin-top: -15px;
}
/* line 92, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters.full-width, body #main-content .show-actions .filters.full-width {
  background-color: #F8F8F8;
  padding: 15px 30px;
  margin-bottom: 20px;
}
/* line 93, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters.full-width ul li, body #main-content .show-actions .filters.full-width ul li {
  display: block;
}
/* line 95, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters.full-width ul li label span, body #main-content .show-actions .filters.full-width ul li label span {
  font-size: 14px;
  color: #555;
}
/* line 104, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters.full-width .filter-block, body #main-content .show-actions .filters.full-width .filter-block {
  vertical-align: top;
}
/* line 106, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters.full-width .filter-block .filter-title, body #main-content .show-actions .filters.full-width .filter-block .filter-title {
  color: #797878;
  margin-bottom: 20px;
}
/* line 109, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters.full-width .filter-block .filter-title.award-edition, body #main-content .show-actions .filters.full-width .filter-block .filter-title.award-edition {
  margin-bottom: 10px;
}
/* line 114, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .filters.full-width .filter-block .selectize-control, body #main-content .show-actions .filters.full-width .filter-block .selectize-control {
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
  min-width: 200px;
  margin-right: 15px;
  margin-top: 0;
}
/* line 126, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .buttons-full-width, body #main-content .show-actions .buttons-full-width {
  text-align: right;
  padding-top: 10px;
}
/* line 129, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .buttons-full-width .selectize-control, body #main-content .show-actions .buttons-full-width .selectize-control {
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
  min-width: 10%;
  margin-right: 15px;
}
/* line 138, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .status_selector, body #main-content .actions .award_type_selector, body #main-content .show-actions .status_selector, body #main-content .show-actions .award_type_selector {
  display: inline;
}
/* line 140, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .status_selector .selectize-control, body #main-content .actions .award_type_selector .selectize-control, body #main-content .show-actions .status_selector .selectize-control, body #main-content .show-actions .award_type_selector .selectize-control {
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
  min-width: 180px !important;
  margin-right: 15px;
}
/* line 149, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .extra-filters, body #main-content .show-actions .extra-filters {
  display: inline;
}
/* line 152, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .extra-filters .selectize-control, body #main-content .show-actions .extra-filters .selectize-control {
  margin-bottom: 15px;
  text-align: left;
  display: inline-block;
  min-width: 23%;
  margin-right: 15px;
}
/* line 161, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .actions .buttons, body #main-content .show-actions .buttons {
  text-align: right;
}
/* line 166, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .table-responsive table {
  font-size: 14px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  display: table;
}
/* line 13, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table thead tr {
  background-color: #f1f1ec;
  font-weight: bold;
  text-align: left;
}
/* line 17, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table thead tr #next-page {
  display: none;
}
/* line 20, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table thead tr #response-size {
  display: none;
}
/* line 24, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table thead th {
  padding: 5px 15px;
}
/* line 29, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table tbody tr {
  padding: 10px 15px;
  cursor: pointer;
  cursor: hand;
}
/* line 33, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table tbody tr:hover {
  background-color: #f1f1ec;
}
/* line 36, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table tbody tr td {
  vertical-align: baseline;
  border-bottom: 1px solid #f1f1ec;
  padding: 10px 15px;
}
/* line 41, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table tbody tr td.checkbox input {
  height: auto;
}
/* line 45, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table tbody tr td a {
  color: #5BC0DE;
  text-decoration: none;
}
/* line 48, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content .table-responsive table tbody tr td a:hover {
  color: #2390b0;
}
/* line 169, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .table-responsive table td.nominee {
  color: #bd7e19;
  font-weight: bold;
}
/* line 173, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .table-responsive table td.winner {
  color: #42bd19;
  font-weight: bold;
}
/* line 178, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .table-responsive table tr.pending {
  background: #FFFDE7;
  font-style: italic;
}
/* line 183, /app/app/assets/stylesheets/components/_main.scss */
body #main-content .inscriptions .films .film-status .badge-big {
  background-color: #f9f9f7;
  width: 150px;
  border-radius: 50px;
  padding: 10px 30px;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
}
/* line 186, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields {
  font-size: 14px;
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
  display: table;
}
/* line 13, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields thead tr {
  background-color: #f1f1ec;
  font-weight: bold;
  text-align: left;
}
/* line 17, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields thead tr #next-page {
  display: none;
}
/* line 20, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields thead tr #response-size {
  display: none;
}
/* line 24, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields thead th {
  padding: 5px 15px;
}
/* line 29, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields tbody tr {
  padding: 10px 15px;
  cursor: pointer;
  cursor: hand;
}
/* line 33, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields tbody tr:hover {
  background-color: #f1f1ec;
}
/* line 36, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields tbody tr td {
  vertical-align: baseline;
  border-bottom: 1px solid #f1f1ec;
  padding: 10px 15px;
}
/* line 41, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields tbody tr td.checkbox input {
  height: auto;
}
/* line 45, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields tbody tr td a {
  color: #5BC0DE;
  text-decoration: none;
}
/* line 48, /app/app/assets/stylesheets/global/_mixins.scss */
body #main-content table.show-fields tbody tr td a:hover {
  color: #2390b0;
}
/* line 189, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields.info a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 192, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields.info a:hover {
  color: #2390b0;
}
/* line 196, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields.info tbody tr:hover {
  background-color: white;
}
/* line 201, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields tr.field-info:hover {
  background-color: #ffffff;
}
/* line 204, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields tr.field-info a.film-link {
  padding-left: 0;
  margin-right: 10px;
  margin-left: 0px;
}
/* line 210, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields tr.field-info td.field-name {
  vertical-align: baseline;
  width: 35%;
  color: #838383;
  padding-left: 5px;
}
/* line 219, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields tr.field-info td.link-to-film a {
  margin-left: 0;
}
/* line 223, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields tr.field-info a {
  font-size: 15px;
  margin-left: 30px;
  text-decoration: none;
  color: #5BC0DE;
}
/* line 228, /app/app/assets/stylesheets/components/_main.scss */
body #main-content table.show-fields tr.field-info a:hover {
  color: #2390b0;
}

/* line 237, /app/app/assets/stylesheets/components/_main.scss */
.simple_form .selectize-control div.selectize-dropdown-content div.create {
  background: #b0e1ef;
}
/* line 240, /app/app/assets/stylesheets/components/_main.scss */
.simple_form .selectize-control div.selectize-dropdown-content div.create .create-message {
  font-weight: bold;
}

/* line 245, /app/app/assets/stylesheets/components/_main.scss */
span.applicant_not_approved {
  display: inline !important;
  font-style: italic;
  background: #fffaca;
}
/* line 249, /app/app/assets/stylesheets/components/_main.scss */
span.applicant_not_approved:after {
  content: '';
  height: 16px;
  width: 16px;
  background-image: url(/assets/help-icon-e14a7c25cc1b4f09378b5898b99e7bee2606f04ff55e03b5a4f832c00e05d224.png);
  display: inline-block;
  position: relative;
  margin-left: 0.3em;
  bottom: -0.2em;
}

/* line 7, /app/app/assets/stylesheets/components/_forms.scss */
.form-header .form-title {
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 54.14736%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-header .form-title:last-child {
  margin-right: 0;
}
/* line 10, /app/app/assets/stylesheets/components/_forms.scss */
.form-header .form-actions, .form-header .form-links {
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 42.6842%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-header .form-actions:last-child, .form-header .form-links:last-child {
  margin-right: 0;
}

/* line 16, /app/app/assets/stylesheets/components/_forms.scss */
.mb {
  margin-bottom: 3em;
}

/* line 20, /app/app/assets/stylesheets/components/_forms.scss */
#candidature_film_original_work {
  min-width: 48% !important;
}

/* line 24, /app/app/assets/stylesheets/components/_forms.scss */
.help-text {
  color: #666666;
}

/* line 28, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs {
  margin-top: 10px;
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 65.61052%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs:last-child {
  margin-right: 0;
}
/* line 33, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .form-section {
  margin-top: 15px;
  float: left;
  display: block;
  margin-right: 3.16844%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .form-section:last-child {
  margin-right: 0;
}
/* line 39, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .date .selectize-control.single {
  min-width: 120px;
  display: inline-block;
}
/* line 46, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs div.input.datetimepicker input.datetimepicker {
  width: 10em;
  text-align: center;
}
/* line 51, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs div.input.datepicker input.datepicker {
  width: 7em;
  text-align: center;
}
/* line 57, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs label.checkbox {
  display: inline-block;
  max-width: 100%;
  min-height: 20px;
  padding-left: 28px;
  margin-bottom: 0;
  cursor: pointer;
  line-height: 22px;
}
/* line 66, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs label.checkbox input[type=checkbox] {
  position: absolute;
  margin-left: -26px;
  line-height: normal;
  margin-top: 5px;
  width: 20px;
  height: 20px;
}
/* line 76, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs input:not([type="radio"]):not([type="checkbox"]), .form-inputs textarea {
  width: 92%;
}
/* line 80, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs textarea {
  height: 100px;
  padding: 10px;
}
/* line 85, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .left {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .left:last-child {
  margin-right: 0;
}
/* line 87, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .left .sub-left {
  float: left;
  display: block;
  margin-right: 10.1484%;
  width: 44.9258%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .left .sub-left:last-child {
  margin-right: 0;
}
/* line 90, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .left .sub-right {
  float: left;
  display: block;
  margin-right: 10.1484%;
  width: 44.9258%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .left .sub-right:last-child {
  margin-right: 0;
}
/* line 97, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .right {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .right:last-child {
  margin-right: 0;
}
/* line 100, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .right .sub-left {
  float: left;
  display: block;
  margin-right: 10.1484%;
  width: 44.9258%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .right .sub-left:last-child {
  margin-right: 0;
}
/* line 103, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .right .sub-right {
  float: left;
  display: block;
  margin-right: 10.1484%;
  width: 44.9258%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .right .sub-right:last-child {
  margin-right: 0;
}
/* line 110, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .double {
  display: inline-block;
  vertical-align: text-top;
}
/* line 113, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .double .input {
  display: inline-block;
  margin-right: 5px;
}
/* line 116, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .double .input input {
  width: 238px;
  text-align: right;
}
/* line 121, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .double .selectize-control {
  display: inline-block;
  margin-top: 35px;
  margin-left: 5px;
  width: 75px;
}
/* line 128, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .multiple-inputs {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-inputs .multiple-inputs:last-child {
  margin-right: 0;
}
/* line 130, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .multiple-inputs div.input.select {
  width: 20%;
  display: inline-block;
}
/* line 135, /app/app/assets/stylesheets/components/_forms.scss */
.form-inputs .multiple-inputs div.input.hidden {
  display: none;
}

/* line 147, /app/app/assets/stylesheets/components/_forms.scss */
.poster {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.poster:last-child {
  margin-right: 0;
}
/* line 149, /app/app/assets/stylesheets/components/_forms.scss */
.poster #poster-preview {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 9.14806%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.poster #poster-preview:last-child {
  margin-right: 0;
}
/* line 153, /app/app/assets/stylesheets/components/_forms.scss */
.poster .file-upload {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 82.52847%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.poster .file-upload:last-child {
  margin-right: 0;
}

/* line 159, /app/app/assets/stylesheets/components/_forms.scss */
.login .form-inputs {
  width: 100%;
}
/* line 162, /app/app/assets/stylesheets/components/_forms.scss */
.login .form-inputs .input label, .login .form-inputs .input span {
  text-align: left;
  margin: 10px 25px;
}
/* line 166, /app/app/assets/stylesheets/components/_forms.scss */
.login .form-inputs .input input {
  width: 90%;
  padding: 0 10px;
}
/* line 169, /app/app/assets/stylesheets/components/_forms.scss */
.login .form-inputs .input input[type=checkbox] {
  display: inline-block;
  height: auto;
  text-align: left;
  width: auto;
}

/* line 179, /app/app/assets/stylesheets/components/_forms.scss */
h3.required {
  display: inline-block;
}

/* line 180, /app/app/assets/stylesheets/components/_forms.scss */
abbr.custom {
  color: red;
  display: inline-block;
}

/* line 184, /app/app/assets/stylesheets/components/_forms.scss */
span.custom {
  display: inline-block;
}

/* line 195, /app/app/assets/stylesheets/components/_forms.scss */
.form-actions {
  float: left;
  display: block;
  margin-right: 4.82916%;
  width: 47.58542%;
  margin-top: 40px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.form-actions:last-child {
  margin-right: 0;
}

/* line 201, /app/app/assets/stylesheets/components/_forms.scss */
.award-links a {
  color: #5BC0DE;
  padding-bottom: 12px;
  display: block;
  font-size: 0.9em;
  text-decoration: none;
}
/* line 207, /app/app/assets/stylesheets/components/_forms.scss */
.award-links a:hover {
  color: #2390b0;
}

/* line 213, /app/app/assets/stylesheets/components/_forms.scss */
.form-links {
  text-align: right;
}
/* line 215, /app/app/assets/stylesheets/components/_forms.scss */
.form-links a {
  color: #5BC0DE;
  margin-left: 20px;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 221, /app/app/assets/stylesheets/components/_forms.scss */
.form-links a:hover {
  color: #2390b0;
}

/* line 230, /app/app/assets/stylesheets/components/_forms.scss */
.form-header {
  height: 40px;
  border-bottom: 1px solid #f1f1ec;
  margin: 40px 0 20px 0;
}
/* line 235, /app/app/assets/stylesheets/components/_forms.scss */
.form-header .form-title h1 {
  margin: 0;
  color: #838383;
  font-weight: normal;
  font-size: 1.7em;
}
/* line 240, /app/app/assets/stylesheets/components/_forms.scss */
.form-header .form-title h1 strong {
  font-weight: bold;
}
/* line 245, /app/app/assets/stylesheets/components/_forms.scss */
.form-header .form-actions {
  position: relative;
  padding-top: 20px;
  text-transform: uppercase;
  text-align: right;
}

/* line 255, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form div.input {
  margin-bottom: 20px;
  clear: both;
  /* Required for Webkit, but not for Gecko */
}
/* line 260, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form label {
  display: block;
  color: #666666;
  font-size: 15px;
  margin: 2px 0px 10px 0px;
}
/* line 265, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form label.required abbr {
  color: red;
}
/* line 266, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form label a {
  color: #5BC0DE;
}
/* line 271, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control {
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 277, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control.multi .selectize-input {
  height: auto;
}
/* line 281, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control.multi .item {
  display: inline-block;
  margin: 5px 5px;
  padding: 5px;
}
/* line 286, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control.multi input {
  display: block;
  margin: 5px 5px;
  padding: 5px;
  width: 20px;
}
/* line 294, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div {
  padding-top: 0px;
  width: 92%;
}
/* line 297, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-input {
  border: 1px solid #ccc;
  box-shadow: none;
  height: 35px;
  padding: 0 5px;
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 307, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.items {
  color: red;
}
/* line 309, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.items .name, .simple_form .selectize-control div.items .jobs {
  display: inline-block;
  margin-top: 8px;
}
/* line 313, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.items .name {
  color: #333333;
  padding-right: 10px;
}
/* line 317, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.items .jobs {
  color: #838383;
}
/* line 322, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-dropdown-content {
  width: auto;
  margin: 0;
  padding: 0;
}
/* line 326, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-dropdown-content div {
  width: auto;
  padding: 2px 0px;
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 334, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-dropdown-content .name, .simple_form .selectize-control div.selectize-dropdown-content .jobs, .simple_form .selectize-control div.selectize-dropdown-content .notfound-message, .simple_form .selectize-control div.selectize-dropdown-content .create-message {
  margin: 0 7px;
  display: block;
}
/* line 338, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-dropdown-content .name {
  color: #333333;
  font-size: 1em;
  padding: 10px 0 2px 0;
}
/* line 343, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-dropdown-content .jobs {
  color: #838383;
  font-size: 0.9em;
  padding-bottom: 10px;
}
/* line 348, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-dropdown-content .create-message {
  color: #333333;
  font-size: 1em;
  padding: 10px 0;
}
/* line 355, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.selectize-dropdown-content .notfound-message {
  color: #838383;
  font-size: 0.9em;
  padding-top: 5px;
}
/* line 361, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control div.item {
  margin-top: 8px;
  padding: 0;
  font-size: 15px;
  color: #222;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}
/* line 370, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .selectize-control input, .simple_form .selectize-control textarea {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #222;
  height: 35px;
  padding: 0 5px;
}

/* line 383, /app/app/assets/stylesheets/components/_forms.scss */
div.boolean, .simple_form input[type='submit'] {
  margin-left: 0px;
  height: 40px;
}

/* line 388, /app/app/assets/stylesheets/components/_forms.scss */
div.boolean label {
  float: none;
  margin: 0;
}

/* line 393, /app/app/assets/stylesheets/components/_forms.scss */
label.collection_radio_buttons {
  float: none;
  margin: 0;
  margin-right: 10px;
  vertical-align: -2px;
  margin-left: 2px;
}

/* line 401, /app/app/assets/stylesheets/components/_forms.scss */
.field_with_errors {
  background-color: #ffffff;
}
/* line 403, /app/app/assets/stylesheets/components/_forms.scss */
.field_with_errors label, .field_with_errors span {
  color: #F74C4C;
}
/* line 406, /app/app/assets/stylesheets/components/_forms.scss */
.field_with_errors span {
  font-size: 13px;
}
/* line 409, /app/app/assets/stylesheets/components/_forms.scss */
.field_with_errors input, .field_with_errors textarea {
  border: 1px solid #F74C4C;
}
/* line 412, /app/app/assets/stylesheets/components/_forms.scss */
.field_with_errors .selectize-input {
  border: 1px solid #F74C4C;
}

/* line 418, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .error {
  clear: left;
  color: #F74C4C;
  display: block;
}
/* line 423, /app/app/assets/stylesheets/components/_forms.scss */
.simple_form .hint {
  display: inline-block;
  clear: left;
  color: #555;
  display: block;
  font-style: italic;
}

/* line 432, /app/app/assets/stylesheets/components/_forms.scss */
input:not([type="radio"]):not([type="checkbox"]):not([type='submit']), textarea {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
  font-family: "Open Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  height: 35px;
  border: 1px solid #ccc;
  padding: 0 5px;
  font-size: 15px;
  color: #222;
}
/* line 443, /app/app/assets/stylesheets/components/_forms.scss */
input:not([type="radio"]):not([type="checkbox"]):not([type='submit']).radio, textarea.radio {
  margin-right: 5px;
  vertical-align: -3px;
}
/* line 447, /app/app/assets/stylesheets/components/_forms.scss */
input:not([type="radio"]):not([type="checkbox"]):not([type='submit']).check_boxes, textarea.check_boxes {
  margin-left: 3px;
  vertical-align: -3px;
}

/* line 453, /app/app/assets/stylesheets/components/_forms.scss */
input[type="radio"] {
  margin-right: 7px;
  vertical-align: 1px;
}

/* line 458, /app/app/assets/stylesheets/components/_forms.scss */
label.collection_check_boxes {
  float: none;
  margin: 0;
  vertical-align: -2px;
  margin-left: 2px;
}

/* line 466, /app/app/assets/stylesheets/components/_forms.scss */
#table-block .table-title {
  margin-top: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  line-height: 80px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
#table-block .table-title:last-child {
  margin-right: 0;
}
/* line 471, /app/app/assets/stylesheets/components/_forms.scss */
#table-block h3.title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
#table-block h3.title:last-child {
  margin-right: 0;
}
/* line 477, /app/app/assets/stylesheets/components/_forms.scss */
#table-block .table-actions {
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
}
/* line 20, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/addons/_clearfix.scss */
#table-block .table-actions::after {
  clear: both;
  content: "";
  display: table;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
#table-block .table-actions:last-child {
  margin-right: 0;
}
/* line 483, /app/app/assets/stylesheets/components/_forms.scss */
#table-block .table-actions-alternative {
  text-align: right;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 23.23176%;
  margin-right: 0;
}
/* line 20, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/addons/_clearfix.scss */
#table-block .table-actions-alternative::after {
  clear: both;
  content: "";
  display: table;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
#table-block .table-actions-alternative:last-child {
  margin-right: 0;
}

/* line 491, /app/app/assets/stylesheets/components/_forms.scss */
.table {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-top: 0;
  margin-bottom: 30px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.table:last-child {
  margin-right: 0;
}
/* line 495, /app/app/assets/stylesheets/components/_forms.scss */
.table .header-important {
  color: white;
  background-color: #333333;
}

/* line 501, /app/app/assets/stylesheets/components/_forms.scss */
.help-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  background-color: #F7F7F7;
  font-size: 13px;
  border-radius: 2px;
  margin-bottom: 40px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.help-box:last-child {
  margin-right: 0;
}

/* line 509, /app/app/assets/stylesheets/components/_forms.scss */
.modal.send-incident {
  height: 40px;
  line-height: 40px;
}
/* line 512, /app/app/assets/stylesheets/components/_forms.scss */
.modal.send-incident #email-body {
  width: 100%;
  height: 300px;
}
/* line 516, /app/app/assets/stylesheets/components/_forms.scss */
.modal.send-incident a {
  color: #ffffff;
}

/************************************/
/*      Progressbar   Style         */
/************************************/
/* line 524, /app/app/assets/stylesheets/components/_forms.scss */
.progress-label {
  position: absolute !important;
  top: 4px;
  font-weight: bold;
  width: 100%;
}
/* line 530, /app/app/assets/stylesheets/components/_forms.scss */
.progress-label .span {
  text-align: center;
}

/* line 534, /app/app/assets/stylesheets/components/_forms.scss */
.ui-progressbar {
  position: relative;
  margin: 0px !important;
}

/* line 539, /app/app/assets/stylesheets/components/_forms.scss */
.ui-progressbar-value {
  background: #dff0d8 !important;
  margin: 0px !important;
  text-align: center;
}

/************************************/
/* Progressbar Dots Animation Style */
/************************************/
/* line 550, /app/app/assets/stylesheets/components/_forms.scss */
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

/* line 556, /app/app/assets/stylesheets/components/_forms.scss */
.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #555;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

/* line 565, /app/app/assets/stylesheets/components/_forms.scss */
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}

/* line 569, /app/app/assets/stylesheets/components/_forms.scss */
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 573, /app/app/assets/stylesheets/components/_forms.scss */
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}

/* line 577, /app/app/assets/stylesheets/components/_forms.scss */
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}
@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(24px, 0);
  }
}
/******************************/
/* Festival documents styling */
/******************************/
/* line 612, /app/app/assets/stylesheets/components/_forms.scss */
.festival-documents .selectize-input, .festival-documents input {
  width: 100% !important;
}
/* line 616, /app/app/assets/stylesheets/components/_forms.scss */
.festival-documents .btn, .festival-documents .btn-primary, .festival-documents .modal .modal-trigger, .modal .festival-documents .modal-trigger, .festival-documents #create-producer, .festival-documents .candidature-notes input, .candidature-notes .festival-documents input {
  min-width: auto !important;
}
/* line 620, /app/app/assets/stylesheets/components/_forms.scss */
.festival-documents .nested-fields .remove_fields, .festival-documents .nested-fields .remove_fields:hover {
  height: 32px;
  width: auto;
  background-image: none;
}

/* line 627, /app/app/assets/stylesheets/components/_forms.scss */
.document-upload-dropzone {
  border: 2px dashed #5BC0DE;
  border-radius: 1em;
  background: #f9f9f7;
  padding: 2em 1em 0em;
  margin-bottom: 0;
  text-align: center;
  transition: border-color 0.2s, background 0.2s;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 6em;
}
/* line 641, /app/app/assets/stylesheets/components/_forms.scss */
.document-upload-dropzone:hover, .document-upload-dropzone:focus-within {
  border-color: #31a6c9;
  background: #f1faff;
}
/* line 645, /app/app/assets/stylesheets/components/_forms.scss */
.document-upload-dropzone label {
  width: 100%;
  height: 100%;
  margin-bottom: 0 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
/* line 655, /app/app/assets/stylesheets/components/_forms.scss */
.document-upload-dropzone i.fa-cloud-upload-alt {
  font-size: 2em;
  color: #5BC0DE;
  margin-bottom: 0.5em;
}
/* line 660, /app/app/assets/stylesheets/components/_forms.scss */
.document-upload-dropzone span {
  color: #666;
  font-size: 1em;
  margin-bottom: 0.5em;
}

/* line 1, /app/app/assets/stylesheets/components/_notifications.scss */
.alert {
  padding: 3px 0;
  min-height: 70px;
  line-height: 30px;
  background-color: #eed3d7;
  display: inline-block;
  width: 100%;
}
/* line 9, /app/app/assets/stylesheets/components/_notifications.scss */
.alert ul li {
  width: auto;
  padding: 0 10px;
}
/* line 14, /app/app/assets/stylesheets/components/_notifications.scss */
.alert a {
  color: #5BC0DE;
  text-decoration: none;
}
/* line 17, /app/app/assets/stylesheets/components/_notifications.scss */
.alert a:hover {
  color: #2390b0;
}
/* line 21, /app/app/assets/stylesheets/components/_notifications.scss */
.alert span {
  width: auto;
  padding: 0 10px;
}

/* line 28, /app/app/assets/stylesheets/components/_notifications.scss */
.alert-error {
  padding: 10px 20px;
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left;
  margin-bottom: 10px;
}

/* line 37, /app/app/assets/stylesheets/components/_notifications.scss */
.alert-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
  text-align: left;
}

/* line 44, /app/app/assets/stylesheets/components/_notifications.scss */
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left;
}

/* line 51, /app/app/assets/stylesheets/components/_notifications.scss */
.alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
  text-align: left;
}

/* line 58, /app/app/assets/stylesheets/components/_notifications.scss */
.alert-warning {
  background-color: #fbe0bf;
  border-color: #d6e9c6;
  color: black;
  text-align: left;
}

/* line 66, /app/app/assets/stylesheets/components/_notifications.scss */
.musician-alert .left, .musician_manager-alert .left {
  float: left;
  width: 85%;
}
/* line 70, /app/app/assets/stylesheets/components/_notifications.scss */
.musician-alert .right, .musician_manager-alert .right {
  padding-top: 35px;
  float: right;
}

/* line 77, /app/app/assets/stylesheets/components/_notifications.scss */
.alertUpload {
  padding: 20px;
  min-height: 70px;
  line-height: 30px;
  background-color: #eed3d7;
  width: 100%;
  border-radius: 10px;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}
/* line 88, /app/app/assets/stylesheets/components/_notifications.scss */
.alertUpload i {
  font-size: 30px;
  padding-right: 20px;
}
/* line 93, /app/app/assets/stylesheets/components/_notifications.scss */
.alertUpload span {
  display: flex;
}

/* line 98, /app/app/assets/stylesheets/components/_notifications.scss */
.alert2-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
/* line 102, /app/app/assets/stylesheets/components/_notifications.scss */
.alert2-error i {
  color: #d59392;
}

/* line 108, /app/app/assets/stylesheets/components/_notifications.scss */
.alert2-alert {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}

/* line 114, /app/app/assets/stylesheets/components/_notifications.scss */
.alert2-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}

/* line 121, /app/app/assets/stylesheets/components/_notifications.scss */
.alert2-warning {
  background-color: #fbe0bf;
  border-color: #f5b25f;
  color: #b0660b;
}
/* line 125, /app/app/assets/stylesheets/components/_notifications.scss */
.alert2-warning i {
  color: #f29a2f;
}

/* line 10, /app/app/assets/stylesheets/components/_hint.scss */
.hint-label {
  height: 16px;
  width: 16px;
  background-image: url(/assets/help-icon-e14a7c25cc1b4f09378b5898b99e7bee2606f04ff55e03b5a4f832c00e05d224.png);
  display: inline-block;
  position: relative;
}
/* line 16, /app/app/assets/stylesheets/components/_hint.scss */
.hint-label .hint-msg {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  box-shadow: 0 2px 2px silver;
  background-color: #333333;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  z-index: 10;
  display: none;
  position: absolute;
  min-width: 400px;
  min-height: 50px;
  top: -10px;
  left: 30px;
}
/* line 34, /app/app/assets/stylesheets/components/_hint.scss */
.hint-label .hint-msg:after {
  position: absolute;
  top: 6px;
  left: 0;
  color: #333333;
  content: '◀';
  font-size: 1.4em;
  margin-left: -12px;
  text-align: center;
}
/* line 42, /app/app/assets/stylesheets/components/_hint.scss */
.hint-label .hint-msg a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 45, /app/app/assets/stylesheets/components/_hint.scss */
.hint-label .hint-msg a:hover {
  color: #2390b0;
}
/* line 50, /app/app/assets/stylesheets/components/_hint.scss */
.hint-label .prizes {
  min-width: 250px;
}

/* line 57, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM {
  height: 16px;
  width: 16px;
  background-image: url(/assets/help-icon-e14a7c25cc1b4f09378b5898b99e7bee2606f04ff55e03b5a4f832c00e05d224.png);
  display: inline-block;
  position: relative;
}
/* line 63, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM .hint-msgJM {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-radius: 2px;
  box-shadow: 0 2px 2px silver;
  background-color: #333333;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.5em;
  margin: 0 auto;
  padding: 1em;
  text-align: center;
  z-index: 10;
  position: absolute;
  min-width: 400px;
  min-height: 50px;
  top: -10px;
  left: 30px;
  display: block;
  visibility: hidden;
}
/* line 82, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM .hint-msgJM:after {
  position: absolute;
  top: 6px;
  left: 0;
  color: #333333;
  content: '◀';
  font-size: 1.4em;
  margin-left: -12px;
  text-align: center;
}
/* line 90, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM .hint-msgJM a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 93, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM .hint-msgJM a:hover {
  color: #2390b0;
}

/* line 100, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM:hover {
  border: 0;
  /* IE6 needs this to show large image */
  z-index: 1;
}

/* line 104, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM .hint-msgJM {
  visibility: hidden;
}

/* line 107, /app/app/assets/stylesheets/components/_hint.scss */
.hint-labelJM:hover .hint-msgJM {
  visibility: visible;
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_rtl {
  padding: 8px 0 8px 8px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker button {
  border: none !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.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 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_noselect::selection {
  background: transparent;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_noselect::-moz-selection {
  background: transparent;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_datepicker, .xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active, .xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
  margin-left: 5px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_next, .xdsoft_datetimepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
  min-width: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev, .xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_today_button:hover, .xdsoft_datetimepicker .xdsoft_next:hover, .xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label:hover > span {
  text-decoration: underline;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1.0;
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_month {
  width: 100px;
  text-align: right;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
  margin-left: 5px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #3af;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month, .xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled, .xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)";
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #fff !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover, .xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_scroller_box {
  position: relative;
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select {
  border: 1px solid #333;
  background: #000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

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

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #c50;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover, .xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000 !important;
  background: #007fff !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333 !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111 !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555 !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_dark .xdsoft_scrollbar > .xdsoft_scroller {
  background: #333 !important;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans","Book Antiqua",sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #fff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #fff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff',endColorstr='#f4f8fa',GradientType=0);
}

/* line 1, /app/app/assets/stylesheets/jquery.datetimepicker.min.css */
.xdsoft_datetimepicker .blue-gradient-button:hover, .xdsoft_datetimepicker .blue-gradient-button:focus, .xdsoft_datetimepicker .blue-gradient-button:hover span, .xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #FFF));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #FFF 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #FFF 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa',endColorstr='#FFF',GradientType=0);
}

/* line 11, /app/app/assets/stylesheets/sections/_devise.scss */
#devise {
  background: #f1f1ec;
}

/* line 17, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content h3 {
  text-align: center;
}
/* line 20, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content p {
  color: #666666;
}

/* line 25, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .header {
  display: block;
  text-align: center;
  margin-bottom: 40px;
}

/* line 31, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .header .logo {
  background-repeat: no-repeat;
  background-image: url(/assets/logo-76542fd41411def6b8a858f2a5ba9f58d28b4765046184b488413fc92d5a8898.png);
  height: 50px;
  width: 240px;
  margin: 0 auto;
}

/* line 39, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .account-box {
  background: #ffffff;
  width: 450px;
  padding: 50px 40px;
  margin-bottom: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  border: 1px solid #d6d4ca;
}
/* line 50, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .account-box .devise-errors {
  margin: 20px 0;
}
/* line 52, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .account-box .devise-errors ul li {
  list-style: none;
}

/* line 57, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .form input {
  display: block;
  margin: 0;
  width: 100%;
}
/* line 61, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .form input[type=submit] {
  margin: 40px 0 10px 0;
  padding: 15px;
}
/* line 65, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .form input[type=text], #devise-content .form input[type=password], #devise-content .form input[type=email] {
  font-size: 16px;
  padding: 0 15px;
  margin-bottom: 20px;
  height: 52px;
}

/* line 73, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .right {
  font-size: 13px;
  text-decoration: none;
  color: #838383;
  display: block;
  text-align: center;
}
/* line 79, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .right:hover {
  color: #333333;
}

/* line 85, /app/app/assets/stylesheets/sections/_devise.scss */
#devise-content .form-group input#forgot-password-modal.modal-state {
  display: none;
}

/* line 3, /app/app/assets/stylesheets/sections/_home.scss */
.award-section {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section:last-child {
  margin-right: 0;
}
/* line 5, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .title:last-child {
  margin-right: 0;
}
/* line 7, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .title h1 {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .title h1:last-child {
  margin-right: 0;
}
/* line 10, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .title .edition {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .title .edition:last-child {
  margin-right: 0;
}
/* line 16, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film, .award-section .feature-film, .award-section .first-round, .award-section .second-round {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .short-film:last-child, .award-section .feature-film:last-child, .award-section .first-round:last-child, .award-section .second-round:last-child {
  margin-right: 0;
}
/* line 20, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions .no_inscriptions_box, .award-section .feature-film .inscriptions .no_inscriptions_box, .award-section .first-round .inscriptions .no_inscriptions_box, .award-section .second-round .inscriptions .no_inscriptions_box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .short-film .inscriptions .no_inscriptions_box:last-child, .award-section .feature-film .inscriptions .no_inscriptions_box:last-child, .award-section .first-round .inscriptions .no_inscriptions_box:last-child, .award-section .second-round .inscriptions .no_inscriptions_box:last-child {
  margin-right: 0;
}
/* line 23, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions .no_inscriptions_msg, .award-section .feature-film .inscriptions .no_inscriptions_msg, .award-section .first-round .inscriptions .no_inscriptions_msg, .award-section .second-round .inscriptions .no_inscriptions_msg {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 65.88078%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .short-film .inscriptions .no_inscriptions_msg:last-child, .award-section .feature-film .inscriptions .no_inscriptions_msg:last-child, .award-section .first-round .inscriptions .no_inscriptions_msg:last-child, .award-section .second-round .inscriptions .no_inscriptions_msg:last-child {
  margin-right: 0;
}
/* line 27, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions table.films, .award-section .feature-film .inscriptions table.films, .award-section .first-round .inscriptions table.films, .award-section .second-round .inscriptions table.films {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .short-film .inscriptions table.films:last-child, .award-section .feature-film .inscriptions table.films:last-child, .award-section .first-round .inscriptions table.films:last-child, .award-section .second-round .inscriptions table.films:last-child {
  margin-right: 0;
}
/* line 29, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions table.films tr, .award-section .feature-film .inscriptions table.films tr, .award-section .first-round .inscriptions table.films tr, .award-section .second-round .inscriptions table.films tr {
  width: 100%;
}
/* line 31, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions table.films tr .film-poster, .award-section .feature-film .inscriptions table.films tr .film-poster, .award-section .first-round .inscriptions table.films tr .film-poster, .award-section .second-round .inscriptions table.films tr .film-poster {
  width: auto;
}
/* line 33, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions table.films tr .film-title, .award-section .feature-film .inscriptions table.films tr .film-title, .award-section .first-round .inscriptions table.films tr .film-title, .award-section .second-round .inscriptions table.films tr .film-title {
  width: 85%;
}
/* line 35, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions table.films tr .film-status, .award-section .feature-film .inscriptions table.films tr .film-status, .award-section .first-round .inscriptions table.films tr .film-status, .award-section .second-round .inscriptions table.films tr .film-status {
  width: 15%;
}
/* line 41, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .short-film .inscriptions .create_action, .award-section .feature-film .inscriptions .create_action, .award-section .first-round .inscriptions .create_action, .award-section .second-round .inscriptions .create_action {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 31.76157%;
  margin-right: 0;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .short-film .inscriptions .create_action:last-child, .award-section .feature-film .inscriptions .create_action:last-child, .award-section .first-round .inscriptions .create_action:last-child, .award-section .second-round .inscriptions .create_action:last-child {
  margin-right: 0;
}
/* line 48, /app/app/assets/stylesheets/sections/_home.scss */
.award-section .no-active-award {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.award-section .no-active-award:last-child {
  margin-right: 0;
}

/* line 64, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section {
  margin-top: 50px;
  min-height: 150px;
}
/* line 68, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .title h1 {
  height: 45px;
  border-bottom: 1px solid #f1f1ec;
  margin: 0;
  color: #666666;
  font-weight: normal;
  font-size: 1.7em;
}
/* line 75, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .title h1 strong {
  font-weight: bold;
}
/* line 79, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .title .edition {
  position: relative;
  height: 45px;
  border-bottom: 1px solid #f1f1ec;
  padding-top: 20px;
  text-transform: uppercase;
  color: #84DA25;
  text-align: right;
}
/* line 98, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film, #main-content .award-section .feature-film, #main-content .award-section .first-round, #main-content .award-section .second-round {
  margin-top: 20px;
}
/* line 100, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film h3, #main-content .award-section .feature-film h3, #main-content .award-section .first-round h3, #main-content .award-section .second-round h3 {
  margin: 0;
  padding: 0;
  color: #666666;
  font-weight: bold;
  font-size: 1.3em;
}
/* line 107, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .expiration-date, #main-content .award-section .feature-film .expiration-date, #main-content .award-section .first-round .expiration-date, #main-content .award-section .second-round .expiration-date {
  background-repeat: no-repeat;
  background-image: url(/assets/calendar-a76db8ef7ecdefe959124446c8dfe8ce504c5f1a2ee1d23a3ee780fd01213ebf.png);
  background-position: left center;
  font-size: 0.7em;
  padding-left: 20px;
  color: #838383;
  margin: 10px 0;
}
/* line 115, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .expiration-date .date-alert, #main-content .award-section .feature-film .expiration-date .date-alert, #main-content .award-section .first-round .expiration-date .date-alert, #main-content .award-section .second-round .expiration-date .date-alert {
  color: #F74C4C;
}
/* line 119, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions div, #main-content .award-section .short-film .inscription-info div, #main-content .award-section .feature-film .inscriptions div, #main-content .award-section .feature-film .inscription-info div, #main-content .award-section .first-round .inscriptions div, #main-content .award-section .first-round .inscription-info div, #main-content .award-section .second-round .inscriptions div, #main-content .award-section .second-round .inscription-info div {
  padding: 40px 0px 40px 20px;
  color: #838383;
}
/* line 124, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions .create_action, #main-content .award-section .short-film .inscription-info .create_action, #main-content .award-section .feature-film .inscriptions .create_action, #main-content .award-section .feature-film .inscription-info .create_action, #main-content .award-section .first-round .inscriptions .create_action, #main-content .award-section .first-round .inscription-info .create_action, #main-content .award-section .second-round .inscriptions .create_action, #main-content .award-section .second-round .inscription-info .create_action {
  text-align: right;
  padding: 30px 50px 30px 0;
}
/* line 128, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions .create_action a, #main-content .award-section .short-film .inscription-info .create_action a, #main-content .award-section .feature-film .inscriptions .create_action a, #main-content .award-section .feature-film .inscription-info .create_action a, #main-content .award-section .first-round .inscriptions .create_action a, #main-content .award-section .first-round .inscription-info .create_action a, #main-content .award-section .second-round .inscriptions .create_action a, #main-content .award-section .second-round .inscription-info .create_action a {
  margin: 0;
}
/* line 133, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions .add_more_films, #main-content .award-section .short-film .inscription-info .add_more_films, #main-content .award-section .feature-film .inscriptions .add_more_films, #main-content .award-section .feature-film .inscription-info .add_more_films, #main-content .award-section .first-round .inscriptions .add_more_films, #main-content .award-section .first-round .inscription-info .add_more_films, #main-content .award-section .second-round .inscriptions .add_more_films, #main-content .award-section .second-round .inscription-info .add_more_films {
  color: #5BC0DE;
  text-decoration: none;
  display: inline-block;
  margin: 20px 0;
}
/* line 138, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions .add_more_films:hover, #main-content .award-section .short-film .inscription-info .add_more_films:hover, #main-content .award-section .feature-film .inscriptions .add_more_films:hover, #main-content .award-section .feature-film .inscription-info .add_more_films:hover, #main-content .award-section .first-round .inscriptions .add_more_films:hover, #main-content .award-section .first-round .inscription-info .add_more_films:hover, #main-content .award-section .second-round .inscriptions .add_more_films:hover, #main-content .award-section .second-round .inscription-info .add_more_films:hover {
  color: #2390b0;
}
/* line 143, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions .no_inscriptions_box, #main-content .award-section .short-film .inscription-info .no_inscriptions_box, #main-content .award-section .feature-film .inscriptions .no_inscriptions_box, #main-content .award-section .feature-film .inscription-info .no_inscriptions_box, #main-content .award-section .first-round .inscriptions .no_inscriptions_box, #main-content .award-section .first-round .inscription-info .no_inscriptions_box, #main-content .award-section .second-round .inscriptions .no_inscriptions_box, #main-content .award-section .second-round .inscription-info .no_inscriptions_box {
  display: block;
  border: 1px solid #f1f1ec;
  background-color: #f9f9f7;
  padding: 0 0 0 20px;
}
/* line 148, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions .no_inscriptions_box .no_inscriptions_msg, #main-content .award-section .short-film .inscription-info .no_inscriptions_box .no_inscriptions_msg, #main-content .award-section .feature-film .inscriptions .no_inscriptions_box .no_inscriptions_msg, #main-content .award-section .feature-film .inscription-info .no_inscriptions_box .no_inscriptions_msg, #main-content .award-section .first-round .inscriptions .no_inscriptions_box .no_inscriptions_msg, #main-content .award-section .first-round .inscription-info .no_inscriptions_box .no_inscriptions_msg, #main-content .award-section .second-round .inscriptions .no_inscriptions_box .no_inscriptions_msg, #main-content .award-section .second-round .inscription-info .no_inscriptions_box .no_inscriptions_msg {
  color: #838383;
}
/* line 150, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film .inscriptions .no_inscriptions_box .no_inscriptions_msg .date-alert, #main-content .award-section .short-film .inscription-info .no_inscriptions_box .no_inscriptions_msg .date-alert, #main-content .award-section .feature-film .inscriptions .no_inscriptions_box .no_inscriptions_msg .date-alert, #main-content .award-section .feature-film .inscription-info .no_inscriptions_box .no_inscriptions_msg .date-alert, #main-content .award-section .first-round .inscriptions .no_inscriptions_box .no_inscriptions_msg .date-alert, #main-content .award-section .first-round .inscription-info .no_inscriptions_box .no_inscriptions_msg .date-alert, #main-content .award-section .second-round .inscriptions .no_inscriptions_box .no_inscriptions_msg .date-alert, #main-content .award-section .second-round .inscription-info .no_inscriptions_box .no_inscriptions_msg .date-alert {
  color: #F74C4C;
}
/* line 157, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film table.films, #main-content .award-section .feature-film table.films, #main-content .award-section .first-round table.films, #main-content .award-section .second-round table.films {
  margin-top: 15px;
  border-spacing: 0;
}
/* line 160, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film table.films tr, #main-content .award-section .feature-film table.films tr, #main-content .award-section .first-round table.films tr, #main-content .award-section .second-round table.films tr {
  cursor: pointer;
  height: 105px;
  border-bottom: 1px solid #f1f1ec;
}
/* line 163, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film table.films tr:hover, #main-content .award-section .feature-film table.films tr:hover, #main-content .award-section .first-round table.films tr:hover, #main-content .award-section .second-round table.films tr:hover {
  background-color: #f1f1ec;
}
/* line 166, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film table.films tr:first-child, #main-content .award-section .feature-film table.films tr:first-child, #main-content .award-section .first-round table.films tr:first-child, #main-content .award-section .second-round table.films tr:first-child {
  border-top: 1px solid #f1f1ec;
}
/* line 170, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film table.films tr td, #main-content .award-section .feature-film table.films tr td, #main-content .award-section .first-round table.films tr td, #main-content .award-section .second-round table.films tr td {
  height: 75px;
}
/* line 175, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .short-film table.films tr td.film-title, #main-content .award-section .feature-film table.films tr td.film-title, #main-content .award-section .first-round table.films tr td.film-title, #main-content .award-section .second-round table.films tr td.film-title {
  padding-left: 20px;
  color: #838383;
}
/* line 189, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section.disabled .title {
  color: #d6d4ca;
  border-bottom: 0;
}
/* line 195, /app/app/assets/stylesheets/sections/_home.scss */
#main-content .award-section .no-active-award {
  margin-top: 15px;
  text-align: center;
  padding: 25px;
  border: 1px solid #d6d4ca;
  color: #8F8F8F;
}

/* line 204, /app/app/assets/stylesheets/sections/_home.scss */
sup.registered {
  margin-left: -5px;
  font-weight: normal;
}

/* line 1, /app/app/assets/stylesheets/sections/_film.scss */
#poster-preview img {
  max-width: 100px;
  max-height: 100px;
}

/* line 6, /app/app/assets/stylesheets/sections/_film.scss */
#poster-preview {
  background-image: url(/assets/placeholder-poster-4268302874d426342f99d2911361222e6020a3cd4de3666fcc20e603692d7838.png);
  background-repeat: no-repeat;
  height: 120px;
}

/* line 11, /app/app/assets/stylesheets/sections/_film.scss */
.file-upload {
  color: #838383;
  font-size: 0.8em;
}
/* line 14, /app/app/assets/stylesheets/sections/_film.scss */
.file-upload #pictureInput {
  border: none;
  font-size: 12px;
  padding-left: 0;
}

/* line 28, /app/app/assets/stylesheets/sections/_film.scss */
.modal.film-help label .film-help-trigger {
  background: none;
}
/* line 30, /app/app/assets/stylesheets/sections/_film.scss */
.modal.film-help label .film-help-trigger span {
  color: #5BC0DE;
  font-weight: normal;
  margin-left: 20px;
  font-size: 1em;
  text-transform: uppercase;
  text-decoration: none;
}
/* line 37, /app/app/assets/stylesheets/sections/_film.scss */
.modal.film-help label .film-help-trigger span:hover {
  color: #2390b0;
  background: none;
}
/* line 45, /app/app/assets/stylesheets/sections/_film.scss */
.modal.film-help .modal-content a {
  color: #ffffff;
}
/* line 47, /app/app/assets/stylesheets/sections/_film.scss */
.modal.film-help .modal-trigger:hover:not(:disabled), .modal.film-help .modal-trigger.film-help-trigger:hover {
  background: none;
}

/* line 52, /app/app/assets/stylesheets/sections/_film.scss */
#edit-checklist {
  background-color: #EEC481;
  border-radius: 3px;
  border: 0;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  color: #ffffff;
}
/* line 354, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
#edit-checklist:hover:not(:disabled) {
  background-color: #f3cf95;
  cursor: pointer;
}
/* line 365, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
#edit-checklist:active:not(:disabled), #edit-checklist:focus:not(:disabled) {
  background-color: #e8b96e;
  cursor: pointer;
}
/* line 59, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
#edit-checklist:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
/* line 54, /app/app/assets/stylesheets/sections/_film.scss */
#edit-checklist.complete {
  background-color: #9CEE81;
  border-radius: 3px;
  border: 0;
  color: #333333;
  display: inline-block;
  font-size: inherit;
  font-weight: bold;
  padding: 7px 18px;
  text-decoration: none;
  background-clip: padding-box;
  color: #ffffff;
}
/* line 354, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
#edit-checklist.complete:hover:not(:disabled) {
  background-color: #acf395;
  cursor: pointer;
}
/* line 365, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
#edit-checklist.complete:active:not(:disabled), #edit-checklist.complete:focus:not(:disabled) {
  background-color: #8ce86e;
  cursor: pointer;
}
/* line 59, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/_bourbon-deprecated-upcoming.scss */
#edit-checklist.complete:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

/* line 62, /app/app/assets/stylesheets/sections/_film.scss */
.show-more {
  color: #5BC0DE;
  display: block;
  text-decoration: none;
  margin-top: 35px;
}
/* line 67, /app/app/assets/stylesheets/sections/_film.scss */
.show-more:hover {
  color: #28a1c5;
}

/* line 73, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions .film-actions {
  display: -webkit-box;
}
/* line 77, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions .film-actions a.btn, .show-actions .film-actions a.btn-primary, .show-actions .film-actions .modal a.modal-trigger, .modal .show-actions .film-actions a.modal-trigger, .show-actions .film-actions a#create-producer, .show-actions .film-actions .btn, .show-actions .film-actions .btn-primary, .show-actions .film-actions .modal .modal-trigger, .modal .show-actions .film-actions .modal-trigger, .show-actions .film-actions #create-producer, .show-actions .film-actions .candidature-notes input, .candidature-notes .show-actions .film-actions input {
  display: none;
}
/* line 78, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions .film-actions .modal a {
  display: inline-block;
}
/* line 80, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions .right {
  float: right;
}

/* line 87, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions-toolbar .film-actions {
  display: inline-block;
  float: right;
}
/* line 92, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions-toolbar .film-actions a.btn, .show-actions-toolbar .film-actions a.btn-primary, .show-actions-toolbar .film-actions .modal a.modal-trigger, .modal .show-actions-toolbar .film-actions a.modal-trigger, .show-actions-toolbar .film-actions a#create-producer, .show-actions-toolbar .film-actions .btn, .show-actions-toolbar .film-actions .btn-primary, .show-actions-toolbar .film-actions .modal .modal-trigger, .modal .show-actions-toolbar .film-actions .modal-trigger, .show-actions-toolbar .film-actions #create-producer, .show-actions-toolbar .film-actions .candidature-notes input, .candidature-notes .show-actions-toolbar .film-actions input {
  display: none;
}
/* line 93, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions-toolbar .film-actions .modal a {
  display: inline-block;
}
/* line 95, /app/app/assets/stylesheets/sections/_film.scss */
.show-actions-toolbar .right {
  float: right;
}

/* line 100, /app/app/assets/stylesheets/sections/_film.scss */
.show-poster-in-title {
  margin-top: 20px;
}

/* line 105, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields.festival_wins .add_prize {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding-top: 12px;
  text-decoration: none;
  font-size: 1em;
  color: #838383;
}
/* line 113, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields.festival_wins .add_prize:hover {
  color: #333333;
}
/* line 117, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields.festival_wins .iberoamerican_film_festival_wins_festival,
.nested-fields.festival_wins .european_film_festival_wins_festival,
.nested-fields.festival_wins .short_film_festival_wins_festival {
  width: 60%;
  min-height: 35px;
  display: inline-block;
}
/* line 123, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields.festival_wins .iberoamerican_film_festival_wins_festival .selectize-input,
.nested-fields.festival_wins .european_film_festival_wins_festival .selectize-input,
.nested-fields.festival_wins .short_film_festival_wins_festival .selectize-input {
  height: auto;
  min-height: 35px;
}
/* line 129, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields.festival_wins .iberoamerican_film_festival_wins_prize,
.nested-fields.festival_wins .european_film_festival_wins_prize,
.nested-fields.festival_wins .short_film_festival_wins_prize {
  width: 33%;
  display: inline-block;
  vertical-align: middle;
}
/* line 135, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields.festival_wins .iberoamerican_film_festival_wins_prize .festival-prize,
.nested-fields.festival_wins .european_film_festival_wins_prize .festival-prize,
.nested-fields.festival_wins .short_film_festival_wins_prize .festival-prize {
  height: 33px;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}

/* line 145, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .iberoamerican_film_works_job_type,
.nested-fields .european_film_works_job_type,
.nested-fields .short_film_works_job_type {
  width: 40%;
  display: inline-block;
}
/* line 151, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .iberoamerican_film_works_applicant_id,
.nested-fields .iberoamerican_film_works_applicant,
.nested-fields .european_film_works_applicant_id,
.nested-fields .european_film_works_applicant,
.nested-fields .short_film_works_applicant_id,
.nested-fields .short_film_works_applicant {
  width: 49%;
  display: inline-block;
}
/* line 162, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .iberoamerican_film_languages_language,
.nested-fields .european_film_languages_language,
.nested-fields .short_film_languages_language,
.nested-fields .feature_film_languages_language,
.nested-fields .iberoamerican_film_film_productions_producer_id,
.nested-fields .european_film_film_productions_producer_id,
.nested-fields .short_film_film_productions_producer_id,
.nested-fields .iberoamerican_film_film_productions_producer,
.nested-fields .european_film_film_productions_producer,
.nested-fields .short_film_film_productions_producer,
.nested-fields .feature_film_film_productions_producer_id,
.nested-fields .feature_film_film_productions_producer {
  width: 40%;
  display: inline-block;
}
/* line 179, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .other-language {
  width: 23%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
/* line 185, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .other-language .iberoamerican_film_languages_other_language,
.nested-fields .other-language .european_film_languages_other_language,
.nested-fields .other-language .short_film_languages_other_language,
.nested-fields .other-language .feature_film_languages_other_language {
  display: inline-block;
  vertical-align: middle;
}
/* line 194, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .iberoamerican_film_languages_percent,
.nested-fields .european_film_languages_percent,
.nested-fields .feature_film_languages_percent,
.nested-fields .short_film_languages_percent,
.nested-fields .feature_film_film_productions_percent,
.nested-fields .iberoamerican_film_film_productions_percent,
.nested-fields .european_film_film_productions_percent,
.nested-fields .short_film_film_productions_percent {
  width: 14%;
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
}
/* line 208, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .disabled {
  pointer-events: none;
  opacity: 0.5;
}
/* line 213, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .error-percent {
  color: #FFBCBC;
  background-color: #FFBCBC;
}
/* line 218, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .percent {
  display: inline-block;
  vertical-align: super;
  margin-right: 20px;
}
/* line 224, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .hidden {
  display: none;
}
/* line 228, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .iberoamerican_film_film_distributions_distributor,
.nested-fields .iberoamerican_film_film_distributions_distributor_id,
.nested-fields .european_film_film_distributions_distributor,
.nested-fields .european_film_film_distributions_distributor_id,
.nested-fields .short_film_film_distributions_distributor,
.nested-fields .short_film_film_distributions_distributor_id,
.nested-fields .feature_film_film_distributions_distributor,
.nested-fields .feature_film_film_distributions_distributor_id {
  width: 54%;
  display: inline-block;
}

/* line 242, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .remove_fields {
  height: 29px;
  width: 5%;
  margin-right: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(/assets/delete-icon-66c7c68208b54c577a0ff24d71dc82c45c467bd621fce0c34c5affff4cb03986.png);
}
/* line 250, /app/app/assets/stylesheets/sections/_film.scss */
.nested-fields .remove_fields:hover {
  background-image: url(/assets/delete-icon-hover-56a44dbaa3e15d80819b07ec65e808ae8257f23cf8abfd6be796da35a9f03589.png);
}

/* line 255, /app/app/assets/stylesheets/sections/_film.scss */
.musician-actions {
  width: 100%;
  text-align: right;
}

/* line 261, /app/app/assets/stylesheets/sections/_film.scss */
.show-candidature-music {
  width: 5px;
}
/* line 263, /app/app/assets/stylesheets/sections/_film.scss */
.show-candidature-music .modal-trigger {
  color: #5BC0DE;
  text-decoration: none;
  background-color: white;
}
/* line 266, /app/app/assets/stylesheets/sections/_film.scss */
.show-candidature-music .modal-trigger:hover {
  color: #2390b0;
  background-color: white !important;
}
/* line 274, /app/app/assets/stylesheets/sections/_film.scss */
.show-candidature-music .modal-inner p.field {
  display: block !important;
}
/* line 278, /app/app/assets/stylesheets/sections/_film.scss */
.show-candidature-music .modal-inner a {
  color: black;
  text-decoration: none;
}
/* line 281, /app/app/assets/stylesheets/sections/_film.scss */
.show-candidature-music .modal-inner a:hover {
  color: black;
}

/* line 288, /app/app/assets/stylesheets/sections/_film.scss */
html body #main-content .content .show-actions.long .buttons {
  width: auto;
  margin-bottom: 2em;
  float: right;
}

/* line 294, /app/app/assets/stylesheets/sections/_film.scss */
#not_participant_reason {
  padding: 10px;
  min-height: 71px;
  background-color: #FAFAFA;
  border-left: 5px solid #eadc6d;
  margin: 20px 0;
  color: #333;
  font-size: 15px;
}
/* line 302, /app/app/assets/stylesheets/sections/_film.scss */
#not_participant_reason a {
  font-size: 15px;
  margin-left: 15px;
  text-decoration: none;
  color: #5BC0DE;
}

/* line 2, /app/app/assets/stylesheets/sections/_applicant.scss */
.applicant_job_type .input {
  width: 60%;
  display: inline-block;
}

/* line 8, /app/app/assets/stylesheets/sections/_applicant.scss */
.new-applicant-music-modal-content {
  min-height: 150px;
}

/* line 12, /app/app/assets/stylesheets/sections/_applicant.scss */
.right .selectize-control.ca_music_manager_status {
  max-width: 10rem;
  float: right;
}

/* line 17, /app/app/assets/stylesheets/sections/_applicant.scss */
.best-original-song .candidature-songs ul.songs-list li p {
  vertical-align: middle;
}
/* line 19, /app/app/assets/stylesheets/sections/_applicant.scss */
.best-original-song .candidature-songs ul.songs-list li p.song {
  width: 10% !important;
}
/* line 22, /app/app/assets/stylesheets/sections/_applicant.scss */
.best-original-song .candidature-songs ul.songs-list li p.revision_status {
  margin: 0.8em 0;
  width: 12%;
}

/* line 29, /app/app/assets/stylesheets/sections/_applicant.scss */
.film_attachments .film_attached-files ul.files-list li p {
  vertical-align: middle;
}
/* line 31, /app/app/assets/stylesheets/sections/_applicant.scss */
.film_attachments .film_attached-files ul.files-list li p.file {
  width: 10% !important;
}
/* line 34, /app/app/assets/stylesheets/sections/_applicant.scss */
.film_attachments .film_attached-files ul.files-list li p.revision_status {
  margin: 0.8em 0;
  width: 12%;
}

/* line 3, /app/app/assets/stylesheets/sections/_producer.scss */
.modal.create-musician .film-selector {
  min-height: 200px;
}

/* line 3, /app/app/assets/stylesheets/sections/_user.scss */
.extra-info-form p label {
  width: 50%;
}
/* line 6, /app/app/assets/stylesheets/sections/_user.scss */
.extra-info-form p input {
  width: 50%;
}
/* line 11, /app/app/assets/stylesheets/sections/_user.scss */
.extra-info-form .left {
  float: left;
  text-align: right;
}
/* line 15, /app/app/assets/stylesheets/sections/_user.scss */
.extra-info-form .right {
  text-align: right;
  display: inline-block;
}

/* line 22, /app/app/assets/stylesheets/sections/_user.scss */
.modal-content.user-actions {
  display: block;
  width: 100%;
}

/* line 27, /app/app/assets/stylesheets/sections/_user.scss */
.subtable-actions {
  float: right;
}

/* line 1, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.features-two-columns table.show-fields {
  display: none;
}

/* line 5, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.features-two-columns h3.toggle {
  display: none;
}

/* line 10, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-show .features-two-columns table.show-fields {
  display: block;
}
/* line 15, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-show .show-fields.show-film.candidates tbody {
  display: table;
  width: 100%;
}

/* line 22, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicants {
  margin-top: -60px;
}
/* line 24, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicants.subcategory {
  margin: 0;
}

/* line 29, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature_candidatures_applicants_applicant {
  display: inline-block;
  width: 75%;
}

/* line 34, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature_candidatures_applicants_applicant_id {
  display: inline-block;
  width: 80%;
}

/* line 39, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-show {
  list-style-type: none;
  padding-left: 0;
}
/* line 42, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-show li.candidature-info {
  clear: both;
}
/* line 43, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-show li.candidature-info .candidature-title {
  width: 35%;
  border-top: 1px solid gray;
  float: left;
}
/* line 49, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-show li.candidature-info .candidature-actions {
  border-top: 1px solid gray;
  height: 84px;
  min-height: 50px;
}
/* line 53, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-show li.candidature-info .candidature-actions p {
  display: inline-block;
}

/* line 63, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list-title-box {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  border-bottom: 1px solid #D5D5D5;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.candidates-list-title-box:last-child {
  margin-right: 0;
}
/* line 66, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list-title-box .title {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  color: red;
  margin-bottom: 10px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.candidates-list-title-box .title:last-child {
  margin-right: 0;
}
/* line 71, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list-title-box .candidature-stats {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 48.82117%;
  margin-right: 0;
  text-align: right;
  margin-top: 30px;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.candidates-list-title-box .candidature-stats:last-child {
  margin-right: 0;
}
/* line 76, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list-title-box .candidature-stats .filled {
  color: green;
}
/* line 79, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list-title-box .candidature-stats .incomplete {
  color: red;
}

/* line 85, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list {
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  list-style: none;
}
/* line 89, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list li {
  border-bottom: 1px solid #E5E5E5;
  padding: 10px;
  min-height: 71px;
  border-left: 3px solid #A4F34E;
}
/* line 94, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list li.incompleted {
  background-color: #FAFAFA;
  border-left: 3px solid #EA6D6D;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.candidates-list:last-child {
  margin-right: 0;
}
/* line 101, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box {
  width: 40%;
  display: inline-block;
  margin-top: 4px;
}
/* line 105, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box span {
  display: block;
}
/* line 108, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box .label {
  font-size: 15px;
  color: #333333;
}
/* line 112, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box .value {
  font-size: 14px;
  color: #838383;
  margin-top: 5px;
  padding-right: 30px;
}
/* line 117, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box .value.empty {
  color: #666;
}
/* line 121, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box .without_candidates {
  color: #AAA;
  font-style: italic;
}
/* line 125, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box .not_meet_the_contest_rules {
  color: #AAA;
  font-style: italic;
}
/* line 129, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-name-box .not_filled {
  color: red;
  font-style: italic;
}
/* line 134, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-reject {
  width: 40%;
  display: inline-block;
}
/* line 137, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-reject label {
  margin-right: 30px;
  font-size: 13px;
  line-height: 50px;
  color: #666666;
}
/* line 144, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-add {
  width: 19%;
  display: inline-block;
  text-align: right;
}
/* line 148, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-add .edit-candidature-link {
  text-decoration: none;
  padding-right: 20px;
  text-align: center;
  color: #5BC0DE;
}
/* line 153, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidates-list .candidates-add .edit-candidature-link:hover {
  color: #2390b0;
}

/* line 161, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-music-candidature .input {
  width: 500px;
  display: inline-block;
}
/* line 165, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-music-candidature .remove_fields {
  margin-right: 0;
  display: inline-block;
}

/* line 175, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.checks li.ok {
  color: green;
}
/* line 178, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.checks li.error {
  color: red;
}
/* line 181, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.checks li.blank {
  color: grey;
}
/* line 184, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.checks li.debug {
  color: grey;
  font-style: italic;
  list-style: none;
  margin-bottom: 10px;
  font-size: 14px;
}

/* line 194, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.musician-request {
  line-height: 30px;
  text-align: right;
}
/* line 197, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.musician-request a#send-musician-request-btn {
  font-size: 12px;
  text-decoration: none;
  color: #5BC0DE;
}
/* line 201, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.musician-request a#send-musician-request-btn:hover {
  color: #2390b0;
}

/* line 207, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.bso {
  float: left;
  display: block;
}
/* line 210, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.bso a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 213, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.bso a:hover {
  color: #2390b0;
}
/* line 219, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.bso .bso_upload {
  margin-top: 50px;
  margin-bottom: 30px;
}

/* line 225, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-notes {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  margin-right: 0;
}
/* line 20, /app/vendor/bundle/ruby/2.3.0/gems/bourbon-4.2.6/app/assets/stylesheets/addons/_clearfix.scss */
.candidature-notes::after {
  clear: both;
  content: "";
  display: table;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.candidature-notes:last-child {
  margin-right: 0;
}
/* line 229, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-notes textarea {
  width: 100%;
  height: 100px;
  padding: 10px;
}

/* line 241, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.candidature-applicant-music:last-child {
  margin-right: 0;
}
/* line 244, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 247, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music a:hover {
  color: #2390b0;
}
/* line 253, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music h3 {
  margin-bottom: 0;
}
/* line 257, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .applicant-music-form {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  height: auto;
  background-color: #F9F9F9;
}
/* line 263, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .applicant-music-form .left {
  margin-left: 20px;
}
/* line 266, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .applicant-music-form .left .selectize-input {
  width: 50%;
}
/* line 269, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .applicant-music-form .left input {
  width: 50%;
}
/* line 271, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .applicant-music-form .left input[type='checkbox'] {
  width: auto;
}
/* line 277, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .applicant-music-form .left .left-actions a {
  margin-right: 20px;
}
/* line 285, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .no-applicant-music {
  height: auto;
  background-color: #F7F7F7;
  display: table;
  padding: 40px;
  text-align: center;
  width: 100%;
}
/* line 292, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .no-applicant-music a {
  margin-left: 15px;
}
/* line 298, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music .show-applicant-music-form {
  float: right;
  display: table;
  margin-bottom: 20px;
}
/* line 304, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics {
  width: 100%;
  list-style-type: none;
  padding: 0;
  display: table;
}
/* line 309, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li {
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 310, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li.title {
  background-color: #F7F7F7;
  font-weight: bold;
}
/* line 317, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li p {
  display: inline-block;
}
/* line 319, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li p.artistic_name {
  width: 40%;
}
/* line 320, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li p.active {
  width: 55%;
}
/* line 321, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li p.duration {
  width: 10%;
  text-align: left;
}
/* line 327, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li .applicant-music-actions {
  text-align: right;
}
/* line 329, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li .applicant-music-actions .delete-applicant-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/delete-trash-icon-36078a2f4a07bad09606e172ca4e4dd36cbec35c9d1f6e20cc485a938701a1fb.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 337, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li .applicant-music-actions .delete-applicant-music:hover {
  background-image: url(/assets/delete-trash-hover-icon-348477619e2981a03ee6ef0f2e33ab287340c9d30a487eb2ccff4fa00f2cc7cc.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 344, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li .applicant-music-actions .edit-applicant-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 352, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-applicant-music .with-applicant-music ul.applicant-musics li .applicant-music-actions .edit-applicant-music:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* line 364, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
h3.subtitle {
  font-size: 16px;
  font-weight: normal;
}

/* line 369, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.candidature-music:last-child {
  margin-right: 0;
}
/* line 372, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 375, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music a:hover {
  color: #2390b0;
}
/* line 380, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music h3 {
  margin-bottom: 0;
}
/* line 384, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .music-form {
  display: none;
  padding: 20px;
  margin-bottom: 20px;
  height: auto;
  background-color: #F9F9F9;
}
/* line 390, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .music-form .applicants {
  margin-top: 20px;
  margin-bottom: 25px;
}
/* line 395, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .music-form .left {
  margin-left: 20px;
}
/* line 398, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .music-form .left .selectize-input {
  width: 50%;
}
/* line 401, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .music-form .left input {
  width: 50%;
}
/* line 403, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .music-form .left input[type='checkbox'] {
  width: auto;
}
/* line 409, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .music-form .left .left-actions a {
  margin-right: 20px;
}
/* line 440, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .no-music {
  height: auto;
  background-color: #F7F7F7;
  display: table;
  padding: 40px;
  text-align: center;
  margin-top: 11px;
  width: 100%;
}
/* line 448, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .no-music a {
  margin-left: 15px;
}
/* line 454, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics.sortable .down, .candidature-music ul.musics.sortable .up {
  cursor: pointer;
  font-size: 25px;
  color: #CCC;
  display: inline-block;
}
/* line 459, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics.sortable .down:hover, .candidature-music ul.musics.sortable .up:hover {
  color: #3A3A3A;
}
/* line 463, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics.sortable .up {
  margin-left: 10px;
}
/* line 466, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics.sortable .down {
  margin-left: -4px;
  padding-right: 0;
  margin-right: 0;
}
/* line 473, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
/* line 477, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li {
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
  user-select: initial;
}
/* line 478, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li.title {
  background-color: #F7F7F7;
  font-weight: bold;
  cursor: auto;
}
/* line 487, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li p {
  display: inline-block;
}
/* line 489, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li p.priority {
  width: 4%;
}
/* line 490, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li p.title {
  width: 23%;
}
/* line 491, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li p.music_type {
  width: 30%;
}
/* line 492, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li p.applicant_names {
  width: 30%;
}
/* line 493, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li p.duration {
  width: 6%;
  text-align: left;
}
/* line 498, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li .music-actions {
  width: 5%;
  text-align: right;
}
/* line 501, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li .music-actions .delete-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/delete-trash-icon-36078a2f4a07bad09606e172ca4e4dd36cbec35c9d1f6e20cc485a938701a1fb.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 509, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li .music-actions .delete-music:hover {
  background-image: url(/assets/delete-trash-hover-icon-348477619e2981a03ee6ef0f2e33ab287340c9d30a487eb2ccff4fa00f2cc7cc.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 515, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li .music-actions .edit-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  margin-right: 5px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 524, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music ul.musics li .music-actions .edit-music:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 534, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .sortable-placeholder {
  border: 1px dashed #CCC;
  background-color: #f9f9f9;
  height: 80px;
  margin-bottom: 10px;
}
/* line 541, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.candidature-music .sortable {
  display: table;
}

/* line 548, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.category-selector {
  margin-bottom: 30px;
}
/* line 550, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.category-selector .selector {
  width: 100%;
}
/* line 552, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.category-selector .selector input {
  margin: 20px 0;
}
/* line 555, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.category-selector .selector label {
  display: inline;
}

/* line 561, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-new-director-category,
.best-director-category {
  padding: 30px 0;
  display: none;
}
/* line 565, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-new-director-category .form-actions,
.best-director-category .form-actions {
  margin-top: 20px;
  margin-bottom: 30px;
}

/* line 574, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .add-candidature {
  margin-left: 40px;
}
/* line 577, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 581, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song a:hover {
  color: #2390b0;
}
/* line 586, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .no-songs .center {
  height: auto;
  background-color: #F7F7F7;
  display: block;
  display: table;
  padding: 40px;
  text-align: center;
  width: 100%;
}
/* line 594, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .no-songs .center a {
  margin-left: 15px;
}
/* line 600, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs .best-song-form {
  width: 100%;
  display: table;
}
/* line 603, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs .best-song-form .music-info {
  width: 50%;
}
/* line 605, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs .best-song-form .music-info label {
  margin-top: 10px;
}
/* line 607, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs .best-song-form .selectize-control {
  display: inline;
}
/* line 609, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs .best-song-form .selectize-control .selectize-input {
  width: 20%;
}
/* line 613, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs .best-song-form label {
  margin-top: 20px;
}
/* line 616, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
/* line 620, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li {
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 621, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li.title {
  background-color: #F7F7F7;
  font-weight: bold;
}
/* line 628, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li p {
  display: inline-block;
}
/* line 630, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li p.title {
  width: 30%;
}
/* line 631, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li p.applicant_names {
  width: 35%;
}
/* line 632, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li p.duration {
  width: 10%;
  text-align: left;
}
/* line 633, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li p.song {
  width: 15%;
  text-align: left;
}
/* line 636, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li p.song a {
  margin-right: 10px;
}
/* line 641, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li .music-actions {
  text-align: right;
}
/* line 643, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li .music-actions .delete-candidatures-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/delete-trash-icon-36078a2f4a07bad09606e172ca4e4dd36cbec35c9d1f6e20cc485a938701a1fb.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 651, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li .music-actions .delete-candidatures-music:hover {
  background-image: url(/assets/delete-trash-hover-icon-348477619e2981a03ee6ef0f2e33ab287340c9d30a487eb2ccff4fa00f2cc7cc.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 658, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li .music-actions .edit-candidatures-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 666, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .candidature-songs ul.songs-list li .music-actions .edit-candidatures-music:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 678, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
/* line 682, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li {
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 683, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li.title {
  background-color: #F7F7F7;
  font-weight: bold;
}
/* line 690, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li p {
  display: inline-block;
}
/* line 692, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li p.title {
  width: 30%;
}
/* line 693, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li p.applicant_names {
  width: 35%;
}
/* line 694, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li p.duration {
  width: 8%;
  text-align: left;
}
/* line 699, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li .music-actions {
  text-align: right;
}
/* line 701, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li .music-actions .delete-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/delete-trash-icon-36078a2f4a07bad09606e172ca4e4dd36cbec35c9d1f6e20cc485a938701a1fb.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 709, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li .music-actions .delete-music:hover {
  background-image: url(/assets/delete-trash-hover-icon-348477619e2981a03ee6ef0f2e33ab287340c9d30a487eb2ccff4fa00f2cc7cc.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 716, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li .music-actions .edit-music {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 724, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.best-original-song .all-songs ul.music-songs li .music-actions .edit-music:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* line 737, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.disclaimer .disclaimer-text {
  background-color: #F8F8F8;
  padding: 20px;
  line-height: 20px;
  font-size: 13px;
}
/* line 743, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.disclaimer .disclaimer-actions {
  margin: 10px 0 30px 0;
}
/* line 745, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.disclaimer .disclaimer-actions label {
  font-size: 15px;
}
/* line 747, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.disclaimer .disclaimer-actions label input {
  margin-right: 10px;
}

/* line 754, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-producers {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
/* line 758, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-producers li {
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 759, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-producers li.title {
  background-color: #F7F7F7;
  font-weight: bold;
  cursor: auto;
}
/* line 767, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-producers li p {
  display: inline-block;
}
/* line 769, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-producers li p.producer {
  width: 50%;
}
/* line 772, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
ul.candidatures-producers li .candidature_candidatures_producers_active {
  display: inline-block;
  text-align: left;
}

/**************************************************************************/
/*                                                                        */
/*  Style for the FOC form                                                */
/*                                                                        */
/**************************************************************************/
/* line 786, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.disclaimer .disclaimer-info {
  background-color: #fbe0bf;
  padding: 20px;
  line-height: 20px;
  font-size: 13px;
}
/* line 792, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.disclaimer .disclaimer-info p {
  color: #b0660b;
  display: table-header-group;
}
/* line 797, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.disclaimer .disclaimer-info i {
  float: left;
  font-size: 30px;
  color: #f29a2f;
  margin-right: 20px;
}

/**************************************************************************/
/*                                                                        */
/*  Style for the Single Attached File form                               */
/*                                                                        */
/**************************************************************************/
/* line 812, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block {
  float: left;
  display: block;
  margin-right: 2.35765%;
  width: 100%;
  /*
  border-radius: 10px;
  padding: 20px;
  border-style: solid;
  border-color: darkgray;
  border-width: 1px;

  box-shadow: 0 0 4px 1px rgba(0, 0, 0, 0.13);
    .container {
      margin: 0 auto;
      margin-top: 50px;;

      height: 80vh;
      background: #F2F2F2;
      border: 1px solid #ccc;
      box-shadow: 1px 1px 2px #fff inset,
                  -1px -1px 2px #fff inset;
      border-radius: 3px/6px;


    }*/
}
/* line 89, /app/vendor/bundle/ruby/2.3.0/gems/neat-1.7.4/app/assets/stylesheets/grid/_span-columns.scss */
.single-attached-file-block:last-child {
  margin-right: 0;
}
/* line 836, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block:before {
  content: '';
  /*
  //-webkit-border-radius: 0% 0% 100% 100% / 0% 0% 8px 8px;
  -webkit-box-shadow: rgba(0, 0, 0,.30) 0 2px 3px;
  //border-radius: 0% 0% 100% 100% / 0% 0% 8px 8px;
  box-shadow: rgba(0, 0, 0,.30) 0 2px 3px;
  */
  -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 849, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .add-file {
  display: inline-block;
  color: white;
  height: 19px;
  width: 27px;
  background-image: url(/assets/upload-icon-0644e7c6cca06a038475abbd0ef1cb86990911a82c5a16328bc1bc59c213a2f7.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 854, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .add-file:hover {
  color: white;
}
/* line 864, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .add-file:hover {
  background-image: url(/assets/upload-hover-icon-64da377856ebf199e40eb9dd6aa09688ac9eb3ee29c36b18a4d6bc41a4d2749b.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 872, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .delete-attached-file, .single-attached-file-block .delete-attached-image {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/delete-trash-icon-36078a2f4a07bad09606e172ca4e4dd36cbec35c9d1f6e20cc485a938701a1fb.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 880, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .delete-attached-file:hover, .single-attached-file-block .delete-attached-image:hover {
  background-image: url(/assets/delete-trash-hover-icon-348477619e2981a03ee6ef0f2e33ab287340c9d30a487eb2ccff4fa00f2cc7cc.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 887, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .edit-attached-file {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 895, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .edit-attached-file:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 902, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .download-attached-file {
  display: inline-block;
  height: 19px;
  width: 27px;
  background-image: url(/assets/download-icon-368f8178521334f171672e7a186bf846f93066332d8e85ee89b061f7d4dd740c.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 910, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .download-attached-file:hover {
  background-image: url(/assets/download-hover-icon-60f50f83680a994f8c462533f839e848dbc2c8a4005aa2c9feccd74e22ba1205.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 917, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .upload-file-trigger {
  display: inline-block;
  height: 19px;
  width: 27px;
  background-image: url(/assets/upload-icon-0644e7c6cca06a038475abbd0ef1cb86990911a82c5a16328bc1bc59c213a2f7.png);
  background-repeat: no-repeat;
  background-position: right;
  cursor: pointer;
}
/* line 926, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .upload-file-trigger:hover {
  background-image: url(/assets/upload-hover-icon-64da377856ebf199e40eb9dd6aa09688ac9eb3ee29c36b18a4d6bc41a4d2749b.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 933, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .upload-form-inline {
  display: inline-block;
}
/* line 937, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block a {
  text-decoration: none;
  color: #5BC0DE;
}
/* line 941, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block a:hover {
  color: #2390b0;
}
/* line 946, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .no-files .center {
  height: auto;
  background-color: #F7F7F7;
  display: block;
  display: table;
  padding: 40px;
  text-align: center;
  width: 100%;
}
/* line 954, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .no-files .center a {
  margin-left: 15px;
}
/* line 961, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list {
  width: 100%;
  list-style-type: none;
  padding: 0;
}
/* line 965, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li {
  padding: 0 10px;
  font-size: 14px;
  border-bottom: 1px solid #f3f3f3;
}
/* line 966, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li.title {
  background-color: #F7F7F7;
  font-weight: bold;
}
/* line 973, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li p {
  display: inline-block;
}
/* line 975, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li p.title {
  width: 225px;
  padding-right: 10px;
}
/* line 979, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li p.name {
  width: 55%;
  padding-right: 10px;
}
/* line 983, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li p.size {
  width: 90px;
  padding-right: 10px;
  text-align: left;
}
/* line 988, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li p.tools {
  width: 120px;
  padding-left: 15px;
  text-align: center;
}
/* line 992, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li p.tools a {
  margin-right: 10px;
}
/* line 997, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions {
  text-align: right;
}
/* line 1000, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .delete-attached-file {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/delete-trash-icon-36078a2f4a07bad09606e172ca4e4dd36cbec35c9d1f6e20cc485a938701a1fb.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1008, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .delete-attached-file:hover {
  background-image: url(/assets/delete-trash-hover-icon-348477619e2981a03ee6ef0f2e33ab287340c9d30a487eb2ccff4fa00f2cc7cc.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1015, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .edit-attached-file {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1023, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .edit-attached-file:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1030, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .download-attached-file {
  display: inline-block;
  height: 19px;
  width: 27px;
  background-image: url(/assets/download-icon-368f8178521334f171672e7a186bf846f93066332d8e85ee89b061f7d4dd740c.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1038, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .download-attached-file:hover {
  background-image: url(/assets/download-hover-icon-60f50f83680a994f8c462533f839e848dbc2c8a4005aa2c9feccd74e22ba1205.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1046, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .edit-trailer-url {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1054, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.single-attached-file-block .single-file-table ul.files-list li .files-actions .edit-trailer-url:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}

/* line 1067, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.btn-save-trailer-url {
  margin: 0px;
  padding: 18px;
  padding-top: 3px;
  padding-bottom: 3px;
}

/* line 1074, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.btn-edit-trailer-url {
  display: inline-block;
  height: 19px;
  width: 20px;
  background-image: url(/assets/edit-icon-c047f083c44db0fc2454db35e7b78412401fcfc278ae958a95a9c7f266557236.png);
  background-repeat: no-repeat;
  background-position: right;
}
/* line 1082, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.btn-edit-trailer-url:hover {
  background-image: url(/assets/edit-hover-icon-6e613525390b64b8f4b7e0e29163b2707ceb14c007367eab86369db1eb22e6db.png);
  background-repeat: no-repeat;
  background-position: right;
}

/**
* Fix the title of the attached_files_html view.
%
* TODO Investigate further in gitlab when the 
* class show-title-with-poster was removed. 
* (if any time this existed.)
*/
/* line 1097, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.fixed_title {
  margin-left: 10px;
  display: inline-block;
}

/* line 1102, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.title_space {
  padding-bottom: 10px;
}

/* line 1106, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.file_missing {
  color: salmon;
}

/* line 1110, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.file_present {
  color: green;
}

/* line 1114, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_table {
  width: 83%;
  table-layout: fixed;
  margin-bottom: 30px;
  margin-left: 17%;
  border: 1.5px solid #c3c3c3;
  border-radius: 5px;
}
/* line 1123, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_table thead, .multifiles_table tfoot {
  background-color: #F7F7F7;
  font-weight: bold;
  cursor: auto;
}
/* line 1129, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_table tr {
  display: block;
  border-bottom: 1px solid #ddd;
}
/* line 1134, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_table tbody {
  display: block;
  height: auto;
  min-height: 100px;
  max-height: 180px;
  overflow: auto;
}
/* line 1142, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_table tbody tr:hover {
  background-color: #fafafa;
}
/* line 1146, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_table td {
  padding: 5px;
  text-align: left;
}

/* line 1153, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.thumb {
  position: relative;
  margin: 3px;
}

/* line 1158, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.thumb img {
  vertical-align: bottom;
  max-height: 100px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 3px;
  border-radius: 5px;
  border: 1px solid #ddd;
}

/* line 1166, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.thumb:hover {
  border: 0;
  /* IE6 needs this to show large image */
  z-index: 1;
}

/* line 1170, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.thumb span {
  position: absolute;
  visibility: hidden;
}

/* line 1174, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.thumb:hover span {
  visibility: visible;
  top: 5px;
  left: 5px;
}

/* line 1185, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_column_file {
  width: 30%;
  padding-right: 10px;
}

/* line 1190, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_column_description {
  width: 40%;
  padding-right: 10px !important;
}

/* line 1195, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_column_content_type {
  width: 80px;
  padding-right: 10px !important;
}

/* line 1201, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_column_size {
  width: 90px;
  padding-right: 10px !important;
}

/* line 1206, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.multifiles_column_tools {
  width: 220px;
  padding-left: 15px !important;
  text-align: center !important;
}

/* line 1213, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.uploadform_hint {
  border-radius: 5px;
  background-color: #f1f1f1;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
}

/* line 1222, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.uploadform_title {
  font-size: 1.4em;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}

/* line 1228, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.uploadform_subtitle {
  color: #666666;
  margin-block-start: 0em;
  margin-block-end: 0.5em;
}

/* line 1239, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 1257, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

/* line 1265, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-title {
  margin-bottom: 0.75rem;
}

/* line 1269, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

/* line 1274, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem;
}

/* line 1281, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 1285, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 1289, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-link + .card-link {
  margin-left: 1.25rem;
}

/* line 1293, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-right-radius: 0.25rem;
  border-top-left-radius: 0.25rem;
}

/* line 1298, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

/* line 1303, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: #f7f7f9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 1310, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

/* line 1314, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: #f7f7f9;
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

/* line 1320, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

/* line 1324, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

/* line 1331, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

/* line 1336, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-primary {
  background-color: #0275d8;
  border-color: #0275d8;
}

/* line 1341, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

/* line 1346, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 1351, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

/* line 1356, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 1361, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

/* line 1366, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 1371, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

/* line 1376, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 1381, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

/* line 1386, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-outline-primary {
  background-color: transparent;
  border-color: #0275d8;
}

/* line 1391, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

/* line 1396, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 1401, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 1406, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 1411, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

/* line 1416, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-inverse {
  color: rgba(255, 255, 255, 0.65);
}

/* line 1420, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 1426, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

/* line 1433, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-inverse .card-link,
.card-inverse .card-text,
.card-inverse .card-subtitle,
.card-inverse .card-blockquote .blockquote-footer {
  color: rgba(255, 255, 255, 0.65);
}

/* line 1440, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-inverse .card-link:focus, .card-inverse .card-link:hover {
  color: #fff;
}

/* line 1444, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 1450, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-img {
  border-radius: calc(0.25rem - 1px);
}

/* line 1454, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

/* line 1463, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-img-top {
  border-top-right-radius: calc(0.25rem - 1px);
  border-top-left-radius: calc(0.25rem - 1px);
}

/* line 1468, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
  /* line 1474, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-deck {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 1483, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-deck .card {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* line 1498, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-deck .card:not(:first-child) {
    margin-left: 15px;
  }

  /* line 1501, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-deck .card:not(:last-child) {
    margin-right: 15px;
  }
}
@media (min-width: 576px) {
  /* line 1507, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  /* line 1516, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
  }

  /* line 1522, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card + .card {
    margin-left: 0;
    border-left: 0;
  }

  /* line 1526, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
  }

  /* line 1530, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  /* line 1533, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  /* line 1536, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }

  /* line 1540, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  /* line 1543, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  /* line 1546, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:not(:first-child):not(:last-child) {
    border-radius: 0;
  }

  /* line 1549, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-group .card:not(:first-child):not(:last-child) .card-img-top,
  .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
    border-radius: 0;
  }
}
@media (min-width: 576px) {
  /* line 1556, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  /* line 1564, /app/app/assets/stylesheets/sections/_feature_film_candidatures.scss */
  .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.75rem;
  }
}
/* line 1, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-candidates-for-candidature {
  width: 100%;
}

/* line 5, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-candidates-for-candidature {
  display: table;
  padding: 20px 0;
}
/* line 9, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-candidates-for-candidature h3 a {
  font-size: 13px;
  margin-left: 10px;
  text-decoration: none;
  color: #5BC0DE;
}
/* line 14, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-candidates-for-candidature h3 a:hover {
  color: #2390b0;
}

/* line 23, /app/app/assets/stylesheets/sections/_manager_film.scss */
.candidates-list.manager .manager-status span {
  text-transform: uppercase;
}
/* line 25, /app/app/assets/stylesheets/sections/_manager_film.scss */
.candidates-list.manager .manager-status span.approval_pending {
  color: #838383;
}
/* line 28, /app/app/assets/stylesheets/sections/_manager_film.scss */
.candidates-list.manager .manager-status span.approved {
  color: #9CEE81;
}
/* line 31, /app/app/assets/stylesheets/sections/_manager_film.scss */
.candidates-list.manager .manager-status span.rejected {
  color: #F74C4C;
}

/* line 38, /app/app/assets/stylesheets/sections/_manager_film.scss */
.title-manager-actions {
  margin-top: 0;
  text-align: right;
  padding-top: 10px;
}

/* line 44, /app/app/assets/stylesheets/sections/_manager_film.scss */
.current-status {
  text-transform: uppercase;
  margin-bottom: 20px;
}
/* line 47, /app/app/assets/stylesheets/sections/_manager_film.scss */
.current-status .rejected {
  color: #E37B74;
}
/* line 50, /app/app/assets/stylesheets/sections/_manager_film.scss */
.current-status .approved {
  color: #A7CB5F;
}
/* line 53, /app/app/assets/stylesheets/sections/_manager_film.scss */
.current-status .approval_pending {
  color: #F1BA60;
}
/* line 56, /app/app/assets/stylesheets/sections/_manager_film.scss */
.current-status .nominee {
  color: #476D9E;
}
/* line 59, /app/app/assets/stylesheets/sections/_manager_film.scss */
.current-status .winner {
  color: #C4C30B;
}

/* line 65, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone {
  border: 2px solid #F7F7F7;
  width: 100%;
  padding: 20px;
}
/* line 70, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .left {
  float: left;
  width: 68%;
  padding-right: 30px;
}
/* line 71, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .left .manager-title {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 20px;
  color: #666666;
}
/* line 81, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .left div {
  line-height: 25px;
}
/* line 86, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right {
  text-align: right;
  display: inline-block;
}
/* line 90, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn, .manager-admin-zone .right .btn-primary, .manager-admin-zone .right .modal .modal-trigger, .modal .manager-admin-zone .right .modal-trigger, .manager-admin-zone .right #create-producer, .manager-admin-zone .right .candidature-notes input, .candidature-notes .manager-admin-zone .right input {
  color: #ffffff;
}
/* line 91, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-undo {
  background-color: #F1BA60;
}
/* line 93, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-undo:hover {
  background-color: #eb9b1a;
}
/* line 97, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-approve {
  background-color: #A7CB5F;
}
/* line 99, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-approve:hover {
  background-color: #82a736;
}
/* line 103, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-reject {
  background-color: #E37B74;
}
/* line 105, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-reject:hover {
  background-color: #d63f34;
}
/* line 110, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-nominate {
  background-color: #476D9E;
}
/* line 112, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-nominate:hover {
  background-color: #2f4969;
}
/* line 117, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-win {
  background-color: #C4C30B;
}
/* line 119, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-win:hover {
  background-color: #7c7b07;
}
/* line 124, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-reset_status {
  background-color: #5BC0DE;
}
/* line 126, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .right .btn-reset_status:hover {
  background-color: #28a1c5;
}
/* line 132, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .action {
  display: block;
}
/* line 134, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .action a {
  display: block;
}
/* line 137, /app/app/assets/stylesheets/sections/_manager_film.scss */
.manager-admin-zone .action .modal-content a {
  display: inline-block;
}

/* line 145, /app/app/assets/stylesheets/sections/_manager_film.scss */
.award-edition-edit .selectize-control .selectize-input {
  width: 46%;
}
/* line 151, /app/app/assets/stylesheets/sections/_manager_film.scss */
.award-edition-edit .feature_film_premiere_date .selectize-control, .award-edition-edit .feature_film_filming_start_date .selectize-control {
  display: inline;
}
/* line 153, /app/app/assets/stylesheets/sections/_manager_film.scss */
.award-edition-edit .feature_film_premiere_date .selectize-control .selectize-input, .award-edition-edit .feature_film_filming_start_date .selectize-control .selectize-input {
  width: 15%;
}

/* line 161, /app/app/assets/stylesheets/sections/_manager_film.scss */
h2 .film-creation-container {
  float: right;
  width: 30%;
  margin-top: -8px;
  margin-bottom: 35px;
  font-weight: normal;
}
/* line 168, /app/app/assets/stylesheets/sections/_manager_film.scss */
h2 .film-creation-container #film_creation {
  float: right;
  width: 46%;
}
/* line 172, /app/app/assets/stylesheets/sections/_manager_film.scss */
h2 .film-creation-container #film_creation .selectize-control {
  width: 46%;
}
/* line 176, /app/app/assets/stylesheets/sections/_manager_film.scss */
h2 .film-creation-container #film_creation .item {
  font-weight: normal;
}
/* line 180, /app/app/assets/stylesheets/sections/_manager_film.scss */
h2 .film-creation-container #film_creation .selectize-input {
  width: 46%;
}
/* line 185, /app/app/assets/stylesheets/sections/_manager_film.scss */
h2 .export-csv {
  float: right;
  margin: 0;
}
/* line 188, /app/app/assets/stylesheets/sections/_manager_film.scss */
h2 .export-csv a {
  height: 30px;
  margin-top: 0;
  margin-left: 10px;
  font-size: 16px;
  line-height: 10px;
  padding: 7px 10px;
}

/* line 199, /app/app/assets/stylesheets/sections/_manager_film.scss */
ul#films {
  width: 100%;
}

/* line 204, /app/app/assets/stylesheets/sections/_manager_film.scss */
.modal-reject-candidature .reject-reason {
  padding: 10px;
  width: 100%;
  height: 200px;
}

/* line 212, /app/app/assets/stylesheets/sections/_manager_film.scss */
.song-music-info {
  font-size: 15px;
}
/* line 214, /app/app/assets/stylesheets/sections/_manager_film.scss */
.song-music-info .song-music-title {
  font-weight: bold;
  display: inline;
}
