/*!
 * Datepicker for Bootstrap v1.8.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */

.datepicker {
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
  padding: 4px;
}
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(0, 0, 0, 0.15);
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid rgba(0, 0, 0, 0.15);
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker table tr td,
.datepicker table tr th {
  text-align: center;
  width: 30px;
  height: 30px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #777777;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.focused {
  background: #eeeeee;
  cursor: pointer;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td.highlighted {
  color: #000;
  background-color: #d9edf7;
  border-color: #85c5e5;
  border-radius: 0;
}
.datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.focus {
  color: #000;
  background-color: #afd9ee;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted:hover {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active,
.datepicker table tr td.highlighted.active {
  color: #000;
  background-color: #afd9ee;
  border-color: #52addb;
}
.datepicker table tr td.highlighted:active:hover,
.datepicker table tr td.highlighted.active:hover,
.datepicker table tr td.highlighted:active:focus,
.datepicker table tr td.highlighted.active:focus,
.datepicker table tr td.highlighted:active.focus,
.datepicker table tr td.highlighted.active.focus {
  color: #000;
  background-color: #91cbe8;
  border-color: #298fc2;
}
.datepicker table tr td.highlighted.disabled:hover,
.datepicker table tr td.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.highlighted:hover,
.datepicker table tr td.highlighted.disabled:focus,
.datepicker table tr td.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.highlighted:focus,
.datepicker table tr td.highlighted.disabled.focus,
.datepicker table tr td.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.highlighted.focus {
  background-color: #d9edf7;
  border-color: #85c5e5;
}
.datepicker table tr td.highlighted.focused {
  background: #afd9ee;
}
.datepicker table tr td.highlighted.disabled,
.datepicker table tr td.highlighted.disabled:active {
  background: #d9edf7;
  color: #777777;
}
.datepicker table tr td.today {
  color: #000;
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today:focus,
.datepicker table tr td.today.focus {
  color: #000;
  background-color: #ffc966;
  border-color: #b37400;
}
.datepicker table tr td.today:hover {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active,
.datepicker table tr td.today.active {
  color: #000;
  background-color: #ffc966;
  border-color: #f59e00;
}
.datepicker table tr td.today:active:hover,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today:active:focus,
.datepicker table tr td.today.active:focus,
.datepicker table tr td.today:active.focus,
.datepicker table tr td.today.active.focus {
  color: #000;
  background-color: #ffbc42;
  border-color: #b37400;
}
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled:focus,
.datepicker table tr td.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.today:focus,
.datepicker table tr td.today.disabled.focus,
.datepicker table tr td.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.today.focus {
  background-color: #ffdb99;
  border-color: #ffb733;
}
.datepicker table tr td.today.focused {
  background: #ffc966;
}
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:active {
  background: #ffdb99;
  color: #777777;
}
.datepicker table tr td.range {
  color: #000;
  background-color: #eeeeee;
  border-color: #bbbbbb;
  border-radius: 0;
}
.datepicker table tr td.range:focus,
.datepicker table tr td.range.focus {
  color: #000;
  background-color: #d5d5d5;
  border-color: #7c7c7c;
}
.datepicker table tr td.range:hover {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active,
.datepicker table tr td.range.active {
  color: #000;
  background-color: #d5d5d5;
  border-color: #9d9d9d;
}
.datepicker table tr td.range:active:hover,
.datepicker table tr td.range.active:hover,
.datepicker table tr td.range:active:focus,
.datepicker table tr td.range.active:focus,
.datepicker table tr td.range:active.focus,
.datepicker table tr td.range.active.focus {
  color: #000;
  background-color: #c3c3c3;
  border-color: #7c7c7c;
}
.datepicker table tr td.range.disabled:hover,
.datepicker table tr td.range[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled:focus,
.datepicker table tr td.range[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range:focus,
.datepicker table tr td.range.disabled.focus,
.datepicker table tr td.range[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.focus {
  background-color: #eeeeee;
  border-color: #bbbbbb;
}
.datepicker table tr td.range.focused {
  background: #d5d5d5;
}
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:active {
  background: #eeeeee;
  color: #777777;
}
.datepicker table tr td.range.highlighted {
  color: #000;
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.focus {
  color: #000;
  background-color: #c1d7e3;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted:hover {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active,
.datepicker table tr td.range.highlighted.active {
  color: #000;
  background-color: #c1d7e3;
  border-color: #73a6c0;
}
.datepicker table tr td.range.highlighted:active:hover,
.datepicker table tr td.range.highlighted.active:hover,
.datepicker table tr td.range.highlighted:active:focus,
.datepicker table tr td.range.highlighted.active:focus,
.datepicker table tr td.range.highlighted:active.focus,
.datepicker table tr td.range.highlighted.active.focus {
  color: #000;
  background-color: #a8c8d8;
  border-color: #4b88a6;
}
.datepicker table tr td.range.highlighted.disabled:hover,
.datepicker table tr td.range.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.highlighted:hover,
.datepicker table tr td.range.highlighted.disabled:focus,
.datepicker table tr td.range.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.highlighted:focus,
.datepicker table tr td.range.highlighted.disabled.focus,
.datepicker table tr td.range.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.highlighted.focus {
  background-color: #e4eef3;
  border-color: #9dc1d3;
}
.datepicker table tr td.range.highlighted.focused {
  background: #c1d7e3;
}
.datepicker table tr td.range.highlighted.disabled,
.datepicker table tr td.range.highlighted.disabled:active {
  background: #e4eef3;
  color: #777777;
}
.datepicker table tr td.range.today {
  color: #000;
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.focus {
  color: #000;
  background-color: #f4b747;
  border-color: #815608;
}
.datepicker table tr td.range.today:hover {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today.active {
  color: #000;
  background-color: #f4b747;
  border-color: #bf800c;
}
.datepicker table tr td.range.today:active:hover,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today:active:focus,
.datepicker table tr td.range.today.active:focus,
.datepicker table tr td.range.today:active.focus,
.datepicker table tr td.range.today.active.focus {
  color: #000;
  background-color: #f2aa25;
  border-color: #815608;
}
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today[disabled]:hover,
fieldset[disabled] .datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled:focus,
.datepicker table tr td.range.today[disabled]:focus,
fieldset[disabled] .datepicker table tr td.range.today:focus,
.datepicker table tr td.range.today.disabled.focus,
.datepicker table tr td.range.today[disabled].focus,
fieldset[disabled] .datepicker table tr td.range.today.focus {
  background-color: #f7ca77;
  border-color: #f1a417;
}
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:active {
  background: #f7ca77;
  color: #777777;
}
.datepicker table tr td.selected,
.datepicker table tr td.selected.highlighted {
  color: #fff;
  background-color: #777777;
  border-color: #555555;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.selected:focus,
.datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.focus,
.datepicker table tr td.selected.highlighted.focus {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #161616;
}
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.highlighted:hover {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active,
.datepicker table tr td.selected.highlighted:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.highlighted.active {
  color: #fff;
  background-color: #5e5e5e;
  border-color: #373737;
}
.datepicker table tr td.selected:active:hover,
.datepicker table tr td.selected.highlighted:active:hover,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.highlighted.active:hover,
.datepicker table tr td.selected:active:focus,
.datepicker table tr td.selected.highlighted:active:focus,
.datepicker table tr td.selected.active:focus,
.datepicker table tr td.selected.highlighted.active:focus,
.datepicker table tr td.selected:active.focus,
.datepicker table tr td.selected.highlighted:active.focus,
.datepicker table tr td.selected.active.focus,
.datepicker table tr td.selected.highlighted.active.focus {
  color: #fff;
  background-color: #4c4c4c;
  border-color: #161616;
}
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.highlighted.disabled:hover,
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.selected:hover,
fieldset[disabled] .datepicker table tr td.selected.highlighted:hover,
.datepicker table tr td.selected.disabled:focus,
.datepicker table tr td.selected.highlighted.disabled:focus,
.datepicker table tr td.selected[disabled]:focus,
.datepicker table tr td.selected.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.selected:focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted:focus,
.datepicker table tr td.selected.disabled.focus,
.datepicker table tr td.selected.highlighted.disabled.focus,
.datepicker table tr td.selected[disabled].focus,
.datepicker table tr td.selected.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.selected.focus,
fieldset[disabled] .datepicker table tr td.selected.highlighted.focus {
  background-color: #777777;
  border-color: #555555;
}
.datepicker table tr td.active,
.datepicker table tr td.active.highlighted {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td.active:focus,
.datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.focus,
.datepicker table tr td.active.highlighted.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td.active:hover,
.datepicker table tr td.active.highlighted:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td.active:active:hover,
.datepicker table tr td.active.highlighted:active:hover,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.highlighted.active:hover,
.datepicker table tr td.active:active:focus,
.datepicker table tr td.active.highlighted:active:focus,
.datepicker table tr td.active.active:focus,
.datepicker table tr td.active.highlighted.active:focus,
.datepicker table tr td.active:active.focus,
.datepicker table tr td.active.highlighted:active.focus,
.datepicker table tr td.active.active.focus,
.datepicker table tr td.active.highlighted.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.highlighted.disabled:hover,
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.highlighted[disabled]:hover,
fieldset[disabled] .datepicker table tr td.active:hover,
fieldset[disabled] .datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.highlighted.disabled:focus,
.datepicker table tr td.active[disabled]:focus,
.datepicker table tr td.active.highlighted[disabled]:focus,
fieldset[disabled] .datepicker table tr td.active:focus,
fieldset[disabled] .datepicker table tr td.active.highlighted:focus,
.datepicker table tr td.active.disabled.focus,
.datepicker table tr td.active.highlighted.disabled.focus,
.datepicker table tr td.active[disabled].focus,
.datepicker table tr td.active.highlighted[disabled].focus,
fieldset[disabled] .datepicker table tr td.active.focus,
fieldset[disabled] .datepicker table tr td.active.highlighted.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  border-radius: 4px;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eeeeee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #777777;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.focus,
.datepicker table tr td span.active:hover.focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active.disabled:hover.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}
.datepicker table tr td span.active:active:hover,
.datepicker table tr td span.active:hover:active:hover,
.datepicker table tr td span.active.disabled:active:hover,
.datepicker table tr td span.active.disabled:hover:active:hover,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td span.active:hover.active:hover,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled:hover.active:hover,
.datepicker table tr td span.active:active:focus,
.datepicker table tr td span.active:hover:active:focus,
.datepicker table tr td span.active.disabled:active:focus,
.datepicker table tr td span.active.disabled:hover:active:focus,
.datepicker table tr td span.active.active:focus,
.datepicker table tr td span.active:hover.active:focus,
.datepicker table tr td span.active.disabled.active:focus,
.datepicker table tr td span.active.disabled:hover.active:focus,
.datepicker table tr td span.active:active.focus,
.datepicker table tr td span.active:hover:active.focus,
.datepicker table tr td span.active.disabled:active.focus,
.datepicker table tr td span.active.disabled:hover:active.focus,
.datepicker table tr td span.active.active.focus,
.datepicker table tr td span.active:hover.active.focus,
.datepicker table tr td span.active.disabled.active.focus,
.datepicker table tr td span.active.disabled:hover.active.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active:hover.disabled:hover,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active.disabled:hover.disabled:hover,
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active:hover[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled]:hover,
.datepicker table tr td span.active.disabled:hover[disabled]:hover,
fieldset[disabled] .datepicker table tr td span.active:hover,
fieldset[disabled] .datepicker table tr td span.active:hover:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active:hover.disabled:focus,
.datepicker table tr td span.active.disabled.disabled:focus,
.datepicker table tr td span.active.disabled:hover.disabled:focus,
.datepicker table tr td span.active[disabled]:focus,
.datepicker table tr td span.active:hover[disabled]:focus,
.datepicker table tr td span.active.disabled[disabled]:focus,
.datepicker table tr td span.active.disabled:hover[disabled]:focus,
fieldset[disabled] .datepicker table tr td span.active:focus,
fieldset[disabled] .datepicker table tr td span.active:hover:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active.disabled.focus,
.datepicker table tr td span.active:hover.disabled.focus,
.datepicker table tr td span.active.disabled.disabled.focus,
.datepicker table tr td span.active.disabled:hover.disabled.focus,
.datepicker table tr td span.active[disabled].focus,
.datepicker table tr td span.active:hover[disabled].focus,
.datepicker table tr td span.active.disabled[disabled].focus,
.datepicker table tr td span.active.disabled:hover[disabled].focus,
fieldset[disabled] .datepicker table tr td span.active.focus,
fieldset[disabled] .datepicker table tr td span.active:hover.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled.focus,
fieldset[disabled] .datepicker table tr td span.active.disabled:hover.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #777777;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eeeeee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-group.date .input-group-addon {
  cursor: pointer;
}
.input-daterange {
  width: 100%;
}
.input-daterange input {
  text-align: center;
}
.input-daterange input:first-child {
  border-radius: 3px 0 0 3px;
}
.input-daterange input:last-child {
  border-radius: 0 3px 3px 0;
}
.input-daterange .input-group-addon {
  width: auto;
  min-width: 16px;
  padding: 4px 5px;
  line-height: 1.42857143;
  border-width: 1px 0;
  margin-left: -5px;
  margin-right: -5px;
}
fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{position:absolute;right:1px;top:1px;width:48px;height:35px;background:#fff;display:block}.multiselect__spinner:after,.multiselect__spinner:before{position:absolute;content:"";top:50%;left:50%;margin:-8px 0 0 -8px;width:16px;height:16px;border-radius:100%;border-color:#41b883 transparent transparent;border-style:solid;border-width:2px;box-shadow:0 0 0 1px transparent}.multiselect__spinner:before{-webkit-animation:a 2.4s cubic-bezier(.41,.26,.2,.62);animation:a 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:a 2.4s cubic-bezier(.51,.09,.21,.8);animation:a 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{transition:opacity .4s ease-in-out;opacity:1}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:14px;touch-action:manipulation}.multiselect{box-sizing:content-box;display:block;position:relative;width:100%;min-height:40px;text-align:left;color:#35495e}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{opacity:.6}.multiselect--active{z-index:1}.multiselect--active .multiselect__current,.multiselect--active .multiselect__input,.multiselect--active .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{position:relative;display:inline-block;min-height:20px;line-height:20px;border:none;border-radius:5px;background:#fff;padding:1px 0 0 5px;width:100%;transition:border .1s ease;box-sizing:border-box;margin-bottom:8px}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{padding-left:6px;margin-bottom:8px}.multiselect__tags-wrap{display:inline}.multiselect__tags{min-height:40px;display:block;padding:8px 40px 0 8px;border-radius:5px;border:1px solid #e8e8e8;background:#fff}.multiselect__tag{position:relative;display:inline-block;padding:4px 26px 4px 10px;border-radius:5px;margin-right:10px;color:#fff;line-height:1;background:#41b883;margin-bottom:8px;white-space:nowrap}.multiselect__tag-icon{cursor:pointer;margin-left:7px;position:absolute;right:0;top:0;bottom:0;font-weight:700;font-style:normal;width:22px;text-align:center;line-height:22px;transition:all .2s ease;border-radius:5px}.multiselect__tag-icon:after{content:"\D7";color:#266d4d;font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{min-height:40px;overflow:hidden;padding:8px 12px 0;padding-right:30px;white-space:nowrap;border-radius:5px;border:1px solid #e8e8e8}.multiselect__current,.multiselect__select{line-height:16px;box-sizing:border-box;display:block;margin:0;text-decoration:none;cursor:pointer}.multiselect__select{position:absolute;width:40px;height:38px;right:1px;top:1px;padding:4px 8px;text-align:center;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease, -webkit-transform .2s ease}.multiselect__select:before{position:relative;right:0;top:65%;color:#999;margin-top:4px;border-style:solid;border-width:5px 5px 0;border-color:#999 transparent transparent;content:""}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{position:absolute;display:block;background:#fff;width:100%;max-height:240px;overflow:auto;border:1px solid #e8e8e8;border-top:none;border-bottom-left-radius:5px;border-bottom-right-radius:5px;z-index:1;-webkit-overflow-scrolling:touch}.multiselect__content{list-style:none;display:inline-block;padding:0;margin:0;min-width:100%}.multiselect--above .multiselect__content-wrapper{bottom:100%;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top-left-radius:5px;border-top-right-radius:5px;border-bottom:none;border-top:1px solid #e8e8e8}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{display:block;padding:12px;min-height:40px;line-height:16px;text-decoration:none;text-transform:none;vertical-align:middle;position:relative;cursor:pointer;white-space:nowrap}.multiselect__option:after{top:0;right:0;position:absolute;line-height:40px;padding-right:12px;padding-left:20px}.multiselect__option--highlight{background:#41b883;outline:none;color:#fff}.multiselect__option--highlight:after{content:attr(data-select);background:#41b883;color:#fff}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{content:attr(data-selected);color:silver}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;content:attr(data-deselect);color:#fff}.multiselect--disabled{background:#ededed;pointer-events:none}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select,.multiselect__option--disabled{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{cursor:text;pointer-events:none}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede!important}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{margin-bottom:10px;display:inline-block}@-webkit-keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}@keyframes a{0%{-webkit-transform:rotate(0);transform:rotate(0)}to{-webkit-transform:rotate(2turn);transform:rotate(2turn)}}
@charset "UTF-8";
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
[hidden],
template {
  display: none;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a {
  background-color: transparent;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
dfn {
  font-style: italic;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
small {
  font-size: 80%;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
figure {
  margin: 1em 40px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
hr {
  box-sizing: content-box;
  height: 0;
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
select {
  text-transform: none;
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/* line 359, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 379, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/* line 390, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* line 419, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
td,
th {
  padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  /* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  *,
*:before,
*:after {
    color: #000 !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  /* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table-bordered th,
.table-bordered td {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: "Glyphicons Halflings";
  src: url("/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot");
  src: url("/assets/bootstrap/glyphicons-halflings-regular-0805fb1fe24235f70a639f67514990e4bfb6d2cfb00ca563ad4b553c240ddc33.eot?#iefix") format("embedded-opentype"), url("/assets/bootstrap/glyphicons-halflings-regular-403acfcf0cbaebd1c28b404eec442cea53642644b3a73f91c5a4ab46859af772.woff2") format("woff2"), url("/assets/bootstrap/glyphicons-halflings-regular-0703369a358a012c0011843ae337a8a20270c336948a8668df5cb89a8827299b.woff") format("woff"), url("/assets/bootstrap/glyphicons-halflings-regular-7c9caa5f4e16169b0129fdf93c84e85ad14d6c107eb1b0ad60b542daf01ee1f0.ttf") format("truetype"), url("/assets/bootstrap/glyphicons-halflings-regular-22d0c88a49d7d0ebe45627143a601061a32a46a9b9afd2dc7f457436f5f15f6e.svg#glyphicons_halflingsregular") format("svg");
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus:before {
  content: "\002b";
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac";
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus:before {
  content: "\2212";
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud:before {
  content: "\2601";
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-envelope:before {
  content: "\2709";
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pencil:before {
  content: "\270f";
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-glass:before {
  content: "\e001";
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-music:before {
  content: "\e002";
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-search:before {
  content: "\e003";
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart:before {
  content: "\e005";
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star:before {
  content: "\e006";
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-star-empty:before {
  content: "\e007";
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-user:before {
  content: "\e008";
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-film:before {
  content: "\e009";
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-large:before {
  content: "\e010";
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th:before {
  content: "\e011";
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-th-list:before {
  content: "\e012";
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok:before {
  content: "\e013";
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove:before {
  content: "\e014";
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-in:before {
  content: "\e015";
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-zoom-out:before {
  content: "\e016";
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-off:before {
  content: "\e017";
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-signal:before {
  content: "\e018";
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cog:before {
  content: "\e019";
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-trash:before {
  content: "\e020";
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-home:before {
  content: "\e021";
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-file:before {
  content: "\e022";
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-time:before {
  content: "\e023";
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-road:before {
  content: "\e024";
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download-alt:before {
  content: "\e025";
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-download:before {
  content: "\e026";
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-upload:before {
  content: "\e027";
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-inbox:before {
  content: "\e028";
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play-circle:before {
  content: "\e029";
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-repeat:before {
  content: "\e030";
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-refresh:before {
  content: "\e031";
}

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list-alt:before {
  content: "\e032";
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lock:before {
  content: "\e033";
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flag:before {
  content: "\e034";
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-headphones:before {
  content: "\e035";
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-off:before {
  content: "\e036";
}

/* line 80, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-down:before {
  content: "\e037";
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-volume-up:before {
  content: "\e038";
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-qrcode:before {
  content: "\e039";
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-barcode:before {
  content: "\e040";
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tag:before {
  content: "\e041";
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tags:before {
  content: "\e042";
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-book:before {
  content: "\e043";
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bookmark:before {
  content: "\e044";
}

/* line 88, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-print:before {
  content: "\e045";
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-camera:before {
  content: "\e046";
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-font:before {
  content: "\e047";
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bold:before {
  content: "\e048";
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-italic:before {
  content: "\e049";
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-height:before {
  content: "\e050";
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-width:before {
  content: "\e051";
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-left:before {
  content: "\e052";
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-center:before {
  content: "\e053";
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-right:before {
  content: "\e054";
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-align-justify:before {
  content: "\e055";
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-list:before {
  content: "\e056";
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-left:before {
  content: "\e057";
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-indent-right:before {
  content: "\e058";
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-facetime-video:before {
  content: "\e059";
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-picture:before {
  content: "\e060";
}

/* line 104, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-map-marker:before {
  content: "\e062";
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-adjust:before {
  content: "\e063";
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tint:before {
  content: "\e064";
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-edit:before {
  content: "\e065";
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share:before {
  content: "\e066";
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-check:before {
  content: "\e067";
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-move:before {
  content: "\e068";
}

/* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-backward:before {
  content: "\e069";
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-backward:before {
  content: "\e070";
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-backward:before {
  content: "\e071";
}

/* line 114, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-play:before {
  content: "\e072";
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pause:before {
  content: "\e073";
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stop:before {
  content: "\e074";
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-forward:before {
  content: "\e075";
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fast-forward:before {
  content: "\e076";
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-step-forward:before {
  content: "\e077";
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eject:before {
  content: "\e078";
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-left:before {
  content: "\e079";
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-right:before {
  content: "\e080";
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plus-sign:before {
  content: "\e081";
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-minus-sign:before {
  content: "\e082";
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-sign:before {
  content: "\e083";
}

/* line 126, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-sign:before {
  content: "\e084";
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-question-sign:before {
  content: "\e085";
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-info-sign:before {
  content: "\e086";
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-screenshot:before {
  content: "\e087";
}

/* line 130, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-remove-circle:before {
  content: "\e088";
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ok-circle:before {
  content: "\e089";
}

/* line 132, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ban-circle:before {
  content: "\e090";
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-left:before {
  content: "\e091";
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-right:before {
  content: "\e092";
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-up:before {
  content: "\e093";
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-arrow-down:before {
  content: "\e094";
}

/* line 137, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-share-alt:before {
  content: "\e095";
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-full:before {
  content: "\e096";
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-small:before {
  content: "\e097";
}

/* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-exclamation-sign:before {
  content: "\e101";
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gift:before {
  content: "\e102";
}

/* line 142, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-leaf:before {
  content: "\e103";
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fire:before {
  content: "\e104";
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-open:before {
  content: "\e105";
}

/* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-eye-close:before {
  content: "\e106";
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-warning-sign:before {
  content: "\e107";
}

/* line 147, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-plane:before {
  content: "\e108";
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-calendar:before {
  content: "\e109";
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-random:before {
  content: "\e110";
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-comment:before {
  content: "\e111";
}

/* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-magnet:before {
  content: "\e112";
}

/* line 152, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-up:before {
  content: "\e113";
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-chevron-down:before {
  content: "\e114";
}

/* line 154, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-retweet:before {
  content: "\e115";
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-shopping-cart:before {
  content: "\e116";
}

/* line 156, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-close:before {
  content: "\e117";
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-folder-open:before {
  content: "\e118";
}

/* line 158, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-vertical:before {
  content: "\e119";
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-resize-horizontal:before {
  content: "\e120";
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hdd:before {
  content: "\e121";
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bullhorn:before {
  content: "\e122";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bell:before {
  content: "\e123";
}

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-certificate:before {
  content: "\e124";
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-up:before {
  content: "\e125";
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-thumbs-down:before {
  content: "\e126";
}

/* line 166, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-right:before {
  content: "\e127";
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-left:before {
  content: "\e128";
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-up:before {
  content: "\e129";
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hand-down:before {
  content: "\e130";
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-globe:before {
  content: "\e135";
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-wrench:before {
  content: "\e136";
}

/* line 176, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tasks:before {
  content: "\e137";
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-filter:before {
  content: "\e138";
}

/* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-briefcase:before {
  content: "\e139";
}

/* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-fullscreen:before {
  content: "\e140";
}

/* line 180, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-dashboard:before {
  content: "\e141";
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paperclip:before {
  content: "\e142";
}

/* line 182, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-heart-empty:before {
  content: "\e143";
}

/* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-link:before {
  content: "\e144";
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone:before {
  content: "\e145";
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pushpin:before {
  content: "\e146";
}

/* line 186, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-usd:before {
  content: "\e148";
}

/* line 187, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-gbp:before {
  content: "\e149";
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort:before {
  content: "\e150";
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order:before {
  content: "\e153";
}

/* line 192, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

/* line 195, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-unchecked:before {
  content: "\e157";
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-expand:before {
  content: "\e158";
}

/* line 197, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-down:before {
  content: "\e159";
}

/* line 198, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-collapse-up:before {
  content: "\e160";
}

/* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-in:before {
  content: "\e161";
}

/* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-flash:before {
  content: "\e162";
}

/* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-log-out:before {
  content: "\e163";
}

/* line 202, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-new-window:before {
  content: "\e164";
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-record:before {
  content: "\e165";
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save:before {
  content: "\e166";
}

/* line 205, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open:before {
  content: "\e167";
}

/* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-saved:before {
  content: "\e168";
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-import:before {
  content: "\e169";
}

/* line 208, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-export:before {
  content: "\e170";
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-send:before {
  content: "\e171";
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-disk:before {
  content: "\e172";
}

/* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-saved:before {
  content: "\e173";
}

/* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-remove:before {
  content: "\e174";
}

/* line 213, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-save:before {
  content: "\e175";
}

/* line 214, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-floppy-open:before {
  content: "\e176";
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-credit-card:before {
  content: "\e177";
}

/* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-transfer:before {
  content: "\e178";
}

/* line 217, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cutlery:before {
  content: "\e179";
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-header:before {
  content: "\e180";
}

/* line 219, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-compressed:before {
  content: "\e181";
}

/* line 220, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-earphone:before {
  content: "\e182";
}

/* line 221, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-phone-alt:before {
  content: "\e183";
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tower:before {
  content: "\e184";
}

/* line 223, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-stats:before {
  content: "\e185";
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sd-video:before {
  content: "\e186";
}

/* line 225, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hd-video:before {
  content: "\e187";
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subtitles:before {
  content: "\e188";
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-stereo:before {
  content: "\e189";
}

/* line 228, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-dolby:before {
  content: "\e190";
}

/* line 229, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-5-1:before {
  content: "\e191";
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-6-1:before {
  content: "\e192";
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sound-7-1:before {
  content: "\e193";
}

/* line 232, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copyright-mark:before {
  content: "\e194";
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-registration-mark:before {
  content: "\e195";
}

/* line 234, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-download:before {
  content: "\e197";
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cloud-upload:before {
  content: "\e198";
}

/* line 236, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-conifer:before {
  content: "\e199";
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tree-deciduous:before {
  content: "\e200";
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-cd:before {
  content: "\e201";
}

/* line 239, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-save-file:before {
  content: "\e202";
}

/* line 240, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-open-file:before {
  content: "\e203";
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-level-up:before {
  content: "\e204";
}

/* line 242, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-copy:before {
  content: "\e205";
}

/* line 243, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-paste:before {
  content: "\e206";
}

/* line 252, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-alert:before {
  content: "\e209";
}

/* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-equalizer:before {
  content: "\e210";
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-king:before {
  content: "\e211";
}

/* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-queen:before {
  content: "\e212";
}

/* line 256, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-pawn:before {
  content: "\e213";
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bishop:before {
  content: "\e214";
}

/* line 258, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-knight:before {
  content: "\e215";
}

/* line 259, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-baby-formula:before {
  content: "\e216";
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-tent:before {
  content: "\26fa";
}

/* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-blackboard:before {
  content: "\e218";
}

/* line 262, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bed:before {
  content: "\e219";
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-apple:before {
  content: "\f8ff";
}

/* line 264, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-erase:before {
  content: "\e221";
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-hourglass:before {
  content: "\231b";
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-lamp:before {
  content: "\e223";
}

/* line 267, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-duplicate:before {
  content: "\e224";
}

/* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-piggy-bank:before {
  content: "\e225";
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scissors:before {
  content: "\e226";
}

/* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-bitcoin:before {
  content: "\e227";
}

/* line 271, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-btc:before {
  content: "\e227";
}

/* line 272, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-xbt:before {
  content: "\e227";
}

/* line 273, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-yen:before {
  content: "\00a5";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-jpy:before {
  content: "\00a5";
}

/* line 275, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ruble:before {
  content: "\20bd";
}

/* line 276, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-rub:before {
  content: "\20bd";
}

/* line 277, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-scale:before {
  content: "\e230";
}

/* line 278, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly:before {
  content: "\e231";
}

/* line 279, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-education:before {
  content: "\e233";
}

/* line 281, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-horizontal:before {
  content: "\e234";
}

/* line 282, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-option-vertical:before {
  content: "\e235";
}

/* line 283, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-hamburger:before {
  content: "\e236";
}

/* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-modal-window:before {
  content: "\e237";
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-oil:before {
  content: "\e238";
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-grain:before {
  content: "\e239";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-sunglasses:before {
  content: "\e240";
}

/* line 288, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-size:before {
  content: "\e241";
}

/* line 289, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-color:before {
  content: "\e242";
}

/* line 290, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-text-background:before {
  content: "\e243";
}

/* line 291, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-top:before {
  content: "\e244";
}

/* line 292, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-bottom:before {
  content: "\e245";
}

/* line 293, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-left:before {
  content: "\e247";
}

/* line 295, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-vertical:before {
  content: "\e248";
}

/* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-object-align-right:before {
  content: "\e249";
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-right:before {
  content: "\e250";
}

/* line 298, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-left:before {
  content: "\e251";
}

/* line 299, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-bottom:before {
  content: "\e252";
}

/* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-triangle-top:before {
  content: "\e253";
}

/* line 301, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-console:before {
  content: "\e254";
}

/* line 302, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-superscript:before {
  content: "\e255";
}

/* line 303, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-subscript:before {
  content: "\e256";
}

/* line 304, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-left:before {
  content: "\e257";
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-right:before {
  content: "\e258";
}

/* line 306, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-down:before {
  content: "\e259";
}

/* line 307, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-menu-up:before {
  content: "\e260";
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  box-sizing: border-box;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  box-sizing: border-box;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #222;
  background-color: #fff;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #0881b3;
  text-decoration: none;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #054c6a;
  text-decoration: underline;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
img {
  vertical-align: middle;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-rounded {
  border-radius: 6px;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.img-circle {
  border-radius: 50%;
}

/* line 113, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 141, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: 400;
  line-height: 1;
  color: #777777;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h2, .h2 {
  font-size: 30px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h3, .h3 {
  font-size: 24px;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h4, .h4 {
  font-size: 18px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h5, .h5 {
  font-size: 14px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h6, .h6 {
  font-size: 12px;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
p {
  margin: 0 0 10px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  /* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
small,
.small {
  font-size: 85%;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
mark,
.mark {
  padding: .2em;
  background-color: #fcf8e3;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-uppercase, .initialism {
  text-transform: uppercase;
}

/* line 99, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-muted {
  color: #777777;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-primary {
  color: #337ab7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-primary {
  background-color: #337ab7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

/* line 167, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-unstyled {
  padding-left: 0;
  list-style: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

/* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

/* line 189, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt,
dd {
  line-height: 1.428571429;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dt {
  font-weight: 700;
}

/* line 196, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dd {
  margin-left: 0;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:before, .dl-horizontal dd:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  /* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
abbr[title],
abbr[data-original-title] {
  cursor: help;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.initialism {
  font-size: 90%;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

/* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

/* line 265, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: "\2014 \00A0";
}

/* line 274, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  text-align: right;
  border-right: 5px solid #eeeeee;
  border-left: 0;
}

/* line 286, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: "";
}

/* line 287, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: "\00A0 \2014";
}

/* line 294, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
  box-shadow: none;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
  .container {
    width: 1170px;
  }
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:before, .row:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.row:after {
  clear: both;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters {
  margin-right: 0;
  margin-left: 0;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_grid.scss */
.row-no-gutters [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

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

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-2 {
  width: 16.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-3 {
  width: 25%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-4 {
  width: 33.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-5 {
  width: 41.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-6 {
  width: 50%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-7 {
  width: 58.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-8 {
  width: 66.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-9 {
  width: 75%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-10 {
  width: 83.3333333333%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-11 {
  width: 91.6666666667%;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-12 {
  width: 100%;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-0 {
  right: auto;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-1 {
  right: 8.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-2 {
  right: 16.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-3 {
  right: 25%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-4 {
  right: 33.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-5 {
  right: 41.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-6 {
  right: 50%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-7 {
  right: 58.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-8 {
  right: 66.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-9 {
  right: 75%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-10 {
  right: 83.3333333333%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-11 {
  right: 91.6666666667%;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-pull-12 {
  right: 100%;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-0 {
  left: auto;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-1 {
  left: 8.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-2 {
  left: 16.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-3 {
  left: 25%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-4 {
  left: 33.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-5 {
  left: 41.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-6 {
  left: 50%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-7 {
  left: 58.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-8 {
  left: 66.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-9 {
  left: 75%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-10 {
  left: 83.3333333333%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-11 {
  left: 91.6666666667%;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-push-12 {
  left: 100%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-0 {
  margin-left: 0%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-3 {
  margin-left: 25%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-6 {
  margin-left: 50%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-9 {
  margin-left: 75%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-offset-12 {
  margin-left: 100%;
}

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

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

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

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table {
  background-color: transparent;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  text-align: left;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

/* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > caption + thead > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table .table {
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_table-row.scss */
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-responsive {
  min-height: .01%;
  overflow-x: auto;
}

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

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="radio"][disabled], input.disabled[type="radio"], fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input.disabled[type="checkbox"], fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="range"] {
  display: block;
  width: 100%;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
select[multiple],
select[size] {
  height: auto;
}

/* line 95, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

/* line 133, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}

/* line 107, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control:-ms-input-placeholder {
  color: #999;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_vendor-prefixes.scss */
.form-control::-webkit-input-placeholder {
  color: #999;
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eeeeee;
  opacity: 1;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
textarea.form-control {
  height: auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 200, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.form-control[type="date"],
input.form-control[type="time"],
input.form-control[type="datetime-local"],
input.form-control[type="month"] {
    line-height: 34px;
  }
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-sm[type="date"], .input-group-sm > .form-control[type="date"],
.input-group-sm > .input-group-addon[type="date"],
.input-group-sm > .input-group-btn > .btn[type="date"], .input-group-sm input[type="date"],
input.input-sm[type="time"],
.input-group-sm > .form-control[type="time"],
.input-group-sm > .input-group-addon[type="time"],
.input-group-sm > .input-group-btn > .btn[type="time"], .input-group-sm input[type="time"],
input.input-sm[type="datetime-local"],
.input-group-sm > .form-control[type="datetime-local"],
.input-group-sm > .input-group-addon[type="datetime-local"],
.input-group-sm > .input-group-btn > .btn[type="datetime-local"], .input-group-sm input[type="datetime-local"],
input.input-sm[type="month"],
.input-group-sm > .form-control[type="month"],
.input-group-sm > .input-group-addon[type="month"],
.input-group-sm > .input-group-btn > .btn[type="month"], .input-group-sm input[type="month"] {
    line-height: 30px;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  input.input-lg[type="date"], .input-group-lg > .form-control[type="date"],
.input-group-lg > .input-group-addon[type="date"],
.input-group-lg > .input-group-btn > .btn[type="date"], .input-group-lg input[type="date"],
input.input-lg[type="time"],
.input-group-lg > .form-control[type="time"],
.input-group-lg > .input-group-addon[type="time"],
.input-group-lg > .input-group-btn > .btn[type="time"], .input-group-lg input[type="time"],
input.input-lg[type="datetime-local"],
.input-group-lg > .form-control[type="datetime-local"],
.input-group-lg > .input-group-addon[type="datetime-local"],
.input-group-lg > .input-group-btn > .btn[type="datetime-local"], .input-group-lg input[type="datetime-local"],
input.input-lg[type="month"],
.input-group-lg > .form-control[type="month"],
.input-group-lg > .input-group-addon[type="month"],
.input-group-lg > .input-group-btn > .btn[type="month"], .input-group-lg input[type="month"] {
    line-height: 46px;
  }
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  vertical-align: middle;
  cursor: pointer;
}

/* line 280, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

/* line 285, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

/* line 297, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static {
  min-height: 34px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
}

/* line 305, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-right: 0;
  padding-left: 0;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select.input-sm[multiple],
.input-group-sm > .form-control[multiple],
.input-group-sm > .input-group-addon[multiple],
.input-group-sm > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 323, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm textarea.form-control,
.form-group-sm select.form-control[multiple] {
  height: auto;
}

/* line 338, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select.input-lg[multiple],
.input-group-lg > .form-control[multiple],
.input-group-lg > .input-group-addon[multiple],
.input-group-lg > .input-group-btn > .btn[multiple] {
  height: auto;
}

/* line 349, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 356, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg textarea.form-control,
.form-group-lg select.form-control[multiple] {
  height: auto;
}

/* line 364, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 378, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

/* line 383, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback .form-control {
  padding-right: 42.5px;
}

/* line 388, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

/* line 400, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

/* line 407, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.has-success .control-label--checkbox,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control:focus {
  border-color: #2b542c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .input-group-addon {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #3c763d;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.has-warning .control-label--checkbox,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control:focus {
  border-color: #66512c;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .input-group-addon {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #8a6d3b;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.has-error .control-label--checkbox,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control:focus {
  border-color: #843534;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

/* line 429, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label ~ .form-control-feedback {
  top: 25px;
}

/* line 432, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}

/* line 443, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #626262;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group .input-group-addon,
.form-inline .input-group .input-group-btn,
.form-inline .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label, .form-inline .control-label--checkbox {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio,
.form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio input[type="radio"],
.form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

/* line 559, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

/* line 565, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 572, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label, .form-horizontal .control-label--checkbox {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}

@media (min-width: 768px) {
  /* line 593, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label, .form-horizontal .form-group-lg .control-label--checkbox {
    padding-top: 11px;
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  /* line 601, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-sm .control-label, .form-horizontal .form-group-sm .control-label--checkbox {
    padding-top: 6px;
    font-size: 12px;
  }
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:focus, .btn.focus, .btn:active:focus, .btn.focus:active, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  opacity: 0.65;
  box-shadow: none;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  background-image: none;
  border-color: #adadad;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default:active:hover, .btn-default:active:focus, .btn-default.focus:active, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default.focus[disabled], fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  background-image: none;
  border-color: #204d74;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus:active, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary.focus[disabled], fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  background-image: none;
  border-color: #398439;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success:active:hover, .btn-success:active:focus, .btn-success.focus:active, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success.focus[disabled], fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  background-image: none;
  border-color: #269abc;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info:active:hover, .btn-info:active:focus, .btn-info.focus:active, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info.focus[disabled], fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  background-image: none;
  border-color: #d58512;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning.focus:active, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning.focus[disabled], fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  background-image: none;
  border-color: #ac2925;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger.focus:active, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger.focus[disabled], fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #0881b3;
  border-radius: 0;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #054c6a;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

/* line 139, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

/* line 151, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block + .btn-block {
  margin-top: 5px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
input.btn-block[type="submit"],
input.btn-block[type="reset"],
input.btn-block[type="button"] {
  width: 100%;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade.in {
  opacity: 1;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse {
  display: none;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapse.in {
  display: block;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tr.collapse.in {
  display: table-row;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
tbody.collapse.in {
  display: table-row-group;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-property: height, visibility;
  transition-duration: 0.35s;
  transition-timing-function: ease;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-toggle:focus {
  outline: 0;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.428571429;
  color: #333333;
  white-space: nowrap;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

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

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > a {
  outline: 0;
}

/* line 134, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-right {
  right: 0;
  left: auto;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-menu-left {
  right: auto;
  left: 0;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #777777;
  white-space: nowrap;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  /* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn,
.btn-group-vertical > .btn {
  position: relative;
  float: left;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-toolbar:after {
  clear: both;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
  margin-left: 5px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 69, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
  outline: 0;
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle.btn-link {
  box-shadow: none;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn .caret {
  margin-left: 0;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

/* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

/* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group > .btn {
  float: none;
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

/* line 172, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 175, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 179, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

/* line 188, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 201, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}

/* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  display: table-cell;
  float: none;
  width: 1%;
}

/* line 212, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

/* line 216, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group[class*="col-"] {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
  border-radius: 0;
}

/* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

/* line 94, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

/* line 101, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

/* line 108, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 117, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}

/* line 150, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}

/* line 159, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:before, .nav:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.nav:after {
  clear: both;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li {
  position: relative;
  display: block;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #0881b3;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs {
  border-bottom: 1px solid #ddd;
}

/* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

/* line 118, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

/* line 122, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li > a {
  border-radius: 4px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li + li {
  margin-left: 2px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #337ab7;
}

/* line 144, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

/* line 146, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

/* line 160, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}

/* line 163, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}

/* line 165, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-bottom: 5px;
  text-align: center;
}

/* line 171, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}

@media (min-width: 768px) {
  /* line 177, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  /* line 180, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

/* line 190, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}

/* line 199, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #ddd;
}

@media (min-width: 768px) {
  /* line 206, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  /* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

/* line 224, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

/* line 227, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .active {
  display: block;
}

/* line 237, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 0px;
  }
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-header {
    float: left;
  }
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:after {
  clear: both;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  /* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  /* line 75, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-right: 0;
    padding-left: 0;
  }
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top,
.navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  z-index: 1030;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

@media (min-width: 768px) {
  /* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

/* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

/* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  /* line 129, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-static-top {
  z-index: 1000;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand {
  float: left;
  height: 50px;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

/* line 168, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand > img {
  display: block;
}

@media (min-width: 768px) {
  /* line 178, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

/* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-right: 15px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 204, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

/* line 215, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  /* line 191, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav {
  margin: 7.5px -15px;
}

/* line 233, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  /* line 249, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a,
.navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  /* line 253, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}

@media (min-width: 768px) {
  /* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-form {
  padding: 10px 15px;
  margin-right: -15px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  margin-top: 8px;
  margin-bottom: 8px;
}

@media (min-width: 768px) {
  /* line 468, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 475, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  /* line 482, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group .input-group-addon,
.navbar-form .input-group .input-group-btn,
.navbar-form .input-group .form-control {
    width: auto;
  }
  /* line 498, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label, .navbar-form .control-label--checkbox {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio,
.navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 516, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio input[type="radio"],
.navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  /* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (max-width: 767px) {
  /* line 296, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}

@media (min-width: 768px) {
  /* line 284, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    box-shadow: none;
  }
}

/* line 325, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 330, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  margin-bottom: 0;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* line 347, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

/* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  /* line 357, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-text {
    float: left;
    margin-right: 15px;
    margin-left: 15px;
  }
}

@media (min-width: 768px) {
  /* line 377, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

/* line 408, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

/* line 423, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

/* line 431, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

/* line 442, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

@media (max-width: 767px) {
  /* line 453, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }
  /* line 462, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }
  /* line 470, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}

/* line 481, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

/* line 487, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}

/* line 517, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

/* line 527, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

/* line 540, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

/* line 555, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #090909;
}

/* line 563, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

/* line 573, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #090909;
}

@media (max-width: 767px) {
  /* line 584, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090909;
  }
  /* line 587, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }
  /* line 599, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #090909;
  }
  /* line 607, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}

/* line 619, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

/* line 625, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}

/* line 650, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  color: #0881b3;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #054c6a;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 61, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_pagination.scss */
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #eeeeee;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #777777;
  cursor: not-allowed;
  background-color: #fff;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #286090;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

/* line 56, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

/* line 60, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_labels.scss */
.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

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

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn-xs .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}

/* line 41, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #0881b3;
  background-color: #fff;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eeeeee;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.container .jumbotron, .container-fluid .jumbotron {
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 6px;
}

/* line 35, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #222;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #0881b3;
}

/* line 9, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #337ab7;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  transition: width 0.6s ease;
}

/* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress.active .progress-bar,
.progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 77, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

/* line 1, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 40, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  color: #777777;
  cursor: not-allowed;
  background-color: #eeeeee;
}

/* line 48, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #777777;
}

/* line 57, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 66, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  color: inherit;
}

/* line 71, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #c7ddef;
}

/* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}

/* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  color: #555;
  text-decoration: none;
  background-color: #f5f5f5;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

/* line 4, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

/* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

/* line 49, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

/* line 100, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-right: 15px;
  padding-left: 15px;
}

/* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 127, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 131, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

/* line 135, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 153, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

/* line 164, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

/* line 170, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

/* line 174, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

/* line 185, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

/* line 194, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

/* line 203, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

/* line 210, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

/* line 244, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

/* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default, .panel-default--clear {
  border-color: #ddd;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading, .panel-default--clear > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body, .panel-default--clear > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge, .panel-default--clear > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body, .panel-default--clear > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #337ab7;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #337ab7;
}

/* line 260, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

/* line 263, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

/* line 266, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

/* line 269, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

/* line 5, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

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

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

/* line 32, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-content {
  position: relative;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  /* line 136, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 12px;
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 51, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}

/* line 58, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}

/* line 65, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}

/* line 72, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 79, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 86, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

/* line 96, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
}

/* line 106, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.428571429;
  line-break: auto;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow, .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

/* line 46, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}

/* line 67, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

/* line 74, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}

/* line 82, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

/* line 89, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}

/* line 98, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

/* line 105, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}

/* line 115, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

/* line 124, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  /* line 16, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  /* line 39, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  /* line 44, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

/* line 70, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 109, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 112, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

/* line 119, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 128, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

/* line 138, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

/* line 143, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

/* line 148, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

/* line 157, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

/* line 184, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

/* line 207, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

/* line 218, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 230, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  /* line 241, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  /* line 250, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
    margin-left: -10px;
  }
  /* line 254, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
    margin-right: -10px;
  }
  /* line 261, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

/* line 45, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

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

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-xs,
td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  /* line 54, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-sm,
td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 73, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 78, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 83, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-md,
td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 92, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 97, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 102, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-lg,
td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  /* line 111, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  th.visible-print,
td.visible-print {
    display: table-cell !important;
  }
}

/* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker {
  position: relative;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker .add-on {
  cursor: pointer;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

/* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  /* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
  .bootstrap-timepicker {
    width: 100%;
  }
  /* line 10, ../usr/local/bundle/gems/bootstrap-timepicker-rails-0.1.3/vendor/assets/stylesheets/bootstrap-timepicker.css */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/* line 1, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 4px 6px;
  color: #555;
  vertical-align: middle;
  border-radius: 4px;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
}

/* line 14, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}

/* line 24, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}

/* line 28, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}

/* line 31, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}

/* line 34, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 38, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag {
  margin-right: 2px;
  color: white;
}

/* line 42, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}

/* line 46, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
}

/* line 50, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 53, app/assets/stylesheets/bootstrap-tagsinput.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 41, app/assets/stylesheets/bootstrap-cards.scss */
.card {
  position: relative;
  display: block;
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}

/* line 50, app/assets/stylesheets/bootstrap-cards.scss */
.card-block {
  padding: 15px;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-block:before, .card-block:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-block:after {
  clear: both;
}

/* line 55, app/assets/stylesheets/bootstrap-cards.scss */
.card-title {
  margin-top: 0;
  margin-bottom: 10px;
}

/* line 60, app/assets/stylesheets/bootstrap-cards.scss */
.card-subtitle {
  margin-top: -10px;
  margin-bottom: 0;
}

/* line 65, app/assets/stylesheets/bootstrap-cards.scss */
.card-text:last-child {
  margin-bottom: 0;
}

/* line 70, app/assets/stylesheets/bootstrap-cards.scss */
.card-link:hover {
  text-decoration: none;
}

/* line 74, app/assets/stylesheets/bootstrap-cards.scss */
.card-link + .card-link {
  margin-left: 15px;
}

/* line 81, app/assets/stylesheets/bootstrap-cards.scss */
.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 87, app/assets/stylesheets/bootstrap-cards.scss */
.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 93, app/assets/stylesheets/bootstrap-cards.scss */
.card-header {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-bottom: 1px solid #ddd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-header:before, .card-header:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-header:after {
  clear: both;
}

/* line 99, app/assets/stylesheets/bootstrap-cards.scss */
.card-header:first-child {
  border-radius: 4px 4px 0 0;
}

/* line 104, app/assets/stylesheets/bootstrap-cards.scss */
.card-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
}

/* line 14, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-footer:before, .card-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../usr/local/bundle/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.card-footer:after {
  clear: both;
}

/* line 110, app/assets/stylesheets/bootstrap-cards.scss */
.card-footer:last-child {
  border-radius: 0 0 4px 4px;
}

/* line 115, app/assets/stylesheets/bootstrap-cards.scss */
.card-header-tabs {
  margin-right: -5px;
  margin-bottom: -10px;
  margin-left: -5px;
  border-bottom: 0;
}

/* line 122, app/assets/stylesheets/bootstrap-cards.scss */
.card-header-pills {
  margin-right: -5px;
  margin-left: -5px;
}

/* line 127, app/assets/stylesheets/bootstrap-cards.scss */
.card-primary {
  background-color: #337ab7;
  border-color: #337ab7;
}

/* line 5, app/assets/stylesheets/bootstrap-cards.scss */
.card-primary .card-header,
.card-primary .card-footer {
  background-color: transparent;
}

/* line 130, app/assets/stylesheets/bootstrap-cards.scss */
.card-success {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

/* line 5, app/assets/stylesheets/bootstrap-cards.scss */
.card-success .card-header,
.card-success .card-footer {
  background-color: transparent;
}

/* line 133, app/assets/stylesheets/bootstrap-cards.scss */
.card-info {
  background-color: #5bc0de;
  border-color: #5bc0de;
}

/* line 5, app/assets/stylesheets/bootstrap-cards.scss */
.card-info .card-header,
.card-info .card-footer {
  background-color: transparent;
}

/* line 136, app/assets/stylesheets/bootstrap-cards.scss */
.card-warning {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

/* line 5, app/assets/stylesheets/bootstrap-cards.scss */
.card-warning .card-header,
.card-warning .card-footer {
  background-color: transparent;
}

/* line 139, app/assets/stylesheets/bootstrap-cards.scss */
.card-danger {
  background-color: #d9534f;
  border-color: #d9534f;
}

/* line 5, app/assets/stylesheets/bootstrap-cards.scss */
.card-danger .card-header,
.card-danger .card-footer {
  background-color: transparent;
}

/* line 143, app/assets/stylesheets/bootstrap-cards.scss */
.card-outline-primary {
  background-color: transparent;
  border-color: #337ab7;
}

/* line 146, app/assets/stylesheets/bootstrap-cards.scss */
.card-outline-secondary {
  background-color: transparent;
  border-color: #ccc;
}

/* line 149, app/assets/stylesheets/bootstrap-cards.scss */
.card-outline-info {
  background-color: transparent;
  border-color: #5bc0de;
}

/* line 152, app/assets/stylesheets/bootstrap-cards.scss */
.card-outline-success {
  background-color: transparent;
  border-color: #5cb85c;
}

/* line 155, app/assets/stylesheets/bootstrap-cards.scss */
.card-outline-warning {
  background-color: transparent;
  border-color: #f0ad4e;
}

/* line 158, app/assets/stylesheets/bootstrap-cards.scss */
.card-outline-danger {
  background-color: transparent;
  border-color: #d9534f;
}

/* line 17, app/assets/stylesheets/bootstrap-cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer {
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 21, app/assets/stylesheets/bootstrap-cards.scss */
.card-inverse .card-header,
.card-inverse .card-footer,
.card-inverse .card-title,
.card-inverse .card-blockquote {
  color: #fff;
}

/* line 27, app/assets/stylesheets/bootstrap-cards.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 34, app/assets/stylesheets/bootstrap-cards.scss */
.card-inverse .card-link:hover, .card-inverse .card-link:focus {
  color: #fff;
}

/* line 166, app/assets/stylesheets/bootstrap-cards.scss */
.card-blockquote {
  padding: 0;
  margin-bottom: 0;
  border-left: 0;
}

/* line 172, app/assets/stylesheets/bootstrap-cards.scss */
.card-img {
  border-radius: .25em;
}

/* line 175, app/assets/stylesheets/bootstrap-cards.scss */
.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
}

/* line 184, app/assets/stylesheets/bootstrap-cards.scss */
.card-img-top {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

/* line 187, app/assets/stylesheets/bootstrap-cards.scss */
.card-img-bottom {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, app/assets/stylesheets/bootstrap-outline.scss */
.btn-outline {
  background-color: transparent;
  color: inherit;
  transition: all .2s;
}

/* line 7, app/assets/stylesheets/bootstrap-outline.scss */
.btn-primary.btn-outline {
  color: #428bca;
}

/* line 11, app/assets/stylesheets/bootstrap-outline.scss */
.btn-success.btn-outline {
  color: #5cb85c;
}

/* line 15, app/assets/stylesheets/bootstrap-outline.scss */
.btn-info.btn-outline {
  color: #5bc0de;
}

/* line 19, app/assets/stylesheets/bootstrap-outline.scss */
.btn-warning.btn-outline {
  color: #f0ad4e;
}

/* line 23, app/assets/stylesheets/bootstrap-outline.scss */
.btn-danger.btn-outline {
  color: #d9534f;
}

/* line 27, app/assets/stylesheets/bootstrap-outline.scss */
.btn-success.disabled {
  color: #fff;
}

/* line 31, app/assets/stylesheets/bootstrap-outline.scss */
.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 118, ../usr/local/bundle/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 189, ../usr/local/bundle/gems/select2-rails-4.0.3/vendor/assets/stylesheets/select2.css */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*!
 * Font Awesome Free 5.2.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("/assets/font-awesome/fa-solid-900-7053057f7fdfb4dbe3dfb28071b788c3447b7d827866160e418883334e8b52ba.eot");
  src: url("/assets/font-awesome/fa-solid-900-7053057f7fdfb4dbe3dfb28071b788c3447b7d827866160e418883334e8b52ba.eot#iefix") format("embedded-opentype"), url("/assets/font-awesome/fa-solid-900-f4458a8d37401057f301074e7472bb0963ffb0574b8f76872c5e30fa8603a6f9.woff2") format("woff2"), url("/assets/font-awesome/fa-solid-900-c18088f9ff8d506e757ce1e5bee6ef5095ce473decc0b322d2b6540800b540c3.woff") format("woff"), url("/assets/font-awesome/fa-solid-900-af2ab2de79c8ae75f445afdec694f26f5e3ae6beb20a404f49d31433b73a7a66.ttf") format("truetype"), url("/assets/font-awesome/fa-solid-900-5d75cf240894435826629f1da7c2e01a51d3ccb161cf98a9e67ced592f17fa21.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/font-awesome/fa-regular-400-9c9490540043cd8c4839275d05e526b5d0f56e83e362e9d62df362061f0bfa6a.eot");
  src: url("/assets/font-awesome/fa-regular-400-9c9490540043cd8c4839275d05e526b5d0f56e83e362e9d62df362061f0bfa6a.eot#iefix") format("embedded-opentype"), url("/assets/font-awesome/fa-regular-400-e8ef50e77ce959247df790302f29bbcc49fc8b0cd8b71b4a47f966035a6bd7ea.woff2") format("woff2"), url("/assets/font-awesome/fa-regular-400-16ade6f36dcb8086eb911091dc5aa5c2af4dbf47ff7052bb7b137d67b7963e31.woff") format("woff"), url("/assets/font-awesome/fa-regular-400-0ccd1efbc756949c5d50195110b1a982e923b06ccb15d6263ddc62dfb62ae069.ttf") format("truetype"), url("/assets/font-awesome/fa-regular-400-d6dfab561a3df50b1b3c94a50c18766611d379f6a7f309077f05ff0e705e6551.svg#fontawesome") format("svg");
}

@font-face {
  font-family: 'Font Awesome 5 Brands';
  font-style: normal;
  font-weight: normal;
  src: url("/assets/font-awesome/fa-brands-400-35218bcdd415a0a1fd6f3e1d681a8149a25b63a343c662e0883da74c7271227f.eot");
  src: url("/assets/font-awesome/fa-brands-400-35218bcdd415a0a1fd6f3e1d681a8149a25b63a343c662e0883da74c7271227f.eot#iefix") format("embedded-opentype"), url("/assets/font-awesome/fa-brands-400-3e27ad62271dc0d09ddd953ddbce2db554dcf0aa1440672ec77782d16a267bf2.woff2") format("woff2"), url("/assets/font-awesome/fa-brands-400-897848ee9b44557e482a754e889e13643753197508fd1055c9b7ca2754da0c73.woff") format("woff"), url("/assets/font-awesome/fa-brands-400-c1cf24f054a497c3754e556f2e124ffb9041f9393de9af834106422c628b05f5.ttf") format("truetype"), url("/assets/font-awesome/fa-brands-400-8f30fa68caae3f59934a9e9686fca982370c9031b80f2e8a459a048ce109a429.svg#fontawesome") format("svg");
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_path.scss */
.fa,
.fas {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
}

/* line 46, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_path.scss */
.far {
  font-family: 'Font Awesome 5 Free';
  font-weight: 400;
}

/* line 51, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_path.scss */
.fab {
  font-family: 'Font Awesome 5 Brands';
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_core.scss */
.fa,
.fas,
.far,
.fal,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-xs {
  font-size: .75em;
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-sm {
  font-size: .875em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-1x {
  font-size: 1em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-6x {
  font-size: 6em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-7x {
  font-size: 7em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-8x {
  font-size: 8em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-9x {
  font-size: 9em;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-10x {
  font-size: 10em;
}

/* line 3, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

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

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
          animation: fa-spin 2s infinite linear;
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
          animation: fa-spin 1s infinite steps(8);
}

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

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

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

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

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

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

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

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
          transform: scale(-1, -1);
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_rotated-flipped.scss */
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  -webkit-filter: none;
          filter: none;
}

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

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "\f26e";
}

/* line 5, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-accessible-icon:before {
  content: "\f368";
}

/* line 6, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-accusoft:before {
  content: "\f369";
}

/* line 7, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "\f2b9";
}

/* line 8, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-card:before {
  content: "\f2bb";
}

/* line 9, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "\f042";
}

/* line 10, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "\f170";
}

/* line 11, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adversal:before {
  content: "\f36a";
}

/* line 12, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-affiliatetheme:before {
  content: "\f36b";
}

/* line 13, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-air-freshener:before {
  content: "\f5d0";
}

/* line 14, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-algolia:before {
  content: "\f36c";
}

/* line 15, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "\f037";
}

/* line 16, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "\f039";
}

/* line 17, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "\f036";
}

/* line 18, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "\f038";
}

/* line 19, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-allergies:before {
  content: "\f461";
}

/* line 20, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "\f270";
}

/* line 21, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon-pay:before {
  content: "\f42c";
}

/* line 22, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "\f0f9";
}

/* line 23, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

/* line 24, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amilia:before {
  content: "\f36d";
}

/* line 25, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "\f13d";
}

/* line 26, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "\f17b";
}

/* line 27, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "\f209";
}

/* line 28, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "\f103";
}

/* line 29, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "\f100";
}

/* line 30, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "\f101";
}

/* line 31, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "\f102";
}

/* line 32, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "\f107";
}

/* line 33, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "\f104";
}

/* line 34, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "\f105";
}

/* line 35, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "\f106";
}

/* line 36, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angry:before {
  content: "\f556";
}

/* line 37, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angrycreative:before {
  content: "\f36e";
}

/* line 38, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angular:before {
  content: "\f420";
}

/* line 39, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store:before {
  content: "\f36f";
}

/* line 40, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-app-store-ios:before {
  content: "\f370";
}

/* line 41, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apper:before {
  content: "\f371";
}

/* line 42, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "\f179";
}

/* line 43, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-alt:before {
  content: "\f5d1";
}

/* line 44, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple-pay:before {
  content: "\f415";
}

/* line 45, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "\f187";
}

/* line 46, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archway:before {
  content: "\f557";
}

/* line 47, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

/* line 48, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

/* line 49, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

/* line 50, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

/* line 51, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "\f0ab";
}

/* line 52, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "\f0a8";
}

/* line 53, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "\f0a9";
}

/* line 54, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "\f0aa";
}

/* line 55, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "\f063";
}

/* line 56, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "\f060";
}

/* line 57, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "\f061";
}

/* line 58, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "\f062";
}

/* line 59, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "\f0b2";
}

/* line 60, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-h:before {
  content: "\f337";
}

/* line 61, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt-v:before {
  content: "\f338";
}

/* line 62, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

/* line 63, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "\f069";
}

/* line 64, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asymmetrik:before {
  content: "\f372";
}

/* line 65, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "\f1fa";
}

/* line 66, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-atlas:before {
  content: "\f558";
}

/* line 67, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-atom:before {
  content: "\f5d2";
}

/* line 68, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audible:before {
  content: "\f373";
}

/* line 69, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "\f29e";
}

/* line 70, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-autoprefixer:before {
  content: "\f41c";
}

/* line 71, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-avianex:before {
  content: "\f374";
}

/* line 72, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-aviato:before {
  content: "\f421";
}

/* line 73, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-award:before {
  content: "\f559";
}

/* line 74, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-aws:before {
  content: "\f375";
}

/* line 75, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backspace:before {
  content: "\f55a";
}

/* line 76, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "\f04a";
}

/* line 77, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "\f24e";
}

/* line 78, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "\f05e";
}

/* line 79, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-band-aid:before {
  content: "\f462";
}

/* line 80, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "\f2d5";
}

/* line 81, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "\f02a";
}

/* line 82, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bars:before {
  content: "\f0c9";
}

/* line 83, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-baseball-ball:before {
  content: "\f433";
}

/* line 84, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-basketball-ball:before {
  content: "\f434";
}

/* line 85, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bath:before {
  content: "\f2cd";
}

/* line 86, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-empty:before {
  content: "\f244";
}

/* line 87, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-full:before {
  content: "\f240";
}

/* line 88, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-half:before {
  content: "\f242";
}

/* line 89, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-quarter:before {
  content: "\f243";
}

/* line 90, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-three-quarters:before {
  content: "\f241";
}

/* line 91, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bed:before {
  content: "\f236";
}

/* line 92, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "\f0fc";
}

/* line 93, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "\f1b4";
}

/* line 94, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "\f1b5";
}

/* line 95, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "\f0f3";
}

/* line 96, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "\f1f6";
}

/* line 97, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bezier-curve:before {
  content: "\f55b";
}

/* line 98, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "\f206";
}

/* line 99, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bimobject:before {
  content: "\f378";
}

/* line 100, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "\f1e5";
}

/* line 101, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "\f1fd";
}

/* line 102, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "\f171";
}

/* line 103, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before {
  content: "\f379";
}

/* line 104, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bity:before {
  content: "\f37a";
}

/* line 105, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "\f27e";
}

/* line 106, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blackberry:before {
  content: "\f37b";
}

/* line 107, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blender:before {
  content: "\f517";
}

/* line 108, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "\f29d";
}

/* line 109, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger:before {
  content: "\f37c";
}

/* line 110, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blogger-b:before {
  content: "\f37d";
}

/* line 111, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "\f293";
}

/* line 112, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "\f294";
}

/* line 113, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "\f032";
}

/* line 114, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bolt:before {
  content: "\f0e7";
}

/* line 115, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "\f1e2";
}

/* line 116, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bone:before {
  content: "\f5d7";
}

/* line 117, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bong:before {
  content: "\f55c";
}

/* line 118, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "\f02d";
}

/* line 119, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-open:before {
  content: "\f518";
}

/* line 120, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book-reader:before {
  content: "\f5da";
}

/* line 121, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "\f02e";
}

/* line 122, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bowling-ball:before {
  content: "\f436";
}

/* line 123, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box:before {
  content: "\f466";
}

/* line 124, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-box-open:before {
  content: "\f49e";
}

/* line 125, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-boxes:before {
  content: "\f468";
}

/* line 126, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "\f2a1";
}

/* line 127, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brain:before {
  content: "\f5dc";
}

/* line 128, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "\f0b1";
}

/* line 129, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase-medical:before {
  content: "\f469";
}

/* line 130, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broadcast-tower:before {
  content: "\f519";
}

/* line 131, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-broom:before {
  content: "\f51a";
}

/* line 132, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-brush:before {
  content: "\f55d";
}

/* line 133, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-btc:before {
  content: "\f15a";
}

/* line 134, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "\f188";
}

/* line 135, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "\f1ad";
}

/* line 136, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "\f0a1";
}

/* line 137, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "\f140";
}

/* line 138, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-burn:before {
  content: "\f46a";
}

/* line 139, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buromobelexperte:before {
  content: "\f37f";
}

/* line 140, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "\f207";
}

/* line 141, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus-alt:before {
  content: "\f55e";
}

/* line 142, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "\f20d";
}

/* line 143, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "\f1ec";
}

/* line 144, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "\f133";
}

/* line 145, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-alt:before {
  content: "\f073";
}

/* line 146, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check:before {
  content: "\f274";
}

/* line 147, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus:before {
  content: "\f272";
}

/* line 148, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus:before {
  content: "\f271";
}

/* line 149, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times:before {
  content: "\f273";
}

/* line 150, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "\f030";
}

/* line 151, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "\f083";
}

/* line 152, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cannabis:before {
  content: "\f55f";
}

/* line 153, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-capsules:before {
  content: "\f46b";
}

/* line 154, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car:before {
  content: "\f1b9";
}

/* line 155, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-alt:before {
  content: "\f5de";
}

/* line 156, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-battery:before {
  content: "\f5df";
}

/* line 157, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-crash:before {
  content: "\f5e1";
}

/* line 158, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-car-side:before {
  content: "\f5e4";
}

/* line 159, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "\f0d7";
}

/* line 160, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "\f0d9";
}

/* line 161, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "\f0da";
}

/* line 162, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-down:before {
  content: "\f150";
}

/* line 163, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-left:before {
  content: "\f191";
}

/* line 164, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-right:before {
  content: "\f152";
}

/* line 165, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-square-up:before {
  content: "\f151";
}

/* line 166, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "\f0d8";
}

/* line 167, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "\f218";
}

/* line 168, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "\f217";
}

/* line 169, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amazon-pay:before {
  content: "\f42d";
}

/* line 170, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "\f1f3";
}

/* line 171, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-apple-pay:before {
  content: "\f416";
}

/* line 172, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "\f24c";
}

/* line 173, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "\f1f2";
}

/* line 174, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "\f24b";
}

/* line 175, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "\f1f1";
}

/* line 176, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "\f1f4";
}

/* line 177, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "\f1f5";
}

/* line 178, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "\f1f0";
}

/* line 179, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-centercode:before {
  content: "\f380";
}

/* line 180, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "\f0a3";
}

/* line 181, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard:before {
  content: "\f51b";
}

/* line 182, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chalkboard-teacher:before {
  content: "\f51c";
}

/* line 183, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-charging-station:before {
  content: "\f5e7";
}

/* line 184, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-area:before {
  content: "\f1fe";
}

/* line 185, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-bar:before {
  content: "\f080";
}

/* line 186, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-line:before {
  content: "\f201";
}

/* line 187, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chart-pie:before {
  content: "\f200";
}

/* line 188, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "\f00c";
}

/* line 189, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "\f058";
}

/* line 190, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-double:before {
  content: "\f560";
}

/* line 191, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "\f14a";
}

/* line 192, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess:before {
  content: "\f439";
}

/* line 193, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-bishop:before {
  content: "\f43a";
}

/* line 194, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-board:before {
  content: "\f43c";
}

/* line 195, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-king:before {
  content: "\f43f";
}

/* line 196, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-knight:before {
  content: "\f441";
}

/* line 197, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-pawn:before {
  content: "\f443";
}

/* line 198, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-queen:before {
  content: "\f445";
}

/* line 199, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chess-rook:before {
  content: "\f447";
}

/* line 200, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "\f13a";
}

/* line 201, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "\f137";
}

/* line 202, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "\f138";
}

/* line 203, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "\f139";
}

/* line 204, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "\f078";
}

/* line 205, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "\f053";
}

/* line 206, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "\f054";
}

/* line 207, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "\f077";
}

/* line 208, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "\f1ae";
}

/* line 209, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "\f268";
}

/* line 210, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-church:before {
  content: "\f51d";
}

/* line 211, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "\f111";
}

/* line 212, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-notch:before {
  content: "\f1ce";
}

/* line 213, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard:before {
  content: "\f328";
}

/* line 214, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-check:before {
  content: "\f46c";
}

/* line 215, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clipboard-list:before {
  content: "\f46d";
}

/* line 216, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock:before {
  content: "\f017";
}

/* line 217, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "\f24d";
}

/* line 218, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-closed-captioning:before {
  content: "\f20a";
}

/* line 219, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "\f0c2";
}

/* line 220, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download-alt:before {
  content: "\f381";
}

/* line 221, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload-alt:before {
  content: "\f382";
}

/* line 222, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudscale:before {
  content: "\f383";
}

/* line 223, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudsmith:before {
  content: "\f384";
}

/* line 224, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloudversify:before {
  content: "\f385";
}

/* line 225, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cocktail:before {
  content: "\f561";
}

/* line 226, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "\f121";
}

/* line 227, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-branch:before {
  content: "\f126";
}

/* line 228, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "\f1cb";
}

/* line 229, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "\f284";
}

/* line 230, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "\f0f4";
}

/* line 231, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cog:before {
  content: "\f013";
}

/* line 232, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cogs:before {
  content: "\f085";
}

/* line 233, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coins:before {
  content: "\f51e";
}

/* line 234, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "\f0db";
}

/* line 235, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "\f075";
}

/* line 236, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-alt:before {
  content: "\f27a";
}

/* line 237, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-dots:before {
  content: "\f4ad";
}

/* line 238, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-slash:before {
  content: "\f4b3";
}

/* line 239, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "\f086";
}

/* line 240, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compact-disc:before {
  content: "\f51f";
}

/* line 241, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "\f14e";
}

/* line 242, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "\f066";
}

/* line 243, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-concierge-bell:before {
  content: "\f562";
}

/* line 244, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "\f20e";
}

/* line 245, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "\f26d";
}

/* line 246, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie:before {
  content: "\f563";
}

/* line 247, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cookie-bite:before {
  content: "\f564";
}

/* line 248, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before {
  content: "\f0c5";
}

/* line 249, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "\f1f9";
}

/* line 250, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-couch:before {
  content: "\f4b8";
}

/* line 251, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cpanel:before {
  content: "\f388";
}

/* line 252, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "\f25e";
}

/* line 253, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-by:before {
  content: "\f4e7";
}

/* line 254, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc:before {
  content: "\f4e8";
}

/* line 255, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

/* line 256, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

/* line 257, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-nd:before {
  content: "\f4eb";
}

/* line 258, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd:before {
  content: "\f4ec";
}

/* line 259, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

/* line 260, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-remix:before {
  content: "\f4ee";
}

/* line 261, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sa:before {
  content: "\f4ef";
}

/* line 262, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

/* line 263, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

/* line 264, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons-share:before {
  content: "\f4f2";
}

/* line 265, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "\f09d";
}

/* line 266, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "\f125";
}

/* line 267, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop-alt:before {
  content: "\f565";
}

/* line 268, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "\f05b";
}

/* line 269, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crow:before {
  content: "\f520";
}

/* line 270, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crown:before {
  content: "\f521";
}

/* line 271, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "\f13c";
}

/* line 272, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3-alt:before {
  content: "\f38b";
}

/* line 273, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "\f1b2";
}

/* line 274, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "\f1b3";
}

/* line 275, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before {
  content: "\f0c4";
}

/* line 276, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cuttlefish:before {
  content: "\f38c";
}

/* line 277, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-d-and-d:before {
  content: "\f38d";
}

/* line 278, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "\f210";
}

/* line 279, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "\f1c0";
}

/* line 280, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deaf:before {
  content: "\f2a4";
}

/* line 281, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "\f1a5";
}

/* line 282, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deploydog:before {
  content: "\f38e";
}

/* line 283, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deskpro:before {
  content: "\f38f";
}

/* line 284, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "\f108";
}

/* line 285, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "\f1bd";
}

/* line 286, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diagnoses:before {
  content: "\f470";
}

/* line 287, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice:before {
  content: "\f522";
}

/* line 288, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-five:before {
  content: "\f523";
}

/* line 289, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-four:before {
  content: "\f524";
}

/* line 290, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-one:before {
  content: "\f525";
}

/* line 291, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-six:before {
  content: "\f526";
}

/* line 292, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-three:before {
  content: "\f527";
}

/* line 293, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dice-two:before {
  content: "\f528";
}

/* line 294, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "\f1a6";
}

/* line 295, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-ocean:before {
  content: "\f391";
}

/* line 296, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digital-tachograph:before {
  content: "\f566";
}

/* line 297, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-directions:before {
  content: "\f5eb";
}

/* line 298, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-discord:before {
  content: "\f392";
}

/* line 299, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-discourse:before {
  content: "\f393";
}

/* line 300, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-divide:before {
  content: "\f529";
}

/* line 301, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dizzy:before {
  content: "\f567";
}

/* line 302, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dna:before {
  content: "\f471";
}

/* line 303, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dochub:before {
  content: "\f394";
}

/* line 304, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-docker:before {
  content: "\f395";
}

/* line 305, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar-sign:before {
  content: "\f155";
}

/* line 306, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly:before {
  content: "\f472";
}

/* line 307, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dolly-flatbed:before {
  content: "\f474";
}

/* line 308, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-donate:before {
  content: "\f4b9";
}

/* line 309, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-closed:before {
  content: "\f52a";
}

/* line 310, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-door-open:before {
  content: "\f52b";
}

/* line 311, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle:before {
  content: "\f192";
}

/* line 312, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dove:before {
  content: "\f4ba";
}

/* line 313, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "\f019";
}

/* line 314, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-draft2digital:before {
  content: "\f396";
}

/* line 315, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drafting-compass:before {
  content: "\f568";
}

/* line 316, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-draw-polygon:before {
  content: "\f5ee";
}

/* line 317, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "\f17d";
}

/* line 318, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble-square:before {
  content: "\f397";
}

/* line 319, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "\f16b";
}

/* line 320, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum:before {
  content: "\f569";
}

/* line 321, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drum-steelpan:before {
  content: "\f56a";
}

/* line 322, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "\f1a9";
}

/* line 323, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dumbbell:before {
  content: "\f44b";
}

/* line 324, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dyalog:before {
  content: "\f399";
}

/* line 325, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-earlybirds:before {
  content: "\f39a";
}

/* line 326, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ebay:before {
  content: "\f4f4";
}

/* line 327, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "\f282";
}

/* line 328, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before {
  content: "\f044";
}

/* line 329, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "\f052";
}

/* line 330, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-elementor:before {
  content: "\f430";
}

/* line 331, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "\f141";
}

/* line 332, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "\f142";
}

/* line 333, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ello:before {
  content: "\f5f1";
}

/* line 334, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ember:before {
  content: "\f423";
}

/* line 335, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-empire:before {
  content: "\f1d1";
}

/* line 336, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "\f0e0";
}

/* line 337, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "\f2b6";
}

/* line 338, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "\f199";
}

/* line 339, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "\f299";
}

/* line 340, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-equals:before {
  content: "\f52c";
}

/* line 341, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "\f12d";
}

/* line 342, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-erlang:before {
  content: "\f39d";
}

/* line 343, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ethereum:before {
  content: "\f42e";
}

/* line 344, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "\f2d7";
}

/* line 345, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro-sign:before {
  content: "\f153";
}

/* line 346, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange-alt:before {
  content: "\f362";
}

/* line 347, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "\f12a";
}

/* line 348, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "\f06a";
}

/* line 349, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-triangle:before {
  content: "\f071";
}

/* line 350, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "\f065";
}

/* line 351, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand-arrows-alt:before {
  content: "\f31e";
}

/* line 352, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "\f23e";
}

/* line 353, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-alt:before {
  content: "\f35d";
}

/* line 354, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square-alt:before {
  content: "\f360";
}

/* line 355, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "\f06e";
}

/* line 356, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-dropper:before {
  content: "\f1fb";
}

/* line 357, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "\f070";
}

/* line 358, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook:before {
  content: "\f09a";
}

/* line 359, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before {
  content: "\f39e";
}

/* line 360, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-messenger:before {
  content: "\f39f";
}

/* line 361, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "\f082";
}

/* line 362, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "\f049";
}

/* line 363, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "\f050";
}

/* line 364, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "\f1ac";
}

/* line 365, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather:before {
  content: "\f52d";
}

/* line 366, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feather-alt:before {
  content: "\f56b";
}

/* line 367, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "\f182";
}

/* line 368, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "\f0fb";
}

/* line 369, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "\f15b";
}

/* line 370, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-alt:before {
  content: "\f15c";
}

/* line 371, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-archive:before {
  content: "\f1c6";
}

/* line 372, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-audio:before {
  content: "\f1c7";
}

/* line 373, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code:before {
  content: "\f1c9";
}

/* line 374, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-contract:before {
  content: "\f56c";
}

/* line 375, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-download:before {
  content: "\f56d";
}

/* line 376, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel:before {
  content: "\f1c3";
}

/* line 377, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-export:before {
  content: "\f56e";
}

/* line 378, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-image:before {
  content: "\f1c5";
}

/* line 379, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-import:before {
  content: "\f56f";
}

/* line 380, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice:before {
  content: "\f570";
}

/* line 381, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-invoice-dollar:before {
  content: "\f571";
}

/* line 382, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical:before {
  content: "\f477";
}

/* line 383, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-medical-alt:before {
  content: "\f478";
}

/* line 384, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf:before {
  content: "\f1c1";
}

/* line 385, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint:before {
  content: "\f1c4";
}

/* line 386, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-prescription:before {
  content: "\f572";
}

/* line 387, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-signature:before {
  content: "\f573";
}

/* line 388, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-upload:before {
  content: "\f574";
}

/* line 389, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-video:before {
  content: "\f1c8";
}

/* line 390, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word:before {
  content: "\f1c2";
}

/* line 391, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill:before {
  content: "\f575";
}

/* line 392, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fill-drip:before {
  content: "\f576";
}

/* line 393, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "\f008";
}

/* line 394, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "\f0b0";
}

/* line 395, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fingerprint:before {
  content: "\f577";
}

/* line 396, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "\f06d";
}

/* line 397, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "\f134";
}

/* line 398, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "\f269";
}

/* line 399, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-aid:before {
  content: "\f479";
}

/* line 400, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "\f2b0";
}

/* line 401, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order-alt:before {
  content: "\f50a";
}

/* line 402, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firstdraft:before {
  content: "\f3a1";
}

/* line 403, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fish:before {
  content: "\f578";
}

/* line 404, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "\f024";
}

/* line 405, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "\f11e";
}

/* line 406, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "\f0c3";
}

/* line 407, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "\f16e";
}

/* line 408, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flipboard:before {
  content: "\f44d";
}

/* line 409, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flushed:before {
  content: "\f579";
}

/* line 410, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fly:before {
  content: "\f417";
}

/* line 411, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "\f07b";
}

/* line 412, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "\f07c";
}

/* line 413, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "\f031";
}

/* line 414, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome:before {
  content: "\f2b4";
}

/* line 415, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-alt:before {
  content: "\f35c";
}

/* line 416, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-flag:before {
  content: "\f425";
}

/* line 417, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

/* line 418, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "\f280";
}

/* line 419, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons-fi:before {
  content: "\f3a2";
}

/* line 420, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-football-ball:before {
  content: "\f44e";
}

/* line 421, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "\f286";
}

/* line 422, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

/* line 423, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "\f211";
}

/* line 424, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "\f04e";
}

/* line 425, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "\f180";
}

/* line 426, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "\f2c5";
}

/* line 427, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-freebsd:before {
  content: "\f3a4";
}

/* line 428, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frog:before {
  content: "\f52e";
}

/* line 429, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown:before {
  content: "\f119";
}

/* line 430, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-open:before {
  content: "\f57a";
}

/* line 431, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fulcrum:before {
  content: "\f50b";
}

/* line 432, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-futbol:before {
  content: "\f1e3";
}

/* line 433, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-republic:before {
  content: "\f50c";
}

/* line 434, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-galactic-senate:before {
  content: "\f50d";
}

/* line 435, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "\f11b";
}

/* line 436, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gas-pump:before {
  content: "\f52f";
}

/* line 437, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gavel:before {
  content: "\f0e3";
}

/* line 438, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gem:before {
  content: "\f3a5";
}

/* line 439, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "\f22d";
}

/* line 440, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "\f265";
}

/* line 441, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "\f260";
}

/* line 442, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "\f261";
}

/* line 443, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "\f06b";
}

/* line 444, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "\f1d3";
}

/* line 445, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "\f1d2";
}

/* line 446, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "\f09b";
}

/* line 447, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "\f113";
}

/* line 448, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "\f092";
}

/* line 449, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitkraken:before {
  content: "\f3a6";
}

/* line 450, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "\f296";
}

/* line 451, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitter:before {
  content: "\f426";
}

/* line 452, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini:before {
  content: "\f000";
}

/* line 453, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass-martini-alt:before {
  content: "\f57b";
}

/* line 454, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glasses:before {
  content: "\f530";
}

/* line 455, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "\f2a5";
}

/* line 456, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "\f2a6";
}

/* line 457, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "\f0ac";
}

/* line 458, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-africa:before {
  content: "\f57c";
}

/* line 459, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-americas:before {
  content: "\f57d";
}

/* line 460, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe-asia:before {
  content: "\f57e";
}

/* line 461, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gofore:before {
  content: "\f3a7";
}

/* line 462, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-golf-ball:before {
  content: "\f450";
}

/* line 463, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads:before {
  content: "\f3a8";
}

/* line 464, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-goodreads-g:before {
  content: "\f3a9";
}

/* line 465, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "\f1a0";
}

/* line 466, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-drive:before {
  content: "\f3aa";
}

/* line 467, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-play:before {
  content: "\f3ab";
}

/* line 468, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "\f2b3";
}

/* line 469, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-g:before {
  content: "\f0d5";
}

/* line 470, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "\f0d4";
}

/* line 471, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "\f1ee";
}

/* line 472, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-graduation-cap:before {
  content: "\f19d";
}

/* line 473, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gratipay:before {
  content: "\f184";
}

/* line 474, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "\f2d6";
}

/* line 475, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than:before {
  content: "\f531";
}

/* line 476, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-greater-than-equal:before {
  content: "\f532";
}

/* line 477, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grimace:before {
  content: "\f57f";
}

/* line 478, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin:before {
  content: "\f580";
}

/* line 479, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-alt:before {
  content: "\f581";
}

/* line 480, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam:before {
  content: "\f582";
}

/* line 481, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-beam-sweat:before {
  content: "\f583";
}

/* line 482, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-hearts:before {
  content: "\f584";
}

/* line 483, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint:before {
  content: "\f585";
}

/* line 484, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-squint-tears:before {
  content: "\f586";
}

/* line 485, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-stars:before {
  content: "\f587";
}

/* line 486, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tears:before {
  content: "\f588";
}

/* line 487, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue:before {
  content: "\f589";
}

/* line 488, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-squint:before {
  content: "\f58a";
}

/* line 489, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-tongue-wink:before {
  content: "\f58b";
}

/* line 490, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grin-wink:before {
  content: "\f58c";
}

/* line 491, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-horizontal:before {
  content: "\f58d";
}

/* line 492, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grip-vertical:before {
  content: "\f58e";
}

/* line 493, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gripfire:before {
  content: "\f3ac";
}

/* line 494, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grunt:before {
  content: "\f3ad";
}

/* line 495, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gulp:before {
  content: "\f3ae";
}

/* line 496, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "\f0fd";
}

/* line 497, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news:before {
  content: "\f1d4";
}

/* line 498, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hacker-news-square:before {
  content: "\f3af";
}

/* line 499, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hackerrank:before {
  content: "\f5f7";
}

/* line 500, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding:before {
  content: "\f4bd";
}

/* line 501, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-heart:before {
  content: "\f4be";
}

/* line 502, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-holding-usd:before {
  content: "\f4c0";
}

/* line 503, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard:before {
  content: "\f258";
}

/* line 504, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-paper:before {
  content: "\f256";
}

/* line 505, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace:before {
  content: "\f25b";
}

/* line 506, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-down:before {
  content: "\f0a7";
}

/* line 507, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-left:before {
  content: "\f0a5";
}

/* line 508, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-right:before {
  content: "\f0a4";
}

/* line 509, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-point-up:before {
  content: "\f0a6";
}

/* line 510, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer:before {
  content: "\f25a";
}

/* line 511, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-rock:before {
  content: "\f255";
}

/* line 512, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors:before {
  content: "\f257";
}

/* line 513, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock:before {
  content: "\f259";
}

/* line 514, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands:before {
  content: "\f4c2";
}

/* line 515, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hands-helping:before {
  content: "\f4c4";
}

/* line 516, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake:before {
  content: "\f2b5";
}

/* line 517, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "\f292";
}

/* line 518, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd:before {
  content: "\f0a0";
}

/* line 519, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heading:before {
  content: "\f1dc";
}

/* line 520, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "\f025";
}

/* line 521, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones-alt:before {
  content: "\f58f";
}

/* line 522, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headset:before {
  content: "\f590";
}

/* line 523, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "\f004";
}

/* line 524, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "\f21e";
}

/* line 525, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-helicopter:before {
  content: "\f533";
}

/* line 526, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-highlighter:before {
  content: "\f591";
}

/* line 527, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hips:before {
  content: "\f452";
}

/* line 528, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hire-a-helper:before {
  content: "\f3b0";
}

/* line 529, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "\f1da";
}

/* line 530, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hockey-puck:before {
  content: "\f453";
}

/* line 531, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "\f015";
}

/* line 532, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hooli:before {
  content: "\f427";
}

/* line 533, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hornbill:before {
  content: "\f592";
}

/* line 534, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital:before {
  content: "\f0f8";
}

/* line 535, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-alt:before {
  content: "\f47d";
}

/* line 536, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-symbol:before {
  content: "\f47e";
}

/* line 537, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hot-tub:before {
  content: "\f593";
}

/* line 538, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before {
  content: "\f594";
}

/* line 539, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotjar:before {
  content: "\f3b1";
}

/* line 540, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "\f254";
}

/* line 541, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-end:before {
  content: "\f253";
}

/* line 542, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-half:before {
  content: "\f252";
}

/* line 543, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-start:before {
  content: "\f251";
}

/* line 544, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "\f27c";
}

/* line 545, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "\f13b";
}

/* line 546, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hubspot:before {
  content: "\f3b2";
}

/* line 547, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "\f246";
}

/* line 548, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "\f2c1";
}

/* line 549, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card:before {
  content: "\f2c2";
}

/* line 550, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-card-alt:before {
  content: "\f47f";
}

/* line 551, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-image:before {
  content: "\f03e";
}

/* line 552, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-images:before {
  content: "\f302";
}

/* line 553, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "\f2d8";
}

/* line 554, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "\f01c";
}

/* line 555, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "\f03c";
}

/* line 556, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "\f275";
}

/* line 557, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-infinity:before {
  content: "\f534";
}

/* line 558, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "\f129";
}

/* line 559, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "\f05a";
}

/* line 560, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "\f16d";
}

/* line 561, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "\f26b";
}

/* line 562, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "\f208";
}

/* line 563, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "\f033";
}

/* line 564, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes:before {
  content: "\f3b4";
}

/* line 565, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-itunes-note:before {
  content: "\f3b5";
}

/* line 566, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-java:before {
  content: "\f4e4";
}

/* line 567, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jedi-order:before {
  content: "\f50e";
}

/* line 568, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jenkins:before {
  content: "\f3b6";
}

/* line 569, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joget:before {
  content: "\f3b7";
}

/* line 570, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joint:before {
  content: "\f595";
}

/* line 571, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "\f1aa";
}

/* line 572, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-js:before {
  content: "\f3b8";
}

/* line 573, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-js-square:before {
  content: "\f3b9";
}

/* line 574, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "\f1cc";
}

/* line 575, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kaggle:before {
  content: "\f5fa";
}

/* line 576, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "\f084";
}

/* line 577, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keybase:before {
  content: "\f4f5";
}

/* line 578, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard:before {
  content: "\f11c";
}

/* line 579, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keycdn:before {
  content: "\f3ba";
}

/* line 580, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter:before {
  content: "\f3bb";
}

/* line 581, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kickstarter-k:before {
  content: "\f3bc";
}

/* line 582, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss:before {
  content: "\f596";
}

/* line 583, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-beam:before {
  content: "\f597";
}

/* line 584, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiss-wink-heart:before {
  content: "\f598";
}

/* line 585, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-kiwi-bird:before {
  content: "\f535";
}

/* line 586, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-korvue:before {
  content: "\f42f";
}

/* line 587, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "\f1ab";
}

/* line 588, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "\f109";
}

/* line 589, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop-code:before {
  content: "\f5fc";
}

/* line 590, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laravel:before {
  content: "\f3bd";
}

/* line 591, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "\f202";
}

/* line 592, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "\f203";
}

/* line 593, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh:before {
  content: "\f599";
}

/* line 594, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-beam:before {
  content: "\f59a";
}

/* line 595, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-squint:before {
  content: "\f59b";
}

/* line 596, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laugh-wink:before {
  content: "\f59c";
}

/* line 597, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-layer-group:before {
  content: "\f5fd";
}

/* line 598, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "\f06c";
}

/* line 599, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "\f212";
}

/* line 600, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon:before {
  content: "\f094";
}

/* line 601, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less:before {
  content: "\f41d";
}

/* line 602, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than:before {
  content: "\f536";
}

/* line 603, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-less-than-equal:before {
  content: "\f537";
}

/* line 604, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down-alt:before {
  content: "\f3be";
}

/* line 605, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up-alt:before {
  content: "\f3bf";
}

/* line 606, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-ring:before {
  content: "\f1cd";
}

/* line 607, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb:before {
  content: "\f0eb";
}

/* line 608, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line:before {
  content: "\f3c0";
}

/* line 609, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-link:before {
  content: "\f0c1";
}

/* line 610, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "\f08c";
}

/* line 611, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-in:before {
  content: "\f0e1";
}

/* line 612, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "\f2b8";
}

/* line 613, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "\f17c";
}

/* line 614, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lira-sign:before {
  content: "\f195";
}

/* line 615, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "\f03a";
}

/* line 616, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "\f022";
}

/* line 617, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "\f0cb";
}

/* line 618, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "\f0ca";
}

/* line 619, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "\f124";
}

/* line 620, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "\f023";
}

/* line 621, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock-open:before {
  content: "\f3c1";
}

/* line 622, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-down:before {
  content: "\f309";
}

/* line 623, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

/* line 624, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

/* line 625, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

/* line 626, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "\f2a8";
}

/* line 627, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-luggage-cart:before {
  content: "\f59d";
}

/* line 628, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lyft:before {
  content: "\f3c3";
}

/* line 629, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magento:before {
  content: "\f3c4";
}

/* line 630, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "\f0d0";
}

/* line 631, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "\f076";
}

/* line 632, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mailchimp:before {
  content: "\f59e";
}

/* line 633, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "\f183";
}

/* line 634, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mandalorian:before {
  content: "\f50f";
}

/* line 635, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "\f279";
}

/* line 636, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked:before {
  content: "\f59f";
}

/* line 637, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marked-alt:before {
  content: "\f5a0";
}

/* line 638, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "\f041";
}

/* line 639, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker-alt:before {
  content: "\f3c5";
}

/* line 640, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "\f276";
}

/* line 641, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "\f277";
}

/* line 642, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-markdown:before {
  content: "\f60f";
}

/* line 643, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-marker:before {
  content: "\f5a1";
}

/* line 644, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "\f222";
}

/* line 645, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "\f227";
}

/* line 646, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "\f229";
}

/* line 647, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "\f22b";
}

/* line 648, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "\f22a";
}

/* line 649, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mastodon:before {
  content: "\f4f6";
}

/* line 650, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "\f136";
}

/* line 651, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medal:before {
  content: "\f5a2";
}

/* line 652, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medapps:before {
  content: "\f3c6";
}

/* line 653, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "\f23a";
}

/* line 654, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium-m:before {
  content: "\f3c7";
}

/* line 655, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "\f0fa";
}

/* line 656, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medrt:before {
  content: "\f3c8";
}

/* line 657, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "\f2e0";
}

/* line 658, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-megaport:before {
  content: "\f5a3";
}

/* line 659, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh:before {
  content: "\f11a";
}

/* line 660, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-blank:before {
  content: "\f5a4";
}

/* line 661, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

/* line 662, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-memory:before {
  content: "\f538";
}

/* line 663, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "\f223";
}

/* line 664, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "\f2db";
}

/* line 665, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "\f130";
}

/* line 666, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt:before {
  content: "\f3c9";
}

/* line 667, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-alt-slash:before {
  content: "\f539";
}

/* line 668, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "\f131";
}

/* line 669, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microscope:before {
  content: "\f610";
}

/* line 670, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microsoft:before {
  content: "\f3ca";
}

/* line 671, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "\f068";
}

/* line 672, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "\f056";
}

/* line 673, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "\f146";
}

/* line 674, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mix:before {
  content: "\f3cb";
}

/* line 675, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "\f289";
}

/* line 676, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mizuni:before {
  content: "\f3cc";
}

/* line 677, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile:before {
  content: "\f10b";
}

/* line 678, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-alt:before {
  content: "\f3cd";
}

/* line 679, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "\f285";
}

/* line 680, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-monero:before {
  content: "\f3d0";
}

/* line 681, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill:before {
  content: "\f0d6";
}

/* line 682, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-alt:before {
  content: "\f3d1";
}

/* line 683, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave:before {
  content: "\f53a";
}

/* line 684, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

/* line 685, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check:before {
  content: "\f53c";
}

/* line 686, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money-check-alt:before {
  content: "\f53d";
}

/* line 687, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-monument:before {
  content: "\f5a6";
}

/* line 688, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon:before {
  content: "\f186";
}

/* line 689, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-pestle:before {
  content: "\f5a7";
}

/* line 690, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "\f21c";
}

/* line 691, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "\f245";
}

/* line 692, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "\f001";
}

/* line 693, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-napster:before {
  content: "\f3d2";
}

/* line 694, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neos:before {
  content: "\f612";
}

/* line 695, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "\f22c";
}

/* line 696, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper:before {
  content: "\f1ea";
}

/* line 697, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-nimblr:before {
  content: "\f5a8";
}

/* line 698, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-nintendo-switch:before {
  content: "\f418";
}

/* line 699, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-node:before {
  content: "\f419";
}

/* line 700, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-node-js:before {
  content: "\f3d3";
}

/* line 701, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-not-equal:before {
  content: "\f53e";
}

/* line 702, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-notes-medical:before {
  content: "\f481";
}

/* line 703, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-npm:before {
  content: "\f3d4";
}

/* line 704, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ns8:before {
  content: "\f3d5";
}

/* line 705, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-nutritionix:before {
  content: "\f3d6";
}

/* line 706, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "\f247";
}

/* line 707, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "\f248";
}

/* line 708, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "\f263";
}

/* line 709, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "\f264";
}

/* line 710, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-oil-can:before {
  content: "\f613";
}

/* line 711, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-old-republic:before {
  content: "\f510";
}

/* line 712, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "\f23d";
}

/* line 713, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "\f19b";
}

/* line 714, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "\f26a";
}

/* line 715, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "\f23c";
}

/* line 716, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-osi:before {
  content: "\f41a";
}

/* line 717, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-outdent:before {
  content: "\f03b";
}

/* line 718, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-page4:before {
  content: "\f3d7";
}

/* line 719, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "\f18c";
}

/* line 720, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "\f1fc";
}

/* line 721, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-roller:before {
  content: "\f5aa";
}

/* line 722, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-palette:before {
  content: "\f53f";
}

/* line 723, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-palfed:before {
  content: "\f3d8";
}

/* line 724, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pallet:before {
  content: "\f482";
}

/* line 725, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paper-plane:before {
  content: "\f1d8";
}

/* line 726, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "\f0c6";
}

/* line 727, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-parachute-box:before {
  content: "\f4cd";
}

/* line 728, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "\f1dd";
}

/* line 729, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-parking:before {
  content: "\f540";
}

/* line 730, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-passport:before {
  content: "\f5ab";
}

/* line 731, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before {
  content: "\f0ea";
}

/* line 732, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-patreon:before {
  content: "\f3d9";
}

/* line 733, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "\f04c";
}

/* line 734, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "\f28b";
}

/* line 735, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "\f1b0";
}

/* line 736, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "\f1ed";
}

/* line 737, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen:before {
  content: "\f304";
}

/* line 738, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-alt:before {
  content: "\f305";
}

/* line 739, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-fancy:before {
  content: "\f5ac";
}

/* line 740, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-nib:before {
  content: "\f5ad";
}

/* line 741, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pen-square:before {
  content: "\f14b";
}

/* line 742, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-alt:before {
  content: "\f303";
}

/* line 743, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-ruler:before {
  content: "\f5ae";
}

/* line 744, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-people-carry:before {
  content: "\f4ce";
}

/* line 745, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "\f295";
}

/* line 746, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percentage:before {
  content: "\f541";
}

/* line 747, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-periscope:before {
  content: "\f3da";
}

/* line 748, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phabricator:before {
  content: "\f3db";
}

/* line 749, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-framework:before {
  content: "\f3dc";
}

/* line 750, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phoenix-squadron:before {
  content: "\f511";
}

/* line 751, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "\f095";
}

/* line 752, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-slash:before {
  content: "\f3dd";
}

/* line 753, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "\f098";
}

/* line 754, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-volume:before {
  content: "\f2a0";
}

/* line 755, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-php:before {
  content: "\f457";
}

/* line 756, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "\f2ae";
}

/* line 757, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "\f1a8";
}

/* line 758, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-hat:before {
  content: "\f4e5";
}

/* line 759, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "\f1a7";
}

/* line 760, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-piggy-bank:before {
  content: "\f4d3";
}

/* line 761, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pills:before {
  content: "\f484";
}

/* line 762, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "\f0d2";
}

/* line 763, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "\f231";
}

/* line 764, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "\f0d3";
}

/* line 765, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "\f072";
}

/* line 766, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-arrival:before {
  content: "\f5af";
}

/* line 767, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane-departure:before {
  content: "\f5b0";
}

/* line 768, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "\f04b";
}

/* line 769, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "\f144";
}

/* line 770, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-playstation:before {
  content: "\f3df";
}

/* line 771, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "\f1e6";
}

/* line 772, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "\f067";
}

/* line 773, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "\f055";
}

/* line 774, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "\f0fe";
}

/* line 775, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "\f2ce";
}

/* line 776, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poo:before {
  content: "\f2fe";
}

/* line 777, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-poop:before {
  content: "\f619";
}

/* line 778, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-portrait:before {
  content: "\f3e0";
}

/* line 779, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pound-sign:before {
  content: "\f154";
}

/* line 780, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "\f011";
}

/* line 781, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription:before {
  content: "\f5b1";
}

/* line 782, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle:before {
  content: "\f485";
}

/* line 783, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-prescription-bottle-alt:before {
  content: "\f486";
}

/* line 784, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "\f02f";
}

/* line 785, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-procedures:before {
  content: "\f487";
}

/* line 786, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "\f288";
}

/* line 787, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-project-diagram:before {
  content: "\f542";
}

/* line 788, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pushed:before {
  content: "\f3e1";
}

/* line 789, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "\f12e";
}

/* line 790, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-python:before {
  content: "\f3e2";
}

/* line 791, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "\f1d6";
}

/* line 792, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "\f029";
}

/* line 793, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "\f128";
}

/* line 794, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "\f059";
}

/* line 795, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quidditch:before {
  content: "\f458";
}

/* line 796, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quinscape:before {
  content: "\f459";
}

/* line 797, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "\f2c4";
}

/* line 798, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "\f10d";
}

/* line 799, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "\f10e";
}

/* line 800, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-r-project:before {
  content: "\f4f7";
}

/* line 801, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "\f074";
}

/* line 802, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "\f2d9";
}

/* line 803, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-react:before {
  content: "\f41b";
}

/* line 804, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-readme:before {
  content: "\f4d5";
}

/* line 805, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rebel:before {
  content: "\f1d0";
}

/* line 806, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-receipt:before {
  content: "\f543";
}

/* line 807, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "\f1b8";
}

/* line 808, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-red-river:before {
  content: "\f3e3";
}

/* line 809, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "\f1a1";
}

/* line 810, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "\f281";
}

/* line 811, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "\f1a2";
}

/* line 812, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo:before {
  content: "\f01e";
}

/* line 813, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-redo-alt:before {
  content: "\f2f9";
}

/* line 814, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "\f25d";
}

/* line 815, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rendact:before {
  content: "\f3e4";
}

/* line 816, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "\f18b";
}

/* line 817, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply:before {
  content: "\f3e5";
}

/* line 818, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reply-all:before {
  content: "\f122";
}

/* line 819, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-replyd:before {
  content: "\f3e6";
}

/* line 820, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-researchgate:before {
  content: "\f4f8";
}

/* line 821, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-resolving:before {
  content: "\f3e7";
}

/* line 822, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "\f079";
}

/* line 823, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rev:before {
  content: "\f5b2";
}

/* line 824, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ribbon:before {
  content: "\f4d6";
}

/* line 825, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "\f018";
}

/* line 826, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-robot:before {
  content: "\f544";
}

/* line 827, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "\f135";
}

/* line 828, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocketchat:before {
  content: "\f3e8";
}

/* line 829, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rockrms:before {
  content: "\f3e9";
}

/* line 830, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-route:before {
  content: "\f4d7";
}

/* line 831, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss:before {
  content: "\f09e";
}

/* line 832, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "\f143";
}

/* line 833, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble-sign:before {
  content: "\f158";
}

/* line 834, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler:before {
  content: "\f545";
}

/* line 835, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-combined:before {
  content: "\f546";
}

/* line 836, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-horizontal:before {
  content: "\f547";
}

/* line 837, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruler-vertical:before {
  content: "\f548";
}

/* line 838, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee-sign:before {
  content: "\f156";
}

/* line 839, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-cry:before {
  content: "\f5b3";
}

/* line 840, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sad-tear:before {
  content: "\f5b4";
}

/* line 841, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "\f267";
}

/* line 842, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sass:before {
  content: "\f41e";
}

/* line 843, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before {
  content: "\f0c7";
}

/* line 844, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-schlix:before {
  content: "\f3ea";
}

/* line 845, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-school:before {
  content: "\f549";
}

/* line 846, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-screwdriver:before {
  content: "\f54a";
}

/* line 847, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "\f28a";
}

/* line 848, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "\f002";
}

/* line 849, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "\f010";
}

/* line 850, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "\f00e";
}

/* line 851, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-searchengin:before {
  content: "\f3eb";
}

/* line 852, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-seedling:before {
  content: "\f4d8";
}

/* line 853, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellcast:before {
  content: "\f2da";
}

/* line 854, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "\f213";
}

/* line 855, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "\f233";
}

/* line 856, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-servicestack:before {
  content: "\f3ec";
}

/* line 857, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shapes:before {
  content: "\f61f";
}

/* line 858, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share:before {
  content: "\f064";
}

/* line 859, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "\f1e0";
}

/* line 860, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "\f1e1";
}

/* line 861, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "\f14d";
}

/* line 862, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel-sign:before {
  content: "\f20b";
}

/* line 863, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield-alt:before {
  content: "\f3ed";
}

/* line 864, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "\f21a";
}

/* line 865, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shipping-fast:before {
  content: "\f48b";
}

/* line 866, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "\f214";
}

/* line 867, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shoe-prints:before {
  content: "\f54b";
}

/* line 868, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "\f290";
}

/* line 869, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "\f291";
}

/* line 870, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "\f07a";
}

/* line 871, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopware:before {
  content: "\f5b5";
}

/* line 872, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "\f2cc";
}

/* line 873, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shuttle-van:before {
  content: "\f5b6";
}

/* line 874, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign:before {
  content: "\f4d9";
}

/* line 875, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in-alt:before {
  content: "\f2f6";
}

/* line 876, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-language:before {
  content: "\f2a7";
}

/* line 877, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out-alt:before {
  content: "\f2f5";
}

/* line 878, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "\f012";
}

/* line 879, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signature:before {
  content: "\f5b7";
}

/* line 880, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "\f215";
}

/* line 881, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sistrix:before {
  content: "\f3ee";
}

/* line 882, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "\f0e8";
}

/* line 883, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sith:before {
  content: "\f512";
}

/* line 884, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skull:before {
  content: "\f54c";
}

/* line 885, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "\f216";
}

/* line 886, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "\f17e";
}

/* line 887, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "\f198";
}

/* line 888, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack-hash:before {
  content: "\f3ef";
}

/* line 889, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders-h:before {
  content: "\f1de";
}

/* line 890, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "\f1e7";
}

/* line 891, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile:before {
  content: "\f118";
}

/* line 892, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-beam:before {
  content: "\f5b8";
}

/* line 893, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-wink:before {
  content: "\f4da";
}

/* line 894, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking:before {
  content: "\f48d";
}

/* line 895, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smoking-ban:before {
  content: "\f54d";
}

/* line 896, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "\f2ab";
}

/* line 897, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "\f2ac";
}

/* line 898, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "\f2ad";
}

/* line 899, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake:before {
  content: "\f2dc";
}

/* line 900, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-solar-panel:before {
  content: "\f5ba";
}

/* line 901, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort:before {
  content: "\f0dc";
}

/* line 902, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-down:before {
  content: "\f15d";
}

/* line 903, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-up:before {
  content: "\f15e";
}

/* line 904, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-down:before {
  content: "\f160";
}

/* line 905, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-up:before {
  content: "\f161";
}

/* line 906, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before {
  content: "\f0dd";
}

/* line 907, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-down:before {
  content: "\f162";
}

/* line 908, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-up:before {
  content: "\f163";
}

/* line 909, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before {
  content: "\f0de";
}

/* line 910, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "\f1be";
}

/* line 911, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spa:before {
  content: "\f5bb";
}

/* line 912, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "\f197";
}

/* line 913, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-speakap:before {
  content: "\f3f3";
}

/* line 914, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "\f110";
}

/* line 915, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-splotch:before {
  content: "\f5bc";
}

/* line 916, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "\f1bc";
}

/* line 917, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spray-can:before {
  content: "\f5bd";
}

/* line 918, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "\f0c8";
}

/* line 919, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-full:before {
  content: "\f45c";
}

/* line 920, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-squarespace:before {
  content: "\f5be";
}

/* line 921, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "\f18d";
}

/* line 922, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "\f16c";
}

/* line 923, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stamp:before {
  content: "\f5bf";
}

/* line 924, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "\f005";
}

/* line 925, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "\f089";
}

/* line 926, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-alt:before {
  content: "\f5c0";
}

/* line 927, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-of-life:before {
  content: "\f621";
}

/* line 928, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-staylinked:before {
  content: "\f3f5";
}

/* line 929, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "\f1b6";
}

/* line 930, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "\f1b7";
}

/* line 931, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-symbol:before {
  content: "\f3f6";
}

/* line 932, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "\f048";
}

/* line 933, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "\f051";
}

/* line 934, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "\f0f1";
}

/* line 935, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticker-mule:before {
  content: "\f3f7";
}

/* line 936, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "\f249";
}

/* line 937, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "\f04d";
}

/* line 938, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "\f28d";
}

/* line 939, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stopwatch:before {
  content: "\f2f2";
}

/* line 940, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store:before {
  content: "\f54e";
}

/* line 941, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-store-alt:before {
  content: "\f54f";
}

/* line 942, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strava:before {
  content: "\f428";
}

/* line 943, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stream:before {
  content: "\f550";
}

/* line 944, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "\f21d";
}

/* line 945, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "\f0cc";
}

/* line 946, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe:before {
  content: "\f429";
}

/* line 947, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stripe-s:before {
  content: "\f42a";
}

/* line 948, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stroopwafel:before {
  content: "\f551";
}

/* line 949, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-studiovinari:before {
  content: "\f3f8";
}

/* line 950, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "\f1a4";
}

/* line 951, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

/* line 952, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "\f12c";
}

/* line 953, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "\f239";
}

/* line 954, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "\f0f2";
}

/* line 955, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase-rolling:before {
  content: "\f5c1";
}

/* line 956, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun:before {
  content: "\f185";
}

/* line 957, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "\f2dd";
}

/* line 958, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "\f12b";
}

/* line 959, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-supple:before {
  content: "\f3f9";
}

/* line 960, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-surprise:before {
  content: "\f5c2";
}

/* line 961, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swatchbook:before {
  content: "\f5c3";
}

/* line 962, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimmer:before {
  content: "\f5c4";
}

/* line 963, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-swimming-pool:before {
  content: "\f5c5";
}

/* line 964, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync:before {
  content: "\f021";
}

/* line 965, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sync-alt:before {
  content: "\f2f1";
}

/* line 966, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-syringe:before {
  content: "\f48e";
}

/* line 967, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "\f0ce";
}

/* line 968, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table-tennis:before {
  content: "\f45d";
}

/* line 969, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "\f10a";
}

/* line 970, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet-alt:before {
  content: "\f3fa";
}

/* line 971, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablets:before {
  content: "\f490";
}

/* line 972, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tachometer-alt:before {
  content: "\f3fd";
}

/* line 973, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "\f02b";
}

/* line 974, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "\f02c";
}

/* line 975, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tape:before {
  content: "\f4db";
}

/* line 976, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "\f0ae";
}

/* line 977, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-taxi:before {
  content: "\f1ba";
}

/* line 978, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teamspeak:before {
  content: "\f4f9";
}

/* line 979, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth:before {
  content: "\f62e";
}

/* line 980, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-teeth-open:before {
  content: "\f62f";
}

/* line 981, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "\f2c6";
}

/* line 982, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram-plane:before {
  content: "\f3fe";
}

/* line 983, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "\f1d5";
}

/* line 984, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "\f120";
}

/* line 985, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "\f034";
}

/* line 986, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "\f035";
}

/* line 987, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "\f00a";
}

/* line 988, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "\f009";
}

/* line 989, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "\f00b";
}

/* line 990, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-theater-masks:before {
  content: "\f630";
}

/* line 991, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeco:before {
  content: "\f5c6";
}

/* line 992, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "\f2b2";
}

/* line 993, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer:before {
  content: "\f491";
}

/* line 994, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-empty:before {
  content: "\f2cb";
}

/* line 995, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-full:before {
  content: "\f2c7";
}

/* line 996, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-half:before {
  content: "\f2c9";
}

/* line 997, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

/* line 998, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

/* line 999, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "\f165";
}

/* line 1000, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "\f164";
}

/* line 1001, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbtack:before {
  content: "\f08d";
}

/* line 1002, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket-alt:before {
  content: "\f3ff";
}

/* line 1003, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times:before {
  content: "\f00d";
}

/* line 1004, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "\f057";
}

/* line 1005, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "\f043";
}

/* line 1006, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint-slash:before {
  content: "\f5c7";
}

/* line 1007, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tired:before {
  content: "\f5c8";
}

/* line 1008, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "\f204";
}

/* line 1009, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "\f205";
}

/* line 1010, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toolbox:before {
  content: "\f552";
}

/* line 1011, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tooth:before {
  content: "\f5c9";
}

/* line 1012, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trade-federation:before {
  content: "\f513";
}

/* line 1013, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "\f25c";
}

/* line 1014, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-traffic-light:before {
  content: "\f637";
}

/* line 1015, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "\f238";
}

/* line 1016, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender:before {
  content: "\f224";
}

/* line 1017, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "\f225";
}

/* line 1018, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "\f1f8";
}

/* line 1019, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-alt:before {
  content: "\f2ed";
}

/* line 1020, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "\f1bb";
}

/* line 1021, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "\f181";
}

/* line 1022, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "\f262";
}

/* line 1023, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "\f091";
}

/* line 1024, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "\f0d1";
}

/* line 1025, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-loading:before {
  content: "\f4de";
}

/* line 1026, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-monster:before {
  content: "\f63b";
}

/* line 1027, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-moving:before {
  content: "\f4df";
}

/* line 1028, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck-pickup:before {
  content: "\f63c";
}

/* line 1029, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tshirt:before {
  content: "\f553";
}

/* line 1030, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "\f1e4";
}

/* line 1031, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "\f173";
}

/* line 1032, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "\f174";
}

/* line 1033, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before {
  content: "\f26c";
}

/* line 1034, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "\f1e8";
}

/* line 1035, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "\f099";
}

/* line 1036, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "\f081";
}

/* line 1037, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-typo3:before {
  content: "\f42b";
}

/* line 1038, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-uber:before {
  content: "\f402";
}

/* line 1039, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-uikit:before {
  content: "\f403";
}

/* line 1040, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "\f0e9";
}

/* line 1041, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella-beach:before {
  content: "\f5ca";
}

/* line 1042, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "\f0cd";
}

/* line 1043, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo:before {
  content: "\f0e2";
}

/* line 1044, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-undo-alt:before {
  content: "\f2ea";
}

/* line 1045, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-uniregistry:before {
  content: "\f404";
}

/* line 1046, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "\f29a";
}

/* line 1047, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-university:before {
  content: "\f19c";
}

/* line 1048, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before {
  content: "\f127";
}

/* line 1049, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "\f09c";
}

/* line 1050, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "\f13e";
}

/* line 1051, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-untappd:before {
  content: "\f405";
}

/* line 1052, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "\f093";
}

/* line 1053, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "\f287";
}

/* line 1054, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "\f007";
}

/* line 1055, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt:before {
  content: "\f406";
}

/* line 1056, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-alt-slash:before {
  content: "\f4fa";
}

/* line 1057, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-astronaut:before {
  content: "\f4fb";
}

/* line 1058, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-check:before {
  content: "\f4fc";
}

/* line 1059, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "\f2bd";
}

/* line 1060, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-clock:before {
  content: "\f4fd";
}

/* line 1061, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-cog:before {
  content: "\f4fe";
}

/* line 1062, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-edit:before {
  content: "\f4ff";
}

/* line 1063, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-friends:before {
  content: "\f500";
}

/* line 1064, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-graduate:before {
  content: "\f501";
}

/* line 1065, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-lock:before {
  content: "\f502";
}

/* line 1066, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "\f0f0";
}

/* line 1067, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-minus:before {
  content: "\f503";
}

/* line 1068, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-ninja:before {
  content: "\f504";
}

/* line 1069, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "\f234";
}

/* line 1070, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "\f21b";
}

/* line 1071, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-shield:before {
  content: "\f505";
}

/* line 1072, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-slash:before {
  content: "\f506";
}

/* line 1073, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tag:before {
  content: "\f507";
}

/* line 1074, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-tie:before {
  content: "\f508";
}

/* line 1075, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "\f235";
}

/* line 1076, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users:before {
  content: "\f0c0";
}

/* line 1077, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-users-cog:before {
  content: "\f509";
}

/* line 1078, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ussunnah:before {
  content: "\f407";
}

/* line 1079, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensil-spoon:before {
  content: "\f2e5";
}

/* line 1080, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-utensils:before {
  content: "\f2e7";
}

/* line 1081, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vaadin:before {
  content: "\f408";
}

/* line 1082, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vector-square:before {
  content: "\f5cb";
}

/* line 1083, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "\f221";
}

/* line 1084, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "\f226";
}

/* line 1085, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "\f228";
}

/* line 1086, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "\f237";
}

/* line 1087, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "\f2a9";
}

/* line 1088, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "\f2aa";
}

/* line 1089, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vial:before {
  content: "\f492";
}

/* line 1090, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vials:before {
  content: "\f493";
}

/* line 1091, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viber:before {
  content: "\f409";
}

/* line 1092, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video:before {
  content: "\f03d";
}

/* line 1093, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-slash:before {
  content: "\f4e2";
}

/* line 1094, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "\f40a";
}

/* line 1095, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "\f194";
}

/* line 1096, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-v:before {
  content: "\f27d";
}

/* line 1097, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "\f1ca";
}

/* line 1098, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "\f189";
}

/* line 1099, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vnv:before {
  content: "\f40b";
}

/* line 1100, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volleyball-ball:before {
  content: "\f45f";
}

/* line 1101, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "\f027";
}

/* line 1102, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "\f026";
}

/* line 1103, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "\f028";
}

/* line 1104, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vuejs:before {
  content: "\f41f";
}

/* line 1105, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-walking:before {
  content: "\f554";
}

/* line 1106, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wallet:before {
  content: "\f555";
}

/* line 1107, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warehouse:before {
  content: "\f494";
}

/* line 1108, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weebly:before {
  content: "\f5cc";
}

/* line 1109, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "\f18a";
}

/* line 1110, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight:before {
  content: "\f496";
}

/* line 1111, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weight-hanging:before {
  content: "\f5cd";
}

/* line 1112, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weixin:before {
  content: "\f1d7";
}

/* line 1113, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "\f232";
}

/* line 1114, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp-square:before {
  content: "\f40c";
}

/* line 1115, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "\f193";
}

/* line 1116, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whmcs:before {
  content: "\f40d";
}

/* line 1117, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "\f1eb";
}

/* line 1118, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "\f266";
}

/* line 1119, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-close:before {
  content: "\f410";
}

/* line 1120, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "\f2d0";
}

/* line 1121, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "\f2d1";
}

/* line 1122, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "\f2d2";
}

/* line 1123, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "\f17a";
}

/* line 1124, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass:before {
  content: "\f4e3";
}

/* line 1125, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wine-glass-alt:before {
  content: "\f5ce";
}

/* line 1126, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wix:before {
  content: "\f5cf";
}

/* line 1127, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wolf-pack-battalion:before {
  content: "\f514";
}

/* line 1128, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won-sign:before {
  content: "\f159";
}

/* line 1129, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "\f19a";
}

/* line 1130, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress-simple:before {
  content: "\f411";
}

/* line 1131, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "\f297";
}

/* line 1132, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "\f2de";
}

/* line 1133, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "\f298";
}

/* line 1134, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "\f0ad";
}

/* line 1135, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-x-ray:before {
  content: "\f497";
}

/* line 1136, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xbox:before {
  content: "\f412";
}

/* line 1137, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "\f168";
}

/* line 1138, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "\f169";
}

/* line 1139, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator:before {
  content: "\f23b";
}

/* line 1140, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "\f19e";
}

/* line 1141, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex:before {
  content: "\f413";
}

/* line 1142, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yandex-international:before {
  content: "\f414";
}

/* line 1143, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "\f1e9";
}

/* line 1144, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yen-sign:before {
  content: "\f157";
}

/* line 1145, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "\f2b1";
}

/* line 1146, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "\f167";
}

/* line 1147, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "\f431";
}

/* line 1148, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-zhihu:before {
  content: "\f63f";
}

/* line 4, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 48, ../usr/local/bundle/gems/font-awesome-sass-5.2.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/* line 2, app/assets/stylesheets/style.scss */
.login div.dialog {
  width: 980px;
}

/* line 6, app/assets/stylesheets/style.scss */
.login div.fixed #content {
  margin-top: 100px;
  min-height: 280px;
}

/* line 11, app/assets/stylesheets/style.scss */
.login #content {
  text-align: left;
  padding: 15px;
  background-color: white;
  margin: 100px auto;
  width: 500px;
}

/* line 20, app/assets/stylesheets/style.scss */
#footer_content {
  margin: 0 0 25px 0;
  padding: 10px 15px 10px 0;
  background: #E3E3E3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

/* line 28, app/assets/stylesheets/style.scss */
#footerLinks {
  padding: 8px 0 0 0;
  margin: 0 0 25px 0;
  list-style-type: none;
}

/* line 34, app/assets/stylesheets/style.scss */
#footerLinks * {
  margin: 0;
  padding: 0;
}

/* line 39, app/assets/stylesheets/style.scss */
#footerLinks a {
  color: #000;
}

/* line 43, app/assets/stylesheets/style.scss */
#footerLinks li {
  display: block;
  float: left;
  width: 25%;
  _width: 24%;
}

/* line 50, app/assets/stylesheets/style.scss */
* + html #footerLinks li {
  width: 24%;
}

/* line 54, app/assets/stylesheets/style.scss */
#footerLinks dt {
  width: 177px;
  font-weight: bold;
  font-size: 12px;
  padding-bottom: 3px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3px;
  margin-left: 15px;
}

/* line 64, app/assets/stylesheets/style.scss */
#footerLinks dd {
  margin-bottom: 0.2em;
  margin-left: 15px;
}

/* line 69, app/assets/stylesheets/style.scss */
#footerCopy {
  margin-top: 15px;
  color: #696969;
  font-size: 10px;
}

/* line 75, app/assets/stylesheets/style.scss */
#footerCopy a {
  color: #696969;
  text-decoration: underline;
}

/* line 80, app/assets/stylesheets/style.scss */
#footerCopy a:hover {
  color: #0187c5;
  text-decoration: underline;
}

/* line 85, app/assets/stylesheets/style.scss */
a {
  color: #0187c5;
  text-decoration: none;
}

/* line 90, app/assets/stylesheets/style.scss */
a:active {
  outline: none;
}

/* line 94, app/assets/stylesheets/style.scss */
a:hover {
  color: #0187c5;
  text-decoration: underline;
}

/* line 100, app/assets/stylesheets/style.scss */
p.small {
  font-size: 77%;
}

/* line 104, app/assets/stylesheets/style.scss */
.highlight, span.match {
  font-weight: bold;
}

/* line 109, app/assets/stylesheets/style.scss */
.red {
  color: red;
}

/* line 113, app/assets/stylesheets/style.scss */
#page {
  clear: both;
  color: #1b1b1b;
  font-family: 'Lucida Grande', Arial, Helvetica, Verdana, sans-serif;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}

/* line 123, app/assets/stylesheets/style.scss */
#header {
  display: block;
  height: 100px;
  margin: 0px 0px 25px;
  position: relative;
}

/* line 130, app/assets/stylesheets/style.scss */
#home #header {
  height: 298px;
  margin-bottom: 5px;
}

/* line 135, app/assets/stylesheets/style.scss */
.public #header {
  height: 140px;
  margin-bottom: 5px;
}

/* line 140, app/assets/stylesheets/style.scss */
.admin #header {
  height: 120px;
  margin-bottom: 5px;
}

/* line 146, app/assets/stylesheets/style.scss */
#headerWrapper {
  height: 77px;
  margin: 0px -15px;
  position: relative;
}

/* line 152, app/assets/stylesheets/style.scss */
#header .company_name {
  color: #000;
  font-size: 20px;
  font-weight: bold;
  left: 15px;
  position: absolute;
  top: 15px;
  z-index: 1;
}

/* line 163, app/assets/stylesheets/style.scss */
#primary_links {
  left: 0px;
  position: absolute;
  top: 80px;
  z-index: 1;
  zoom: 1;
}

/* line 171, app/assets/stylesheets/style.scss */
.admin #primary_links {
  left: 0px;
  position: absolute;
  top: 80px;
  z-index: 1;
  zoom: 1;
}

/* line 179, app/assets/stylesheets/style.scss */
#primary_links .nav_item {
  display: block;
  float: left;
  margin-right: 2px;
  padding: 6px;
  margin-top: -6px;
}

/* line 187, app/assets/stylesheets/style.scss */
#primary_links .nav_item:hover {
  background-color: #ca6632;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 194, app/assets/stylesheets/style.scss */
.admin #primary_links .nav_item:hover {
  background-color: #ca6632;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
}

/* line 201, app/assets/stylesheets/style.scss */
#primary_links .nav_link {
  color: #fff;
  display: block;
  float: left;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding: 5px 10px 5px;
  text-decoration: none;
}

/* line 213, app/assets/stylesheets/style.scss */
#header_promo {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  left: 15px;
  line-height: 23px;
  position: absolute;
  top: 120px;
}

/* line 224, app/assets/stylesheets/style.scss */
#header_promo a {
  color: #DDD;
}

/* line 228, app/assets/stylesheets/style.scss */
#header .badge {
  position: absolute;
  top: 80px;
  right: 10px;
}

/* line 234, app/assets/stylesheets/style.scss */
#toplinks {
  color: #fff;
  position: absolute;
  right: 10px;
  top: 20px;
  z-index: 0;
}

/* line 242, app/assets/stylesheets/style.scss */
#home #toplinks, .public #toplinks {
  top: 10px;
}

/* line 246, app/assets/stylesheets/style.scss */
#toplinks #account_links {
  float: right;
  text-align: right;
  color: #fff;
}

/* line 253, app/assets/stylesheets/style.scss */
#toplinks a, #toplinks a:visited {
  color: #eee;
  font-weight: normal;
  text-decoration: none;
  margin-left: 6px;
  margin-right: 6px;
}

/* line 261, app/assets/stylesheets/style.scss */
#home #toplinks a, #home #toplinks a:visited, .public #toplinks a, .public #toplinks a:visited, .admin #toplinks a, .admin #toplinks a:visited {
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
}

/* line 267, app/assets/stylesheets/style.scss */
#toplinks a:hover {
  /*	color: #000;*/
  text-decoration: underline;
  font-weight: normal;
}

/* line 273, app/assets/stylesheets/style.scss */
#home #toplinks a:hover, .public #toplinks a:hover {
  color: #fff;
}

/* line 277, app/assets/stylesheets/style.scss */
#toplinks a.signin {
  background: #666;
  border-bottom-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  color: white;
  margin-left: 4px;
  padding: 5px 6px 6px;
  text-decoration: none;
}

/* line 293, app/assets/stylesheets/style.scss */
#toplinks a.signin:hover {
  background: #555;
  border-bottom-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  color: white;
  margin-left: 4px;
  padding: 5px 6px 6px;
  text-decoration: none;
}

/* line 309, app/assets/stylesheets/style.scss */
#toplinks a.signin span {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 4px 16px 6px 0px;
}

/* line 315, app/assets/stylesheets/style.scss */
#toplinks a.signin.menu-open {
  background: #CCC;
  border-bottom-left-radius: 4px 4px;
  border-bottom-left-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-bottom-right-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-left-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  border-top-right-radius: 4px 4px;
  color: #000;
  margin-left: 4px;
  padding: 5px 6px 6px;
  text-decoration: none;
}

/* line 330, app/assets/stylesheets/style.scss */
#toplinks a.signin.menu-open span {
  background-position: 100% 50%;
  background-repeat: no-repeat;
  padding: 4px 16px 6px 0px;
}

/* line 337, app/assets/stylesheets/style.scss */
div.fixedfluidfixed #content {
  background-color: #fff;
  border: 1px solid #ccc;
  clear: both;
  margin: -1px 0px 0px -1px;
  min-height: 300px;
  overflow-x: visible;
  overflow-y: visible;
  position: relative;
  text-align: left;
}

/* line 349, app/assets/stylesheets/style.scss */
.push {
  height: 8.6em;
  padding-bottom: 4em;
}

/* line 350, app/assets/stylesheets/style.scss */
.site, .headersite, .homesite {
  margin: 0px auto;
  padding: 0px 15px;
  text-align: left;
  width: 950px;
}

/* line 357, app/assets/stylesheets/style.scss */
#sidebar {
  color: #555;
  font-size: 11px;
  line-height: 15px;
}

/* line 363, app/assets/stylesheets/style.scss */
#dialog {
  text-align: center;
}

/* line 367, app/assets/stylesheets/style.scss */
#footer {
  color: #cadcea;
  height: 8.6em;
  min-width: 75em;
  overflow: hidden;
}

/* line 374, app/assets/stylesheets/style.scss */
#footer #bottom_nav {
  margin: 0;
  padding: 0 10px;
  font-size: 77%;
  color: #fff;
  float: left;
}

/* line 382, app/assets/stylesheets/style.scss */
#footer #bottom_nav a {
  padding: 0;
  background: none;
  color: #fff;
  font-weight: bold;
  padding: 0 5px;
  font-size: 123.1%;
}

/* line 391, app/assets/stylesheets/style.scss */
#footer #copyright {
  text-align: center;
  color: #eee;
  font-size: 93%;
  margin: 0;
  margin-top: 22px;
}

/* line 399, app/assets/stylesheets/style.scss */
#footer #copyright a {
  padding: 0;
  background: none;
  font-weight: normal;
  text-decoration: underline;
  padding: 0 5px;
  color: #fff;
}

/* line 408, app/assets/stylesheets/style.scss */
#disclaimer {
  font-size: 88%;
  color: #999;
  font-weight: normal;
}

/* line 414, app/assets/stylesheets/style.scss */
#options {
  margin-top: 0px;
  background: white;
  border-right: 1px solid #eee;
  display: block;
  width: 135px;
  font-weight: normal;
  font-size: 93%;
  float: left;
  position: absolute;
  left: 12px;
}

/* @end */
/* @group Tabs */
/* line 432, app/assets/stylesheets/style.scss */
#tab-header {
  clear: both;
  border-bottom: 1px solid #666;
  /*	font-family: 'Trebuchet MS', Helvetica, sans-serif;*/
  margin-bottom: 10px;
  height: 34px;
}

/* line 440, app/assets/stylesheets/style.scss */
#tab-header h2 {
  float: left;
  font-size: 170%;
  line-height: 34px;
  margin-bottom: 0px;
  padding-left: 0px;
}

/* line 449, app/assets/stylesheets/style.scss */
#tabs {
  float: left;
  font-weight: bold;
}

/* line 454, app/assets/stylesheets/style.scss */
#tabs a {
  border: 1px solid #fff;
  color: #999;
  float: left;
  display: block;
  font-size: 12px;
  text-decoration: none;
  padding: 0px 11px 0px 11px;
  height: 24px;
  line-height: 22px;
  margin: 8px 8px 0px 0px;
  -webkit-border-top-left-radius: 5px 5px;
  -webkit-border-top-right-radius: 5px 5px;
}

/* line 469, app/assets/stylesheets/style.scss */
#tabs a:hover {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom: 1px solid #fff;
  line-height: 20px;
  margin-top: 9px;
}

/* line 477, app/assets/stylesheets/style.scss */
#settings_profile #tab_profile,
#settings_password #tab_password,
#settings_notifications #tab_notifications,
#settings_privacy #tab_privacy,
#settings_services #tab_services,
#tabs a.current {
  background-color: #fff;
  border: 1px solid #666;
  border-bottom: 1px solid #fff;
  color: #000;
  color: #D51007;
  font-size: 120%;
  height: 30px;
  line-height: 28px;
  margin-top: 3px;
  padding: 0px 11px 0px 11px;
}

/* @end */
/* @group errors */
/* line 501, app/assets/stylesheets/style.scss */
.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

/* line 507, app/assets/stylesheets/style.scss */
#error_explanation, #errorExplanation {
  width: auto;
  max-width: 400px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border: 3px solid #fd6d6d;
  border-radius: 4px;
  padding: 0px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

/* line 519, app/assets/stylesheets/style.scss */
#error_explanation h2, #errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 10px 10px;
  font-size: 93%;
  margin: 0px;
  background-color: #fd6d6d;
  color: #fff;
  letter-spacing: 0px;
}

/* line 530, app/assets/stylesheets/style.scss */
#error_explanation p, #errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

/* line 536, app/assets/stylesheets/style.scss */
#error_explanation ul, #errorExplanation ul {
  font-size: 100%;
  padding-top: 8px;
  padding-left: 25px;
  margin-bottom: 2px;
}

/* line 543, app/assets/stylesheets/style.scss */
#error_explanation li, #errorExplanation li {
  font-size: 93%;
  padding: 2px;
  list-style: square;
}

/* line 549, app/assets/stylesheets/style.scss */
.warning {
  color: #000;
}

/* line 553, app/assets/stylesheets/style.scss */
.notice {
  color: #009900;
}

/* line 557, app/assets/stylesheets/style.scss */
.error {
  color: red;
}

/* line 562, app/assets/stylesheets/style.scss */
#accounts {
  padding: 0px;
}

/* line 566, app/assets/stylesheets/style.scss */
#accounts #bdy {
  padding: 10px;
}

/* line 570, app/assets/stylesheets/style.scss */
#accounts h1 {
  border: 0;
  margin-bottom: 5px;
}

/* line 575, app/assets/stylesheets/style.scss */
#accounts #login_form {
  padding: 15px;
  padding-bottom: 5px;
  margin: 40px auto 0px;
  text-align: left;
  width: 350px;
  border: 1px solid #ccc;
  padding: 30px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
  -moz-box-shadow: rgba(0, 0, 0, 0.3) 3px 3px 3px;
}

/* line 593, app/assets/stylesheets/style.scss */
#accounts #login_form table td {
  padding: 4px;
  padding-left: 0px;
}

/* line 598, app/assets/stylesheets/style.scss */
#accounts #login_form table td .label {
  padding: 4px;
  padding-left: 0px;
  min-width: 80px;
}

/* line 605, app/assets/stylesheets/style.scss */
#accounts #login_form h3 {
  margin: 0;
  margin-bottom: 10px;
  padding: 0;
  border: 0;
}

/* line 612, app/assets/stylesheets/style.scss */
#accounts #login_form input[type=text], #accounts #login_form input[type=password] {
  border: 1px solid #aaa;
  margin: 1px;
  padding: 3px;
}

/* line 618, app/assets/stylesheets/style.scss */
#accounts #login_form .button {
  /*	vertical-align: top;*/
  -webkit-appearance: button;
  -moz-appearance: button;
  font-size: 14px;
  height: 25px;
  margin-top: 1px;
  padding: 2px 6px 3px 6px;
}

/* line 628, app/assets/stylesheets/style.scss */
#accounts #login_form a {
  font-weight: normal;
  font-size: 88%;
}

/* line 633, app/assets/stylesheets/style.scss */
#accounts #features {
  margin-top: 30px;
  padding-left: 20px;
}

/* line 638, app/assets/stylesheets/style.scss */
#accounts #features img {
  margin-right: 10px;
}

/* line 642, app/assets/stylesheets/style.scss */
#accounts #features td {
  padding-bottom: 15px;
}

/* line 647, app/assets/stylesheets/style.scss */
#accounts #flash_bar {
  margin-bottom: 10px;
  color: #000;
  text-align: center;
}

/* line 653, app/assets/stylesheets/style.scss */
#accounts #flash_bar div.information {
  border: 1px solid #ffcc00;
  padding: 8px;
  background-color: #FFDC73;
}

/* line 659, app/assets/stylesheets/style.scss */
.information {
  border: 1px solid #ffcc00;
  padding: 8px;
  background-color: #FFDC73;
}

/* line 665, app/assets/stylesheets/style.scss */
.domain_field {
  font-size: 190%;
  color: #777;
  margin-top: 0px;
}

/* line 675, app/assets/stylesheets/style.scss */
#company #topic_bar {
  border: 1px solid #ccc;
  padding: 5px;
}

/* line 684, app/assets/stylesheets/style.scss */
#company #topic_bar li {
  padding: 5px;
}

/* line 688, app/assets/stylesheets/style.scss */
#company #topic_bar li a {
  text-decoration: underline;
}

/* line 692, app/assets/stylesheets/style.scss */
#company .team_member {
  border-bottom: 1px solid #DDD;
  margin: 0px 0px 25px;
}

/* line 697, app/assets/stylesheets/style.scss */
#company .team_member p {
  padding-bottom: 20px;
}

/* line 701, app/assets/stylesheets/style.scss */
#company .team_member img {
  float: left;
  height: 130px;
  border: 2px solid #ccc;
  padding: 2px;
  margin-right: 15px;
}

/* line 709, app/assets/stylesheets/style.scss */
#company .team_member .team_picture {
  float: left;
  margin: 1px 0px 0px;
  width: 130px;
}

/* line 715, app/assets/stylesheets/style.scss */
#company .team_member .team_info {
  float: left;
  width: 615px;
}

/* line 720, app/assets/stylesheets/style.scss */
#thank_you h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

/* line 725, app/assets/stylesheets/style.scss */
#thank_you #information {
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: -1px;
}

/* line 732, app/assets/stylesheets/style.scss */
#thank_you p {
  color: #666;
  margin-bottom: 10px;
}

/* line 737, app/assets/stylesheets/style.scss */
#sign_up h1 {
  font-size: 36px;
  margin-bottom: 20px;
}

/* line 742, app/assets/stylesheets/style.scss */
#sign_up #get_started {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

/* line 748, app/assets/stylesheets/style.scss */
#sign_up .email_field {
  border: 1px solid #ccc;
  font-size: 18px;
  padding: 2px 6px 2px;
  width: 300px;
  height: 26px;
  outline: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

/* line 759, app/assets/stylesheets/style.scss */
#sign_up .btn_sign_up {
  background: url("/btn_signup.png") no-repeat;
  border: 0px;
  height: 32px;
  text-indent: -9999em;
  width: 104px;
}

/* line 767, app/assets/stylesheets/style.scss */
#toolbar {
  margin: 20px 0px;
}

/* line 771, app/assets/stylesheets/style.scss */
.actions {
  margin: 20px 0px;
}

/* line 775, app/assets/stylesheets/style.scss */
#setup p.instructions {
  color: #666;
  font-style: italic;
  margin: 10px 0px;
  width: 500px;
}

/* line 782, app/assets/stylesheets/style.scss */
.dashboard_guides {
  margin: 15px 0px 20px;
  padding-top: 20px;
}

/* line 787, app/assets/stylesheets/style.scss */
.dashboard_guides li {
  float: left;
  padding: 5px 0px;
  border-bottom: 1px dotted #ccc;
  height: 150px;
  width: 310px;
}

/* line 795, app/assets/stylesheets/style.scss */
.dashboard_guides .guide_icon {
  margin-top: 5px;
  float: left;
}

/* line 800, app/assets/stylesheets/style.scss */
.dashboard_guides h2 {
  letter-spacing: 0px;
  line-height: 120%;
  font-size: 18px;
  color: #cc6733;
  text-decoration: none;
  border: 0;
  margin: 0px;
}

/* line 810, app/assets/stylesheets/style.scss */
.dashboard_guides p {
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

/* line 816, app/assets/stylesheets/style.scss */
.dashboard_guides .guide_content {
  padding-left: 75px;
}

/* line 824, app/assets/stylesheets/style.scss */
.course_description {
  color: #444;
  font-size: 12px;
}

/* line 829, app/assets/stylesheets/style.scss */
.email {
  font-size: 11px;
  color: #666;
}

/* line 834, app/assets/stylesheets/style.scss */
#template_body {
  float: right;
  margin: 10px;
  padding: 5px;
  border: 1px solid #666;
}

/* line 841, app/assets/stylesheets/style.scss */
.dialog_links {
  background-color: #f1f1f1;
  padding: 7px;
  margin-top: 10px;
}

/* line 847, app/assets/stylesheets/style.scss */
.dialog_links a {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 852, app/assets/stylesheets/style.scss */
#remember_me {
  margin: 5px 0px 0px 0px;
}

/* line 856, app/assets/stylesheets/style.scss */
#signin {
  margin: 10px 0px 0px 0px;
}

/* line 860, app/assets/stylesheets/style.scss */
table.purchase_grid {
  width: 100%;
}

/* line 864, app/assets/stylesheets/style.scss */
table.purchase_grid tr td {
  padding: 6px 0px;
  border-bottom: 1px solid #ccc;
}

/* line 869, app/assets/stylesheets/style.scss */
table.purchase_grid tr#total td {
  border-top: 2px solid #666;
  border-bottom: 0px;
}

/* line 874, app/assets/stylesheets/style.scss */
#email_viewer {
  padding: 10px;
  min-width: 600px;
}

/* line 879, app/assets/stylesheets/style.scss */
#email_viewer .from {
  padding-bottom: 5px;
}

/* line 883, app/assets/stylesheets/style.scss */
#email_viewer .subject {
  padding-bottom: 5px;
}

/* line 887, app/assets/stylesheets/style.scss */
.phish_prone_percentage {
  font-size: 200%;
  color: #666;
}

/* line 892, app/assets/stylesheets/style.scss */
.highlight {
  background-color: #ffdc87 !important;
}

/* line 896, app/assets/stylesheets/style.scss */
.inactive_campaign {
  background-color: #eee;
  font-style: italic;
}

/* line 901, app/assets/stylesheets/style.scss */
.warning {
  color: red;
}

/* line 905, app/assets/stylesheets/style.scss */
.archived {
  background-color: #eee !important;
}

/* line 908, app/assets/stylesheets/style.scss */
.not_archived {
  background-color: #fff !important;
}

/* line 912, app/assets/stylesheets/style.scss */
.export {
  float: right;
  padding-bottom: 0px;
  position: relative;
  top: -38px;
  color: #fff;
}

/* line 920, app/assets/stylesheets/style.scss */
.export .format {
  color: #fff !important;
  letter-spacing: 0;
  -webkit-border-radius: 0.4em;
  -moz-border-radius: 0.4em;
  opacity: 0.4;
  filter: alpha(opacity=40);
}

/* line 929, app/assets/stylesheets/style.scss */
.export .format:hover {
  opacity: 1.0;
  filter: alpha(opacity=100);
}

/* line 934, app/assets/stylesheets/style.scss */
.export .format a {
  padding: 4px;
  color: #fff;
  font-size: 10px;
  vertical-align: baseline;
}

/* line 941, app/assets/stylesheets/style.scss */
.export .format a:hover, .export .format a:focus {
  color: #fff;
  text-decoration: none;
  text-shadow: none;
}

/* line 947, app/assets/stylesheets/style.scss */
.export .xml {
  background-color: #ff9900;
}

/* line 951, app/assets/stylesheets/style.scss */
.export .pdf {
  background-color: #bb3300;
}

/* line 955, app/assets/stylesheets/style.scss */
.export .csv {
  background-color: #007733;
}

/* line 959, app/assets/stylesheets/style.scss */
.dashboard_chart {
  padding: 5px;
}

/* line 964, app/assets/stylesheets/style.scss */
.dashboard_information {
  border: 1px solid #ccc;
  padding: 6px 8px;
  background-color: #ddd;
  font-size: 12px;
}

/* line 971, app/assets/stylesheets/style.scss */
.dashboard_information a {
  color: #cc6733;
}

/* line 975, app/assets/stylesheets/style.scss */
.report_divider {
  margin: 15px 0px 0px;
  border-top: 1px solid #ccc;
}

/* line 980, app/assets/stylesheets/style.scss */
.reseller_warning {
  border: 1px solid red;
  background-color: #CC3333;
  padding: 5px;
  margin-bottom: 10px;
}

/* line 988, app/assets/stylesheets/style.scss */
.reseller_warning h2 {
  color: white;
  font-size: 20px;
  font-weight: bold;
  padding-left: 50px;
  margin: 0;
}

/* line 996, app/assets/stylesheets/style.scss */
.reseller_warning p {
  color: white;
  padding-left: 50px;
}

/* line 1001, app/assets/stylesheets/style.scss */
.reseller_warning a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
}

/* line 1008, app/assets/stylesheets/style.scss */
.reseller_warning #warning_icon {
  float: left;
}

/* line 1012, app/assets/stylesheets/style.scss */
span .cke_button__phishlink_label {
  display: inline;
}

/*SUB NAVBAR*/
/* line 1017, app/assets/stylesheets/style.scss */
ul.nav.nav-tabs.subnav1 > li {
  text-overflow: ellipsis;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  padding: 0px;
  margin-bottom: 0px;
  border: 0px;
  border-left: 0px solid #cfcfd6;
  border-bottom: 0px solid #cfcfd6;
}

/* line 1035, app/assets/stylesheets/style.scss */
ul.nav.nav-tabs.subnav1 > li > a {
  padding: 5px 15px;
  font-weight: bold;
  font-size: 1em;
}

/* line 1041, app/assets/stylesheets/style.scss */
ul.nav.nav-tabs.subnav1 {
  border: 0px solid blue;
}

/* line 1045, app/assets/stylesheets/style.scss */
ul.nav.nav-tabs.subnav1 > li.active {
  background: #fff;
}

/* line 1048, app/assets/stylesheets/style.scss */
ul.nav.nav-tabs.subnav1 > li.active > a {
  box-shadow: none;
  border-left: 0px solid #fff;
  margin-left: 0px;
  border: 0px;
  border-bottom: 2px solid #ccc;
}

/* line 1058, app/assets/stylesheets/style.scss */
ul.nav.nav-tabs.subnav1 > li.active > a:hover {
  background: transparent;
}

/*END SUBNAV1BAR*/
/* line 1063, app/assets/stylesheets/style.scss */
.navbar-email {
  font-size: 13px;
}

/* line 1067, app/assets/stylesheets/style.scss */
.nav.nav-tabs > li > a {
  font-size: 1.1em;
}

/* line 1071, app/assets/stylesheets/style.scss */
#dashboard .navbar-nav .dashboard,
#phishing .navbar-nav .phishing,
#vishing .navbar-nav .vishing,
#training .navbar-nav .training,
#users .navbar-nav .users,
#help .navbar-nav .help,
#usb .navbar-nav .usb,
#aida .navbar-nav .aida,
#storefront .navbar-nav .modstore,
#asap .navbar-nav .asap,
#secondchance .navbar-nav .secondchance {
  background-color: #337AB7;
}

/* line 1089, app/assets/stylesheets/style.scss */
#dashboard .navbar-nav .dashboard a,
#phishing .navbar-nav .phishing a,
#vishing .navbar-nav .vishing a,
#training .navbar-nav .training a,
#users .navbar-nav .users a,
#help .navbar-nav .help a,
#usb .navbar-nav .usb a,
#aida .navbar-nav .aida a,
#storefront .navbar-nav .modstore a,
#asap .navbar-nav .asap a,
#secondchance .navbar-nav .secondchance a {
  color: white;
}

/* line 1094, app/assets/stylesheets/style.scss */
#reseller-dashboard .navbar-nav .reseller-dashboard,
#reseller-accounts .navbar-nav .reseller-accounts,
#reseller-resellers .navbar-nav .reseller-resellers,
#reseller-admins .navbar-nav .reseller-admins,
#reseller-reports .navbar-nav .reseller-reports,
#reseller-email-templates .navbar-nav .reseller-email-templates,
#reseller-landing-pages .navbar-nav .reseller-landing-pages {
  border-bottom: 4px solid #428bca;
}

/* line 1113, app/assets/stylesheets/style.scss */
.btn-file {
  position: relative;
  overflow: hidden;
}

/* line 1117, app/assets/stylesheets/style.scss */
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

/* line 1131, app/assets/stylesheets/style.scss */
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}

/* line 1136, app/assets/stylesheets/style.scss */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}

/* line 1144, app/assets/stylesheets/style.scss */
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 1149, app/assets/stylesheets/style.scss */
.bs-callout p:last-child {
  margin-bottom: 0;
}

/* line 1153, app/assets/stylesheets/style.scss */
.bs-callout code {
  border-radius: 3px;
}

/* line 1157, app/assets/stylesheets/style.scss */
.bs-callout + .bs-callout {
  margin-top: -5px;
}

/* line 1161, app/assets/stylesheets/style.scss */
.bs-callout-danger {
  border-left-color: #d9534f;
}

/* line 1165, app/assets/stylesheets/style.scss */
.bs-callout-danger h4 {
  color: #d9534f;
}

/* line 1169, app/assets/stylesheets/style.scss */
.bs-callout-primary {
  border-left-color: #428bca;
}

/* line 1172, app/assets/stylesheets/style.scss */
.bs-callout-primary h4 {
  color: #428bca;
}

/* line 1176, app/assets/stylesheets/style.scss */
.bs-callout-warning {
  border-left-color: #f0ad4e;
}

/* line 1180, app/assets/stylesheets/style.scss */
.bs-callout-warning h4 {
  color: #f0ad4e;
}

/* line 1184, app/assets/stylesheets/style.scss */
.bs-callout-info {
  border-left-color: #5bc0de;
}

/* line 1188, app/assets/stylesheets/style.scss */
.bs-callout-success h4 {
  color: #5cb85c;
}

/* line 1192, app/assets/stylesheets/style.scss */
.bs-callout-success {
  border-left-color: #5cb85c;
}

/* line 1196, app/assets/stylesheets/style.scss */
.table_footer {
  margin: 0;
  background: #fff;
  overflow: hidden;
  padding: 5px 5px 2px 10px;
  border: 1px solid #ddd;
  border-top: 0px;
  background-color: #eee;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0d…0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: linear-gradient(to bottom, #f2f2f2 0, #fafafa 100%);
}

/* line 1211, app/assets/stylesheets/style.scss */
.nav.navbar-nav .dropdown-menu {
  min-width: 240px;
}

/* line 1215, app/assets/stylesheets/style.scss */
.nav.navbar-nav .userinfo {
  padding: 5px 15px;
}

/* line 1219, app/assets/stylesheets/style.scss */
.nav.navbar-nav .userinfo-icon {
  color: #ccc;
  text-align: center;
  padding-left: 15px;
  padding-top: 3px;
}

/* line 1226, app/assets/stylesheets/style.scss */
.nav.navbar-nav .userinfo-name {
  font-size: 14px;
  font-weight: 700;
}

/* line 1231, app/assets/stylesheets/style.scss */
.nav.navbar-nav .userinfo-email {
  font-size: 12px;
}

/* line 1236, app/assets/stylesheets/style.scss */
.dropdown-menu > li > .btn-link, .dropdown-menu > li > .btn-link:hover, .dropdown-menu > li > .btn-link:focus, .dropdown-menu > li > .btn-link:active {
  text-decoration: none;
}

/* line 1240, app/assets/stylesheets/style.scss */
.dropdown-menu > li > .btn-link:hover, .dropdown-menu > li > .btn-link:focus {
  text-decoration: none;
  color: #262626;
  background-color: whitesmoke;
}

/* line 1246, app/assets/stylesheets/style.scss */
.dropdown-menu > li > input {
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  color: #333333;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}

/*Tiles*/
/* line 1257, app/assets/stylesheets/style.scss */
.fd-tile {
  background-color: #fff;
  color: #555;
  margin-bottom: 15px;
}

/* line 1262, app/assets/stylesheets/style.scss */
.fd-tile .row {
  margin: 0;
}

/* line 1265, app/assets/stylesheets/style.scss */
.fd-tile.weather {
  text-align: center;
  padding-top: 20px;
}

/* line 1269, app/assets/stylesheets/style.scss */
.weather h2 {
  margin-top: 10px;
  margin-bottom: 0;
  color: #fff;
  font-weight: 500;
}

/* line 1275, app/assets/stylesheets/style.scss */
.weather h1 {
  font-size: 50px;
  margin-top: 0;
  margin-bottom: 10px;
  color: #fff;
  font-weight: 600;
}

/* line 1282, app/assets/stylesheets/style.scss */
.fd-tile.weather .days {
  background: rgba(255, 255, 255, 0.1);
}

/* line 1285, app/assets/stylesheets/style.scss */
.fd-tile.weather .day {
  padding: 5px;
  border-right: 1px solid rgba(0, 0, 0, 0.08);
}

/* line 1289, app/assets/stylesheets/style.scss */
.fd-tile.weather .day h6 {
  color: #fff;
  font-weight: 400;
}

/* line 1293, app/assets/stylesheets/style.scss */
.fd-tile.tile-green {
  background-color: #19b698;
  color: #fff;
}

/* line 1297, app/assets/stylesheets/style.scss */
.fd-tile.tile-lemon {
  background-color: #2cc36b;
  color: #fff;
}

/* line 1301, app/assets/stylesheets/style.scss */
.fd-tile.tile-red {
  background-color: #ea6153;
  color: #fff;
}

/* line 1305, app/assets/stylesheets/style.scss */
.fd-tile.tile-blue {
  background-color: #4aa3df;
  color: #fff;
}

/* line 1309, app/assets/stylesheets/style.scss */
.fd-tile.tile-orange {
  background-color: #f16e3f;
  color: #fff;
}

/* line 1313, app/assets/stylesheets/style.scss */
.fd-tile.tile-prusia {
  background-color: #3d566d;
  color: #fff;
}

/* line 1317, app/assets/stylesheets/style.scss */
.fd-tile.tile-concrete {
  background-color: #a3b1b2;
  color: #fff;
}

/* line 1321, app/assets/stylesheets/style.scss */
.fd-tile.tile-purple {
  background-color: #7761a7;
  color: #fff;
}

/*clean tiles*/
/* line 1326, app/assets/stylesheets/style.scss */
.fd-tile.clean .icon i {
  color: #e5e5e5;
}

/* line 1329, app/assets/stylesheets/style.scss */
.fd-tile.clean {
  background-color: #fff;
  color: #888;
}

/* line 1333, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-green .details {
  background-color: #19b698;
}

/* line 1336, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-lemon .details {
  background-color: #2cc36b;
}

/* line 1339, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-red .details {
  background-color: #ea6153;
}

/* line 1342, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-blue .details {
  background-color: #428bca;
}

/* line 1345, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-orange .details {
  background-color: #f35800;
}

/* line 1348, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-prusia .details {
  background-color: #3d566d;
}

/* line 1351, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-concrete .details {
  background-color: #a3b1b2;
}

/* line 1354, app/assets/stylesheets/style.scss */
.fd-tile.clean.tile-purple .details {
  background-color: #7761a7;
}

/* line 1357, app/assets/stylesheets/style.scss */
.fd-tile .header {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

/* line 1360, app/assets/stylesheets/style.scss */
.fd-tile .header .ico {
  background: rgba(255, 255, 255, 0.1);
  display: inline-block;
  padding: 11px 18px;
  font-size: 20px;
  text-align: center;
  vertical-align: center;
}

/* line 1368, app/assets/stylesheets/style.scss */
.fd-tile .header .title {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 5px;
  position: absolute;
  text-transform: uppercase;
  top: 7px;
}

/* line 1377, app/assets/stylesheets/style.scss */
.fd-tile .content {
  padding: 10px;
}

/* line 1380, app/assets/stylesheets/style.scss */
.fd-tile.header .content {
  padding: 10px 20px;
  background: transparent;
  padding-right: 10px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

/* line 1388, app/assets/stylesheets/style.scss */
.fd-tile.detail .icon {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  width: 80px;
}

/* line 1400, app/assets/stylesheets/style.scss */
.fd-tile.header .icon img {
  opacity: 0.8;
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  position: absolute;
  right: 10px;
  top: 50px;
  width: 80px;
}

/* line 1413, app/assets/stylesheets/style.scss */
.fd-tile.header {
  position: relative;
  overflow: hidden;
}

/* line 1417, app/assets/stylesheets/style.scss */
.fd-tile.detail {
  position: relative;
  overflow: hidden;
}

/* line 1421, app/assets/stylesheets/style.scss */
.fd-tile.detail .content {
  background: transparent;
  padding: 10px 10px 13px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

/* line 1428, app/assets/stylesheets/style.scss */
.fd-tile.detail .icon {
  display: block;
  float: right;
  height: 80px;
  margin-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  width: 80px;
}

/* line 1437, app/assets/stylesheets/style.scss */
.fd-tile.detail .icon i {
  color: rgba(0, 0, 0, 0.05);
  font-size: 100px;
  line-height: 65px;
}

/* line 1442, app/assets/stylesheets/style.scss */
.fd-tile.detail .details {
  clear: both;
  display: block;
  padding: 5px 10px;
  color: #fff;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.1);
}

/* line 1450, app/assets/stylesheets/style.scss */
.fd-tile.detail .details i {
  font-size: 18px;
  color: rgba(255, 255, 255, 0.4);
}

/* line 1454, app/assets/stylesheets/style.scss */
.fd-tile .content p {
  margin-bottom: 0;
  font-weight: 4  00;
  font-size: 14px;
}

/* line 1459, app/assets/stylesheets/style.scss */
.fd-tile .content h1 {
  margin: 0 0 0;
  font-weight: 300;
  font-size: 40px;
}

/* line 1465, app/assets/stylesheets/style.scss */
.block-flat,
.block-wizard {
  margin-bottom: 0px;
  padding: 20px 20px;
  background: #FFF;
  border-radius: 3px;
  position: relative;
  -webkit-border-radius: 3px;
  /* box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.04); */
  transition: padding 500ms;
  -moz-transition: padding 500ms;
  -webkit-transition: padding 500ms;
}

/* line 1478, app/assets/stylesheets/style.scss */
.block-flat.closed {
  padding-bottom: 9px;
}

/* line 1481, app/assets/stylesheets/style.scss */
.block-flat.bordered {
  border-top: 1px solid #efefef;
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  border-bottom: 1px solid #e2e2e2;
}

/* line 1487, app/assets/stylesheets/style.scss */
.block .header,
.widget-block .header,
.block-flat .header {
  padding: 10px;
  background-color: #FEFEFE;
  border-bottom: 1px solid #dadada;
  transition: border 500ms;
  -moz-transitiontransition: border 500ms;
  -webkit-transition: border 500ms;
}

/* line 1497, app/assets/stylesheets/style.scss */
.block-flat.dark-box .header,
.block-flat.primary-box .header,
.block-flat.success-box .header,
.block-flat.info-box .header,
.block-flat.danger-box .header,
.block-flat.warning-box .header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 1505, app/assets/stylesheets/style.scss */
.block-flat.closed .header {
  border-bottom: 1px solid transparent;
}

/* line 1508, app/assets/stylesheets/style.scss */
.block .header {
  border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  padding: 10px;
}

/* line 1513, app/assets/stylesheets/style.scss */
.block-flat .header {
  background: transparent;
  padding: 3px 0;
}

/* line 1517, app/assets/stylesheets/style.scss */
.block-flat .header.no-border {
  border: 0;
}

/* line 1520, app/assets/stylesheets/style.scss */
.block-flat .content {
  padding: 15px 3px 0 3px;
}

/* line 1523, app/assets/stylesheets/style.scss */
.block-flat .content.full-width {
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -20px;
}

/* line 1529, app/assets/stylesheets/style.scss */
.block-flat .content h4 {
  margin-top: 20px;
  font-size: 16px;
}

/* line 1533, app/assets/stylesheets/style.scss */
.block-flat.no-padding .content {
  padding: 0 !important;
}

/* line 1536, app/assets/stylesheets/style.scss */
.block .header h2,
.widget-block .header h2,
.block-flat .header h2 {
  margin: 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 100;
  font-size: 29px;
  line-height: 38px;
}

/* line 1545, app/assets/stylesheets/style.scss */
.block .header h3 {
  margin: 3px 0;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
}

/* line 1550, app/assets/stylesheets/style.scss */
.widget-block .header h3,
.block-flat .header h3 {
  margin-top: 3px;
  font-family: "Raleway", Helvetica, sans-serif;
  font-weight: 200;
}

/* line 1556, app/assets/stylesheets/style.scss */
.block-flat .actions,
.block .actions {
  float: right;
}

/* line 1560, app/assets/stylesheets/style.scss */
.block-flat .actions .refresh i,
.block .actions .refresh i {
  font-size: 12px;
}

/* line 1564, app/assets/stylesheets/style.scss */
.block .actions {
  padding-top: 5px;
}

/* line 1567, app/assets/stylesheets/style.scss */
.block-flat .actions a {
  margin-left: 6px;
  color: rgba(0, 0, 0, 0.3);
}

/* line 1571, app/assets/stylesheets/style.scss */
.block-flat .actions a:hover {
  color: rgba(0, 0, 0, 0.5);
}

/* line 1575, app/assets/stylesheets/style.scss */
.badge-danger {
  background-color: #ea6153 !important;
}

/* line 1580, app/assets/stylesheets/style.scss */
#performance-section {
  padding-top: 48px;
}

/* line 1584, app/assets/stylesheets/style.scss */
#performance-section header h3 {
  padding: 9px 0 0 36px;
  line-height: 1;
  color: #8b008b;
}

/* line 1590, app/assets/stylesheets/style.scss */
#performance-section .performance-overview-donuts {
  margin-bottom: 10px;
}

/* line 1594, app/assets/stylesheets/style.scss */
#performance-section .engagement-period-selector {
  float: right;
  margin-right: 30px;
}

/* line 1599, app/assets/stylesheets/style.scss */
#performance-section .performance-controls-container {
  overflow: hidden;
}

/* line 1603, app/assets/stylesheets/style.scss */
#performance-section .zero-state .centered {
  width: 650px;
}

/* line 1607, app/assets/stylesheets/style.scss */
#performance-section .zero-state .centered h2 {
  font-size: 18px;
  font-weight: 700;
  color: #666;
}

/* line 1613, app/assets/stylesheets/style.scss */
.performance-tabs-container, .recipients-tabs-container {
  margin-bottom: 30px;
}

/* line 1617, app/assets/stylesheets/style.scss */
.performance-tabs-container, .recipients-tabs-container {
  margin-bottom: 30px;
}

/* line 1621, app/assets/stylesheets/style.scss */
.email-details-tab-buttons {
  min-height: 120px;
  color: #4a4a4a;
}

/* line 1626, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .secondary-value {
  font-size: 13px;
  font-weight: 700;
  color: #999;
}

/* line 1632, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .primary-value {
  font-size: 18px;
  font-weight: 700;
}

/* line 1637, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-label {
  font-size: 13px;
}

/* line 1641, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-button:first-child, .email-details-tab-buttons .tab-button-disable:first-child {
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 1646, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-button:last-child, .email-details-tab-buttons .tab-button-disable:last-child {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 1651, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-button.deliverability, .email-details-tab-buttons .deliverability.tab-button-disable {
  border-top-color: #428bca;
}

/* line 1655, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-button.engagement, .email-details-tab-buttons .engagement.tab-button-disable {
  border-top-color: #f35800;
}

/* line 1659, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-button.reported, .email-details-tab-buttons .reported.tab-button-disable {
  border-top-color: #5cb85c;
}

/* line 1663, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-button.pending, .email-details-tab-buttons .pending.tab-button-disable {
  border-top-color: #979797;
}

/* line 1667, app/assets/stylesheets/style.scss */
.email-details-tab-buttons .tab-button.success, .email-details-tab-buttons .success.tab-button-disable {
  border-top-color: #5cb85c;
}

/* line 1671, app/assets/stylesheets/style.scss */
.text-deliverability {
  color: #428bca;
}

/* line 1675, app/assets/stylesheets/style.scss */
.text-engagement {
  color: #f35800;
}

/* line 1679, app/assets/stylesheets/style.scss */
.text-reported {
  color: #5cb85c;
}

/* line 1685, app/assets/stylesheets/style.scss */
.tab-buttons {
  display: flex;
}

/* line 1691, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button, .tab-buttons .tab-button-disable {
  flex: 1;
  display: flex;
  flex-direction: column;
  text-align: center;
  margin-right: 2px;
  padding: 20px 10px;
  border-top: 5px solid #ccc;
  background: linear-gradient(to bottom, #fafafa 0%, rgba(220, 220, 220, 0.51) 100%);
  cursor: pointer;
  position: relative;
}

/* line 1715, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button .tab-selected-marker, .tab-buttons .tab-button-disable .tab-selected-marker {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  width: 0;
  opacity: 0;
  margin: 0 auto;
  border-top: 12px solid #d7d7d7;
  border-left: 12.5px solid transparent;
  border-right: 12.5px solid transparent;
  transition: -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.4, 1.5);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.4, 1.5);
  transition: transform 0.5s cubic-bezier(0.25, 0.1, 0.4, 1.5), -webkit-transform 0.5s cubic-bezier(0.25, 0.1, 0.4, 1.5);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

/* line 1731, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button:last-child, .tab-buttons .tab-button-disable:last-child {
  margin-right: 0;
}

/* line 1735, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button:not(.selected):hover, .tab-buttons .tab-button-disable:not(.selected):hover {
  background: linear-gradient(to bottom, #e1e1e1 0%, rgba(195, 195, 195, 0.51) 100%);
}

/* line 1744, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected, .tab-buttons .selected.tab-button-disable {
  background-image: none;
  background-color: #d7d7d7;
}

/* line 1749, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected .tab-selected-marker, .tab-buttons .selected.tab-button-disable .tab-selected-marker {
  opacity: 1;
  -webkit-transform: translateY(9.6px);
          transform: translateY(9.6px);
}

/* line 1754, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.deliverability, .tab-buttons .selected.deliverability.tab-button-disable {
  background-color: #d6e5f0;
}

/* line 1758, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.deliverability .tab-selected-marker, .tab-buttons .selected.deliverability.tab-button-disable .tab-selected-marker {
  border-top-color: #d6e5f0;
}

/* line 1762, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.engagement, .tab-buttons .selected.engagement.tab-button-disable {
  background-color: #fce4d8;
}

/* line 1766, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.engagement .tab-selected-marker, .tab-buttons .selected.engagement.tab-button-disable .tab-selected-marker {
  border-top-color: #fce4d8;
}

/* line 1770, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.bounced, .tab-buttons .selected.bounced.tab-button-disable {
  background-color: #d6e5f0;
}

/* line 1774, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.bounced .tab-selected-marker, .tab-buttons .selected.bounced.tab-button-disable .tab-selected-marker {
  border-top-color: #d6e5f0;
}

/* line 1778, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.reported, .tab-buttons .selected.reported.tab-button-disable {
  background-color: #def0de;
}

/* line 1782, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.selected.reported .tab-selected-marker, .tab-buttons .selected.reported.tab-button-disable .tab-selected-marker {
  border-top-color: #def0de;
}

/* line 1786, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button .tab-middle, .tab-buttons .tab-button-disable .tab-middle {
  flex: 0 0 auto;
}

/* line 1792, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button .tab-buttons .tab-button .tab-top, .tab-buttons .tab-button-disable .tab-buttons .tab-button .tab-top, .tab-buttons .tab-button .tab-buttons .tab-button-disable .tab-top, .tab-buttons .tab-button-disable .tab-buttons .tab-button-disable .tab-top {
  display: flex;
  flex-direction: column;
  flex: 1 0 18px;
}

/* line 1804, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button .tab-top .top-spacer, .tab-buttons .tab-button-disable .tab-top .top-spacer {
  flex: 1 0 0;
}

/* line 1810, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button.single-content .tab-top, .tab-buttons .single-content.tab-button-disable .tab-top {
  flex: 1 0 auto;
}

/* line 1816, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button .tab-bottom, .tab-buttons .tab-button-disable .tab-bottom {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}

/* line 1828, app/assets/stylesheets/style.scss */
.tab-buttons .tab-button .tab-bottom .bottom-spacer, .tab-buttons .tab-button-disable .tab-bottom .bottom-spacer {
  flex: 1 0 0;
}

/* line 1834, app/assets/stylesheets/style.scss */
.donut-chart-container, .column-chart-container, .line-chart-container {
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 16px;
}

/* line 1840, app/assets/stylesheets/style.scss */
.donut-chart-container.chart-container-centered, .column-chart-container.chart-container-centered, .line-chart-container.chart-container-centered {
  text-align: center;
}

/* line 1844, app/assets/stylesheets/style.scss */
.donut-chart-container {
  padding-bottom: 20px;
}

/* line 1848, app/assets/stylesheets/style.scss */
.donut-chart-container.legend-donut-chart-container {
  margin-top: 4px;
}

/* line 1852, app/assets/stylesheets/style.scss */
.donut-chart-container.legend-donut-chart-container .donut-chart {
  height: 399px;
  width: 320px;
}

/* line 1857, app/assets/stylesheets/style.scss */
.donut-chart-container .donut-chart {
  width: 260px;
  height: 280px;
  display: inline-block;
}

/* line 1863, app/assets/stylesheets/style.scss */
.donut-chart-container .donut-chart.long-donut-chart {
  height: 350px;
}

/* line 1867, app/assets/stylesheets/style.scss */
.donut-chart-container .client-share-donut-chart {
  display: inline-block;
  height: 320px;
  width: 270px;
}

/* line 1873, app/assets/stylesheets/style.scss */
.donut-chart-container .stacked-chart {
  width: 170px;
  height: 270px;
  display: inline-block;
}

/* line 1879, app/assets/stylesheets/style.scss */
.donut-chart-container .stacked-chart .stacked-chart-title {
  white-space: nowrap;
}

/* line 1883, app/assets/stylesheets/style.scss */
.donut-chart-container .stacked-chart .chart-percent {
  color: #4a90e2;
}

/* line 1887, app/assets/stylesheets/style.scss */
.chart-percentage-container {
  display: inline-block;
  text-align: center;
}

/* line 1892, app/assets/stylesheets/style.scss */
.chart-percentage-container.chart-percentage-container-blue {
  color: #4a90e2;
}

/* line 1896, app/assets/stylesheets/style.scss */
.chart-percentage-container.chart-percentage-container-orange {
  color: #df7709;
}

/* line 1900, app/assets/stylesheets/style.scss */
.chart-percentage-container.chart-percentage-container-purple {
  color: #bd4189;
}

/* line 1904, app/assets/stylesheets/style.scss */
.chart-percentage-container .chart-percent {
  font-size: 24px;
  font-weight: 700;
}

/* line 1907, app/assets/stylesheets/style.scss */
.chart-percentage-container .chart-percent.small-pie {
  font-size: 20px;
}

/* line 1912, app/assets/stylesheets/style.scss */
.chart-percentage-container .chart-percentage-text {
  color: #333;
}

/* line 1916, app/assets/stylesheets/style.scss */
.chart-percentage-container.ab-chart {
  width: 120px;
  white-space: normal;
}

/* line 1921, app/assets/stylesheets/style.scss */
.chart-percentage-container.ab-chart .chart-percentage-text {
  font-size: 16px;
  font-weight: 700;
}

/* line 1926, app/assets/stylesheets/style.scss */
.cke_placeholder .cke_combo_text {
  width: 80px !important;
}

/* line 1930, app/assets/stylesheets/style.scss */
.cke_sei-placeholder .cke_combo_text {
  width: 120px !important;
}

/* line 1934, app/assets/stylesheets/style.scss */
.cke_sei-placeholder .cke_combo_text::before {
  content: ' ';
  display: inline-block;
  background: url("/assets/sei-flag-90af55d793544fe1893f26677661a4252761afbe811fab0eced85c67bc82f984.png") no-repeat;
  background-size: contain;
  height: 15px;
  width: 15px;
  margin: 0 .3rem;
  vertical-align: text-bottom;
}

/* line 1945, app/assets/stylesheets/style.scss */
.cke_button__sei .cke_button_label {
  display: inline;
}

/* line 1947, app/assets/stylesheets/style.scss */
.filters_header {
  background: #e5e5e9;
  background: -o-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
          filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfc',EndColorStr='#e5e5e9')";
  border-right: 1px solid #c4c4cd;
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
  box-shadow: inset 1px 0px 0px #f6f6f7;
  vertical-align: middle;
  font-weight: normal;
}

/* line 1966, app/assets/stylesheets/style.scss */
.number_circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #fff;
  border: 1px solid #ccc;
  color: #788897;
  text-align: center;
  font: 24px Arial, sans-serif;
  display: inline-block;
}

/* line 1979, app/assets/stylesheets/style.scss */
.number_circle_blue {
  background: #bbd9f1;
}

/* line 1984, app/assets/stylesheets/style.scss */
#table_div td {
  height: 26px;
  padding: 0px 0px 0px 15px !important;
  text-align: left;
  border-bottom: 1px solid #d0d0d0;
  vertical-align: middle;
  color: #555555;
  background-color: #ffffff;
}

/* line 1994, app/assets/stylesheets/style.scss */
#table_div td.group {
  background-color: #ffffff;
  border-bottom: 0px solid #A19B9E;
  border-top: 1px solid #ccc;
  padding: 2px;
  font-weight: bold;
}

/* line 2003, app/assets/stylesheets/style.scss */
#table_div tr.hidden_template td, #table_div tr.hidden_template_category td {
  background-color: #eee;
  font-style: italic;
  color: #888;
}

/* line 2010, app/assets/stylesheets/style.scss */
#table_div tr:hover th, #table_div tr:hover td {
  background-color: #eeeeee;
}

/* line 2015, app/assets/stylesheets/style.scss */
#table_div td.expanded-group {
  background: url("/assets/minus-e68af5978e835830b078a98531bb93c5d2c591fbdff2e084dddb9545d41c0225.gif") no-repeat scroll left center transparent;
}

/* line 2019, app/assets/stylesheets/style.scss */
#table_div tr:hover td.expanded-group {
  background: url("/assets/minus-e68af5978e835830b078a98531bb93c5d2c591fbdff2e084dddb9545d41c0225.gif") no-repeat scroll left center #c0e1ff !important;
}

/* line 2024, app/assets/stylesheets/style.scss */
#table_div td.collapsed-group {
  background: url("/assets/plus-c296e8befb0597e076742a0b323c797edf75745a1771fb14bc8ceb70f477e1d1.gif") no-repeat scroll left center transparent;
}

/* line 2028, app/assets/stylesheets/style.scss */
#table_div tr:hover td.collapsed-group {
  background: url("/assets/plus-c296e8befb0597e076742a0b323c797edf75745a1771fb14bc8ceb70f477e1d1.gif") no-repeat scroll left center #c0e1ff !important;
}

/* line 2034, app/assets/stylesheets/style.scss */
.icon-a {
  color: #888;
}

/* line 2037, app/assets/stylesheets/style.scss */
.icon-b {
  color: #f35800;
}

/* line 2040, app/assets/stylesheets/style.scss */
.icon-c {
  color: #f35800;
}

/* line 2043, app/assets/stylesheets/style.scss */
.icon-d {
  color: #f35800;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #d5d5d5;
}

/* line 2049, app/assets/stylesheets/style.scss */
.media,
.media-body {
  overflow: visible;
}

/* line 2054, app/assets/stylesheets/style.scss */
.media:after,
.media-body:after {
  content: '';
  clear: both;
  display: block;
}

/* line 2061, app/assets/stylesheets/style.scss */
.empty-content-message {
  margin: 80px auto;
  text-align: center;
}

/* line 2065, app/assets/stylesheets/style.scss */
.empty-content-message h1, .empty-content-message h2, .empty-content-message h3 {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
}

/* line 2070, app/assets/stylesheets/style.scss */
.empty-content-message p {
  color: #333;
  font-weight: 300;
  font-size: 18px;
  margin-bottom: 20px;
}

/* line 2078, app/assets/stylesheets/style.scss */
.tab-button-disable {
  cursor: default !important;
}

/* line 2082, app/assets/stylesheets/style.scss */
.tab-button-disable:hover {
  background: linear-gradient(to bottom, #fafafa 0%, rgba(220, 220, 220, 0.51) 100%) !important;
}

/* line 2087, app/assets/stylesheets/style.scss */
.form-sub-grouping {
  padding-top: 2rem;
  margin-top: 1rem;
  margin-left: 2rem;
  background: #fafafa;
  border-radius: 5px;
  width: 35rem;
  height: 7.5rem;
}

/* line 2097, app/assets/stylesheets/style.scss */
.pure-select {
  height: 3.5rem;
  line-height: 3rem;
  position: relative;
  border-radius: 5px;
}

/* line 2102, app/assets/stylesheets/style.scss */
.pure-select.select {
  border: 1px solid #c5c5c5;
}

/* line 2104, app/assets/stylesheets/style.scss */
.pure-select.select:before {
  pointer-events: none;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-left: .48rem solid transparent;
  border-right: .48rem solid transparent;
  border-top: .48rem solid #646464;
  right: 1rem;
  top: 1.36rem;
}

/* line 2117, app/assets/stylesheets/style.scss */
.pure-select select::-ms-expand {
  display: none;
}

/* line 2120, app/assets/stylesheets/style.scss */
.pure-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  height: 100%;
  border: 0;
  border-radius: 5px;
  padding-left: 1rem;
  padding-right: 2rem;
  background: #fff;
  cursor: pointer;
}

/* line 2132, app/assets/stylesheets/style.scss */
.pure-select select:hover {
  background: #e6e6e6;
}

/* line 2138, app/assets/stylesheets/style.scss */
.well-white-xl {
  width: 1270px;
  margin: 0 auto;
}

/* line 2145, app/assets/stylesheets/style.scss */
.table-small th,
.table-small td {
  font-size: 1.3rem;
}

/* line 2151, app/assets/stylesheets/style.scss */
.table-reports {
  border: 1px solid #ddd;
}

/* line 2154, app/assets/stylesheets/style.scss */
.table-reports th:nth-child(1),
.table-reports th:nth-child(2),
.table-reports td:nth-child(1),
.table-reports td:nth-child(2) {
  text-align: left;
}

/* line 2161, app/assets/stylesheets/style.scss */
.table-reports th {
  text-align: center;
  width: 1%;
}

/* line 2166, app/assets/stylesheets/style.scss */
.table-reports td {
  text-align: center;
  vertical-align: middle !important;
}

/* line 2170, app/assets/stylesheets/style.scss */
.table-reports td small a {
  white-space: nowrap;
}

/* line 2175, app/assets/stylesheets/style.scss */
.table-reports strong {
  display: block;
  font-weight: 500;
}

/* line 2181, app/assets/stylesheets/style.scss */
.well-white-header {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-bottom: 0;
  padding: 2rem;
  border-bottom: 0;
}

/* line 2193, app/assets/stylesheets/style.scss */
.well-white-header h1 {
  font-weight: bold;
  line-height: 27px;
  font-size: 24px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* line 2202, app/assets/stylesheets/style.scss */
.well-white-body {
  box-sizing: border-box;
  position: relative;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  box-shadow: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  margin-bottom: 0;
  padding: 2rem;
}

/* line 2214, app/assets/stylesheets/style.scss */
button[data-balloon] {
  overflow: visible;
}

/* line 2217, app/assets/stylesheets/style.scss */
[data-balloon] {
  position: relative;
}

/* line 2220, app/assets/stylesheets/style.scss */
[data-balloon]:before,
[data-balloon]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  pointer-events: none;
  transition: all 0.18s ease-out 0.18s;
  bottom: 100%;
  left: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transform: translate(-50%, 10px);
  transform: translate(-50%, 10px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

/* line 2241, app/assets/stylesheets/style.scss */
[data-balloon]:after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #fff;
  content: attr(data-balloon);
  font-size: 12px;
  padding: .5em 1em;
  white-space: nowrap;
  margin-bottom: 11px;
}

/* line 2251, app/assets/stylesheets/style.scss */
[data-balloon]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  content: "";
  margin-bottom: 5px;
}

/* line 2259, app/assets/stylesheets/style.scss */
[data-balloon]:hover:before,
[data-balloon][data-balloon-visible]:before,
[data-balloon]:hover:after,
[data-balloon][data-balloon-visible]:after {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 2273, app/assets/stylesheets/style.scss */
.font-awesome[data-balloon]:after {
  font-family: "Font Awesome 5 Free";
}

/* line 2276, app/assets/stylesheets/style.scss */
[data-balloon][data-balloon-break]:after {
  white-space: pre;
}

/* line 2279, app/assets/stylesheets/style.scss */
[data-balloon-pos="down"]:before,
[data-balloon-pos="down"]:after {
  bottom: auto;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -10px);
  transform: translate(-50%, -10px);
}

/* line 2288, app/assets/stylesheets/style.scss */
[data-balloon-pos="down"]:after {
  margin-top: 11px;
}

/* line 2291, app/assets/stylesheets/style.scss */
[data-balloon-pos="down"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

/* line 2299, app/assets/stylesheets/style.scss */
[data-balloon-pos="down"]:hover:before,
[data-balloon-pos="down"][data-balloon-visible]:before,
[data-balloon-pos="down"]:hover:after,
[data-balloon-pos="down"][data-balloon-visible]:after {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

/* line 2307, app/assets/stylesheets/style.scss */
[data-balloon-pos="left"]:before,
[data-balloon-pos="left"]:after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate(10px, -50%);
  transform: translate(10px, -50%);
}

/* line 2317, app/assets/stylesheets/style.scss */
[data-balloon-pos="left"]:after {
  margin-right: 11px;
}

/* line 2320, app/assets/stylesheets/style.scss */
[data-balloon-pos="left"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

/* line 2328, app/assets/stylesheets/style.scss */
[data-balloon-pos="left"]:hover:before,
[data-balloon-pos="left"][data-balloon-visible]:before,
[data-balloon-pos="left"]:hover:after,
[data-balloon-pos="left"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 2336, app/assets/stylesheets/style.scss */
[data-balloon-pos="right"]:before,
[data-balloon-pos="right"]:after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate(-10px, -50%);
  transform: translate(-10px, -50%);
}

/* line 2345, app/assets/stylesheets/style.scss */
[data-balloon-pos="right"]:after {
  margin-left: 11px;
}

/* line 2348, app/assets/stylesheets/style.scss */
[data-balloon-pos="right"]:before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  background-size: 100% auto;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 2356, app/assets/stylesheets/style.scss */
[data-balloon-pos="right"]:hover:before,
[data-balloon-pos="right"][data-balloon-visible]:before,
[data-balloon-pos="right"]:hover:after,
[data-balloon-pos="right"][data-balloon-visible]:after {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

/* line 2364, app/assets/stylesheets/style.scss */
[data-balloon-length]:after {
  white-space: normal;
}

/* line 2367, app/assets/stylesheets/style.scss */
[data-balloon-length="small"]:after {
  width: 80px;
}

/* line 2370, app/assets/stylesheets/style.scss */
[data-balloon-length="medium"]:after {
  width: 150px;
}

/* line 2373, app/assets/stylesheets/style.scss */
[data-balloon-length="large"]:after {
  width: 260px;
}

/* line 2376, app/assets/stylesheets/style.scss */
[data-balloon-length="xlarge"]:after {
  width: 90vw;
}

@media screen and (min-width: 768px) {
  /* line 2380, app/assets/stylesheets/style.scss */
  [data-balloon-length="xlarge"]:after {
    width: 380px;
  }
}

/* line 2384, app/assets/stylesheets/style.scss */
[data-balloon-length="fit"]:after {
  width: 100%;
}

/* line 2388, app/assets/stylesheets/style.scss */
.btn-secondary {
  background-color: #ddd;
}

/* line 2390, app/assets/stylesheets/style.scss */
.btn-secondary:hover {
  border: solid 1px #b5b5b5;
}

/* line 2395, app/assets/stylesheets/style.scss */
.table-word-break th,
.table-word-break td {
  word-break: break-all;
  word-break: break-word;
}

/* line 2402, app/assets/stylesheets/style.scss */
select[disabled]:not(.form-control) {
  background-color: #eeeeee;
}

/* line 2406, app/assets/stylesheets/style.scss */
.label-ldap {
  background-color: #7F229F;
}

/* line 1, app/assets/stylesheets/base.scss */
hr.style1 {
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background: 0;
}

/* line 9, app/assets/stylesheets/base.scss */
hr.style2 {
  border: 0;
  height: 1px;
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
}

/* line 18, app/assets/stylesheets/base.scss */
.well-white, .well-white-xl {
  position: relative;
  background-color: #fff;
  border: 1px solid #d5d5d5;
  border-radius: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* line 27, app/assets/stylesheets/base.scss */
.well-white .bottom20px, .well-white-xl .bottom20px {
  padding-bottom: 20px;
}

/* line 31, app/assets/stylesheets/base.scss */
.well-white .top20px, .well-white-xl .top20px {
  padding-top: 20px;
}

/* line 35, app/assets/stylesheets/base.scss */
.well-white .padding20px, .well-white-xl .padding20px {
  padding: 0 20px 20px;
}

/* line 39, app/assets/stylesheets/base.scss */
.well-white .padding15px, .well-white-xl .padding15px {
  padding: 0 15px;
}

/* line 43, app/assets/stylesheets/base.scss */
.well-white .padding12px, .well-white-xl .padding12px {
  padding: 0 12px;
}

/* line 47, app/assets/stylesheets/base.scss */
.well-white .page-header, .well-white-xl .page-header {
  padding-left: 20px;
  padding-bottom: 15px;
  padding-right: 20px;
  margin: 18px 0;
  margin-top: 16px;
  position: relative;
}

/* line 55, app/assets/stylesheets/base.scss */
.well-white .page-header h1, .well-white-xl .page-header h1 {
  margin: 5px;
  font-size: 18px;
  font-weight: bold;
  line-height: 23px;
  font-size: 24px;
}

/* line 63, app/assets/stylesheets/base.scss */
.well-white .page-header h1 i, .well-white-xl .page-header h1 i {
  font-size: 22px;
}

/* line 67, app/assets/stylesheets/base.scss */
.well-white .page-header h1 .page-header-subtitle, .well-white-xl .page-header h1 .page-header-subtitle {
  font-family: 'Roboto', serif;
  font-size: 21px;
  font-weight: 300;
}

/* line 79, app/assets/stylesheets/base.scss */
.subheader {
  margin-bottom: 20px;
}

/* line 81, app/assets/stylesheets/base.scss */
.subheader .nav-tabs {
  padding-left: 20px;
}

/* line 86, app/assets/stylesheets/base.scss */
.flash-container {
  width: 940px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

/* line 93, app/assets/stylesheets/base.scss */
.help-inline {
  color: #888;
  display: inline-block;
  margin-left: .25em;
}

/* line 1, app/assets/stylesheets/admin/accounts.scss */
.account-info-container {
  display: flex;
  flex-direction: column;
  line-height: 20px;
  margin-bottom: 20px;
}

/* line 8, app/assets/stylesheets/admin/accounts.scss */
.account-info-attribute {
  display: flex;
  justify-content: space-between;
}

/* line 13, app/assets/stylesheets/admin/accounts.scss */
.account-info-attribute-label {
  width: 25%;
}

/* line 17, app/assets/stylesheets/admin/accounts.scss */
.account-info-attribute-content {
  width: 75%;
}

/* line 1, app/assets/stylesheets/admin/resellers.scss */
.reseller-page-title {
  display: inline;
}

/* line 5, app/assets/stylesheets/admin/resellers.scss */
.edit-profile-link {
  margin-left: 10px;
}

/* line 1, app/assets/stylesheets/footer.scss */
footer {
  padding: 0px 20px 40px 20px;
  margin-top: -10px;
}

/* line 6, app/assets/stylesheets/footer.scss */
footer a:hover {
  text-decoration: underline;
}

/* line 11, app/assets/stylesheets/footer.scss */
footer .footer-links {
  color: #999;
}

/* line 14, app/assets/stylesheets/footer.scss */
footer .footer-links a {
  padding-left: 5px;
  padding-right: 5px;
  font-size: 13px;
}

/* line 21, app/assets/stylesheets/footer.scss */
footer .footer-copyright {
  padding-left: 5px;
  color: #777;
  font-size: 13px;
}

/* line 2, app/assets/stylesheets/theme.scss */
.sidebar .widget {
  margin-top: 1.5em;
  overflow: hidden;
}

/* line 6, app/assets/stylesheets/theme.scss */
.sidebar .widget h2 {
  padding: 1em;
  margin-top: 0em;
  background: #e5e5e9;
  background: -o-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
          filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfc',EndColorStr='#e5e5e9')";
  border-bottom: 1px solid #b4b4bf;
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
  border-top: 1px solid #fff;
  margin-bottom: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 38, app/assets/stylesheets/theme.scss */
.sidebar .widget h2 > a {
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
}

/* line 43, app/assets/stylesheets/theme.scss */
.sidebar .widget .cards {
  margin: 0em;
}

/* line 46, app/assets/stylesheets/theme.scss */
.tab-content {
  padding: .5em 1em 1em 1em;
}

/* line 49, app/assets/stylesheets/theme.scss */
.tab-content .cards {
  margin: 0em;
}

/* line 52, app/assets/stylesheets/theme.scss */
.fancy-tab-container {
  border: 1px solid #cacad2;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 61, app/assets/stylesheets/theme.scss */
.nav-tabs .dropdown-menu {
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 69, app/assets/stylesheets/theme.scss */
.dropdown-menu .active > a {
  color: #fff;
}

/* line 72, app/assets/stylesheets/theme.scss */
.dropdown-menu .active > a:hover {
  color: #fff;
}

/* line 75, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy {
  margin-bottom: 0px;
  background: #e5e5e9;
  background: -o-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
          filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfc',EndColorStr='#e5e5e9')";
  border-bottom-width: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 101, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy.three-tabs > li {
  width: 33.333333333333%;
  text-align: center;
}

/* line 105, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy.two-tabs > li {
  width: 50%;
}

/* line 108, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li {
  text-overflow: ellipsis;
  /* Safari/Chrome, other WebKit */
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
  margin-bottom: 0px;
  border: 0px;
  border-left: 1px solid #cfcfd6;
  border-bottom: 1px solid #cfcfd6;
}

/* line 127, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li > a {
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
  border: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: inset 1px 0px 0px #f6f6f7;
  margin: 0px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 158, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li:first-child {
  margin-left: -1px;
}

/* line 161, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li:first-child,
ul.nav.nav-tabs.fancy > li:first-child a,
ul.nav.nav-tabs.fancy > li:first-child a:hover {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 180, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li.dropdown.open.active > a:hover {
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
}

/* line 185, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li.dropdown .caret {
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
  border-top-color: #585868;
  border-botom-color: #585868;
}

/* line 192, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li > a:hover,
ul.nav.nav-tabs.fancy > li.dropdown.open > a {
  background: #f0f0f2;
  background: -o-linear-gradient(bottom, #f0f0f2, #ffffff);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
          filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',EndColorStr='#f0f0f2')";
}

/* line 202, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li.active {
  border-bottom: 0px;
  background: #fff;
}

/* line 206, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li.active > a {
  box-shadow: none;
  border-left: 0px solid #fff;
  margin-left: 0px;
  border-bottom: 1px solid transparent;
}

/* line 214, app/assets/stylesheets/theme.scss */
ul.nav.nav-tabs.fancy > li.active > a:hover {
  background: transparent;
}

/* line 217, app/assets/stylesheets/theme.scss */
.reports.table-bordered th,
.reports.table-bordered td {
  border-left: none;
}

/* line 221, app/assets/stylesheets/theme.scss */
.ie table thead:first-child tr:first-child th {
  -webkit-filter: progid:dximagetransform.microsoft.gradient(enabled=false);
          filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(enabled=false)";
  background: transparent;
  box-shadow: none;
}

/* line 229, app/assets/stylesheets/theme.scss */
.reports.table-bordered > thead > tr > th,
.reports.table-bordered > tbody > tr > th,
.reports.table-bordered > tfoot > tr > th,
.reports.table-bordered > thead > tr > td,
.reports.table-bordered > tbody > tr > td,
.reports.table-bordered > tfoot > tr > td {
  border: 0px;
  border-right: 1px solid #cfcfd6;
  border-top: 1px solid #cfcfd6;
}

/* line 240, app/assets/stylesheets/theme.scss */
.progress {
  box-shadow: none;
  border-radius: 0px;
  border: 1px solid #eee;
  background: #fff;
  margin-bottom: 0px;
}

/* line 251, app/assets/stylesheets/theme.scss */
.progress.progress-lg {
  height: 22px;
}

/* line 254, app/assets/stylesheets/theme.scss */
.progress.progress-sm {
  height: 14px;
}

/* line 257, app/assets/stylesheets/theme.scss */
.progress.progress-xs {
  height: 10px;
}

/* line 261, app/assets/stylesheets/theme.scss */
.reports.table {
  border-collapse: separate;
  border-color: #cfcfd6;
  border: 1px solid #cfcfd6;
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: hidden;
  border-right: 0px;
}

/* line 274, app/assets/stylesheets/theme.scss */
.reports.table thead:first-child tr:first-child th {
  background: #e5e5e9;
  background: -o-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
          filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfc',EndColorStr='#e5e5e9')";
  border-right: 1px solid #c4c4cd;
  color: #707083;
  text-shadow: 1px 1px 0px #ffffff;
  font-size: 1em;
  box-shadow: inset 1px 0px 0px #f6f6f7;
  vertical-align: middle;
  font-weight: normal;
}

/* line 292, app/assets/stylesheets/theme.scss */
.reports.table thead:first-child tr:first-child th:last-child {
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 309, app/assets/stylesheets/theme.scss */
.reports.table thead:first-child tr:first-child th:first-child {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 326, app/assets/stylesheets/theme.scss */
.reports.table tr:first-child td {
  border-top: 1px solid #bfbfc8;
}

/* line 329, app/assets/stylesheets/theme.scss */
.reports.table thead > tr > th {
  border-bottom: 0px;
}

/* line 332, app/assets/stylesheets/theme.scss */
.reports.table td {
  border-right: 1px solid #cfcfd6;
  border-top: 1px solid #cfcfd6;
  border-left: 0px;
}

/* line 337, app/assets/stylesheets/theme.scss */
.reports.table.table-first-column-check td:first-child,
.reports.table.table-first-column-number td:first-child,
.reports.table.table-first-column-check th:first-child,
.reports.table.table-first-column-number th:first-child {
  width: 16px;
  text-align: center;
}

/* line 344, app/assets/stylesheets/theme.scss */
.reports.table.table-striped tbody tr:nth-child(odd) td,
.reports.table.table-striped tbody tr:nth-child(odd) th {
  background-color: #fafafa;
}

/* line 348, app/assets/stylesheets/theme.scss */
.reports.table.data-table {
  margin-bottom: 0em;
  clear: both;
}

/* line 352, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting_asc,
.reports.table.data-table th.sorting_desc,
.reports.table.data-table th.sorting {
  cursor: pointer;
}

/* line 357, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting_asc:focus,
.reports.table.data-table th.sorting_desc:focus,
.reports.table.data-table th.sorting:focus {
  outline: none;
}

/* line 362, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting_desc .sort-icon {
  float: right;
}

/* line 365, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting_desc .sort-icon::before {
  content: "\f0dd";
  font-family: "Font Awesome 5 Free";
}

/* line 369, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting_asc .sort-icon {
  float: right;
}

/* line 372, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting_asc .sort-icon::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0de";
}

/* line 376, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting .sort-icon {
  float: right;
}

/* line 379, app/assets/stylesheets/theme.scss */
.reports.table.data-table th.sorting .sort-icon::before {
  content: "\f0dc";
  font-family: "Font Awesome 5 Free";
}

/* line 383, app/assets/stylesheets/theme.scss */
.paginate_enabled_next,
.paginate_enabled_previous {
  cursor: pointer;
}

/* line 387, app/assets/stylesheets/theme.scss */
.paginate_disabled_next,
.paginate_disabled_previous,
.paginate_disabled_previous:hover,
.paginate_disabled_next:hover {
  color: #333;
}

/* line 393, app/assets/stylesheets/theme.scss */
.dataTables_paginate {
  margin-top: .75em;
}

/* line 396, app/assets/stylesheets/theme.scss */
.dataTables_info {
  float: left;
  margin-top: .75em;
}

/* line 400, app/assets/stylesheets/theme.scss */
.dataTables_length label {
  width: auto;
  margin-bottom: 0px;
  line-height: 2.75em;
}

/* line 405, app/assets/stylesheets/theme.scss */
.dataTables_length select {
  width: auto;
  margin-bottom: 0px;
}

/* line 409, app/assets/stylesheets/theme.scss */
.dataTables_filter label {
  font-size: .9em;
  color: #777;
}

/* line 413, app/assets/stylesheets/theme.scss */
.dataTables_filter label input {
  margin-left: .5em;
}

/* line 416, app/assets/stylesheets/theme.scss */
.dataTables_filter input {
  width: 100px;
}

/* line 419, app/assets/stylesheets/theme.scss */
.dataTables_filter,
.dataTables_paginate {
  float: right;
}

/* line 423, app/assets/stylesheets/theme.scss */
.dataTables_length {
  float: left;
}

/* line 426, app/assets/stylesheets/theme.scss */
.label {
  font-weight: normal;
}

/* line 429, app/assets/stylesheets/theme.scss */
.widget {
  border-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #cfcfd6;
}

/* line 438, app/assets/stylesheets/theme.scss */
.widget ul.list-group:last-child li {
  border-bottom: 0px;
}

/* line 441, app/assets/stylesheets/theme.scss */
.list-group .badge {
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 449, app/assets/stylesheets/theme.scss */
.cards {
  list-style: none;
  margin-left: 0px;
  padding-left: 0px;
  margin: 0em 0em 1em 0em;
}

/* line 455, app/assets/stylesheets/theme.scss */
.cards li {
  margin-bottom: 2em 0em;
  padding: 1em;
}

/* line 459, app/assets/stylesheets/theme.scss */
.cards li:first-child {
  border-top: none;
}

/* line 462, app/assets/stylesheets/theme.scss */
.cards li.more {
  text-align: center;
  padding: .5em 0em;
}

/* line 466, app/assets/stylesheets/theme.scss */
.cards.not-bottom li:last-child {
  margin-bottom: 0em;
}

/* line 469, app/assets/stylesheets/theme.scss */
.cards.no-sides li {
  border-left-width: 0px;
  border-right-width: 0px;
}

/* line 473, app/assets/stylesheets/theme.scss */
.cards .title {
  text-transform: uppercase;
  text-shadow: 1px 1px 0px #fff;
  line-height: 1.2em;
  margin-bottom: 1em;
  color: #41414c;
}

/* line 480, app/assets/stylesheets/theme.scss */
.cards .title .label,
.cards .title .badge {
  text-shadow: none;
  line-height: 1.4em;
  color: #fff;
}

/* line 486, app/assets/stylesheets/theme.scss */
.cards .title strong {
  text-transform: none;
}

/* line 489, app/assets/stylesheets/theme.scss */
.cards .info-text {
  position: relative;
  top: -4px;
}

/* line 493, app/assets/stylesheets/theme.scss */
.cards .info {
  margin-bottom: 0em;
  padding-bottom: 0em;
  line-height: 1.2em;
}

/* line 498, app/assets/stylesheets/theme.scss */
.cards .info.small {
  font-size: .85em;
  margin-top: -0.5em;
}

/* line 502, app/assets/stylesheets/theme.scss */
.cards .chart small {
  font-size: .8em;
  text-align: right;
  display: block;
  line-height: 1em;
}

/* line 508, app/assets/stylesheets/theme.scss */
.cards .time {
  font-size: .75em;
  float: right;
}

/* line 512, app/assets/stylesheets/theme.scss */
.cards .stats {
  padding-top: .75em;
  margin-bottom: 0em;
}

/* line 516, app/assets/stylesheets/theme.scss */
.cards .stats span {
  margin-right: .75em;
}

/* line 519, app/assets/stylesheets/theme.scss */
.cards .img {
  width: 48px;
  height: 48px;
  float: left;
  margin-right: 1em;
  margin-bottom: 1em;
}

/* line 526, app/assets/stylesheets/theme.scss */
.cards .img label {
  display: block;
  margin: 0px;
  text-align: center;
}

/* line 531, app/assets/stylesheets/theme.scss */
.cards.list-group li {
  border-left-width: 0px;
  border-right-width: 0px;
}

/* line 535, app/assets/stylesheets/theme.scss */
.cards.list {
  line-height: 1em;
}

/* line 538, app/assets/stylesheets/theme.scss */
.cards.list li {
  padding: 0px;
}

/* line 541, app/assets/stylesheets/theme.scss */
.cards.list .label {
  margin-top: 1.25em;
  margin-right: 1.25em;
}

/* line 545, app/assets/stylesheets/theme.scss */
.cards.list i {
  height: 2em;
  font-size: 1.25em;
  line-height: 2em;
  padding: .5em .75em;
  vertical-align: middle;
  margin-right: .5em;
  color: #666633;
  border-right: 1px solid #dddde2;
}

/* line 555, app/assets/stylesheets/theme.scss */
.cards i.pull-left {
  font-size: 1.75em;
  font-size: 2em;
  line-height: 1em;
  height: 2em;
  padding: 0px;
  margin-right: .5em;
  margin-top: 3px;
}

/* line 564, app/assets/stylesheets/theme.scss */
.cards .pull-right.strong {
  margin-top: -0.5em;
  font-size: 2em;
}

/* line 568, app/assets/stylesheets/theme.scss */
.cards .pull-right.strong-small {
  margin-top: -0.4em;
  font-size: 1.3em;
}

/* line 572, app/assets/stylesheets/theme.scss */
.cards p.pull-right,
.cards .label.pull-down {
  margin-top: 1em;
  margin-left: 1em;
  display: block;
}

/* line 578, app/assets/stylesheets/theme.scss */
.muted {
  color: #8a8a9c;
}

/* line 581, app/assets/stylesheets/theme.scss */
.item-summary {
  list-style: none;
  padding-left: 0em;
  margin-left: 0em;
  border-bottom: 0px;
  border-top: 1px solid #dddde2;
}

/* line 588, app/assets/stylesheets/theme.scss */
.item-summary > li {
  padding: 1em 0em;
  border-bottom: 1px solid #dddde2;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

/* line 594, app/assets/stylesheets/theme.scss */
.item-summary > li:first-child {
  border-top: 0px;
}

/* line 597, app/assets/stylesheets/theme.scss */
.item-summary .overview {
  margin-right: 1em;
  float: left;
  width: 100px;
}

/* line 602, app/assets/stylesheets/theme.scss */
.item-summary .overview .main-detail {
  color: #f89406;
  font-size: 1.5em;
  line-height: 1.2em;
  margin-bottom: 0px;
}

/* line 608, app/assets/stylesheets/theme.scss */
.item-summary .icons {
  text-align: center;
}

/* line 611, app/assets/stylesheets/theme.scss */
.item-summary .icons i {
  line-height: 1.75em;
  color: #666633;
  text-shadow: 1px 1px 0px #fff;
}

/* line 616, app/assets/stylesheets/theme.scss */
.pricing.non-spaced.three .product {
  width: 33%;
}

/* line 619, app/assets/stylesheets/theme.scss */
.pricing.non-spaced.four .product {
  width: 25%;
}

/* line 622, app/assets/stylesheets/theme.scss */
.pricing.non-spaced .product {
  margin-left: -1px;
  float: left;
  box-sizing: border-box;
}

/* line 627, app/assets/stylesheets/theme.scss */
.pricing .product {
  position: relative;
  z-index: 1;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  overflow: hidden;
  text-align: center;
}

/* line 635, app/assets/stylesheets/theme.scss */
.pricing .product.popular {
  font-size: 1.2em;
  margin-top: -1.5em;
  box-shadow: 0px 0px 10px rgba(51, 51, 51, 0.1);
  z-index: 2;
}

/* line 643, app/assets/stylesheets/theme.scss */
.pricing .product p {
  text-align: left;
  padding: 1em 0em;
}

/* line 647, app/assets/stylesheets/theme.scss */
.pricing .product h2 {
  font-size: 1.25em;
  padding: .5em .5em;
  margin-top: 0px;
  margin-bottom: 0px;
  border-bottom: 1px solid #b4b4bf;
  box-shadow: inset 0px 1px #ffffff;
  background: #e5e5e9;
  background: -o-linear-gradient(bottom, #e5e5e9, #fbfbfc);
  -webkit-filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
          filter: progid:dximagetransform.microsoft.gradient(startColorStr='#dddde2', EndColorStr='#f9f9f9');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#fbfbfc',EndColorStr='#e5e5e9')";
  text-shadow: 1px 1px 0px #fff;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 5px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 5px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

/* line 680, app/assets/stylesheets/theme.scss */
.pricing .product ul {
  padding-left: 0em;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 0em;
  list-style: none;
}

/* line 687, app/assets/stylesheets/theme.scss */
.pricing .product ul li {
  border-bottom: 1px solid #eee;
  padding: 1em 0em;
  font-size: .9em;
}

/* line 692, app/assets/stylesheets/theme.scss */
.pricing .product ul li:last-child {
  border-bottom: 0px;
}

/* line 695, app/assets/stylesheets/theme.scss */
.pricing .product .price {
  text-align: center;
  font-weight: bold;
}

/* line 699, app/assets/stylesheets/theme.scss */
.pricing .product .price.large {
  font-size: 1.25em;
}

/* line 702, app/assets/stylesheets/theme.scss */
.pricing .product .info {
  font-size: .8em;
}

/* line 705, app/assets/stylesheets/theme.scss */
.pricing .product .call-to-action {
  text-align: center;
  margin: 0px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #f9f9f9;
  border-top: 1px solid #cfcfd6;
}

/* line 726, app/assets/stylesheets/theme.scss */
.help-block {
  color: #888;
}

/* line 729, app/assets/stylesheets/theme.scss */
#blog-posts h2 {
  margin-top: 0em;
  line-height: 1em;
}

/* line 733, app/assets/stylesheets/theme.scss */
.blog-sidebar {
  border-top: 0px;
  border-bottom: 0px;
  border-right: 0px;
  border-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}

@media (min-width: 768px) {
  /* line 745, app/assets/stylesheets/theme.scss */
  .blog-sidebar {
    position: absolute;
    right: 0px;
    top: 2px;
    bottom: 2em;
  }
}

/* line 752, app/assets/stylesheets/theme.scss */
.blog-post {
  border-bottom: 1px solid #ccd;
  margin-bottom: 1em;
  padding-bottom: 1.75em;
}

/* line 757, app/assets/stylesheets/theme.scss */
.blog-post .thumbnail {
  width: 150px;
  margin-right: 1em;
}

/* line 761, app/assets/stylesheets/theme.scss */
.blog-post .details {
  margin-top: 1em;
  font-size: .9em;
}

/* line 765, app/assets/stylesheets/theme.scss */
.mobile-preview {
  border-top: 1px solid #000;
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #000;
  border-bottom: 1px solid #ccc;
}

/* line 771, app/assets/stylesheets/theme.scss */
.stats {
  margin-bottom: 1em;
}

/* line 774, app/assets/stylesheets/theme.scss */
.stats .stat {
  width: 20%;
  float: left;
  text-align: center;
}

/* line 779, app/assets/stylesheets/theme.scss */
.stats .stat .main-detail {
  font-size: 2em;
}

/* line 782, app/assets/stylesheets/theme.scss */
.login {
  color: #555;
}

/* line 785, app/assets/stylesheets/theme.scss */
.login h2 {
  background: #333;
  color: #fff;
  background: #646475;
  text-shadow: 0px 0px 1px #333;
  margin: 0em;
  border-top: 1px solid #7d7d8f;
  padding: 0em 1em;
  font-size: 1em;
  line-height: 2.5em;
}

/* line 796, app/assets/stylesheets/theme.scss */
.login .block-header {
  border: 1px solid #4c4c5a;
  box-shadow: 0px 1px 3px rgba(29, 29, 35, 0.3);
  margin: -1px -1px 1em -1px;
}

/* line 803, app/assets/stylesheets/theme.scss */
.login .block {
  background: #fff;
  border: 1px solid #c1c1cb;
  border: 1px solid #b4b4bf;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}

/* line 811, app/assets/stylesheets/theme.scss */
.login .block form {
  margin: 0em 1em;
}

/* line 814, app/assets/stylesheets/theme.scss */
.login .brand {
  text-align: center;
  margin: 0em;
  margin-bottom: .5em;
  font-size: 2.5em;
}

/* line 820, app/assets/stylesheets/theme.scss */
.login .form-actions {
  border-top: 1px solid #d2d2d9;
  box-shadow: inset 0px 1px 0px #ffffff;
  padding: .5em 1em;
  margin: 1em -1em 0em -1em;
}

/* line 828, app/assets/stylesheets/theme.scss */
.login .sign-up {
  font-size: .85em;
  line-height: 2em;
}

/* line 832, app/assets/stylesheets/theme.scss */
.login .reset-password {
  font-size: .8em;
  float: right;
  color: #999;
}

/* line 837, app/assets/stylesheets/theme.scss */
label {
  font-weight: normal;
}

/* line 840, app/assets/stylesheets/theme.scss */
.grid.btn {
  width: 100%;
}

/* line 843, app/assets/stylesheets/theme.scss */
.form-actions {
  background: #f3f3f5;
}

/* line 846, app/assets/stylesheets/theme.scss */
.wysihtml5-toolbar a {
  color: #333;
}

/* line 849, app/assets/stylesheets/theme.scss */
.top-link {
  float: right;
  line-height: 1.25em;
  display: inline-block;
  padding: .75em 0em;
}

/* Tweaks for mobile */
/* line 856, app/assets/stylesheets/theme.scss */
#phone-navigation {
  padding: .5em 0em;
}

/* line 859, app/assets/stylesheets/theme.scss */
#phone-navigation #phone-menu {
  margin: 0em auto;
  display: block;
}

/* line 863, app/assets/stylesheets/theme.scss */
#phone-navigation a {
  color: #4d4d5a;
}

/* line 866, app/assets/stylesheets/theme.scss */
.navbar-collapse {
  padding: 0px;
}

/* line 869, app/assets/stylesheets/theme.scss */
.navbar-collapse.in,
.navbar-collapse.collapsing {
  border-bottom: 1px solid #ababb8;
  box-shadow: inset 0px -10px 3px rgba(0, 0, 0, 0.9);
}

/* line 876, app/assets/stylesheets/theme.scss */
.navbar-toggle,
.navbar-inverse .navbar-toggle,
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus,
.navbar-inverse .navbar-toggle:active {
  color: #333;
  color: #4d4d5a;
  background: none;
  text-shadow: 0px 1px 0px #fff;
  border: 1px solid #aaa;
  box-shadow: 0px 1px 0px #ffffff;
}

/* line 890, app/assets/stylesheets/theme.scss */
#zoom-box {
  overflow: visible !important;
}

/* Large desktop */
@media (max-width: 1199px) {
  /* line 898, app/assets/stylesheets/theme.scss */
  .content {
    margin-left: 50px;
  }
  /* line 901, app/assets/stylesheets/theme.scss */
  #sidebar-nav .nav {
    margin-left: 0em;
  }
  /* line 904, app/assets/stylesheets/theme.scss */
  #sidebar-nav .nav li a,
#sidebar-nav .nav li a:hover {
    padding: .75em;
    font-size: 1.25em;
  }
  /* line 909, app/assets/stylesheets/theme.scss */
  #sidebar-nav .nav > li > a span {
    display: none;
  }
  /* line 912, app/assets/stylesheets/theme.scss */
  .cards .large-stat {
    font-size: 1em;
  }
  /* line 915, app/assets/stylesheets/theme.scss */
  .cards .title,
.cards .info,
.cards .info-text,
.cards .stats {
    font-size: .9em;
  }
  /* line 921, app/assets/stylesheets/theme.scss */
  .cards .time {
    font-size: .9em;
  }
  /* line 924, app/assets/stylesheets/theme.scss */
  .cards .btn.btn-mini.pull-right {
    margin-top: -0.5em;
  }
}

@media (max-width: 768px) {
  /* line 929, app/assets/stylesheets/theme.scss */
  .content {
    margin-left: 0em;
    border-left-width: 0px;
  }
  /* line 933, app/assets/stylesheets/theme.scss */
  body {
    background: #fff;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  /* line 939, app/assets/stylesheets/theme.scss */
  .content {
    padding-left: 1em;
    padding-right: 1em;
    min-width: 0px;
  }
  /* line 944, app/assets/stylesheets/theme.scss */
  .cards .title,
.cards .info,
.cards .info-text {
    font-size: .9em;
  }
  /* line 949, app/assets/stylesheets/theme.scss */
  .product {
    margin-top: 2em;
  }
}

/* Landscape phones and down */
@media (max-width: 480px) {
  /* line 955, app/assets/stylesheets/theme.scss */
  .item-summary li {
    padding-left: 0em;
  }
  /* line 958, app/assets/stylesheets/theme.scss */
  .stats .stat .main-detail {
    font-size: 1.25em;
    margin-bottom: 0em;
  }
  /* line 962, app/assets/stylesheets/theme.scss */
  .fc-header-left {
    display: none;
  }
  /* line 965, app/assets/stylesheets/theme.scss */
  .gallery .thumbnail {
    width: 100%;
    box-sizing: border-box;
  }
  /* line 969, app/assets/stylesheets/theme.scss */
  .gallery .thumbnail img {
    width: 100%;
  }
  /* line 972, app/assets/stylesheets/theme.scss */
  .blog-post .thumbnail,
.blog-post .thumbnail:hover {
    width: auto;
    margin-bottom: 1em;
    float: none;
    box-shadow: none;
    border: none;
  }
  /* line 982, app/assets/stylesheets/theme.scss */
  .blog-post .post-summary {
    clear: both;
  }
}

/*Theme specific settings, remove for your own project*/
/* line 987, app/assets/stylesheets/theme.scss */
.ie .theme-mobile-hack {
  display: none;
}

/* line 991, app/assets/stylesheets/theme.scss */
.sidebar .widget p > a {
  text-decoration: none;
}

/* line 996, app/assets/stylesheets/theme.scss */
.list-group-padding li {
  padding: 2rem 1rem;
}

/* line 999, app/assets/stylesheets/theme.scss */
.list-group-padding .list-stat {
  line-height: 1.65;
}

/* line 1004, app/assets/stylesheets/theme.scss */
.mini-callout {
  background: whitesmoke;
  padding: .7rem;
  border: 1px solid #dddddd;
  border-radius: 4px;
  color: #5b5e60;
  box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
}

/* line 1012, app/assets/stylesheets/theme.scss */
.mini-callout-highlight {
  -webkit-animation-name: highlight-callout;
          animation-name: highlight-callout;
  -webkit-animation-duration: 3.5s;
          animation-duration: 3.5s;
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

@-webkit-keyframes highlight-callout {
  0% {
    background: whitesmoke;
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
  }
  10% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  20% {
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
    background: whitesmoke;
  }
  30% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  40% {
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
    background: whitesmoke;
  }
  50% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  70% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  100% {
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
    background: whitesmoke;
  }
}

@keyframes highlight-callout {
  0% {
    background: whitesmoke;
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
  }
  10% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  20% {
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
    background: whitesmoke;
  }
  30% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  40% {
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
    background: whitesmoke;
  }
  50% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  70% {
    background: #dcf9ff;
    box-shadow: 0px 0px 4px 2px #8dc6f3;
  }
  100% {
    box-shadow: 0px 0px 4px 2px rgba(141, 198, 243, 0);
    background: whitesmoke;
  }
}

/* line 1055, app/assets/stylesheets/theme.scss */
.form-group-no-margin .form-group {
  margin: 0 !important;
  line-height: 2.2;
  padding-bottom: 1.3rem;
}

/*!
 * Bootstrap-select v1.13.12 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2019 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */
@-webkit-keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bs-notify-fadeOut {
  0% {
    opacity: 0.9;
  }
  100% {
    opacity: 0;
  }
}

/* line 32, vendor/assets/stylesheets/bootstrap-select.css */
select.bs-select-hidden,
.bootstrap-select > select.bs-select-hidden,
select.selectpicker {
  display: none !important;
}

/* line 37, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select {
  width: 220px \0;
  /*IE9 and below*/
  vertical-align: middle;
}

/* line 42, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select > .dropdown-toggle {
  position: relative;
  width: 100%;
  text-align: right;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}

/* line 60, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select > .dropdown-toggle:after {
  margin-top: -1px;
}

/* line 63, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #999;
}

/* line 69, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: rgba(255, 255, 255, 0.5);
}

/* line 95, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select > select {
  position: absolute !important;
  bottom: 0;
  left: 50%;
  display: block !important;
  width: 0.5px !important;
  height: 100% !important;
  padding: 0 !important;
  opacity: 0 !important;
  border: none;
  z-index: 0 !important;
}

/* line 107, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select > select.mobile-device {
  top: 0;
  left: 0;
  display: block !important;
  width: 100% !important;
  z-index: 2 !important;
}

/* line 114, vendor/assets/stylesheets/bootstrap-select.css */
.has-error .bootstrap-select .dropdown-toggle,
.error .bootstrap-select .dropdown-toggle,
.bootstrap-select.is-invalid .dropdown-toggle,
.was-validated .bootstrap-select select:invalid + .dropdown-toggle {
  border-color: #b94a48;
}

/* line 120, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.is-valid .dropdown-toggle,
.was-validated .bootstrap-select select:valid + .dropdown-toggle {
  border-color: #28a745;
}

/* line 124, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.fit-width {
  width: auto !important;
}

/* line 127, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
  width: 220px;
}

/* line 130, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle,
.bootstrap-select .dropdown-toggle:focus {
  outline: thin dotted #333333 !important;
  outline: 5px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

/* line 136, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.form-control {
  margin-bottom: 0;
  padding: 0;
  border: none;
  height: auto;
}

/* line 142, vendor/assets/stylesheets/bootstrap-select.css */
:not(.input-group) > .bootstrap-select.form-control:not([class*="col-"]) {
  width: 100%;
}

/* line 145, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.form-control.input-group-btn {
  float: none;
  z-index: auto;
}

/* line 149, vendor/assets/stylesheets/bootstrap-select.css */
.form-inline .bootstrap-select,
.form-inline .bootstrap-select.form-control:not([class*="col-"]) {
  width: auto;
}

/* line 153, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
  float: none;
  display: inline-block;
  margin-left: 0;
}

/* line 159, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.dropdown-menu-right,
.bootstrap-select.dropdown-menu-right[class*="col-"],
.row .bootstrap-select.dropdown-menu-right[class*="col-"] {
  float: right;
}

/* line 164, vendor/assets/stylesheets/bootstrap-select.css */
.form-inline .bootstrap-select,
.form-horizontal .bootstrap-select,
.form-group .bootstrap-select {
  margin-bottom: 0;
}

/* line 169, vendor/assets/stylesheets/bootstrap-select.css */
.form-group-lg .bootstrap-select.form-control,
.form-group-sm .bootstrap-select.form-control {
  padding: 0;
}

/* line 173, vendor/assets/stylesheets/bootstrap-select.css */
.form-group-lg .bootstrap-select.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.form-control .dropdown-toggle {
  height: 100%;
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 180, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.form-control-sm .dropdown-toggle,
.bootstrap-select.form-control-lg .dropdown-toggle {
  font-size: inherit;
  line-height: inherit;
  border-radius: inherit;
}

/* line 186, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.form-control-sm .dropdown-toggle {
  padding: 0.25rem 0.5rem;
}

/* line 189, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.form-control-lg .dropdown-toggle {
  padding: 0.5rem 1rem;
}

/* line 192, vendor/assets/stylesheets/bootstrap-select.css */
.form-inline .bootstrap-select .form-control {
  width: 100%;
}

/* line 195, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.disabled,
.bootstrap-select > .disabled {
  cursor: not-allowed;
}

/* line 199, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.disabled:focus,
.bootstrap-select > .disabled:focus {
  outline: none !important;
}

/* line 203, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.bs-container {
  position: absolute;
  top: 0;
  left: 0;
  height: 0 !important;
  padding: 0 !important;
}

/* line 210, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.bs-container .dropdown-menu {
  z-index: 1060;
}

/* line 213, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-toggle .filter-option {
  position: static;
  top: 0;
  left: 0;
  float: left;
  height: 100%;
  width: 100%;
  text-align: left;
  overflow: hidden;
  flex: 0 1 auto;
}

/* line 227, vendor/assets/stylesheets/bootstrap-select.css */
.bs3.bootstrap-select .dropdown-toggle .filter-option {
  padding-right: inherit;
}

/* line 230, vendor/assets/stylesheets/bootstrap-select.css */
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option {
  position: absolute;
  padding-top: inherit;
  padding-bottom: inherit;
  padding-left: inherit;
  float: none;
}

/* line 237, vendor/assets/stylesheets/bootstrap-select.css */
.input-group .bs3-has-addon.bootstrap-select .dropdown-toggle .filter-option .filter-option-inner {
  padding-right: inherit;
}

/* line 240, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  overflow: hidden;
}

/* line 243, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-toggle .filter-expand {
  width: 0 !important;
  float: left;
  opacity: 0 !important;
  overflow: hidden;
}

/* line 249, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-toggle .caret {
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -2px;
  vertical-align: middle;
}

/* line 256, vendor/assets/stylesheets/bootstrap-select.css */
.input-group .bootstrap-select.form-control .dropdown-toggle {
  border-radius: inherit;
}

/* line 259, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select[class*="col-"] .dropdown-toggle {
  width: 100%;
}

/* line 262, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu {
  min-width: 100%;
  box-sizing: border-box;
}

/* line 268, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu > .inner:focus {
  outline: none !important;
}

/* line 271, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu.inner {
  position: static;
  float: none;
  border: 0;
  padding: 0;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
}

/* line 281, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li {
  position: relative;
}

/* line 284, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li.active small {
  color: rgba(255, 255, 255, 0.5) !important;
}

/* line 287, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li.disabled a {
  cursor: not-allowed;
}

/* line 290, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li a {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 297, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li a.opt {
  position: relative;
  padding-left: 2.25em;
}

/* line 301, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li a span.check-mark {
  display: none;
}

/* line 304, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li a span.text {
  display: inline-block;
}

/* line 307, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu li small {
  padding-left: 0.5em;
}

/* line 310, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu .notify {
  position: absolute;
  bottom: 5px;
  width: 96%;
  margin: 0 2%;
  min-height: 26px;
  padding: 3px 5px;
  background: #f5f5f5;
  border: 1px solid #e3e3e3;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  pointer-events: none;
  opacity: 0.9;
  box-sizing: border-box;
}

/* line 327, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .dropdown-menu .notify.fadeOut {
  -webkit-animation: 300ms linear 750ms forwards bs-notify-fadeOut;
  animation: 300ms linear 750ms forwards bs-notify-fadeOut;
}

/* line 332, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .no-results {
  padding: 3px;
  background: #f5f5f5;
  margin: 0 5px;
  white-space: nowrap;
}

/* line 338, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.fit-width .dropdown-toggle .filter-option {
  position: static;
  display: inline;
  padding: 0;
}

/* line 343, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner,
.bootstrap-select.fit-width .dropdown-toggle .filter-option-inner-inner {
  display: inline;
}

/* line 347, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.fit-width .dropdown-toggle .bs-caret:before {
  content: '\00a0';
}

/* line 350, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.fit-width .dropdown-toggle .caret {
  position: static;
  top: auto;
  margin-top: -1px;
}

/* line 355, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
  position: absolute;
  display: inline-block;
  right: 15px;
  top: 5px;
}

/* line 361, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-tick .dropdown-menu li a span.text {
  margin-right: 34px;
}

/* line 364, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select .bs-ok-default:after {
  content: '';
  display: block;
  width: 0.5em;
  height: 1em;
  border-style: solid;
  border-width: 0 0.26em 0.26em 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* line 376, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle {
  z-index: 1061;
}

/* line 380, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:before {
  content: '';
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid rgba(204, 204, 204, 0.2);
  position: absolute;
  bottom: -4px;
  left: 9px;
  display: none;
}

/* line 390, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow .dropdown-toggle .filter-option:after {
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  position: absolute;
  bottom: -4px;
  left: 10px;
  display: none;
}

/* line 400, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:before {
  bottom: auto;
  top: -4px;
  border-top: 7px solid rgba(204, 204, 204, 0.2);
  border-bottom: 0;
}

/* line 406, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle .filter-option:after {
  bottom: auto;
  top: -4px;
  border-top: 6px solid white;
  border-bottom: 0;
}

/* line 412, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:before {
  right: 12px;
  left: auto;
}

/* line 416, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle .filter-option:after {
  right: 13px;
  left: auto;
}

/* line 420, vendor/assets/stylesheets/bootstrap-select.css */
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:before,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle .filter-option:after,
.bootstrap-select.show-menu-arrow.show > .dropdown-toggle .filter-option:after {
  display: block;
}

/* line 426, vendor/assets/stylesheets/bootstrap-select.css */
.bs-searchbox,
.bs-actionsbox,
.bs-donebutton {
  padding: 4px 8px;
}

/* line 431, vendor/assets/stylesheets/bootstrap-select.css */
.bs-actionsbox {
  width: 100%;
  box-sizing: border-box;
}

/* line 437, vendor/assets/stylesheets/bootstrap-select.css */
.bs-actionsbox .btn-group button {
  width: 50%;
}

/* line 440, vendor/assets/stylesheets/bootstrap-select.css */
.bs-donebutton {
  float: left;
  width: 100%;
  box-sizing: border-box;
}

/* line 447, vendor/assets/stylesheets/bootstrap-select.css */
.bs-donebutton .btn-group button {
  width: 100%;
}

/* line 450, vendor/assets/stylesheets/bootstrap-select.css */
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

/* line 453, vendor/assets/stylesheets/bootstrap-select.css */
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
  float: none;
}
/* Fixes select box from showing when clicking in the center of the input */
/* line 2, app/assets/stylesheets/bootstrap-select-fix.css */
.bootstrap-select > select {
  pointer-events: none;
}

/* Restore previous CSS styles for placeholder colors */
/* line 7, app/assets/stylesheets/bootstrap-select-fix.css */
.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active {
  color: #333;
}

/* line 13, app/assets/stylesheets/bootstrap-select-fix.css */
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:hover,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-primary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-secondary:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-success:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-danger:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-info:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder.btn-dark:active {
  color: #fff;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container {
  position: absolute;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container .input-group {
  margin: 5px;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li {
  padding: 0;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a.multiselect-all label {
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li.multiselect-group label {
  margin: 0;
  padding: 3px 20px;
  height: 100%;
  font-weight: 700;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li.multiselect-group-clickable label {
  cursor: pointer;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a {
  padding: 0;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a > label {
  margin: 0;
  height: 100%;
  cursor: pointer;
  font-weight: 400;
  padding: 3px 20px 3px 40px;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a > label.radio, .multiselect-container > li > a > label.checkbox {
  margin: 0;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.multiselect-container > li > a > label > input[type=checkbox] {
  margin-bottom: 5px;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.filter .btn {
  padding: 6px 3px;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.btn-group > .btn-group:nth-child(2) > .multiselect.btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
  padding: 3px 20px 3px 40px;
}

/* line 1, app/assets/stylesheets/bootstrap-multiselect.css */
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
  margin-left: -20px;
  margin-right: 0;
}

/* The ribbons */
/* line 3, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon {
  width: 200px;
  background: #e43;
  position: absolute;
  top: 25px;
  left: -50px;
  text-align: center;
  line-height: 50px;
  letter-spacing: 1px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Custom styles */
/* line 19, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.sticky {
  position: fixed;
}

/* line 23, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

/* Different positions */
/* line 29, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.top-left {
  top: 25px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* line 36, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.top-right {
  top: 25px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* line 44, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.bottom-left {
  top: auto;
  bottom: 25px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* line 52, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.bottom-right {
  top: auto;
  right: -50px;
  bottom: 25px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */
/* line 63, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.white {
  background: #f0f0f0;
  color: #555;
}

/* line 64, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.black {
  background: #333;
}

/* line 65, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.grey {
  background: #999;
}

/* line 66, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.blue {
  background: #39d;
}

/* line 67, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.green {
  background: #2c7;
}

/* line 68, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.turquoise {
  background: #1b9;
}

/* line 69, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.purple {
  background: #95b;
}

/* line 70, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.red {
  background: #e43;
}

/* line 71, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.orange {
  background: #e82;
}

/* line 72, app/assets/stylesheets/corner-ribbons.css */
.corner-ribbon.yellow {
  background: #ec0;
}

/* line 75, app/assets/stylesheets/corner-ribbons.css */
.ribbon-wrapper {
  margin: 50px auto;
  width: 280px;
  height: 370px;
  background: white;
  border-radius: 10px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 90;
}

/* line 88, app/assets/stylesheets/corner-ribbons.css */
.ribbon-wrapper-green, .ribbon-wrapper-red, .ribbon-wrapper-orange, .ribbon-wrapper-large-red {
  width: 85px;
  height: 88px;
  overflow: hidden;
  position: absolute;
  top: -3px;
  right: -3px;
}

/* line 97, app/assets/stylesheets/corner-ribbons.css */
.ribbon-wrapper-large-red {
  width: 155px;
  height: 168px;
}

/* line 103, app/assets/stylesheets/corner-ribbons.css */
.ribbon-wrapper-red, .ribbon-wrapper-orange {
  width: 155px;
  height: 168px;
}

/* line 109, app/assets/stylesheets/corner-ribbons.css */
.ribbon-green, .ribbon-red, .ribbon-orange, .ribbon-large-red {
  font: bold 15px Sans-Serif;
  color: #333;
  text-align: center;
  text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: relative;
  padding: 7px 0;
  left: -5px;
  top: 15px;
  width: 120px;
  color: #333333;
  box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
}

/* line 128, app/assets/stylesheets/corner-ribbons.css */
.ribbon-green:before, .ribbon-red:before, .ribbon-orange:before, .ribbon-large-red:before, .ribbon-green:after, .ribbon-red:after, .ribbon-orange:after, .ribbon-large-red:after {
  content: "";
  border-top: 3px solid #6e8900;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  position: absolute;
  bottom: -3px;
}

/* line 137, app/assets/stylesheets/corner-ribbons.css */
.ribbon-green:before, .ribbon-red:before, .ribbon-orange:before, .ribbon-large-red:before {
  left: 0;
}

/* line 141, app/assets/stylesheets/corner-ribbons.css */
.ribbon-green:after, .ribbon-red:after, .ribbon-orange:after, .ribbon-large-red:after {
  right: 0;
}

/* line 146, app/assets/stylesheets/corner-ribbons.css */
.ribbon-large-red {
  left: -10px;
  top: 45px;
  width: 205px;
}

/* line 153, app/assets/stylesheets/corner-ribbons.css */
.ribbon-red, .ribbon-orange {
  left: 33px;
  top: 29px;
  width: 155px;
}

/* line 176, app/assets/stylesheets/corner-ribbons.css */
.ribbon-green {
  background-color: #BFDC7A;
  background-image: -o-linear-gradient(top, #BFDC7A, #8EBF45);
}

/* line 185, app/assets/stylesheets/corner-ribbons.css */
.ribbon-green:before, .ribbon-green:after {
  border-top: 3px solid #6E8900;
}

/* line 190, app/assets/stylesheets/corner-ribbons.css */
.ribbon-orange {
  background-color: #FFA06D;
  background-image: -o-linear-gradient(top, #FFA06D, #FF8141);
  text-shadow: rgba(255, 255, 255, 0.35) 0px 1px 0px;
}

/* line 201, app/assets/stylesheets/corner-ribbons.css */
.ribbon-orange:before, .ribbon-orange:after {
  border-top: 3px solid #995121;
}

/* line 206, app/assets/stylesheets/corner-ribbons.css */
.ribbon-red {
  background-color: #FF7979;
  background-image: -o-linear-gradient(top, #FF7979, #FF3333);
  text-shadow: rgba(255, 255, 255, 0.35) 0px 1px 0px;
}

/* line 217, app/assets/stylesheets/corner-ribbons.css */
.ribbon-red:before, .ribbon-red:after {
  border-top: 3px solid #9A2222;
}

/* line 222, app/assets/stylesheets/corner-ribbons.css */
.ribbon-large-red {
  background-color: #FF7979;
  background-image: -o-linear-gradient(top, #FF7979, #FF3333);
  text-shadow: rgba(255, 255, 255, 0.35) 0px 1px 0px;
}

/* line 233, app/assets/stylesheets/corner-ribbons.css */
.ribbon-large-red:before, .ribbon-large-red:after {
  border-top: 3px solid #9A2222;
}

/*!
 * SmartAdmin v1.7.0 ()
 * Copyright 2011-2015
 */
/*!
 * SmartAdmin - Responsive WebApp
 *
 * Copyright 2014 bootstraphunter.com
 * Designed and built with all the love in the world by @bootstraphunt.
 */
/*
 * SMARTADMIN VARIABLES
 * All variables related specifically to the theme starts from here:
 */
/* left side */
/* right side */
/* the color that flashes when you click on the first nav element */
/* the plus icon that appears on the parent nav when expanding and collapsing */
/* these values will only address the first parent in the entire nav */
/* the plus & minus icons */
/* margin top */
/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
/* line 28, app/assets/stylesheets/smartadmin-plugins.css */
.tree {
  min-height: 20px;
  border-radius: 4px;
}

/* line 34, app/assets/stylesheets/smartadmin-plugins.css */
.tree li {
  list-style-type: none;
  margin: 0;
  padding: 5px;
  position: relative;
}

/* line 40, app/assets/stylesheets/smartadmin-plugins.css */
.tree ul ul li:hover {
  background: rgba(0, 0, 0, 0.015);
}

/* line 43, app/assets/stylesheets/smartadmin-plugins.css */
.tree li:before,
.tree li:after {
  content: '';
  left: -20px;
  position: absolute;
  right: auto;
}

/* line 50, app/assets/stylesheets/smartadmin-plugins.css */
.tree li:before {
  border-left: 1px solid #999999;
  bottom: 50px;
  height: 100%;
  top: -11px;
  width: 1px;
  transition: "border-color 0.1s ease 0.1s";
}

/* line 61, app/assets/stylesheets/smartadmin-plugins.css */
.tree li:after {
  border-top: 1px solid #999999;
  height: 20px;
  top: 18px;
  width: 25px;
}

/* line 67, app/assets/stylesheets/smartadmin-plugins.css */
.tree li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border: 1px dotted #999999;
  border-radius: 5px;
  display: inline-block;
  padding: 3px 8px;
  text-decoration: none;
  transition: color 0.2s ease 0.1s, background-color 0.2s ease 0.1s, border-color 0.3s ease 0.2s;
}

/* line 80, app/assets/stylesheets/smartadmin-plugins.css */
.tree li.parent_li > span {
  cursor: pointer;
  padding: 7px;
}

/* line 84, app/assets/stylesheets/smartadmin-plugins.css */
.tree > ul > li:before,
.tree > ul > li::after {
  border: 0;
}

/* line 88, app/assets/stylesheets/smartadmin-plugins.css */
.tree li:last-child::before {
  height: 30px;
}

/* line 91, app/assets/stylesheets/smartadmin-plugins.css */
.tree li.parent_li > span:hover,
.tree li.parent_li > span:hover + ul li span {
  background: #eee;
  border: 1px solid #94a0b4;
  color: #000000;
}

/* line 97, app/assets/stylesheets/smartadmin-plugins.css */
.tree > ul {
  padding-left: 0px;
}

/* line 100, app/assets/stylesheets/smartadmin-plugins.css */
.tree ul ul {
  padding-left: 34px;
  padding-top: 10px;
}

/* line 104, app/assets/stylesheets/smartadmin-plugins.css */
.tree li.parent_li > span:hover {
  background-color: #DF8505;
  border: 1px solid #C67605;
  color: #ffffff;
}

/* line 109, app/assets/stylesheets/smartadmin-plugins.css */
.tree li.parent_li > span:hover + ul li::before {
  border-left-color: #F89406;
}

/* line 112, app/assets/stylesheets/smartadmin-plugins.css */
.tree li.parent_li > span:hover + ul li::after {
  border-top-color: #F89406;
}

/* line 115, app/assets/stylesheets/smartadmin-plugins.css */
.tree li.parent_li > span:hover + ul li span {
  background: #FDDFB3 !important;
  border: 1px solid #FAA937;
  color: #000;
}

/* icons */
/* line 121, app/assets/stylesheets/smartadmin-plugins.css */
.tree .fa.icon-minus-sign:before {
  content: "\f056" !important;
}

/* line 124, app/assets/stylesheets/smartadmin-plugins.css */
.tree .fa.icon-plus-sign:before {
  content: "\f055" !important;
}

/* line 127, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .buttons {
  width: 100%;
  margin-bottom: -1px;
}

/* line 131, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container label {
  display: block;
  margin-top: 0px !important;
  font-weight: 400 !important;
}

/* line 136, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .info {
  display: inline-block;
  margin-bottom: 5px;
  font-size: 11px;
}

/* line 141, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .btn-group .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 145, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  height: 300px;
  padding: 0;
}

/* line 152, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .filter {
  display: inline-block;
  width: 100%;
  height: 31px;
  margin: 0 0 5px 0;
  box-sizing: border-box;
}

/* line 161, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .filter.placeholder {
  color: #aaa;
}

/* line 164, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .clear1,
.bootstrap-duallistbox-container .clear2 {
  display: none;
  font-size: 10px;
}

/* line 169, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .box1.filtered .clear1,
.bootstrap-duallistbox-container .box2.filtered .clear2 {
  display: inline-block;
}

/* line 173, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .move,
.bootstrap-duallistbox-container .remove {
  width: 60%;
}

/* line 177, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container .moveall,
.bootstrap-duallistbox-container .removeall {
  width: 40%;
}

/* line 181, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container.bs2compatible .btn-group > .btn + .btn {
  margin-left: 0;
}

/* line 184, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container.moveonselect .move,
.bootstrap-duallistbox-container.moveonselect .remove {
  display: none;
}

/* line 188, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-duallistbox-container.moveonselect .moveall,
.bootstrap-duallistbox-container.moveonselect .removeall {
  width: 100%;
}

/**
 * Bootstrap-Markdown.less
 *
 * @author Taufan Aditya @taufanaditya
 * @copyright 2013 Taufan Aditya
 */
/* line 198, app/assets/stylesheets/smartadmin-plugins.css */
.md-editor {
  display: block;
  border: 1px solid #dddddd;
}

/* line 202, app/assets/stylesheets/smartadmin-plugins.css */
.md-editor > .md-header,
.md-editor .md-footer {
  display: block;
  padding: 6px 4px;
  background: #f5f5f5;
  margin: 0px;
}

/* line 209, app/assets/stylesheets/smartadmin-plugins.css */
.md-editor > .md-header > :first-child {
  margin-left: 0px;
}

/* line 212, app/assets/stylesheets/smartadmin-plugins.css */
.md-editor > .md-preview {
  background: #ffffff;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  min-height: 10px;
  padding: 10px;
}

/* line 219, app/assets/stylesheets/smartadmin-plugins.css */
.md-editor > textarea {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  outline: 0;
  outline: thin dotted  \9;
  /* IE6-9 */
  margin: 0;
  display: block;
  padding: 0;
  width: 100%;
  border: 0;
  padding: 10px;
  border-top: 1px dashed #dddddd;
  border-bottom: 1px dashed #dddddd;
  border-radius: 0;
  box-shadow: none;
  background: #eeeeee;
}

/* line 237, app/assets/stylesheets/smartadmin-plugins.css */
.md-editor > textarea:focus {
  box-shadow: none;
  background: #ffffff;
}

/* line 241, app/assets/stylesheets/smartadmin-plugins.css */
.md-editor.active {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

/* adjustments */
/* line 249, app/assets/stylesheets/smartadmin-plugins.css */
.md-fullscreen-controls,
.md-control-fullscreen {
  display: none !important;
}

/*!
 * Slider for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 261, app/assets/stylesheets/smartadmin-plugins.css */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

/* line 266, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}

/* line 270, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

/* line 277, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-horizontal .slider-selection {
  height: 100%;
  top: 0;
  bottom: 0;
}

/* line 284, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-horizontal .slider-handle.triangle {
  width: 20px;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  line-height: 21px;
  color: #797777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* line 298, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-horizontal .slider-handle.triangle:before {
  content: "\f0da";
  font-size: 34px;
}

/* line 302, app/assets/stylesheets/smartadmin-plugins.css */
.slider-horizontal .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
  content: "\f0d9";
}

/* line 305, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

/* line 309, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  margin-left: -5px;
  left: 50%;
  top: 0;
}

/* line 316, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

/* line 322, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-vertical .slider-handle {
  margin-left: -5px;
  margin-top: -10px;
}

/* line 326, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-vertical .slider-handle.triangle {
  width: 20px;
  height: 20px;
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  border: none;
  line-height: 21px;
  color: #797777;
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
}

/* line 340, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-vertical .slider-handle.triangle:before {
  content: "\f0d7";
  font-size: 32px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

/* line 345, app/assets/stylesheets/smartadmin-plugins.css */
.slider.slider-vertical .slider-selection + .slider-handle.triangle + .slider-handle.triangle:before {
  content: "\f0d8";
  text-shadow: 0 -1px 0 rgba(255, 255, 255, 0.8);
}

/* line 349, app/assets/stylesheets/smartadmin-plugins.css */
.slider input {
  display: none;
}

/* line 352, app/assets/stylesheets/smartadmin-plugins.css */
.slider .tooltip-inner {
  white-space: nowrap;
}

/* line 355, app/assets/stylesheets/smartadmin-plugins.css */
.slider-track {
  position: absolute;
  cursor: pointer;
  background: #E5E5E5;
}

/* line 360, app/assets/stylesheets/smartadmin-plugins.css */
.slider-selection {
  position: absolute;
  background: #3276b1;
}

/* line 370, app/assets/stylesheets/smartadmin-plugins.css */
.slider-handle.triangle {
  background: transparent none;
}

/*
 * Slider colors
 */
/* line 376, app/assets/stylesheets/smartadmin-plugins.css */
.slider-danger + .slider-track > .slider-selection {
  background: #a90329;
}

/* line 379, app/assets/stylesheets/smartadmin-plugins.css */
.slider-warning + .slider-track > .slider-selection {
  background: #c79121;
}

/* line 382, app/assets/stylesheets/smartadmin-plugins.css */
.slider-info + .slider-track > .slider-selection {
  background: #57889c;
}

/* line 385, app/assets/stylesheets/smartadmin-plugins.css */
.slider-success + .slider-track > .slider-selection {
  background: #739e73;
}

/* line 388, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput {
  display: block;
  width: 100%;
  min-height: 32px;
  padding: 1px 3px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #FFF;
  border: 1px solid #CCC;
  border-radius: 0;
}

/* line 401, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput > span {
  border-radius: 0px !important;
  font-weight: normal;
  padding: 3px 28px 4px 8px;
  font-size: 13px;
  border: 1px solid #285E8E;
  background: #3276B1;
}

/* line 409, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0;
  margin: 0;
  width: auto !important;
  max-width: inherit;
}

/* line 419, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}

/* line 423, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput .tag {
  color: #FFF;
  position: relative;
  margin: 3px 0 3px 2px;
  display: inline-block;
}

/* line 429, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput .tag [data-role="remove"] {
  display: block;
  top: -1px;
  right: 0px;
  padding: 3px 4px 3px 5px;
  width: 23px;
  height: 22px;
  position: absolute;
  cursor: pointer;
}

/* line 439, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  background: rgba(0, 0, 0, 0.3);
}

/* line 442, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "\f057";
  font-family: "Font Awesome 5 Free";
  padding: 2px 1px;
  line-height: 17px;
  font-size: 15px;
  text-align: center;
}

/* line 450, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 453, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://github.com/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
/* line 466, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker {
  position: relative;
}

/* line 469, app/assets/stylesheets/smartadmin-plugins.css */
.modal-open .bootstrap-timepicker-widget.dropdown-menu.open {
  z-index: 1051 !important;
}

/* line 472, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

/* line 476, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

/* line 480, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

/* line 484, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker .add-on {
  cursor: pointer;
}

/* line 487, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

/* line 492, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.dropdown-menu {
  padding: 4px;
}

/* line 495, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

/* line 498, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 506, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #FFFFFF;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  position: absolute;
}

/* line 514, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

/* line 517, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

/* line 520, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

/* line 523, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

/* line 526, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

/* line 529, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

/* line 532, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 537, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #ffffff;
}

/* line 542, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
  border-radius: 4px;
}

/* line 546, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

/* line 550, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

/* line 556, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

/* line 559, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table td span {
  width: 100%;
}

/* line 562, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

/* line 571, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  border-radius: 4px;
  border-color: #ddd;
}

/* line 579, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

/* line 583, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

/* line 588, app/assets/stylesheets/smartadmin-plugins.css */
.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  /* line 592, app/assets/stylesheets/smartadmin-plugins.css */
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}

@media (max-width: 767px) {
  /* line 598, app/assets/stylesheets/smartadmin-plugins.css */
  .bootstrap-timepicker {
    width: 100%;
  }
  /* line 601, app/assets/stylesheets/smartadmin-plugins.css */
  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}

/* line 605, app/assets/stylesheets/smartadmin-plugins.css */
.bv-form .help-block {
  margin-bottom: 0;
}

/* line 608, app/assets/stylesheets/smartadmin-plugins.css */
.bv-form .tooltip-inner {
  text-align: left;
}

/* line 611, app/assets/stylesheets/smartadmin-plugins.css */
.nav-tabs li.bv-tab-success > a {
  color: #3c763d;
}

/* line 614, app/assets/stylesheets/smartadmin-plugins.css */
.nav-tabs li.bv-tab-error > a {
  color: #a94442;
}

/* line 617, app/assets/stylesheets/smartadmin-plugins.css */
[class^="col-"] > .form-control + .form-control-feedback {
  right: 13px;
}

/* line 620, app/assets/stylesheets/smartadmin-plugins.css */
.has-feedback.has-success .radio-inline + .form-control-feedback,
.has-feedback.has-success .radio-inline + .form-control-feedback {
  display: none !important;
}

/* line 624, app/assets/stylesheets/smartadmin-plugins.css */
#buttonGroupForm .btn-group .form-control-feedback {
  top: 0;
  right: -30px;
}

/* line 628, app/assets/stylesheets/smartadmin-plugins.css */
#productForm .inputGroupContainer .form-control-feedback,
#productForm .selectContainer .form-control-feedback {
  top: 0;
  right: -15px;
}

/*
 * jQuery CSSEmoticons plugin 0.2.9
 *
 * Copyright (c) 2010 Steve Schwartz (JangoSteve)
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 *
 * Date: Sun Oct 22 1:00:00 2010 -0500
 */
/* Basic styles for emoticons */
/* line 645, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon {
  font-family: "Trebuchet MS";
  /* seems to give the best and most consistent emoticon appearance */
  font-size: .80em;
  font-weight: bold;
  color: #000000;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  width: 1.54em;
  /* note that this is a multiple of this span's font-size, not containing text font-size */
  height: 1.54em;
  /* so, relative to containing text, width and height are 0.9 x 1.6 = 1.44em */
  text-align: center;
  padding: 0;
  line-height: 1.34em;
  border-radius: 1.54em;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(0, 0, 0, 0.25);
  background-color: #ffcc00;
  background-image: -moz-linear-gradient(center right, #ffb800 41%, #ffdd55 56%, #ffeeaa 100%);
  -webkit-transition-property: color, background, transform;
  -webkit-transition-duration: 1s, 1s;
  -webkit-transition-timing-function: linear, ease-in;
  margin-top: -0.4em;
}

/* Styles for two-character emoticons that need more letter-spacing for proportionality */
/* line 681, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.spaced-emoticon {
  padding-left: 0.2em;
  width: 1.34em;
  /*letter-spacing: 0.2em;*/
}

/* This is a dirty dirty hack, because webkit doesn't properly do the padding+width=total-width as it should
   I think the width of the border may be throwing things off, because it's more noticable for small icons */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  /* line 689, app/assets/stylesheets/smartadmin-plugins.css */
  span.css-emoticon.spaced-emoticon {
    width: 1.4em;
  }
}

/* Styles for emoticons that need to have smaller characters to fit inside the circle */
/* line 694, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.small-emoticon {
  font-size: 0.70em;
  width: 1.82em;
  height: 1.82em;
  line-height: 1.72em;
  border-radius: 1.82em;
}

/* line 703, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.small-emoticon.spaced-emoticon {
  padding-left: 0;
  width: 1.82em;
  letter-spacing: 0.1em;
}

/* Styles for additional colors */
/* line 709, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.red-emoticon {
  background-color: #eb0542;
  background-image: -moz-linear-gradient(center right, #ff7c7c 41%, #e79494 56%, #e78ba5 100%);
}

/* line 714, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.pink-emoticon {
  background-color: #ff8fd4;
  background-image: -moz-linear-gradient(center right, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}

/* styles for emoticons that need no rotation, like O_o */
/* line 720, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.no-rotate {
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
  font-size: 0.45em;
  width: 2.2em;
  height: 2.2em;
  line-height: 1.9em;
  border-radius: 2.2em;
  background-image: -moz-linear-gradient(center bottom, #ffcc00 41%, #ffdd55 56%, #ffeeaa 100%);
}

/* line 738, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.no-rotate.red-emoticon {
  background-image: -moz-linear-gradient(center bottom, #eb0542 41%, #eb265a 56%, #fa376e 100%);
}

/* line 742, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.no-rotate.pink-emoticon {
  background-image: -moz-linear-gradient(center bottom, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}

/* Styles for emoticons that need to be rotated counter-clockwise, like <3 */
/* line 747, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.counter-rotated {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  box-shadow: -1px 1px 2px rgba(0, 0, 0, 0.5);
  background-image: -moz-linear-gradient(center left, #ffcc00 41%, #ffdd55 56%, #ffeeaa 100%);
}

/* line 758, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.counter-rotated.red-emoticon {
  background-image: -moz-linear-gradient(center left, #eb0542 41%, #eb265a 56%, #fa376e 100%);
}

/* line 762, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.counter-rotated.pink-emoticon {
  background-image: -moz-linear-gradient(center left, #ff8fd4 41%, #ff99d8 56%, #ffade1 100%);
}

/* Styles for animated states */
/* line 767, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.un-transformed-emoticon,
span.css-emoticon.animated-emoticon:hover {
  /* font-size: inherit;
    font-weight: inherit;
    vertical-align: inherit;
    line-height: inherit;
    font-family: inherit; */
  letter-spacing: inherit;
  color: inherit;
  overflow: visible;
  transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  background: none;
  background-image: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-color: transparent;
}

/* line 788, app/assets/stylesheets/smartadmin-plugins.css */
span.css-emoticon.nintendo-controller {
  font-size: .8em;
  height: 1.2em;
  line-height: 1em;
  width: 2.7em;
  vertical-align: bottom;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  background: -moz-linear-gradient(center bottom, #74798c 9%, #a5aabd 55%);
}

/*!
 * ClockPicker v{package.version} for Bootstrap (http://weareoutman.github.io/clockpicker/)
 * Copyright 2014 Wang Shenwei.
 * Licensed under MIT (https://github.com/weareoutman/clockpicker/blob/master/LICENSE)
 */
/* line 805, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker .input-group-addon {
  cursor: pointer;
}

/* line 808, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-moving {
  cursor: move;
}

/* line 811, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-align-left.popover > .arrow {
  left: 25px;
}

/* line 814, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-align-top.popover > .arrow {
  top: 17px;
}

/* line 817, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-align-right.popover > .arrow {
  left: auto;
  right: 25px;
}

/* line 821, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-align-bottom.popover > .arrow {
  top: auto;
  bottom: 6px;
}

/* line 825, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-popover .popover-title {
  background-color: #fff;
  color: #999;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
}

/* line 833, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-popover .popover-title span {
  cursor: pointer;
}

/* line 836, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-popover .popover-content {
  background-color: #f8f8f8;
  padding: 12px;
}

/* line 840, app/assets/stylesheets/smartadmin-plugins.css */
.popover-content:last-child {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}

/* line 844, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-plate {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 200px;
  height: 200px;
  overflow: visible;
  position: relative;
  /* Disable text selection highlighting. Thanks to Hermanya */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 860, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-canvas,
.clockpicker-dial {
  width: 200px;
  height: 200px;
  position: absolute;
  left: -1px;
  top: -1px;
}

/* line 868, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-minutes {
  visibility: hidden;
}

/* line 871, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-tick {
  border-radius: 50%;
  color: #666;
  line-height: 26px;
  text-align: center;
  width: 26px;
  height: 26px;
  position: absolute;
  cursor: pointer;
}

/* line 881, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: #c0e5f7;
  background-color: rgba(0, 149, 221, 0.25);
}

/* line 886, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-button {
  background-image: none;
  background-color: #fff;
  border-width: 1px 0 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  margin: 0;
  padding: 10px 0;
}

/* line 895, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-button:hover {
  background-image: none;
  background-color: #ebebeb;
}

/* line 899, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-button:focus {
  outline: none !important;
}

/* line 902, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-dial {
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

/* line 909, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-dial-out {
  opacity: 0;
}

/* line 912, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}

/* line 919, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}

/* line 926, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-canvas {
  transition: opacity 175ms;
}

/* line 933, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-canvas-out {
  opacity: 0.25;
}

/* line 936, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-canvas-bearing,
.clockpicker-canvas-fg {
  stroke: none;
  fill: #0095dd;
}

/* line 941, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-canvas-bg {
  stroke: none;
  fill: #c0e5f7;
}

/* line 945, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-canvas-bg-trans {
  fill: rgba(0, 149, 221, 0.25);
}

/* line 948, app/assets/stylesheets/smartadmin-plugins.css */
.clockpicker-canvas line {
  stroke: #0095dd;
  stroke-width: 1;
  stroke-linecap: round;
  /*shape-rendering: crispEdges;*/
}

/*!
 * Colorpicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 962, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("../img/saturation.png");
  cursor: crosshair;
  float: left;
}

/* line 969, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

/* line 979, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
}

/* line 985, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 994, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 1006, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-hue {
  background-image: url("../img/hue.png");
}

/* line 1009, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-alpha {
  background-image: url("../img/alpha.png");
  display: none;
}

/* line 1013, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker {
  zoom: 1;
  /*IE*/
  top: 0;
  left: 0;
  padding: 4px;
  min-width: 120px;
  margin-top: 1px;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1026, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker:before,
.colorpicker:after {
  content: " ";
  display: table;
}

/* line 1031, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker:after {
  clear: both;
}

/* line 1034, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 1045, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 1055, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker div {
  position: relative;
}

/* line 1058, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker.alpha {
  min-width: 140px;
}

/* line 1061, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker.alpha .colorpicker-alpha {
  display: block;
}

/* line 1064, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("../img/alpha.png");
  background-position: 0 100%;
}

/* line 1071, app/assets/stylesheets/smartadmin-plugins.css */
.colorpicker-color div {
  height: 10px;
}

/* line 1074, app/assets/stylesheets/smartadmin-plugins.css */
.input-append.color .add-on i,
.input-prepend.color .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 1081, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_length label {
  font-weight: normal;
  float: left;
  text-align: left;
}

/* line 1086, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_length select {
  width: 75px;
}

/* line 1089, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_filter label {
  font-weight: normal;
  float: right;
}

/* line 1093, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_filter input {
  width: 16em;
}

/* line 1096, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_info {
  padding-top: 8px;
}

/* line 1099, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_paginate {
  float: right;
  margin: 0;
}

/* line 1103, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

/* line 1107, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 1113, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
}

/* line 1119, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
}

/* line 1126, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting {
  background: url("../images/sort_both.png") no-repeat center right;
}

/* line 1129, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_asc {
  background: url("../images/sort_asc.png") no-repeat center right;
}

/* line 1132, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_desc {
  background: url("../images/sort_desc.png") no-repeat center right;
}

/* line 1135, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_asc_disabled {
  background: url("../images/sort_asc_disabled.png") no-repeat center right;
}

/* line 1138, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_desc_disabled {
  background: url("../images/sort_desc_disabled.png") no-repeat center right;
}

/* line 1141, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead > tr > th {
  padding-left: 18px;
  padding-right: 18px;
}

/* line 1145, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable th:active {
  outline: none;
}

/* Scrolling */
/* line 1149, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_scrollHead table {
  margin-bottom: 0 !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 1154, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_scrollHead table thead tr:last-child th:first-child,
div.dataTables_scrollHead table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1159, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 1164, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_scrollBody tbody tr:first-child th,
div.dataTables_scrollBody tbody tr:first-child td {
  border-top: none;
}

/* line 1168, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

/* Frustratingly the border-collapse:collapse used by Bootstrap makes the column
   width calculations when using scrolling impossible to align columns. We have
   to use separate
 */
/* line 1176, app/assets/stylesheets/smartadmin-plugins.css */
table.table-bordered.dataTable {
  border-collapse: separate !important;
}

/* line 1179, app/assets/stylesheets/smartadmin-plugins.css */
table.table-bordered thead th,
table.table-bordered thead td {
  border-left-width: 0;
  border-top-width: 0;
}

/* line 1184, app/assets/stylesheets/smartadmin-plugins.css */
table.table-bordered tbody th,
table.table-bordered tbody td {
  border-left-width: 0;
  border-bottom-width: 0;
}

/* line 1189, app/assets/stylesheets/smartadmin-plugins.css */
table.table-bordered th:last-child,
table.table-bordered td:last-child {
  border-right-width: 0;
}

/* line 1193, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/*
 * TableTools styles
 */
/* conflicting styles with bootstrap
.table tbody tr.active td,
.table tbody tr.active th {
	background-color: #08C;
	color: white;
}

.table tbody tr.active:hover td,
.table tbody tr.active:hover th {
	background-color: #0075b0;
}

.table tbody tr.active a {
	color: white;
}

.table-striped tbody tr.active:nth-child(odd) td,
.table-striped tbody tr.active:nth-child(odd) th {
	background-color: #017ebc;
} */
/* line 1219, app/assets/stylesheets/smartadmin-plugins.css */
table.DTTT_selectable tbody tr {
  cursor: pointer;
}

/* line 1222, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT .btn {
  color: #333 !important;
  font-size: 12px;
}

/* line 1226, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT .btn:hover {
  text-decoration: none !important;
}

/* line 1229, app/assets/stylesheets/smartadmin-plugins.css */
ul.DTTT_dropdown.dropdown-menu {
  z-index: 2003;
}

/* line 1232, app/assets/stylesheets/smartadmin-plugins.css */
ul.DTTT_dropdown.dropdown-menu a {
  color: #333 !important;
  /* needed only when demo_page.css is included */
}

/* line 1236, app/assets/stylesheets/smartadmin-plugins.css */
ul.DTTT_dropdown.dropdown-menu li {
  position: relative;
}

/* line 1239, app/assets/stylesheets/smartadmin-plugins.css */
ul.DTTT_dropdown.dropdown-menu li:hover a {
  background-color: #0088cc;
  color: white !important;
}

/* line 1243, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_collection_background {
  z-index: 2002;
}

/* TableTools information display */
/* line 1247, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_print_info.modal {
  height: 150px;
  margin-top: -75px;
  text-align: center;
}

/* line 1252, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 1258, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/*
 * FixedColumns styles
 */
/* line 1265, app/assets/stylesheets/smartadmin-plugins.css */
div.DTFC_LeftHeadWrapper table,
div.DTFC_LeftFootWrapper table,
div.DTFC_RightHeadWrapper table,
div.DTFC_RightFootWrapper table,
table.DTFC_Cloned tr.even {
  background-color: white;
  margin-bottom: 0;
}

/* line 1273, app/assets/stylesheets/smartadmin-plugins.css */
div.DTFC_RightHeadWrapper table,
div.DTFC_LeftHeadWrapper table {
  margin-bottom: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1280, app/assets/stylesheets/smartadmin-plugins.css */
div.DTFC_RightHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_RightHeadWrapper table thead tr:last-child td:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child th:first-child,
div.DTFC_LeftHeadWrapper table thead tr:last-child td:first-child {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* line 1287, app/assets/stylesheets/smartadmin-plugins.css */
div.DTFC_RightBodyWrapper table,
div.DTFC_LeftBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

/* line 1292, app/assets/stylesheets/smartadmin-plugins.css */
div.DTFC_RightBodyWrapper tbody tr:first-child th,
div.DTFC_RightBodyWrapper tbody tr:first-child td,
div.DTFC_LeftBodyWrapper tbody tr:first-child th,
div.DTFC_LeftBodyWrapper tbody tr:first-child td {
  border-top: none;
}

/* line 1298, app/assets/stylesheets/smartadmin-plugins.css */
div.DTFC_RightFootWrapper table,
div.DTFC_LeftFootWrapper table {
  border-top: none;
}

/*
 * FixedHeader styles
 */
/* line 1305, app/assets/stylesheets/smartadmin-plugins.css */
div.FixedHeader_Cloned table {
  margin: 0 !important;
}

/*
 * Namespace DTCR - "DataTables ColReorder" plug-in
 */
/* line 1311, app/assets/stylesheets/smartadmin-plugins.css */
table.DTCR_clonedTable {
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

/* line 1315, app/assets/stylesheets/smartadmin-plugins.css */
div.DTCR_pointer {
  width: 1px;
  background-color: #0259C4;
  z-index: 201;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 * ColVis styles
 */
/* line 1323, app/assets/stylesheets/smartadmin-plugins.css */
div.ColVis {
  float: right;
  margin-bottom: 1em;
}

/* line 1327, app/assets/stylesheets/smartadmin-plugins.css */
button.ColVis_Button,
ul.ColVis_collection li {
  position: relative;
  float: left;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: 0.88em;
  color: black !important;
  white-space: nowrap;
  border-radius: 2px;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  /* Generated by http://www.colorzilla.com/gradient-editor/ */
  background: #ffffff;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
}

/* line 1365, app/assets/stylesheets/smartadmin-plugins.css */
.ColVis_Button:hover,
ul.ColVis_collection li:hover {
  border: 1px solid #666;
  text-decoration: none !important;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background: #f3f3f3;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */
}

/* line 1389, app/assets/stylesheets/smartadmin-plugins.css */
button.ColVis_Button {
  height: 30px;
  padding: 3px 8px;
}

/* line 1393, app/assets/stylesheets/smartadmin-plugins.css */
button.ColVis_Button::-moz-focus-inner {
  border: none !important;
  padding: 0;
}

/* line 1397, app/assets/stylesheets/smartadmin-plugins.css */
button.ColVis_Button:active {
  outline: none;
}

/* line 1400, app/assets/stylesheets/smartadmin-plugins.css */
div.ColVis_collectionBackground {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: black;
  z-index: 1100;
}

/* line 1409, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  margin: 0;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/* line 1430, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li {
  position: relative;
  height: auto;
  left: 0;
  right: 0;
  padding: 0.5em;
  display: block;
  float: none;
  margin-bottom: 4px;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}

/* line 1445, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li {
  text-align: left;
}

/* line 1448, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li.ColVis_Button:hover {
  border: 1px solid #999;
  background-color: #f0f0f0;
}

/* line 1452, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li span {
  display: inline-block;
  padding-left: 0.5em;
  cursor: pointer;
}

/* line 1457, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li.ColVis_Special {
  border-color: #555;
  background: #ededed;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #ededed 0%, #d6d6d6 77%, #e8e8e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#e8e8e8', GradientType=0);
  /* IE6-9 */
}

/* line 1474, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li.ColVis_Special:hover {
  background: #e2e2e2;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(top, #d0d0d0 0%, #d5d5d5 89%, #e2e2e2 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#e2e2e2', GradientType=0);
  /* IE6-9 */
}

/* line 1490, app/assets/stylesheets/smartadmin-plugins.css */
span.ColVis_radio {
  display: inline-block;
  width: 20px;
}

/* line 1494, app/assets/stylesheets/smartadmin-plugins.css */
div.ColVis_catcher {
  position: absolute;
  z-index: 1101;
}

/* line 1498, app/assets/stylesheets/smartadmin-plugins.css */
.disabled {
  color: #999;
}

/*
 * File:        TableTools.css
 * Description: Styles for TableTools 2
 * Author:      Allan Jardine (www.sprymedia.co.uk)
 * Language:    Javascript
 * License:     GPL v2 / 3 point BSD
 * Project:     DataTables
 *
 * Copyright 2009-2012 Allan Jardine, all rights reserved.
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * CSS name space:
 *   DTTT                  DataTables TableTools
 *
 * Style sheet provides:
 *   CONTAINER             TableTools container element and styles applying to all components
 *   BUTTON_STYLES         Action specific button styles
 *   SELECTING             Row selection styles
 *   COLLECTIONS           Drop down list (collection) styles
 *   PRINTING              Print display styles
 */
/*
 * CONTAINER
 * TableTools container element and styles applying to all components
 */
/* line 1527, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_container {
  position: relative;
  float: right;
  margin-bottom: 1em;
}

@media screen and (max-width: 640px) {
  /* line 1533, app/assets/stylesheets/smartadmin-plugins.css */
  div.DTTT_container {
    float: none !important;
    text-align: center;
  }
  /* line 1537, app/assets/stylesheets/smartadmin-plugins.css */
  div.DTTT_container:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }
}

/* line 1545, app/assets/stylesheets/smartadmin-plugins.css */
button.DTTT_button,
div.DTTT_button,
a.DTTT_button {
  position: relative;
  display: inline-block;
  margin-right: 3px;
  padding: 5px 8px;
  border: 1px solid #999;
  cursor: pointer;
  *cursor: hand;
  font-size: 0.88em;
  color: black !important;
  border-radius: 2px;
  -ms-box-shadow: 1px 1px 3px #ccc;
  -o-box-shadow: 1px 1px 3px #ccc;
  box-shadow: 1px 1px 3px #ccc;
  /* Generated by http://www.colorzilla.com/gradient-editor/ */
  background: #ffffff;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
}

/* Buttons are cunning border-box sizing - we can't just use that for A and DIV due to IE6/7 */
/* line 1584, app/assets/stylesheets/smartadmin-plugins.css */
button.DTTT_button {
  height: 30px;
  padding: 3px 8px;
}

/* line 1588, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_button embed {
  outline: none;
}

/* line 1591, app/assets/stylesheets/smartadmin-plugins.css */
button.DTTT_button:hover,
div.DTTT_button:hover,
a.DTTT_button:hover {
  border: 1px solid #666;
  text-decoration: none !important;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
  background: #f3f3f3;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(top, #f3f3f3 0%, #e2e2e2 89%, #f4f4f4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#f4f4f4', GradientType=0);
  /* IE6-9 */
}

/* line 1616, app/assets/stylesheets/smartadmin-plugins.css */
button.DTTT_disabled,
div.DTTT_disabled,
a.DTTT_disabled {
  color: #999;
  border: 1px solid #d0d0d0;
  background: #ffffff;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f9f9f9 89%, #fafafa 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fafafa', GradientType=0);
  /* IE6-9 */
}

/*
 * BUTTON_STYLES
 * Action specific button styles
 * If you want images - comment this back in

a.DTTT_button_csv,
a.DTTT_button_xls,
a.DTTT_button_copy,
a.DTTT_button_pdf,
a.DTTT_button_print {
	padding-right: 0px;
}

a.DTTT_button_csv span,
a.DTTT_button_xls span,
a.DTTT_button_copy span,
a.DTTT_button_pdf span,
a.DTTT_button_print span {
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding-right: 30px;
}


a.DTTT_button_csv span { background: url(../images/csv.png) no-repeat bottom right; }
a.DTTT_button_csv:hover span { background: url(../images/csv_hover.png) no-repeat center right; }

a.DTTT_button_xls span { background: url(../images/xls.png) no-repeat center right; }
a.DTTT_button_xls:hover span { background: #f0f0f0 url(../images/xls_hover.png) no-repeat center right; }

a.DTTT_button_copy span { background: url(../images/copy.png) no-repeat center right; }
a.DTTT_button_copy:hover span { background: #f0f0f0 url(../images/copy_hover.png) no-repeat center right; }

a.DTTT_button_pdf span { background: url(../images/pdf.png) no-repeat center right; }
a.DTTT_button_pdf:hover span { background: #f0f0f0 url(../images/pdf_hover.png) no-repeat center right; }

a.DTTT_button_print span { background: url(../images/print.png) no-repeat center right; }
a.DTTT_button_print:hover span { background: #f0f0f0 url(../images/print_hover.png) no-repeat center right; }

 */
/* line 1677, app/assets/stylesheets/smartadmin-plugins.css */
button.DTTT_button_collection span {
  padding-right: 17px;
  /*background: url(../images/collection.png) no-repeat center right;*/
}

/* line 1681, app/assets/stylesheets/smartadmin-plugins.css */
button.DTTT_button_collection:hover span {
  padding-right: 17px;
  background: #f0f0f0;
  /*background: #f0f0f0 url(../images/collection_hover.png) no-repeat center right;*/
}

/*
 * SELECTING
 * Row selection styles
 */
/* line 1690, app/assets/stylesheets/smartadmin-plugins.css */
table.DTTT_selectable tbody tr {
  cursor: pointer;
  *cursor: hand;
}

/* line 1694, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.odd {
  background-color: #9FAFD1;
}

/* line 1697, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.odd td.sorting_1 {
  background-color: #9FAFD1;
}

/* line 1700, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.odd td.sorting_2 {
  background-color: #9FAFD1;
}

/* line 1703, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.odd td.sorting_3 {
  background-color: #9FAFD1;
}

/* line 1706, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.even {
  background-color: #B0BED9;
}

/* line 1709, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.even td.sorting_1 {
  background-color: #B0BED9;
}

/* line 1712, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.even td.sorting_2 {
  background-color: #B0BED9;
}

/* line 1715, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable tr.DTTT_selected.even td.sorting_3 {
  background-color: #B0BED9;
}

/*
 * COLLECTIONS
 * Drop down list (collection) styles
 */
/* line 1722, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_collection {
  width: 150px;
  padding: 8px 8px 4px 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-color: #f3f3f3;
  background-color: rgba(255, 255, 255, 0.3);
  overflow: hidden;
  z-index: 2002;
  border-radius: 5px;
  -ms-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

/* line 1742, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_collection_background {
  /*background: transparent url(../images/background.png) repeat top left;*/
  z-index: 2001;
}

/* line 1746, app/assets/stylesheets/smartadmin-plugins.css */
div.DTTT_collection button.DTTT_button,
div.DTTT_collection div.DTTT_button,
div.DTTT_collection a.DTTT_button {
  position: relative;
  left: 0;
  right: 0;
  display: block;
  float: none;
  margin-bottom: 4px;
  -ms-box-shadow: 1px 1px 3px #999;
  -o-box-shadow: 1px 1px 3px #999;
  box-shadow: 1px 1px 3px #999;
}

/*
 * PRINTING
 * Print display styles
 */
/* line 1765, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_print_info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  height: 150px;
  margin-left: -200px;
  margin-top: -75px;
  text-align: center;
  color: #333;
  padding: 10px 30px;
  background: #ffffff;
  /* Old browsers */
  /* Chrome10+,Safari5.1+ */
  /* FF3.6+ */
  /* IE10+ */
  /* Opera 11.10+ */
  background: linear-gradient(top, #ffffff 0%, #f3f3f3 89%, #f9f9f9 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f9f9f9', GradientType=0);
  /* IE6-9 */
  opacity: 0.95;
  border: 1px solid black;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 6px;
  -ms-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.5);
}

/* line 1804, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_print_info h6 {
  font-weight: normal;
  font-size: 28px;
  line-height: 28px;
  margin: 1em;
}

/* line 1810, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_print_info p {
  font-size: 14px;
  line-height: 20px;
}

/* line 1814, app/assets/stylesheets/smartadmin-plugins.css */
table.has-columns-hidden > tbody > tr > td > span.responsiveExpander {
  background: url("../img/plus.png") no-repeat 5px center;
  padding-left: 32px;
  cursor: pointer;
}

/* line 1819, app/assets/stylesheets/smartadmin-plugins.css */
table.has-columns-hidden > tbody > tr.detail-show > td span.responsiveExpander {
  background: url("../img/minus.png") no-repeat 5px center;
}

/* line 1822, app/assets/stylesheets/smartadmin-plugins.css */
table.has-columns-hidden > tbody > tr.row-detail > td {
  background: #eee;
}

/* line 1825, app/assets/stylesheets/smartadmin-plugins.css */
table.has-columns-hidden > tbody > tr.row-detail > td > ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 1830, app/assets/stylesheets/smartadmin-plugins.css */
table.has-columns-hidden > tbody > tr.row-detail > td > ul > li > span.columnTitle {
  font-weight: bold;
}

/* line 1833, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar {
  display: block;
  position: relative;
  padding: 6px 7px 1px;
  width: 100%;
  float: left;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}

/* line 1842, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar-footer {
  background: #fafafa;
  font-size: 11px;
  overflow: hidden;
  padding: 5px 10px;
  border-top: 1px solid #ccc;
  -ms-box-shadow: inset 0 1px #fff;
  box-shadow: inset 0 1px #fff;
}

/* line 1853, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar > :first-child,
.dt-toolbar-footer > :first-child {
  padding-left: 0px !important;
}

/* line 1857, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar > :last-child,
.dt-toolbar-footer > :last-child {
  padding-right: 0px !important;
}

/* line 1861, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAgMAAAAPPt5fAAAACVBMVEUAAADIyMjl5eVIBBP/AAAAAXRSTlMAQObYZgAAAClJREFUCNdjwAYEwGQKiGDsBJFsTA5AUoJhAqZaiDhEDVg9RC/MHEwAANsMA91AQfd/AAAAAElFTkSuQmCC) no-repeat center right;
}

/* line 1864, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_asc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAAB1JREFUCNdjwAkcgPgBAwPjBwYG5h8MDOx/GAgBAKRJBBCQbHkwAAAAAElFTkSuQmCC) no-repeat center right;
}

/* line 1867, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_desc {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABVVVUT3Vn+AAAAAXRSTlMAQObYZgAAABxJREFUCNdjIATY/zAwMP9gYGD8AOQ8AGIHnEoBkNkEEEbbutQAAAAASUVORK5CYII=) no-repeat center right;
}

/* line 1870, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_asc_disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAdSURBVAjXY8AJHID4AQMD4wcGBuYfDAzsfxgIAQCkSQQQkGx5MAAAAABJRU5ErkJggg==) no-repeat center right;
}

/* line 1873, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_desc_disabled {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATAQMAAABInqSPAAAABlBMVEUAAABUVFR8AzIeAAAAAnRSTlMAf7YpoZUAAAAcSURBVAjXYyAE2P8wMDD/YGBg/ADkPABiB5xKAZDZBBBG27rUAAAAAElFTkSuQmCC) no-repeat center right;
}

/* line 1876, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
  background-color: #eeeeee;
}

/* line 1880, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_empty {
  padding: 20px 10px !important;
  font-size: 14px;
  text-align: center;
  color: #575757;
}

/* line 1886, app/assets/stylesheets/smartadmin-plugins.css */
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 8px 10px;
}

/* line 1894, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead > tr > th,
table.dataTable tfoot > tr > th {
  padding-left: 9px !important;
}

/* line 1898, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead > tr > th input,
table.dataTable tfoot > tr > th input {
  width: 100% !important;
  font-weight: normal;
}

/* line 1903, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead > tr > th.hasinput {
  padding: 6px !important;
}

/* line 1906, app/assets/stylesheets/smartadmin-plugins.css */
div.dataTables_info {
  padding-top: 9px;
  font-size: 13px;
  font-weight: bold;
  font-style: italic;
  color: #969696;
}

/*
 * Double lines in thead tfoot
 */
/* line 1916, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable thead > tr > th {
  border-left: none !important;
}

/* checkbox */
/* line 1920, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable input.checkbox[type=checkbox],
.dataTable input.radiobox[type=radio] {
  left: -999px;
}

/* line 1924, app/assets/stylesheets/smartadmin-plugins.css */
table.dataTable thead > tr > th.sorting_disabled {
  padding-right: 9px !important;
}

/*
 * DT FIlter
 */
/* line 1930, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_filter {
  float: left;
  width: 100%;
}

/* line 1934, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_filter .input-group-addon {
  width: 32px;
  margin-top: 0px;
  float: left;
  height: 32px;
  padding-top: 8px;
}

/* line 1941, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_filter .input-group-addon + .form-control {
  float: left;
}

/*
 * LTR filter position
 */
/* line 1947, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar > :first-child .dataTables_filter > :only-child,
.dt-toolbar > :first-child .DTTT,
.dt-toolbar > :first-child .pagination,
.dt-toolbar > :first-child .dataTables_length {
  float: left !important;
}

/* line 1953, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar > :last-child .dataTables_filter > :only-child,
.dt-toolbar > :last-child .DTTT,
.dt-toolbar > :last-child .pagination,
.dt-toolbar > :last-child .dataTables_length {
  float: right;
}

/* bottom portion */
/* line 1960, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar-footer > :first-child .dataTables_filter > :only-child,
.dt-toolbar-footer > :first-child .DTTT,
.dt-toolbar-footer > :first-child .pagination,
.dt-toolbar-footer > :first-child .dataTables_length {
  float: left;
}

/* line 1966, app/assets/stylesheets/smartadmin-plugins.css */
.dt-toolbar-footer > :last-child .dataTables_filter > :only-child,
.dt-toolbar-footer > :last-child .DTTT,
.dt-toolbar-footer > :last-child .pagination,
.dt-toolbar-footer > :last-child .dataTables_length {
  float: right;
}

/*
 * PRINT
 */
/* line 1975, app/assets/stylesheets/smartadmin-plugins.css */
body.DTTT_Print {
  background: #fff !important;
}

/* line 1978, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_Print #main {
  margin: 0px !important;
}

/* line 1981, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_PrintMessage {
  font-size: 20px;
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 10px;
  font-weight: bold;
}

/* line 1989, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_Print table.dataTable {
  margin-top: 0px !important;
}

/* line 1992, app/assets/stylesheets/smartadmin-plugins.css */
.DTTT_Print .dataTables_wrapper table {
  border: 1px solid #C7C7C7 !important;
}

/*
 * COLUMN SHOW/HIDE
 */
/* line 1998, app/assets/stylesheets/smartadmin-plugins.css */
div.ColVis {
  margin-bottom: 0px !important;
}

/* line 2001, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection {
  width: 127px;
}

/* line 2004, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li span {
  vertical-align: 3px;
}

/* line 2007, app/assets/stylesheets/smartadmin-plugins.css */
ul.ColVis_collection li label {
  margin-bottom: 0px !important;
}

/*
 * Processing Fix
 */
/* line 2013, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 40px;
  margin-left: -50%;
  margin-top: -25px;
  padding-top: 20px;
  text-align: center;
  font-size: 1.2em;
  background-color: white;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
}

/* custom font icon */
/* line 2033, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .details-control {
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
}

/* line 2038, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .details-control:before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f055";
  font-size: 1.4em;
  color: #739e73;
}

/* line 2045, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .shown .details-control:before {
  content: "\f056";
  color: #a90329;
}

/* line 2049, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .shown + tr > td {
  padding: 0px !important;
}

/* line 2052, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .shown {
  background: rgba(205, 209, 98, 0.2) !important;
}

/* line 2055, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .shown > td {
  background: none !important;
}

/* line 2058, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .shown + tr > td > table > tbody > tr:last-child {
  border-bottom: 1px solid #c2c2c2;
}

/* line 2061, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .shown + tr > td > table tbody tr {
  background-color: rgba(205, 209, 98, 0.05) !important;
}

/* line 2064, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable tbody .shown .table > tbody > tr > td {
  border: none !important;
}

/* line 2067, app/assets/stylesheets/smartadmin-plugins.css */
.table-bordered .progress {
  background: #fff !important;
  box-shadow: 0 1px 0 transparent,0 0 0 1px #D6D6D6 inset;
}

/* datatable scroll-y bug fix for firefox */
/* line 2074, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_scroll .dataTables_scrollHead,
.dataTables_scroll .dataTables_scrollBody,
.dataTables_scroll + .dt-toolbar-footer {
  float: left;
}

/* line 2079, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_scroll + .dt-toolbar-footer {
  width: 100%;
}

/* line 2082, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_scroll .dataTables_scrollHeadInner {
  margin-top: -6px;
}

/* line 2085, app/assets/stylesheets/smartadmin-plugins.css */
.dataTables_scroll .dataTables_scrollHead {
  background: #f4f4f4;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* line 2296, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone,
.dropzone * {
  box-sizing: border-box;
}

/* line 2300, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone {
  min-height: 300px;
  border: 1px dashed rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background: white;
  padding: 20px 20px;
}

/* line 2307, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 2310, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 2313, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
  margin-top: 3.4%;
}

/* line 2318, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 2321, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone.dz-drag-hover {
  border: 1px dashed #4487a5 !important;
}

/* line 2324, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 2327, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 2331, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 2338, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 2341, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 2344, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eeeeee, #dddddd);
}

/* line 2349, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 2352, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-image-preview {
  background: none;
}

/* line 2355, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear;
}

/* line 2362, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 2369, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 2372, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 2375, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}

/* line 2389, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 2393, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 2396, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}

/* line 2400, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 2404, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 2407, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}

/* line 2413, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 2422, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 2431, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 2434, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 2441, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}

/* line 2449, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}

/* line 2461, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 2467, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear;
}

/* line 2475, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in;
}

/* line 2483, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 2490, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}

/* line 2506, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666666, #444444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out;
}

/* line 2520, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 2523, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 2527, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 2549, app/assets/stylesheets/smartadmin-plugins.css */
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626;
}

/* line 2560, app/assets/stylesheets/smartadmin-plugins.css */
.easy-pie-title {
  display: inline-block;
  margin: 10px 6px 0;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  width: 100px;
  height: 19px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 2572, app/assets/stylesheets/smartadmin-plugins.css */
.easy-pie-title .icon-color-good,
.easy-pie-title .icon-color-bad {
  font-size: 18px;
}

/* line 2576, app/assets/stylesheets/smartadmin-plugins.css */
.easy-pie-chart {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

/* line 2581, app/assets/stylesheets/smartadmin-plugins.css */
.easy-pie-chart .percent {
  color: #444;
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
}

/* line 2592, app/assets/stylesheets/smartadmin-plugins.css */
.easy-pie-chart .percent .fa {
  display: none;
}

/* line 2595, app/assets/stylesheets/smartadmin-plugins.css */
.degree-sign:after,
.percent-sign:after {
  content: " %";
  line-height: normal;
}

/* The styles given to the associated form element in order to hide it */
/* line 2601, app/assets/stylesheets/smartadmin-plugins.css */
.fd-form-element-hidden {
  display: none;
}

/* Horizontal Outer wrapper - all other DOM elements added as children to this top level wrapper */
/* line 2605, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider {
  width: 100%;
  /* The height of the slider handle */
  height: 20px;
  margin: 0;
}

/* Vertical Outer wrapper - all other DOM elements added as children to this top level wrapper */
/* line 2612, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-vertical {
  /* The width of the slider handle */
  width: 20px;
  /* Fill the available space */
  height: 100%;
  /* Set a 10 pixel right and bottom margin */
  margin: 0 10px 10px 0;
  /* You may wish to float the vertical sliders left or display:inline-block */
  /* float:left; */
}

/* Shared rules - both horizontal & vertical sliders */
/* line 2623, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider,
.fd-slider-vertical {
  /* display:block required as the wrapper element is a span */
  display: block;
  /* This lets us absolutely position the drag handle */
  position: relative;
  text-decoration: none;
  border: 0 none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

/* line 2636, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-inner {
  /* Used by IE for the onfocus blur effect */
  display: none;
}

/* The inner track bar */
/* line 2641, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-bar {
  position: absolute;
  display: block;
  z-index: 2;
  height: 6px;
  width: 100%;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  margin: 0;
  padding: 0;
  overflow: hidden;
  line-height: 4px;
  top: 8px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #333;
}

/* The animated range bar */
/* line 2664, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-range {
  position: absolute;
  display: block;
  z-index: 3;
  height: 6px;
  margin: 0;
  padding: 0 2px 0 0;
  overflow: hidden;
  top: 9px;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #eee;
}

/* The drag handle */
/* line 2682, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-handle {
  position: absolute;
  display: block;
  padding: 0;
  border: 0 none;
  margin: 0 0 0 1px;
  z-index: 3;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  line-height: 1px !important;
  outline: 0 none;
  background: #eee;
  border: 1px solid #aaa;
  border-radius: 12px;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -moz-user-focus: none;
  -moz-outline: 0 none;
  -ms-user-select: none;
      user-select: none;
}

/* Focus styles */
/* line 2706, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-handle:focus {
  outline: 0 none;
  border: 0 none;
  -moz-user-focus: normal;
}

/* line 2711, app/assets/stylesheets/smartadmin-plugins.css */
button.fd-slider-handle:focus::-moz-focus-inner {
  border-color: transparent;
}

/* line 2714, app/assets/stylesheets/smartadmin-plugins.css */
body.fd-slider-drag-vertical,
body.fd-slider-drag-vertical * {
  /* Stop text selection */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/* line 2721, app/assets/stylesheets/smartadmin-plugins.css */
body.fd-slider-drag-horizontal,
body.fd-slider-drag-horizontal * {
  /* Stop text selection */
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

/*
	 Sample tooltip code. Only works on grade A browsers (so no IE6,7 or 8).

	 See: http://nicolasgallagher.com/multiple-backgrounds-and-borders-with-css2/ for full info on
	 how to style generated content & the associated pitfalls

	 This code to be taken as experimental & untested - use at your discretion

	 If showing the tooltip above the sider handle you are relegated to showing
	 single line tooltips due to styling constraints!
	 */
/* line 2739, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-handle:before,
.fd-slider-handle:after {
  /* Remove from screen */
  opacity: 0;
  /* The following rules are not really needed as no browser yet supports CSS transitions
		 on generated content but I'll leave it in for the day when they do! */
  /* Firefox */
  -moz-transition-property: opacity;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 1s;
  /* WebKit */
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1s;
  -webkit-transition-delay: 1s;
  /* Opera */
  -o-transition-property: opacity;
  -o-transition-duration: 1s;
  -o-transition-delay: 1s;
  /* Standard */
  transition-property: opacity;
  transition-duration: 1s;
  transition-delay: 1s;
}

/*
	 The tooltip body - as we position it above the slider and position the tooltip arrow
	 below it, we need to know the height of the body. This means that multi-line tooltips
	 are not supported.

	 To support multi-line tooltips, you will need to position the tooltip below the slider
	 and the tooltip pointer above the tooltip body. Additionally, you will have to set the
	 tooltip bodies "height" to auto
	 */
/* line 2771, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-focused .fd-slider-handle:before,
.fd-slider-hover .fd-slider-handle:before,
.fd-slider-active .fd-slider-handle:before {
  display: block;
  position: absolute;
  top: -21px;
  left: -8px;
  margin: 0;
  width: 20px;
  padding: 3px;
  height: 14px;
  line-height: 12px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  text-shadow: 1px 1px 1px #1a3a95;
  background: #2f6ee0;
  z-index: 1;
  /* Use the ARIA valuetext property, set by the script, to generate the tooltip content */
  content: attr(aria-valuetext);
  /* Border radius and box shadow */
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  box-shadow: 0px 0px 4px #999;
  /* Change opacity for transition */
  opacity: 1;
}

/* The tooltip pointer */
/* line 2806, app/assets/stylesheets/smartadmin-plugins.css */
.fd-slider-focused .fd-slider-handle:after,
.fd-slider-hover .fd-slider-handle:after,
.fd-slider-active .fd-slider-handle:after {
  outline: none;
  content: "";
  display: block;
  position: absolute;
  top: -9px;
  left: 50%;
  margin: 0 0 0 -5px;
  background: #2f6ee0;
  z-index: 2;
  width: 10px;
  height: 10px;
  overflow: hidden;
  /* Rotate element by 45 degress to get the "\/" pointer effect */
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  /* Add a box shadow */
  box-shadow: 0 0 4px #aaa;
  /* Clip */
  clip: rect(4px, 14px, 14px, 4px);
  /* Change opacity for transition */
  opacity: 1;
}

/* Remove completely for IE */
/* line 2835, app/assets/stylesheets/smartadmin-plugins.css */
.oldie .fd-slider-handle:before,
.oldie .fd-slider-handle:after {
  display: none;
}

/*!
 * FullCalendar v2.0.2 Stylesheet
 * Docs & License: http://arshaw.com/fullcalendar/
 * (c) 2013 Adam Shaw
 */
/* line 2844, app/assets/stylesheets/smartadmin-plugins.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 2848, app/assets/stylesheets/smartadmin-plugins.css */
.fc table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 2852, app/assets/stylesheets/smartadmin-plugins.css */
html .fc,
.fc table {
  font-size: 1em;
}

/* line 2856, app/assets/stylesheets/smartadmin-plugins.css */
.fc td,
.fc th {
  padding: 0;
  vertical-align: top;
}

/* Header
------------------------------------------------------------------------*/
/* line 2863, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header td {
  white-space: nowrap;
}

/* line 2866, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header-left {
  width: 25%;
  text-align: left;
}

/* line 2870, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header-center {
  text-align: center;
}

/* line 2873, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header-right {
  width: 25%;
  text-align: right;
}

/* line 2877, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header-title {
  display: inline-block;
  vertical-align: top;
}

/* line 2881, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header-title h2 {
  margin-top: 0;
  white-space: nowrap;
}

/* line 2885, app/assets/stylesheets/smartadmin-plugins.css */
.fc .fc-header-space {
  padding-left: 10px;
}

/* line 2888, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header .fc-button {
  margin-bottom: 1em;
  vertical-align: top;
}

/* buttons edges butting together */
/* line 2893, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header .fc-button {
  margin-right: -1px;
}

/* line 2896, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header .fc-corner-right,
.fc-header .ui-corner-right {
  /* theme */
  margin-right: 0;
  /* back to normal */
}

/* button layering (for border precedence) */
/* line 2903, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header .fc-state-hover,
.fc-header .ui-state-hover {
  z-index: 2;
}

/* line 2907, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header .fc-state-down {
  z-index: 3;
}

/* line 2910, app/assets/stylesheets/smartadmin-plugins.css */
.fc-header .fc-state-active,
.fc-header .ui-state-active {
  z-index: 4;
}

/* Content
------------------------------------------------------------------------*/
/* line 2916, app/assets/stylesheets/smartadmin-plugins.css */
.fc-content {
  position: relative;
  z-index: 1;
  /* scopes all other z-index's to be inside this container */
  clear: both;
  zoom: 1;
  /* for IE7, gives accurate coordinates for [un]freezeContentHeight */
}

/* line 2924, app/assets/stylesheets/smartadmin-plugins.css */
.fc-view {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* Cell Styles
------------------------------------------------------------------------*/
/* line 2931, app/assets/stylesheets/smartadmin-plugins.css */
.fc-widget-header,
.fc-widget-content {
  /* <td>, usually */
  border: 1px solid #ddd;
}

/* line 2936, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-highlight {
  /* <td> today cell */
  /* TODO: add .fc-today to <th> */
  background: #fcf8e3;
}

/* line 2941, app/assets/stylesheets/smartadmin-plugins.css */
.fc-cell-overlay {
  /* semi-transparent rectangle while dragging */
  background: #bce8f1;
  opacity: .3;
  filter: alpha(opacity=30);
  /* for IE */
}

/* Buttons
------------------------------------------------------------------------*/
/* line 2950, app/assets/stylesheets/smartadmin-plugins.css */
.fc-button {
  position: relative;
  display: inline-block;
  padding: 0 .6em;
  overflow: hidden;
  height: 1.9em;
  line-height: 1.9em;
  white-space: nowrap;
  cursor: pointer;
}

/* line 2960, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 2964, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 2969, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/*
	Our default prev/next buttons use HTML entities like &lsaquo; &rsaquo; &laquo; &raquo;
	and we'll try to make them look good cross-browser.
*/
/* line 2978, app/assets/stylesheets/smartadmin-plugins.css */
.fc-button .fc-icon {
  margin: 0 .1em;
  font-size: 2em;
  font-family: "Courier New", Courier, monospace;
  vertical-align: baseline;
  /* for IE7 */
}

/* line 2985, app/assets/stylesheets/smartadmin-plugins.css */
.fc-icon-left-single-arrow:after {
  content: "\02039";
  font-weight: bold;
}

/* line 2989, app/assets/stylesheets/smartadmin-plugins.css */
.fc-icon-right-single-arrow:after {
  content: "\0203A";
  font-weight: bold;
}

/* line 2993, app/assets/stylesheets/smartadmin-plugins.css */
.fc-icon-left-double-arrow:after {
  content: "\000AB";
}

/* line 2996, app/assets/stylesheets/smartadmin-plugins.css */
.fc-icon-right-double-arrow:after {
  content: "\000BB";
}

/* icon (for jquery ui) */
/* line 3000, app/assets/stylesheets/smartadmin-plugins.css */
.fc-button .ui-icon {
  position: relative;
  top: 50%;
  float: left;
  margin-top: -8px;
  /* we know jqui icons are always 16px tall */
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 3011, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 3025, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 3032, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

/* line 3041, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 3048, app/assets/stylesheets/smartadmin-plugins.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

/* Global Event Styles
------------------------------------------------------------------------*/
/* line 3057, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-container > * {
  z-index: 8;
}

/* line 3060, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-container > .ui-draggable-dragging,
.fc-event-container > .ui-resizable-resizing {
  z-index: 9;
}

/* line 3064, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event {
  border: 1px solid #3a87ad;
  /* default BORDER color */
  background-color: #3a87ad;
  /* default BACKGROUND color */
  color: #fff;
  /* default TEXT color */
  font-size: .85em;
  cursor: default;
}

/* line 3074, app/assets/stylesheets/smartadmin-plugins.css */
a.fc-event {
  text-decoration: none;
}

/* line 3077, app/assets/stylesheets/smartadmin-plugins.css */
a.fc-event,
.fc-event-draggable {
  cursor: pointer;
}

/* line 3081, app/assets/stylesheets/smartadmin-plugins.css */
.fc-rtl .fc-event {
  text-align: right;
}

/* line 3084, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

/* line 3089, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-time,
.fc-event-title {
  padding: 0 1px;
}

/* line 3093, app/assets/stylesheets/smartadmin-plugins.css */
.fc .ui-resizable-handle {
  display: block;
  position: absolute;
  z-index: 99999;
  overflow: hidden;
  /* hacky spaces (IE6/7) */
  font-size: 300%;
  /* */
  line-height: 50%;
  /* */
}

/* Horizontal Events
------------------------------------------------------------------------*/
/* line 3106, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-hori {
  border-width: 1px 0;
  margin-bottom: 1px;
}

/* line 3110, app/assets/stylesheets/smartadmin-plugins.css */
.fc-ltr .fc-event-hori.fc-event-start,
.fc-rtl .fc-event-hori.fc-event-end {
  border-left-width: 1px;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 3116, app/assets/stylesheets/smartadmin-plugins.css */
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start {
  border-right-width: 1px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* resizable */
/* line 3123, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-hori .ui-resizable-e {
  top: 0           !important;
  /* importants override pre jquery ui 1.7 styles */
  right: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: e-resize;
}

/* line 3131, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-hori .ui-resizable-w {
  top: 0           !important;
  left: -3px !important;
  width: 7px       !important;
  height: 100%     !important;
  cursor: w-resize;
}

/* line 3138, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-hori .ui-resizable-handle {
  _padding-bottom: 14px;
  /* IE6 had 0 height */
}

/* Reusable Separate-border Table
------------------------------------------------------------*/
/* line 3144, app/assets/stylesheets/smartadmin-plugins.css */
table.fc-border-separate {
  border-collapse: separate;
}

/* line 3147, app/assets/stylesheets/smartadmin-plugins.css */
.fc-border-separate th,
.fc-border-separate td {
  border-width: 1px 0 0 1px;
}

/* line 3151, app/assets/stylesheets/smartadmin-plugins.css */
.fc-border-separate th.fc-last,
.fc-border-separate td.fc-last {
  border-right-width: 1px;
}

/* line 3155, app/assets/stylesheets/smartadmin-plugins.css */
.fc-border-separate tr.fc-last th,
.fc-border-separate tr.fc-last td {
  border-bottom-width: 1px;
}

/* line 3159, app/assets/stylesheets/smartadmin-plugins.css */
.fc-border-separate tbody tr.fc-first td,
.fc-border-separate tbody tr.fc-first th {
  border-top-width: 0;
}

/* Month View, Basic Week View, Basic Day View
------------------------------------------------------------------------*/
/* line 3165, app/assets/stylesheets/smartadmin-plugins.css */
.fc-grid th {
  text-align: center;
}

/* line 3168, app/assets/stylesheets/smartadmin-plugins.css */
.fc .fc-week-number {
  width: 22px;
  text-align: center;
}

/* line 3172, app/assets/stylesheets/smartadmin-plugins.css */
.fc .fc-week-number div {
  padding: 0 2px;
}

/* line 3175, app/assets/stylesheets/smartadmin-plugins.css */
.fc-grid .fc-day-number {
  float: right;
  padding: 0 2px;
}

/* line 3179, app/assets/stylesheets/smartadmin-plugins.css */
.fc-grid .fc-other-month .fc-day-number {
  opacity: 0.3;
  filter: alpha(opacity=30);
  /* for IE */
  /* opacity with small font can sometimes look too faded
	   might want to set the 'color' property instead
	   making day-numbers bold also fixes the problem */
}

/* line 3187, app/assets/stylesheets/smartadmin-plugins.css */
.fc-grid .fc-day-content {
  clear: both;
  padding: 2px 2px 1px;
  /* distance between events and day edges */
}

/* event styles */
/* line 3193, app/assets/stylesheets/smartadmin-plugins.css */
.fc-grid .fc-event-time {
  font-weight: bold;
}

/* right-to-left */
/* line 3197, app/assets/stylesheets/smartadmin-plugins.css */
.fc-rtl .fc-grid .fc-day-number {
  float: left;
}

/* line 3200, app/assets/stylesheets/smartadmin-plugins.css */
.fc-rtl .fc-grid .fc-event-time {
  float: right;
}

/* Agenda Week View, Agenda Day View
------------------------------------------------------------------------*/
/* line 3205, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda table {
  border-collapse: separate;
}

/* line 3208, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-days th {
  text-align: center;
}

/* line 3211, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda .fc-agenda-axis {
  width: 50px;
  padding: 0 4px;
  vertical-align: middle;
  text-align: right;
  font-weight: normal;
}

/* line 3218, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-slots .fc-agenda-axis {
  white-space: nowrap;
}

/* line 3221, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda .fc-week-number {
  font-weight: bold;
}

/* line 3224, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda .fc-day-content {
  padding: 2px 2px 1px;
}

/* make axis border take precedence */
/* line 3228, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-days .fc-agenda-axis {
  border-right-width: 1px;
}

/* line 3231, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-days .fc-col0 {
  border-left-width: 0;
}

/* all-day area */
/* line 3235, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-allday th {
  border-width: 0 1px;
}

/* line 3238, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-allday .fc-day-content {
  min-height: 34px;
  /* TODO: doesnt work well in quirksmode */
  _height: 34px;
}

/* divider (between all-day and slots) */
/* line 3244, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-divider-inner {
  height: 2px;
  overflow: hidden;
}

/* line 3248, app/assets/stylesheets/smartadmin-plugins.css */
.fc-widget-header .fc-agenda-divider-inner {
  background: #eee;
}

/* slot rows */
/* line 3252, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-slots th {
  border-width: 1px 1px 0;
}

/* line 3255, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-slots td {
  border-width: 1px 0 0;
  background: none;
}

/* line 3259, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-slots td div {
  height: 20px;
}

/* line 3262, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-slots tr.fc-slot0 th,
.fc-agenda-slots tr.fc-slot0 td {
  border-top-width: 0;
}

/* line 3266, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-slots tr.fc-minor th,
.fc-agenda-slots tr.fc-minor td {
  border-top-style: dotted;
}

/* line 3270, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda-slots tr.fc-minor th.ui-widget-header {
  *border-top-style: solid;
  /* doesn't work with background in IE6/7 */
}

/* Vertical Events
------------------------------------------------------------------------*/
/* line 3276, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-vert {
  border-width: 0 1px;
}

/* line 3279, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-vert.fc-event-start {
  border-top-width: 1px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

/* line 3284, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-vert.fc-event-end {
  border-bottom-width: 1px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

/* line 3289, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-vert .fc-event-time {
  white-space: nowrap;
  font-size: 10px;
}

/* line 3293, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-vert .fc-event-inner {
  position: relative;
  z-index: 2;
}

/* line 3297, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-vert .fc-event-bg {
  /* makes the event lighter w/ a semi-transparent overlay  */
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  opacity: .25;
  filter: alpha(opacity=25);
}

/* line 3309, app/assets/stylesheets/smartadmin-plugins.css */
.fc .ui-draggable-dragging .fc-event-bg,
.fc-select-helper .fc-event-bg {
  display: none\9;
  /* for IE6/7/8. nested opacity filters while dragging don't work */
}

/* resizable */
/* line 3315, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-vert .ui-resizable-s {
  bottom: 0        !important;
  /* importants override pre jquery ui 1.7 styles */
  width: 100%      !important;
  height: 8px      !important;
  overflow: hidden !important;
  line-height: 8px !important;
  font-size: 11px  !important;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 3327, app/assets/stylesheets/smartadmin-plugins.css */
.fc-agenda .ui-resizable-resizing {
  /* TODO: better selector */
  _overflow: hidden;
}

/*
 * CUSTOM
 */
/* line 3334, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event-title .fa {
  font-size: 14px;
  margin-top: 4px;
  margin-right: 4px;
}

/* line 3339, app/assets/stylesheets/smartadmin-plugins.css */
.fc-grid .fc-event-time {
  display: block;
}

/* line 3342, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event {
  border: none !important;
  border-right: none;
  border-left: 6px solid rgba(0, 0, 0, 0.15) !important;
  padding-left: 2px;
}

/* line 3348, app/assets/stylesheets/smartadmin-plugins.css */
.fc-event.fc-event-draggable {
  cursor: move;
}

/* line 3351, app/assets/stylesheets/smartadmin-plugins.css */
.fc-ltr .fc-event-hori.fc-event-end,
.fc-rtl .fc-event-hori.fc-event-start,
.fc-event-vert.fc-event-end {
  border-right-width: 0px;
  border-radius: 0px;
}

/* line 3357, app/assets/stylesheets/smartadmin-plugins.css */
.fc-ltr .fc-event-hori.fc-event-end:active,
.fc-rtl .fc-event-hori.fc-event-start:active,
.fc-event-vert.fc-event-end:active {
  opacity: .8;
}

/*
 * Ion Slider
 */
/* =====================================================================================================================
 // RangeSlider */
/* line 3367, app/assets/stylesheets/smartadmin-plugins.css */
.irs {
  position: relative;
  display: block;
}

/* line 3371, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line {
  position: relative;
  display: block;
  overflow: hidden;
}

/* line 3376, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line-left,
.irs-line-mid,
.irs-line-right {
  position: absolute;
  display: block;
  top: 0;
}

/* line 3383, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line-left {
  left: 0;
  width: 10%;
}

/* line 3387, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line-mid {
  left: 10%;
  width: 80%;
}

/* line 3391, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line-right {
  right: 0;
  width: 10%;
}

/* line 3395, app/assets/stylesheets/smartadmin-plugins.css */
.irs-diapason {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
}

/* line 3401, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider {
  position: absolute;
  display: block;
  cursor: default;
  z-index: 1;
}

/* line 3407, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider.single {
  left: 10px;
}

/* line 3410, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider.single:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -150%;
  width: 400%;
  height: 200%;
  background: rgba(0, 0, 0, 0);
}

/* line 3420, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider.from {
  left: 100px;
}

/* line 3423, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider.from:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: -300%;
  width: 400%;
  height: 200%;
  background: rgba(0, 0, 0, 0);
}

/* line 3433, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider.to {
  left: 300px;
}

/* line 3436, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider.to:before {
  position: absolute;
  display: block;
  content: "";
  top: -50%;
  left: 0;
  width: 400%;
  height: 200%;
  background: rgba(0, 0, 0, 0);
}

/* line 3446, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider.last {
  z-index: 2;
}

/* line 3449, app/assets/stylesheets/smartadmin-plugins.css */
.irs-min {
  position: absolute;
  display: block;
  left: 0;
  cursor: default;
}

/* line 3455, app/assets/stylesheets/smartadmin-plugins.css */
.irs-max {
  position: absolute;
  display: block;
  right: 0;
  cursor: default;
}

/* line 3461, app/assets/stylesheets/smartadmin-plugins.css */
.irs-from,
.irs-to,
.irs-single {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  cursor: default;
  white-space: nowrap;
}

/* line 3471, app/assets/stylesheets/smartadmin-plugins.css */
.irs-grid {
  position: absolute;
  display: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
}

/* line 3479, app/assets/stylesheets/smartadmin-plugins.css */
.irs-with-grid .irs-grid {
  display: block;
}

/* line 3482, app/assets/stylesheets/smartadmin-plugins.css */
.irs-grid-pol {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 8px;
  background: #000;
}

/* line 3490, app/assets/stylesheets/smartadmin-plugins.css */
.irs-grid-pol.small {
  height: 4px;
}

/* line 3493, app/assets/stylesheets/smartadmin-plugins.css */
.irs-grid-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100px;
  white-space: nowrap;
  text-align: center;
  font-size: 9px;
  line-height: 9px;
  color: #000;
}

/*
 * CUST
 *
 */
/* line 3508, app/assets/stylesheets/smartadmin-plugins.css */
.irs {
  height: 40px;
}

/* line 3511, app/assets/stylesheets/smartadmin-plugins.css */
.irs-with-grid {
  height: 60px;
}

/* line 3514, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line {
  height: 8px;
  top: 25px;
  background: #eeeeee;
}

/* line 3519, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line-left {
  height: 8px;
}

/* line 3522, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line-mid {
  height: 8px;
}

/* line 3525, app/assets/stylesheets/smartadmin-plugins.css */
.irs-line-right {
  height: 8px;
}

/* line 3528, app/assets/stylesheets/smartadmin-plugins.css */
.irs-diapason {
  height: 8px;
  top: 25px;
}

/* line 3532, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider {
  width: 10px;
  height: 22px;
  top: 17px;
  border: 1px solid #ffffff;
  background: #858585;
}

/* line 3539, app/assets/stylesheets/smartadmin-plugins.css */
.irs-slider:hover {
  background: #6c6c6c;
}

/* line 3542, app/assets/stylesheets/smartadmin-plugins.css */
#irs-active-slider {
  background: #686868;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 1px 1px 0px;
  width: 12px;
  height: 24px;
  top: 16px;
}

/* line 3549, app/assets/stylesheets/smartadmin-plugins.css */
.irs-min,
.irs-max {
  color: #999999;
  font-size: 12px;
  line-height: 1.333;
  text-shadow: none;
  top: 0;
  padding: 1px 3px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0;
}

/* line 3560, app/assets/stylesheets/smartadmin-plugins.css */
.lt-ie9 .irs-min,
.lt-ie9 .irs-max {
  background: #bfbfbf;
}

/* line 3564, app/assets/stylesheets/smartadmin-plugins.css */
.irs-from,
.irs-to,
.irs-single {
  color: #ffffff;
  font-size: 10px;
  line-height: 1.333;
  text-shadow: none;
  padding: 1px 5px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 0;
}

/* line 3575, app/assets/stylesheets/smartadmin-plugins.css */
.lt-ie9 .irs-from,
.lt-ie9 .irs-to,
.lt-ie9 .irs-single {
  background: #999999;
}

/* line 3580, app/assets/stylesheets/smartadmin-plugins.css */
.irs-grid-pol {
  background: #99a4ac;
}

/* line 3583, app/assets/stylesheets/smartadmin-plugins.css */
.irs-grid-text {
  color: #99a4ac;
}

/* line 3586, app/assets/stylesheets/smartadmin-plugins.css */
.irs-diapason {
  background: #3276b1;
}

/*

	 Copyright 2013 - SmartAdmin : WebApp (Sunny)

	 * This is part of an item on wrapbootstrap.com
	 * https://wrapbootstrap.com/user/myorange
	 * ==================================

	 Table of Contents
	 ---------------------------------------------------------------

	 - Main
	 - Header
	 - Content
	 - Edit box
	 - Timestamp
	 - Helpers
	 - Fullscreen
	 - Styling
	 - Custom styles
	 - Icons - A few used examples
	 - RTL support
	 - Clearfix
	 - Examples (minimalistic in grid)
	 - Examples (lists)

	 */
/*
	 * MAIN
	 */
/* line 3619, app/assets/stylesheets/smartadmin-plugins.css */
article.sortable-grid {
  min-height: 30px;
}

/* line 3622, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget {
  margin: 0 0 30px 0;
  position: relative;
  border-radius: 0px;
  padding: 0;
}

/* line 3631, app/assets/stylesheets/smartadmin-plugins.css */
.widget-content-padding {
  padding: 20px;
}

/* line 3634, app/assets/stylesheets/smartadmin-plugins.css */
.widget-content-padding .well {
  margin-bottom: 0px;
}

/*
	 * HEADER
	 */
/* line 3640, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > header {
  height: 34px;
  padding: 0;
  line-height: 40px;
}

/* line 3645, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > header > .widget-icon {
  display: block;
  width: 30px;
  height: 32px;
  position: relative;
  float: left;
  font-size: 111%;
  line-height: 32px;
  text-align: center;
  margin-right: -10px;
}

/* line 3656, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > header h2 {
  height: 100%;
  width: auto;
  display: inline-block;
  font-size: 14px;
  position: relative;
  margin: 0;
  line-height: 34px;
  font-weight: normal;
  letter-spacing: 0px;
}

/* line 3667, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > header > h2 {
  margin-left: 10px;
  float: left;
}

/* line 3671, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > header > .widget-icon:first-child {
  margin-left: 0;
}

/* line 3674, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > header .jarviswidget-icon {
  width: 16px;
  height: 16px;
  float: left;
  margin: 12px 10px 0 0;
  display: block;
  zoom: 1;
  z-index: 4000;
}

/* line 3683, app/assets/stylesheets/smartadmin-plugins.css */
.ui-sortable .jarviswidget-sortable > header {
  cursor: move;
  border-radius: 0px;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

/* line 3694, app/assets/stylesheets/smartadmin-plugins.css */
.ui-sortable .jarviswidget-sortable.jarviswidget-collapsed > header {
  border-radius: 0px;
}

/* line 3700, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-ctrls {
  width: auto;
  float: right;
  padding: 0;
  margin: 0;
}

/* line 3706, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-ctrls .button-icon {
  min-width: 30px;
  height: 32px;
  float: left;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
}

/* line 3714, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-ctrls .button-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

/* line 3717, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-loader {
  width: 32px;
  height: 32px;
  margin: 0;
  float: right;
  background-repeat: no-repeat;
  background-position: center center;
  display: none;
  text-align: center;
  line-height: 32px;
  font-size: 111%;
}

/*
	 * CONTENT
	 */
/* line 3732, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > div {
  float: left;
  width: 100%;
  position: relative;
  font-size: 13px;
  border-radius: 0px;
  margin: 0;
  border-width: 1px 1px 2px 1px;
  border-style: solid;
  border-top: none;
  border-right-color: #CCC !important;
  border-bottom-color: #CCC !important;
  border-left-color: #CCC !important;
  padding: 13px 13px 0px;
  overflow: visible;
}

/* line 3751, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget .widget-body {
  min-height: 100px;
  position: relative;
  padding-bottom: 13px;
}

/* line 3756, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget .widget-body.widget-hide-overflow {
  overflow: hidden;
}

/* line 3759, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar.no-border {
  border-left: none;
}

/* line 3762, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body.no-padding {
  margin: -13px -13px 0px;
}

/* line 3765, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body.no-padding .alert {
  margin: 0 0 10px;
  padding: 10px;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  border-width: 0px 0px 1px !important;
  border-radius: 0px !important;
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
}

/* line 3776, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget.well.transparent .widget-body.no-padding {
  margin: 0px !important;
}

/* line 3779, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body > table {
  margin-bottom: 0;
}

/* line 3782, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body.no-padding .cke_chrome,
.no-padding .md-editor {
  border: none;
}

/* line 3786, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .smart-form {
  margin-top: 2px;
}

/* line 3789, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .smart-form .toggle:last-child {
  font-size: 12px;
  line-height: 29px;
}

/* line 3793, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .smart-form .radio input + i,
.widget-toolbar > .smart-form .checkbox input + i,
.widget-toolbar > .smart-form .toggle input + i {
  border-width: 1px;
  border-color: #C7C7C7 !important;
  margin-top: 1px;
  box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
  -webkit-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
  -moz-box-shadow: 0 1px 1px #FFF,0 1px 1px #858585 inset;
}

/*
	 * WELL WIDGET
	 */
/* line 3806, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget.well {
  margin: 0 0 30px 0;
}

/* line 3809, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget.well > div {
  border: none !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}

/* line 3815, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget.well header {
  display: none;
}

/*
	 * WIDGET FOOTER
	 */
/* line 3821, app/assets/stylesheets/smartadmin-plugins.css */
.widget-footer {
  display: block;
  min-height: 32px;
  vertical-align: middle;
  position: relative;
  background-color: #F8F7F7;
  padding: 5px;
  border-top: 1px solid #E4E4E4;
  text-align: right;
  margin: 0px -13px -13px;
}

/* line 3832, app/assets/stylesheets/smartadmin-plugins.css */
.no-padding .widget-footer {
  margin: 0;
}

/* line 3835, app/assets/stylesheets/smartadmin-plugins.css */
.widget-footer.smart-form > label {
  margin-top: 4px;
  display: block;
}

/*
	 * EDIT BOX
	 */
/* line 3842, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-editbox {
  display: none;
  padding: 10px;
}

/*.jarviswidget-editbox div {
		width: 100%;
		float: left;
		margin-bottom: 0;
	}
	.jarviswidget-editbox label {
		width: 80px;
		height: 26px;
		float: left;
		line-height: 26px;
		font-weight: bold;
		margin-bottom:0;
	}
	.jarviswidget-editbox input {
		width: 200px;
		height: 24px;
		padding: 0 5px;
		border: 1px solid #666;
	}
	.jarviswidget-editbox span {
		height: 26px;
		width: 26px;
		float: left;
		margin: 0 5px 0 0;
		cursor: pointer;
	}*/
/*
	 * TIMESTAMP
	 */
/* line 3875, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-timestamp {
  font-size: 12px;
  color: #868686;
  font-style: italic;
  margin: 10px 0 0;
}

/*
	 * HELPERS
	 */
/* line 3884, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-placeholder {
  border-radius: 0px;
  margin-bottom: 28px;
  /* adjusted from 28px */
  padding: 0;
  -khtml-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*
	 * FULL SCREEN
	 */
/* line 3901, app/assets/stylesheets/smartadmin-plugins.css */
body.nooverflow {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

/* line 3906, app/assets/stylesheets/smartadmin-plugins.css */
#jarviswidget-fullscreen-mode {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
}

/* line 3914, app/assets/stylesheets/smartadmin-plugins.css */
#jarviswidget-fullscreen-mode .jarviswidget {
  margin: 0;
  border-radius: 0;
}

/* line 3921, app/assets/stylesheets/smartadmin-plugins.css */
#jarviswidget-fullscreen-mode .jarviswidget > div {
  overflow-y: scroll;
  border-radius: 0;
}

/* line 3928, app/assets/stylesheets/smartadmin-plugins.css */
#jarviswidget-fullscreen-mode > div > header {
  cursor: default;
}

/*
	 * WIDGET BODY TOOLBAR
	 */
/* line 3934, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body-toolbar,
.smart-form.widget-body-toolbar {
  display: block;
  padding: 8px 10px;
  margin: -13px -13px 13px;
  min-height: 42px;
  border-bottom: 1px solid #ccc;
  background: #fafafa;
}

/* line 3943, app/assets/stylesheets/smartadmin-plugins.css */
.no-padding.widget-body-toolbar,
.no-padding .widget-body-toolbar,
.no-padding .smart-form.widget-body-toolbar {
  display: block;
  margin: 0px;
}

/* line 3949, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body-toolbar.smart-form .inline-group,
.smart-form .widget-body-toolbar .inline-group {
  float: left;
  margin-top: 4px;
}

/* line 3954, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body-toolbar .btn {
  vertical-align: middle;
}

/* line 3957, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body-toolbar .btn-xs, .widget-body-toolbar .btn-group-xs > .btn {
  margin-top: 5px;
}

/*
	 * WIDGET BODY AJAX LOAD
	 */
/* line 3963, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body-ajax-loading::before {
  content: url("../img/ajax-loader.gif");
  padding-top: 18%;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  height: 100%;
  z-index: 1;
  width: 100%;
  position: absolute;
}

/* line 3977, app/assets/stylesheets/smartadmin-plugins.css */
.widget-body-ajax-loading:hover {
  cursor: wait !important;
}

/*
	 * STYLING
	 * Default
	 */
/* line 3984, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > header {
  color: #333;
  border: 1px solid #C2C2C2;
  background: #fafafa;
}

/* line 3989, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget > div {
  background-color: #fff !important;
}

/* line 3992, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-editbox {
  border-bottom: 1px solid #B1B1B1;
  background-color: #fff;
  margin: -13px -13px 13px;
}

/* line 3997, app/assets/stylesheets/smartadmin-plugins.css */
.no-padding .jarviswidget-editbox {
  margin: 0 0 10px;
}

/* line 4000, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-placeholder {
  background-color: #FFC;
  border: 1px dashed #A7A7A7;
}

/*
	 * CUSTOM STYLES
	 */
/* remove colors */
/* line 4008, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-remove-colors {
  color: #333 !important;
  padding: 0 !important;
  background: none !important;
}

/* magenta theme */
/* line 4014, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-magenta > header {
  border-color: #643167 !important;
  background: #6e3671;
  color: #ffffff;
}

/* line 4019, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-magenta > header > .jarviswidget-ctrls a,
.jarviswidget-color-magenta .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4023, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-magenta .nav-tabs li a:hover {
  color: #333 !important;
}

/* pink theme */
/* line 4027, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-pink > header {
  border-color: #a24d7f !important;
  background: #ac5287;
  color: #ffffff;
}

/* line 4032, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-pink > header > .jarviswidget-ctrls a,
.jarviswidget-color-pink .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4036, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-pink .nav-tabs li a:hover {
  color: #333 !important;
}

/* pinkDark theme */
/* line 4040, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-pinkDark > header {
  border-color: #a27998 !important;
  background: #a8829f;
  color: #ffffff;
}

/* line 4045, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-pinkDark > header > .jarviswidget-ctrls a,
.jarviswidget-color-pinkDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4049, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-pinkDark .nav-tabs li a:hover {
  color: #333 !important;
}

/* yellow theme */
/* line 4053, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-yellow > header {
  border-color: #aa9452 !important;
  background: #b09b5b;
  color: #ffffff;
}

/* line 4058, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-yellow > header > .jarviswidget-ctrls a,
.jarviswidget-color-yellow .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4062, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-yellow .nav-tabs li a:hover {
  color: #333 !important;
}

/* orange theme */
/* line 4066, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-orange > header {
  border-color: #ba871f !important;
  background: #c79121;
  color: #ffffff;
}

/* line 4071, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-orange > header > .jarviswidget-ctrls a,
.jarviswidget-color-orange .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4075, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-orange .nav-tabs li a:hover {
  color: #333 !important;
}

/* orangeDark theme */
/* line 4079, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-orangeDark > header {
  border-color: #b1811d !important;
  background: #b6841e;
  color: #ffffff;
}

/* line 4084, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-orangeDark > header > .jarviswidget-ctrls a,
.jarviswidget-color-orangeDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4088, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-orangeDark .nav-tabs li a:hover {
  color: #333 !important;
}

/* darken theme */
/* line 4092, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-darken > header {
  border-color: #383838 !important;
  background: #404040;
  color: #ffffff;
}

/* line 4097, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-darken > header > .jarviswidget-ctrls a,
.jarviswidget-color-darken > .nav-tabs > li:not(.active) > a {
  color: #ffffff !important;
}

/* line 4101, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-darken .nav-tabs li a:hover {
  color: #333 !important;
}

/* purple theme */
/* line 4105, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-purple > header {
  border-color: #665271 !important;
  background: #6e587a;
  color: #ffffff;
}

/* line 4110, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-purple > header > .jarviswidget-ctrls a,
.jarviswidget-color-purple .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4114, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-purple .nav-tabs li a:hover {
  color: #333 !important;
}

/* teal theme */
/* line 4118, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-teal > header {
  border-color: #508180 !important;
  background: #568a89;
  color: #ffffff;
}

/* line 4123, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-teal > header > .jarviswidget-ctrls a,
.jarviswidget-color-teal .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4127, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-teal .nav-tabs li a:hover {
  color: #333 !important;
}

/* teal theme */
/* line 4131, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blueDark > header {
  border-color: #45474b !important;
  background: #4c4f53;
  color: #ffffff;
}

/* line 4136, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blueDark > header > .jarviswidget-ctrls a,
.jarviswidget-color-blueDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4140, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blueDark .nav-tabs li a:hover {
  color: #333 !important;
}

/* blue theme */
/* line 4144, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blue > header {
  border-color: #45474b !important;
  background: #4c4f53;
  color: #ffffff;
}

/* line 4149, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blue > header > .jarviswidget-ctrls a,
.jarviswidget-color-blue .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4153, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blue .nav-tabs li a:hover {
  color: #333 !important;
}

/* blueLight theme */
/* line 4157, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blueLight > header {
  border-color: #a0aeb3 !important;
  background: #cbd2d5;
  color: #000000;
}

/* line 4162, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blueLight > header > .jarviswidget-ctrls a,
.jarviswidget-color-blueLight .nav-tabs li:not(.active) a {
  color: #2b363c !important;
}

/* line 4166, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-blueLight .nav-tabs li a:hover {
  color: #2b363c !important;
}

/* red theme */
/* line 4170, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-red > header {
  border-color: #9a0325 !important;
  background: #a90329;
  color: #ffffff;
}

/* line 4175, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-red > header > .jarviswidget-ctrls a,
.jarviswidget-color-red .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4179, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-red .nav-tabs li a:hover {
  color: #333 !important;
}

/* redLight theme */
/* line 4183, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-redLight > header {
  border-color: #9c5353 !important;
  background: #a65858;
  color: #ffffff;
}

/* line 4188, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-redLight > header > .jarviswidget-ctrls a,
.jarviswidget-color-redLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}

/* line 4192, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-redLight .nav-tabs li a:hover {
  color: #333 !important;
}

/* white theme */
/* line 4196, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-white > header {
  border-color: #cccccc !important;
  background: #ffffff;
  color: #666666;
}

/* line 4201, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-white > header > .jarviswidget-ctrls a,
.jarviswidget-color-white .nav-tabs li:not(.active) a {
  color: #808080 !important;
}

/* line 4205, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-white .nav-tabs li a:hover {
  color: #808080 !important;
}

/* greenDark theme */
/* line 4209, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-greenDark > header {
  border-color: #436043 !important;
  background: #496949;
  color: #ffffff;
}

/* line 4214, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-greenDark > header > .jarviswidget-ctrls a,
.jarviswidget-color-greenDark .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4218, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-greenDark .nav-tabs li a:hover {
  color: #333 !important;
}

/* green theme */
/* line 4222, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-green > header {
  border-color: #306430 !important;
  background: #356e35;
  color: #ffffff;
}

/* line 4227, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-green > header > .jarviswidget-ctrls a,
.jarviswidget-color-green .nav-tabs li:not(.active) a {
  color: #ffffff !important;
}

/* line 4231, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-green .nav-tabs li a:hover {
  color: #333 !important;
}

/* greenLight theme */
/* line 4235, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-greenLight > header {
  border-color: #687a3a !important;
  background: #71843f;
  color: #ffffff;
}

/* line 4240, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-greenLight > header > .jarviswidget-ctrls a,
.jarviswidget-color-greenLight .nav-tabs li:not(.active) a {
  color: #fff !important;
}

/* line 4244, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-color-greenLight .nav-tabs li a:hover {
  color: #333 !important;
}

/*
	 * WIDGET COLOR DROPDOWN
	 *
	 */
/* line 4251, app/assets/stylesheets/smartadmin-plugins.css */
.color-select {
  list-style: none;
  margin: 0;
  padding: 4px;
  min-width: 166px;
  max-width: 156px;
  right: -3px;
}

/* line 4259, app/assets/stylesheets/smartadmin-plugins.css */
.color-select li {
  display: block;
  margin: 2px;
  float: left;
}

/* line 4264, app/assets/stylesheets/smartadmin-plugins.css */
.color-select li span:hover {
  border: 3px solid rgba(0, 0, 0, 0.2);
}

/* line 4267, app/assets/stylesheets/smartadmin-plugins.css */
.color-select li span,
.color-box {
  display: block;
  width: 22px;
  height: 22px;
  padding: 0;
  background: #333;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
}

/* line 4280, app/assets/stylesheets/smartadmin-plugins.css */
.color-box {
  position: relative;
  vertical-align: middle;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  outline: 1px solid rgba(0, 0, 0, 0.1);
  background: rgba(255, 255, 255, 0.3) !important;
}

/* line 4287, app/assets/stylesheets/smartadmin-plugins.css */
.color-box:hover,
.open .color-box {
  outline: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/* line 4291, app/assets/stylesheets/smartadmin-plugins.css */
.color-box:hover {
  -webkit-transform: scale(1.07);
  -moz-transform: scale(1.07);
}

/* line 4295, app/assets/stylesheets/smartadmin-plugins.css */
.color-box:active {
  top: 1px;
  left: 1px;
}

/* line 4299, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .color-box {
  margin-top: 7px;
  width: 18px;
  height: 18px;
  outline: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 4305, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .dropdown-menu.color-select {
  right: -1px;
}

/* line 4308, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .color-box:hover,
.widget-toolbar > .color-box:active,
.widget-toolbar > .color-box:focus {
  outline: 1px solid rgba(0, 0, 0, 0.25) !important;
}

/*
	 * ICONS
	 */
/* line 4316, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget-ctrls a {
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  display: inline-block;
  line-height: 32px;
  padding: 0;
  margin: 0;
  color: #333;
}

/*
	 * RTL - SUPPORT


	.rtl .jarviswidget > header {
		padding: 0 7px 0 0;
	}
	.rtl .jarviswidget > header h2 {
		float: right;
		text-align: right
	}
	.rtl .jarviswidget > header .jarviswidget-icon {
		float: right;
		margin: 12px 0 0 7px;
	}
	.rtl .jarviswidget-ctrls {
		float: left;
		padding: 10px 0 0 3px;
		margin: 0;
	}
	.rtl .jarviswidget-ctrls .button-icon {
		margin: 0 0 5px 5px;
	}
	.rtl .jarviswidget-loader {
		float: left;
	}*/
/*
	 * CLEARFIX
	 */
/* line 4355, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget:before,
.jarviswidget:after,
.jarviswidget > div:before,
.jarviswidget > div:after,
.inner-spacer:before,
.inner-spacer:after,
.jarviswidget-editbox:before,
.jarviswidget-editbox:after,
.clearfix:before,
.clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/* line 4373, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget:after,
.jarviswidget > div:after,
.inner-spacer:after,
.jarviswidget-editbox:after,
.clearfix:after {
  clear: both;
}

/* line 4380, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget,
.jarviswidget > div,
.inner-spacer:after,
.jarviswidget-editbox,
.clearfix {
  zoom: 1;
  /*IE*/
}

/*
	 * WIDGET TOOLBARS
	 */
/* line 4391, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar {
  display: inline-block;
  float: right;
  width: auto;
  height: 32px;
  line-height: 32px;
  position: relative;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  cursor: pointer;
  padding: 0 8px;
  text-align: center;
}

/* line 4403, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > :first-child {
  text-align: left;
}

/*
	 * WIDGET TOOLBAR COMPONENTS
	 */
/*
		 * TABS
		 */
/* line 4412, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header .nav-tabs {
  border-bottom-color: transparent;
}

/* line 4415, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header .nav-tabs > li > a {
  border-radius: 0px;
  border: none;
  padding: 7px 15px 6px;
}

/* line 4420, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header:first-child .nav-tabs {
  float: left;
}

/* line 4423, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header:first-child .nav-tabs li {
  padding-left: 0;
}

/* line 4426, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header:first-child .nav-tabs li a {
  color: #333;
}

/* line 4429, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header:first-child .nav-tabs.pull-right li:last-child a {
  margin-right: 0px !important;
  border-right: none !important;
}

/* line 4433, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header .nav-tabs > li.active > a,
.jarviswidget header .nav-tabs > li.active > a:hover,
.jarviswidget header .nav-tabs > li.active > a:focus {
  color: #555;
  background-color: #FFF;
  border: 1px solid #C2C2C2;
  border-bottom-color: transparent;
  border-top: none;
  cursor: default;
}

/*
		 * PILLS
		 */
/* line 4446, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header .nav-pills {
  margin: 3px;
}

/* line 4449, app/assets/stylesheets/smartadmin-plugins.css */
.jarviswidget header .nav-pills > li > a {
  padding: 3px 5px 4px;
}

/*
		 * BTN GROUPS
		 */
/* line 4455, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .btn-group {
  margin-top: -3px;
}

/*
		 * BTNs
		 */
/* line 4461, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .btn {
  margin-top: -3px;
  font-size: 12px !important;
  padding: 1px 8px !important;
}

/*
		 * INPUT
		 */
/* line 4469, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .smart-form label.checkbox,
.widget-toolbar .smart-form label.radio {
  line-height: 29px;
}

/*
		 * LABELS
		 */
/* line 4476, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .label {
  vertical-align: middle;
  margin-top: -3px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 4px 7px;
}

/*
		 * BADGE
		 */
/* line 4487, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar > .badge {
  padding: 5px 5px;
  font-size: 14px;
  border-radius: 50%;
  font-weight: normal;
  min-width: 24px;
  text-align: center !important;
}

/*
		 * PROGRESS BARS
		 */
/* line 4498, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .progress {
  width: 130px;
  margin: 7px 0 0 0;
  height: 18px !important;
  font-size: 12px;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0), 0 0 0 1px #d1d1d1 inset;
  -moz-box-shadow: 0 1px 0 transparent, 0 0 0 1px #D1D1D1 inset;
}

/* line 4507, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .progress-bar {
  font-size: 12px;
}

/*
		 * PAGINATION
		 */
/* line 4513, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .pagination {
  margin: 4px 0;
}

/* line 4516, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .pagination > li > a {
  padding: 2px 7px;
}

/*
		 * TEXT INPUT
		 */
/* line 4522, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar .widget-text-input {
  max-width: 220px;
}

/* line 4525, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar input[type='text'] {
  height: 28px !important;
  margin-top: 2px;
}

/* line 4529, app/assets/stylesheets/smartadmin-plugins.css */
.widget-toolbar.smart-form .icon-append,
.widget-toolbar.smart-form .icon-prepend,
.widget-toolbar .smart-form .icon-append,
.widget-toolbar .smart-form .icon-prepend {
  top: 3px !important;
}

/*
 * Enhancements for other plugins
 */
/* line 4538, app/assets/stylesheets/smartadmin-plugins.css */
#jarviswidget-fullscreen-mode .fc-grid .fc-day-number {
  padding: 5px 12px;
  font-size: 40px;
}

/* jquery.Jcrop.css v0.9.12 - MIT License */
/*
  The outer-most container in a typical Jcrop instance
  If you are having difficulty with formatting related to styles
  on a parent element, place any fixes here or in a like selector

  You can also style this element if you want to add a border, etc
  A better method for styling can be seen below with .jcrop-light
  (Add a class to the holder and style elements for that extended class)
*/
/* line 4552, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-holder {
  direction: ltr;
  text-align: left;
}

/* Selection Border */
/* line 4557, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-vline,
.jcrop-hline {
  background: #ffffff url("../img/jcrop/Jcrop.gif");
  font-size: 0;
  position: absolute;
}

/* line 4563, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-vline {
  height: 100%;
  width: 1px !important;
}

/* line 4567, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-vline.right {
  right: 0;
}

/* line 4570, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-hline {
  height: 1px !important;
  width: 100%;
}

/* line 4574, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-hline.bottom {
  bottom: 0;
}

/* Invisible click targets */
/* line 4578, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-tracker {
  height: 100%;
  width: 100%;
  /* "turn off" link highlight */
  -webkit-tap-highlight-color: transparent;
  /* disable callout, image save panel */
  -webkit-touch-callout: none;
  /* disable cut copy paste */
  -webkit-user-select: none;
}

/* Selection Handles */
/* line 4589, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle {
  background-color: #333333;
  border: 1px #eeeeee solid;
  width: 7px;
  height: 7px;
  font-size: 1px;
}

/* line 4596, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-n {
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 4602, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-s {
  bottom: 0;
  left: 50%;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* line 4608, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-e {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 50%;
}

/* line 4614, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-w {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 50%;
}

/* line 4620, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-nw {
  left: 0;
  margin-left: -4px;
  margin-top: -4px;
  top: 0;
}

/* line 4626, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-ne {
  margin-right: -4px;
  margin-top: -4px;
  right: 0;
  top: 0;
}

/* line 4632, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-se {
  bottom: 0;
  margin-bottom: -4px;
  margin-right: -4px;
  right: 0;
}

/* line 4638, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-handle.ord-sw {
  bottom: 0;
  left: 0;
  margin-bottom: -4px;
  margin-left: -4px;
}

/* Dragbars */
/* line 4645, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dragbar.ord-n,
.jcrop-dragbar.ord-s {
  height: 7px;
  width: 100%;
}

/* line 4650, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dragbar.ord-e,
.jcrop-dragbar.ord-w {
  height: 100%;
  width: 7px;
}

/* line 4655, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dragbar.ord-n {
  margin-top: -4px;
}

/* line 4658, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dragbar.ord-s {
  bottom: 0;
  margin-bottom: -4px;
}

/* line 4662, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dragbar.ord-e {
  margin-right: -4px;
  right: 0;
}

/* line 4666, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dragbar.ord-w {
  margin-left: -4px;
}

/* The "jcrop-light" class/extension */
/* line 4670, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-light .jcrop-vline,
.jcrop-light .jcrop-hline {
  background: #ffffff;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 4676, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-light .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #000000;
  border-color: #ffffff;
  border-radius: 3px;
}

/* The "jcrop-dark" class/extension */
/* line 4684, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dark .jcrop-vline,
.jcrop-dark .jcrop-hline {
  background: #000000;
  filter: alpha(opacity=70) !important;
  opacity: 0.7 !important;
}

/* line 4690, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-dark .jcrop-handle {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-color: #ffffff;
  border-color: #000000;
  border-radius: 3px;
}

/* Simple macro to turn off the antlines */
/* line 4698, app/assets/stylesheets/smartadmin-plugins.css */
.solid-line .jcrop-vline,
.solid-line .jcrop-hline {
  background: #ffffff;
}

/* Fix for twitter bootstrap et al. */
/* line 4703, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-holder {
  display: inline-block;
  float: left;
  margin-bottom: 20px;
}

/* line 4708, app/assets/stylesheets/smartadmin-plugins.css */
.modal .jcrop-holder {
  display: block;
  float: none !important;
  margin: 0px !important;
}

/* line 4713, app/assets/stylesheets/smartadmin-plugins.css */
.jcrop-holder img,
img.jcrop-preview {
  max-width: none;
}

/*Grid*/
/* line 4718, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid {
  position: relative;
  border: 1px solid #333 !important;
  margin: 0px;
  overflow: hidden;
}

/* line 4724, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-view {
  position: relative;
  left: 0;
  top: 0;
  padding: 0;
  font-size: 11px;
}

/* caption*/
/* line 4732, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 12px 13px;
  position: relative;
  font-size: 12px;
  border-left: 0 none;
  border-right: 0 none;
  border-top: 0 none;
  background-color: #f3f3f3;
  background-image: linear-gradient(to bottom, #f3f3f3, #e2e2e2);
  background-repeat: repeat-x;
}

/* line 4747, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-caption {
  text-align: left;
}

/* line 4750, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-title {
  font-size: 15px;
  color: #333;
}

/* line 4754, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-titlebar-close {
  position: absolute;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  right: 10px !important;
  cursor: pointer;
}

/* line 4763, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 4767, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-titlebar-close:hover {
  padding: 0;
}

/* header*/
/* line 4771, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-hdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}

/* line 4780, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-hbox {
  float: left;
  padding-right: 20px;
}

/* line 4784, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-htable {
  table-layout: fixed;
  margin: 0;
}

/* line 4788, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-htable th {
  padding: 0 2px 0 2px;
}

/* line 4791, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-htable th div {
  overflow: hidden;
  position: relative;
}

/* line 4795, app/assets/stylesheets/smartadmin-plugins.css */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: none;
  border: none;
}

/* line 4801, app/assets/stylesheets/smartadmin-plugins.css */
tr.ui-jqgrid-labels {
  background-color: #eee;
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
  font-size: 12px;
}

/* line 4811, app/assets/stylesheets/smartadmin-plugins.css */
.ui-th-column,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
  overflow: hidden;
  white-space: nowrap;
  text-align: center;
  border-top: 0 none;
  border-bottom: 0 none;
}

/* line 4819, app/assets/stylesheets/smartadmin-plugins.css */
.ui-th-ltr,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
  border-left: 0 none;
}

/* line 4823, app/assets/stylesheets/smartadmin-plugins.css */
.ui-th-rtl,
.ui-jqgrid .ui-jqgrid-htable th.ui-th-rtl {
  border-right: 0 none;
}

/* line 4827, app/assets/stylesheets/smartadmin-plugins.css */
.ui-first-th-ltr {
  border-right: 1px solid;
}

/* line 4830, app/assets/stylesheets/smartadmin-plugins.css */
.ui-first-th-rtl {
  border-left: 1px solid;
}

/* line 4833, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-th-div-ie {
  white-space: nowrap;
  zoom: 1;
}

/* line 4837, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-resize {
  height: 20px !important;
  position: relative;
  cursor: e-resize;
  display: inline;
  overflow: hidden;
}

/* line 4844, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-grid-ico-sort {
  overflow: hidden;
  position: absolute;
  display: inline;
  cursor: pointer !important;
  right: 0px;
}

/* line 4851, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-icon-asc {
  margin-top: -4px;
  right: -1px;
}

/* line 4855, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-icon-desc {
  margin-top: 3px;
  height: 12px;
}

/* line 4859, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-i-asc {
  margin-top: 0;
  height: 16px;
}

/* line 4863, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-i-desc {
  margin-top: 0;
  margin-left: 13px;
  height: 16px;
}

/* line 4868, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-sortable {
  cursor: pointer;
}

/* line 4871, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 1px !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}

/* line 4876, app/assets/stylesheets/smartadmin-plugins.css */
tr.ui-search-toolbar input {
  margin: 1px 0 0 0;
}

/* line 4879, app/assets/stylesheets/smartadmin-plugins.css */
tr.ui-search-toolbar select {
  margin: 1px 0 0 0;
}

/* body */
/* line 4883, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-bdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: auto;
  text-align: left;
}

/* line 4890, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-btable {
  table-layout: fixed;
  margin: 0;
  outline-style: none;
}

/* line 4895, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.jqgrow {
  outline-style: none;
}

/* line 4898, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.jqgroup {
  outline-style: none;
}

/* line 4901, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.jqgrow td {
  font-weight: normal;
  overflow: hidden;
  white-space: pre;
}

/* line 4906, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.jqgfirstrow td {
  padding: 0 2px 0 2px;
  border-right-width: 1px;
  border-right-style: solid;
}

/* line 4911, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.jqgroup td {
  font-weight: normal;
  overflow: hidden;
  white-space: pre;
}

/* line 4916, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.jqfoot td {
  font-weight: bold;
  overflow: hidden;
  white-space: pre;
}

/* line 4921, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.ui-row-ltr td {
  text-align: left;
}

/* line 4924, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.ui-row-rtl td {
  text-align: right;
}

/* line 4927, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid td.jqgrid-rownum {
  padding: 0 2px 0 2px;
  margin: 0;
  border: 0 none;
}

/* line 4932, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-resize-mark {
  width: 2px;
  left: 0;
  background-color: #777;
  cursor: e-resize;
  cursor: col-resize;
  position: absolute;
  top: 0;
  height: 100px;
  overflow: hidden;
  display: none;
  border: 0 none;
  z-index: 99999;
}

/* footer */
/* line 4947, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-sdiv {
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border-left: 0 none !important;
  border-top: 0 none !important;
  border-right: 0 none !important;
}

/* line 4956, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-ftable {
  table-layout: fixed;
  margin-bottom: 0;
}

/* line 4960, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.footrow td {
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  height: 21px;
  padding: 0 2px 0 2px;
}

/* line 4967, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.footrow-ltr td {
  text-align: left;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
}

/* line 4973, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.footrow-rtl td {
  text-align: right;
  border-left-width: 1px;
  border-left-color: inherit;
  border-left-style: solid;
}

/* Pager*/
/* line 4980, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-pager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-bottom: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 25px;
  white-space: nowrap;
  overflow: hidden;
  font-size: 11px;
  border-top: 1px solid #D3D3D3;
}

/* line 4993, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pager-control {
  position: relative;
}

/* line 4996, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-table {
  position: relative;
  padding-bottom: 2px;
  width: auto;
  margin: 0;
}

/* line 5002, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-table td {
  font-weight: normal;
  vertical-align: middle;
  padding: 1px;
}

/* line 5007, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-button {
  height: 19px !important;
}

/* line 5010, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-button span {
  display: block;
  margin: 1px;
  float: left;
}

/* line 5015, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-button:hover {
  /*padding: 0;*/
}

/* line 5018, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-state-disabled:hover {
  padding: 1px;
}

/* line 5021, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-input {
  height: 13px;
  font-size: .8em;
  margin: 0;
}

/* line 5026, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-selbox {
  font-size: .8em;
  line-height: 18px;
  display: block;
  height: 18px;
  margin: 0;
}

/* line 5033, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-separator {
  height: 18px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 1px;
  float: right;
}

/* line 5040, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-paging-info {
  font-weight: normal;
  height: 19px;
  margin-top: 3px;
  margin-right: 4px;
}

/* line 5046, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative;
}

/* line 5051, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
  cursor: pointer;
}

/* line 5054, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-pager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}

/* line 5058, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid td input,
.ui-jqgrid td select .ui-jqgrid td textarea {
  margin: 0;
}

/* line 5062, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid td textarea {
  width: auto;
  height: auto;
}

/* line 5066, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-toppager {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative;
  height: 25px !important;
  white-space: nowrap;
  overflow: hidden;
}

/* line 5077, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div {
  padding: 1px 0;
  float: left;
  position: relative;
}

/* line 5082, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-button {
  cursor: pointer;
}

/* line 5085, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-toppager .ui-pg-div span.ui-icon {
  float: left;
  margin: 0 2px;
}

/*subgrid*/
/* line 5090, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-btable .ui-sgcollapsed span {
  display: block;
}

/* line 5093, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-subgrid {
  margin: 0;
  padding: 0;
  width: 100%;
}

/* line 5098, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-subgrid table {
  table-layout: fixed;
}

/* line 5101, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-subgrid tr.ui-subtblcell td {
  height: 18px;
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: inherit;
  border-bottom-style: solid;
}

/* line 5110, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-subgrid td.subgrid-data {
  border-top: 0 none !important;
}

/* line 5113, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-subgrid td.subgrid-cell {
  border-width: 0 0 1px 0;
}

/* line 5116, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-th-subgrid {
  height: 20px;
}

/* loading */
/* line 5120, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}

/* line 5134, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .jqgrid-overlay {
  display: none;
  z-index: 100;
}

/* IE * html .jqgrid-overlay {width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');} */
/* line 5139, app/assets/stylesheets/smartadmin-plugins.css */
* .jqgrid-overlay iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/* IE width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* end loading div */
/* toolbar */
/* line 5148, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-userdata {
  border-left: 0 none;
  border-right: 0 none;
  height: 21px;
  overflow: hidden;
}

/*Modal Window */
/* line 5155, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog {
  display: none;
  width: 300px;
  position: absolute;
  padding: .2em;
  font-size: 11px;
  overflow: visible;
}

/* line 5163, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: .3em .2em;
  position: relative;
}

/* line 5167, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog .ui-jqdialog-title {
  margin: .1em 0 .2em;
}

/* line 5170, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog .ui-jqdialog-titlebar-close {
  position: absolute;
  top: 50%;
  width: 19px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 18px;
  cursor: pointer;
}

/* line 5179, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog .ui-jqdialog-titlebar-close span {
  display: block;
  margin: 1px;
}

/* line 5183, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog .ui-jqdialog-titlebar-close:hover,
.ui-jqdialog .ui-jqdialog-titlebar-close:focus {
  padding: 0;
}

/* line 5187, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content,
.ui-jqdialog .ui-jqdialog-content {
  border: 0;
  background: none;
  height: auto;
}

/* line 5193, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog .ui-jqconfirm {
  padding: .4em 1em;
  border-width: 3px;
  position: absolute;
  bottom: 10px;
  right: 10px;
  overflow: visible;
  display: none;
  height: 80px;
  width: 220px;
  text-align: center;
}

/* line 5205, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog > .ui-resizable-se {
  bottom: -3px;
  right: -3px;
}

/* line 5209, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid > .ui-resizable-se {
  bottom: -3px;
  right: -3px;
}

/* end Modal window*/
/* Form edit */
/* line 5215, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .FormGrid {
  margin: 0;
}

/* line 5218, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .EditTable {
  width: 100%;
  margin-bottom: 0;
}

/* line 5222, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .DelTable {
  width: 100%;
  margin-bottom: 0;
}

/* line 5226, app/assets/stylesheets/smartadmin-plugins.css */
.EditTable td input,
.EditTable td select,
.EditTable td textarea {
  margin: 0;
}

/* line 5231, app/assets/stylesheets/smartadmin-plugins.css */
.EditTable td textarea {
  width: auto;
  height: auto;
}

/* line 5235, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content td.EditButton {
  text-align: right;
  border-top: 0 none;
  border-left: 0 none;
  border-right: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 5243, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content td.navButton {
  text-align: center;
  border-left: 0 none;
  border-top: 0 none;
  border-right: 0 none;
  padding-bottom: 5px;
  padding-top: 5px;
}

/* line 5251, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content input.FormElement {
  padding: 0.3em;
}

/* line 5254, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content select.FormElement {
  padding: 0.3em;
}

/* line 5257, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .data-line {
  padding-top: .1em;
  border: 0 none;
}

/* line 5261, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .CaptionTD {
  vertical-align: middle;
  border: 0 none;
  padding: 2px;
  white-space: nowrap;
}

/* line 5267, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .DataTD {
  padding: 2px;
  border: 0 none;
  vertical-align: top;
}

/* line 5272, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .form-view-data {
  white-space: pre;
}

/* line 5275, app/assets/stylesheets/smartadmin-plugins.css */
.fm-button {
  display: inline-block;
  margin: 0 4px 0 0;
  padding: .4em .5em;
  text-decoration: none !important;
  cursor: pointer;
  position: relative;
  text-align: center;
  zoom: 1;
}

/* line 5285, app/assets/stylesheets/smartadmin-plugins.css */
.fm-button-icon-left {
  padding-left: 1.9em;
}

/* line 5288, app/assets/stylesheets/smartadmin-plugins.css */
.fm-button-icon-right {
  padding-right: 1.9em;
}

/* line 5291, app/assets/stylesheets/smartadmin-plugins.css */
.fm-button-icon-left .ui-icon {
  right: auto;
  left: .2em;
  margin-left: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 5299, app/assets/stylesheets/smartadmin-plugins.css */
.fm-button-icon-right .ui-icon {
  left: auto;
  right: .2em;
  margin-left: 0;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

/* line 5307, app/assets/stylesheets/smartadmin-plugins.css */
#nData,
#pData {
  float: left;
  margin: 3px;
  padding: 0;
  width: 15px;
}

/* End Eorm edit */
/*.ui-jqgrid .edit-cell {}*/
/* line 5316, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .selected-row,
div.ui-jqgrid .selected-row td {
  font-style: normal;
  border-left: 0 none;
}

/* inline edit actions button*/
/* line 5322, app/assets/stylesheets/smartadmin-plugins.css */
.ui-inline-del.ui-state-hover span,
.ui-inline-edit.ui-state-hover span,
.ui-inline-save.ui-state-hover span,
.ui-inline-cancel.ui-state-hover span {
  margin: -1px;
}

/* Tree Grid */
/* line 5329, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .tree-wrap {
  float: left;
  position: relative;
  height: 18px;
  white-space: nowrap;
  overflow: hidden;
}

/* line 5336, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .tree-minus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}

/* line 5342, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .tree-plus {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}

/* line 5348, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .tree-leaf {
  position: absolute;
  height: 18px;
  width: 18px;
  overflow: hidden;
}

/* line 5354, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .treeclick {
  cursor: pointer;
}

/* moda dialog */
/* line 5358, app/assets/stylesheets/smartadmin-plugins.css */
* iframe.jqm {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

/*	 width: expression(this.parentNode.offsetWidth+'px');height: expression(this.parentNode.offsetHeight+'px');}*/
/* line 5365, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid-dnd tr td {
  border-right-width: 1px;
  border-right-color: inherit;
  border-right-style: solid;
  height: 20px;
}

/* RTL Support */
/* line 5372, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-caption-rtl {
  text-align: right;
}

/* line 5375, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-hbox-rtl {
  float: right;
  padding-left: 20px;
}

/* line 5379, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-resize-ltr {
  float: right;
  margin: -2px -2px -2px 0;
}

/* line 5383, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-resize-rtl {
  float: left;
  margin: -2px 0 -1px -3px;
}

/* line 5387, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-sort-rtl {
  left: 0;
}

/* line 5390, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .tree-wrap-ltr {
  float: left;
}

/* line 5393, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .tree-wrap-rtl {
  float: right;
}

/* line 5396, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-ellipsis {
  -moz-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

/* Toolbar Search Menu */
/* line 5401, app/assets/stylesheets/smartadmin-plugins.css */
.ui-search-menu {
  position: absolute;
  padding: 2px 5px;
}

/* line 5405, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-search-table {
  padding: 0;
  border: 0 none;
  height: 20px;
  width: 100%;
}

/* line 5411, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-search-table .ui-search-oper {
  width: 20px;
}

/* line 5414, app/assets/stylesheets/smartadmin-plugins.css */
a.g-menu-item,
a.soptclass,
a.clearsearchclass {
  cursor: pointer;
}

/* line 5419, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-search-table .ui-search-input > input,
.ui-jqgrid .ui-search-table .ui-search-input > select {
  display: block;
  box-sizing: border-box;
}

/* line 5426, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea,
.ui-jqgrid .ui-jqgrid-view button {
  font-size: 11px;
}

/*
 * CUSTOM
 */
/* line 5435, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid {
  position: relative;
  border: 1px solid #ccc !important;
  margin: 0px;
  overflow: hidden;
}

/* line 5441, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.ui-row-ltr td,
.ui-jqgrid tr.ui-row-ltr,
.ui-jqgrid table {
  border-left: none !important;
}

/* line 5446, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.ui-row-ltr td {
  padding: 6px 4px;
  font-size: 13px !important;
}

/* line 5450, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #BEBEBE;
}

/* line 5453, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-view input {
  margin: 0px !important;
}

/* line 5456, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-htable th {
  background-color: #eee;
  background-image: -linear-gradient(top, #f2f2f2 0, #fafafa 100%);
}

/* line 5465, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-htable th div {
  padding-right: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: bold;
  background: none;
}

/* line 5472, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-pager {
  font-size: 12px;
  height: auto;
  padding: 4px !important;
}

/* line 5477, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid tr.jqgrow {
  height: 30px;
  font-size: 12px;
}

/* line 5481, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-view button,
.ui-jqgrid .ui-jqgrid-view input,
.ui-jqgrid .ui-jqgrid-view select,
.ui-jqgrid .ui-jqgrid-view textarea {
  /*font-size: 13px;
	padding: 4px;
	margin: 5px 2px;*/
}

/* line 5489, app/assets/stylesheets/smartadmin-plugins.css */
.jqgrid-new-row {
  color: #1B641B !important;
  background-color: #A8E798 !important;
  border-color: #7E9E64 !important;
}

/* line 5494, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .DataTD {
  padding-bottom: 5px;
}

/* line 5497, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqdialog-content .DataTD:last-child {
  padding-bottom: 10px;
}

/* line 5500, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-jqgrid-bdiv {
  /*overflow-x:hidden;
	height:300px !important;*/
  background: #fff;
}

/* line 5505, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-state-hover td {
  background: #ecf3f8 !important;
}

/* line 5508, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-button {
  height: auto !important;
}

/* line 5511, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-pg-input,
.ui-jqgrid .ui-pg-selbox {
  height: auto;
  font-size: inherit;
}

/* line 5516, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-state-highlight td {
  color: #3a87ad !important;
  background-color: #d9edf7 !important;
  border-color: #bce8f1 !important;
}

/* line 5521, app/assets/stylesheets/smartadmin-plugins.css */
.ui-jqgrid .ui-state-highlight + .ui-widget-content > td {
  border-top-color: #bce8f1;
}

/*
 * VECTOR MAP
 */
/* line 5527, app/assets/stylesheets/smartadmin-plugins.css */
.jvectormap-label {
  position: absolute;
  display: none;
  border: solid 1px #CDCDCD;
  border-radius: 3px;
  background: #292929;
  color: white;
  font-family: sans-serif, Verdana;
  font-size: smaller;
  padding: 3px;
}

/* line 5540, app/assets/stylesheets/smartadmin-plugins.css */
.jvectormap-zoomin,
.jvectormap-zoomout {
  position: absolute;
  background: #292929;
  padding: 4px;
  width: 22px;
  height: 22px;
  cursor: pointer;
  line-height: 10px;
  text-align: center;
  font-size: 14px;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  border: 1px solid #bfbfbf;
}

/* line 5560, app/assets/stylesheets/smartadmin-plugins.css */
.jvectormap-zoomin:hover,
.jvectormap-zoomout:hover {
  background: #eeeeee;
  border-color: #d9d9d9;
}

/* line 5565, app/assets/stylesheets/smartadmin-plugins.css */
.jvectormap-zoomin {
  top: 0px;
}

/* line 5568, app/assets/stylesheets/smartadmin-plugins.css */
.jvectormap-zoomout {
  top: 24px;
}

/* line 5571, app/assets/stylesheets/smartadmin-plugins.css */
.vector-map {
  height: 300px;
  width: 100%;
  padding: 10px;
}

/* line 5576, app/assets/stylesheets/smartadmin-plugins.css */
#heat-fill {
  display: block;
  position: relative;
  margin-bottom: 20px;
  background: #333333;
  height: 7px;
  width: 200px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAAABCAIAAAAU3Xa1AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyFpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDowMDE4MkZGMzMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDowMDE4MkZGNDMzOTgxMUUzODZBQUNFQUNFOTk0NEUxRiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjAwMTgyRkYxMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjAwMTgyRkYyMzM5ODExRTM4NkFBQ0VBQ0U5OTQ0RTFGIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+rG8MDAAAAM5JREFUeNpUUtESwyAIg8ft9v8/W4ElBPWKV1AIiKEeEWVuVlWjINSVONBnirQDxukNgcuyTQsBzLHMDsLIQQw+nIL71JqNJ5GZJXApFNpmtlagQjfS2xGbkFA4Iwu+hu0sK3Wl3nOwNv7TvPrWk3X0eW9dK1pU9hK2eTuWb2ySJmlziutA3iBxmblPNvA5PNsuUpoDY80+Z0SW1IRpDEqwC58C14tsr1f8le8si0aojdADr/1UjaclsFashX8GGkL9wDxtRsV6ft/PX4ABADRzhOVIOJaAAAAAAElFTkSuQmCC);
}

/* line 5585, app/assets/stylesheets/smartadmin-plugins.css */
.fill-a,
.fill-b {
  width: 20px;
  text-align: right;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  background: #ffffff;
  padding-right: 4px;
  position: absolute;
  left: 0px;
  margin-top: -7px;
  font-weight: bold;
}

/* line 5599, app/assets/stylesheets/smartadmin-plugins.css */
.fill-b {
  text-align: left;
  position: absolute;
  right: 0px;
  left: auto;
  top: 0px;
  width: 60px;
  padding-left: 4px;
  padding-right: 0px;
}

/*
Version: 3.4.5 Timestamp: Mon Nov  4 08:22:42 PST 2013
*/
/* line 5612, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container {
  margin: 0;
  position: relative;
  display: inline-block;
  /* inline-block for ie7 */
  zoom: 1;
  *display: inline;
  vertical-align: middle;
}

/* line 5621, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container,
.select2-drop,
.select2-search,
.select2-search input {
  /*
    Force border-box so that % widths fit the parent
    container without overlap because of margin/padding.

    More Info : http://www.quirksmode.org/css/box.html
  */
  /* webkit */
  /* firefox */
  box-sizing: border-box;
  /* css3 */
}

/* line 5638, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container .select2-choice {
  display: block;
  height: 32px;
  padding: 0 0 0 8px;
  overflow: hidden;
  position: relative;
  border: 1px solid #ccc;
  white-space: nowrap;
  line-height: 32px;
  color: #444;
  text-decoration: none;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #fff;
}

/* line 5657, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #ccc;
}

/* line 5660, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container.select2-allowclear .select2-choice .select2-chosen {
  margin-right: 42px;
}

/* line 5663, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container .select2-choice > .select2-chosen {
  margin-right: 26px;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 5670, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container .select2-choice abbr {
  display: none;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 24px;
  top: 8px;
  font-size: 1px;
  text-decoration: none;
  border: 0;
  /*background: url('@{base-url}/select2.png') right top no-repeat;*/
  cursor: pointer;
  outline: 0;
}

/* line 5684, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container.select2-allowclear .select2-choice abbr {
  display: inline-block;
}

/* line 5687, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container .select2-choice abbr:hover {
  /*background-position: right -11px;*/
  cursor: pointer;
}

/* line 5691, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop-mask {
  border: 0;
  margin: 0;
  padding: 0;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 9998;
  /* styles required for IE to work */
  background: #fff;
  filter: alpha(opacity=0);
}

/* line 5708, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop {
  margin-top: -1px;
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: 100%;
  background: #fff;
  color: #000;
  border: 1px solid #ccc;
  border-top: 0;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

/* line 5721, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop-auto-width {
  border-top: 1px solid #ccc;
  width: auto;
}

/* line 5725, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop-auto-width .select2-search {
  padding-top: 4px;
}

/* line 5728, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop.select2-drop-above {
  margin-bottom: 0px;
  border-top: 1px solid #5D98CC;
  border-top-width: 3px;
  border-bottom: 0;
  box-shadow: 0 -4px 5px rgba(0, 0, 0, 0.15);
}

/* line 5736, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop-active {
  border: 1px solid #5D98CC;
  border-top: none;
  border-bottom-width: 3px;
}

/* line 5741, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop.select2-drop-above.select2-drop-active {
  border-top-width: 3px;
}

/* line 5744, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container .select2-choice .select2-arrow {
  display: inline-block;
  width: 34px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-left: 1px solid #ccc;
  background-clip: padding-box;
  background: #eee;
}

/* line 5755, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container .select2-choice .select2-arrow b {
  display: block;
  width: 100%;
  height: 100%;
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  font-size: 14px;
}

/* line 5769, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container .select2-choice .select2-arrow b:before {
  content: "\f107";
  width: 100%;
  height: 100%;
  text-align: center;
  display: block;
}

/* line 5776, app/assets/stylesheets/smartadmin-plugins.css */
.select2-search {
  display: inline-block;
  width: 100%;
  min-height: 26px;
  margin: 0;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  z-index: 10000;
  white-space: nowrap;
}

/* line 5787, app/assets/stylesheets/smartadmin-plugins.css */
.select2-search input {
  width: 100%;
  height: auto !important;
  min-height: 29px;
  padding: 6px 20px 5px 10px;
  margin: 0;
  outline: 0;
  font-family: sans-serif;
  font-size: 1em;
  border: 1px solid #aaa;
  box-shadow: none;
  background: #fff;
  background: linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 5805, app/assets/stylesheets/smartadmin-plugins.css */
.select2-search:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  content: "\f002";
  top: 25%;
  right: 10px;
  color: #686868 !important;
}

/* line 5819, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop.select2-drop-above .select2-search input {
  margin-top: 4px;
}

/* line 5822, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop.select2-drop-above .select2-search:before {
  top: 34%;
}

/* line 5825, app/assets/stylesheets/smartadmin-plugins.css */
.select2-search input.select2-active {
  background: #ffffff url("../img/select2-spinner.gif") no-repeat 100%;
  background: url("../img/select2-spinner.gif") no-repeat 100%, linear-gradient(top, #ffffff 85%, #eeeeee 99%);
}

/* line 5832, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 1px solid #5D98CC;
  outline: none;
}

/* line 5837, app/assets/stylesheets/smartadmin-plugins.css */
.select2-dropdown-open .select2-choice {
  border-bottom-color: transparent;
  box-shadow: 0 1px 0 #fff inset;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-color: #fff;
}

/* line 5845, app/assets/stylesheets/smartadmin-plugins.css */
.select2-dropdown-open.select2-drop-above .select2-choice,
.select2-dropdown-open.select2-drop-above .select2-choices {
  border: 1px solid #5D98CC;
  border-top-color: transparent;
}

/* line 5850, app/assets/stylesheets/smartadmin-plugins.css */
.select2-dropdown-open .select2-choice .select2-arrow {
  background: transparent;
  border-left: none;
  -webkit-filter: none;
          filter: none;
}

/* line 5855, app/assets/stylesheets/smartadmin-plugins.css */
.select2-dropdown-open .select2-choice .select2-arrow b {
  background-position: -18px 1px;
}

/* results */
/* line 5859, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results {
  max-height: 200px;
  padding: 0 0 0 4px;
  margin: 4px 4px 4px 0;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 5868, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub {
  margin: 0;
  padding-left: 0;
}

/* line 5872, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub > li .select2-result-label {
  padding-left: 20px;
}

/* line 5875, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 40px;
}

/* line 5878, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 60px;
}

/* line 5881, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 80px;
}

/* line 5884, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 100px;
}

/* line 5887, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 110px;
}

/* line 5890, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub ul.select2-result-sub > li .select2-result-label {
  padding-left: 120px;
}

/* line 5893, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results li {
  list-style: none;
  display: list-item;
  background-image: none;
}

/* line 5898, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results li.select2-result-with-children > .select2-result-label {
  font-weight: bold;
}

/* line 5901, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-result-label {
  padding: 3px 7px 4px;
  margin: 0;
  cursor: pointer;
  min-height: 1em;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 5912, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-highlighted {
  background: #3276b1;
  color: #fff;
}

/* line 5916, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results li em {
  background: #feffde;
  font-style: normal;
}

/* line 5920, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-highlighted em {
  background: transparent;
}

/* line 5923, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-highlighted ul {
  background: #fff;
  color: #000;
}

/* line 5927, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-no-results,
.select2-results .select2-searching,
.select2-results .select2-selection-limit {
  background: #f4f4f4;
  display: list-item;
  padding: 3px 5px;
}

/* line 5934, app/assets/stylesheets/smartadmin-plugins.css */
.select2-no-results {
  padding-left: 20px;
}

/* line 5937, app/assets/stylesheets/smartadmin-plugins.css */
.select2-no-results:before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f05a";
  margin-right: 5px;
}

/*
disabled look for disabled choices in the results dropdown
*/
/* line 5951, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-disabled.select2-highlighted {
  color: #666;
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 5957, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-disabled {
  background: #f4f4f4;
  display: list-item;
  cursor: default;
}

/* line 5962, app/assets/stylesheets/smartadmin-plugins.css */
.select2-results .select2-selected {
  display: none;
}

/* line 5965, app/assets/stylesheets/smartadmin-plugins.css */
.select2-more-results.select2-active {
  background: #f4f4f4 url("../img/select2-spinner.gif") no-repeat 100%;
}

/* line 5968, app/assets/stylesheets/smartadmin-plugins.css */
.select2-more-results {
  background: #f4f4f4;
  display: list-item;
}

/* disabled styles */
/* line 5973, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container.select2-container-disabled .select2-choice {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 5979, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container.select2-container-disabled .select2-choice .select2-arrow {
  background-color: #f4f4f4;
  background-image: none;
  border-left: 0;
}

/* line 5984, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container.select2-container-disabled .select2-choice abbr {
  display: none;
}

/* multiselect */
/* line 5988, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  margin: 0;
  padding: 0;
  position: relative;
  border: 1px solid #ccc;
  cursor: text;
  overflow: hidden;
  background-color: #fff;
}

/* line 5999, app/assets/stylesheets/smartadmin-plugins.css */
.select2-locked {
  padding: 3px 5px 3px 5px !important;
}

/* line 6002, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices {
  min-height: 26px;
}

/* line 6005, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi.select2-container-active .select2-choices {
  border: 1px solid #5D98CC;
  outline: none;
}

/* line 6009, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices li {
  float: left;
  list-style: none;
}

/* line 6013, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices .select2-search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

/* line 6018, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices .select2-search-field input {
  padding: 5px;
  margin: 1px 0;
  font-family: sans-serif;
  font-size: 100%;
  color: #666;
  outline: 0;
  border: 0;
  box-shadow: none;
  background: transparent !important;
}

/* line 6030, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices .select2-search-field input.select2-active {
  background: #ffffff url("../img/select2-spinner.gif") no-repeat 100% !important;
}

/* line 6033, app/assets/stylesheets/smartadmin-plugins.css */
.select2-default {
  color: #999 !important;
}

/* line 6036, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices .select2-search-choice {
  padding: 1px 28px 1px 8px;
  margin: 4px 0 3px 5px;
  position: relative;
  line-height: 18px;
  color: #fff;
  cursor: default;
  border: 1px solid #2a6395;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #3276b1;
}

/* line 6054, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices .select2-search-choice .select2-chosen {
  cursor: default;
}

/* line 6057, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-choices .select2-search-choice-focus {
  opacity: .8;
}

/* line 6060, app/assets/stylesheets/smartadmin-plugins.css */
.select2-search-choice-close {
  display: block;
  min-width: 21px;
  min-height: 20px;
  position: absolute;
  right: 3px;
  top: 3px;
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 12px;
  text-decoration: none !important;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 6079, app/assets/stylesheets/smartadmin-plugins.css */
.select2-search-choice-close:before {
  color: #ffffff;
  content: "\f057";
}

/* line 6083, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-search-choice-close {
  display: block;
  top: 0;
  right: 0;
  padding: 3px 4px 3px 6px;
}

/* line 6089, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi .select2-search-choice-close:hover {
  background: rgba(0, 0, 0, 0.3);
}

/*
.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover {
  background-position: right -11px;
}
.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close {
    background-position: right -11px;
}*/
/* disabled styles */
/* line 6100, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi.select2-container-disabled .select2-choices {
  background-color: #f4f4f4;
  background-image: none;
  border: 1px solid #ddd;
  cursor: default;
}

/* line 6106, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice {
  padding: 3px 5px;
  border: 1px solid #4a90cc;
  background-image: none;
  background-color: #86b4dd;
  cursor: not-allowed;
}

/* line 6113, app/assets/stylesheets/smartadmin-plugins.css */
.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close {
  display: none;
  background: none;
}

/* end multiselect */
/* line 6118, app/assets/stylesheets/smartadmin-plugins.css */
.select2-result-selectable .select2-match,
.select2-result-unselectable .select2-match {
  text-decoration: underline;
}

/* line 6122, app/assets/stylesheets/smartadmin-plugins.css */
.select2-offscreen,
.select2-offscreen:focus {
  clip: rect(0 0 0 0) !important;
  width: 1px !important;
  height: 1px !important;
  border: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  outline: 0 !important;
  left: 0px !important;
  top: 0px !important;
}

/* line 6136, app/assets/stylesheets/smartadmin-plugins.css */
.select2-display-none {
  display: none;
}

/* line 6139, app/assets/stylesheets/smartadmin-plugins.css */
.select2-measure-scrollbar {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 100px;
  height: 100px;
  overflow: scroll;
}

/*
 * ADJUSTMENTS
 */
/* line 6150, app/assets/stylesheets/smartadmin-plugins.css */
.has-error .select2-choice,
.has-error .select2-container .select2-choice .select2-arrow,
.has-error .select2-container-multi .select2-choices {
  border-color: #b94a48;
}

/* line 6155, app/assets/stylesheets/smartadmin-plugins.css */
.has-error .select2-container .select2-choice .select2-arrow {
  background: #f2dede;
  color: #b94a48;
}

/* line 6159, app/assets/stylesheets/smartadmin-plugins.css */
.has-error .select2-dropdown-open .select2-choice {
  border-color: #5D98CC !important;
}

/* line 6162, app/assets/stylesheets/smartadmin-plugins.css */
.select2-drop.select2-drop-above.select2-drop-active {
  margin-top: 2px;
}

/* line 6165, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input > .select2-container {
  min-width: 200px;
}

/* style sheets */
/* line 6169, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox {
  position: fixed;
  bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 2px 6px;
  z-index: 959;
}

/* line 6176, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar {
  padding: 0px;
  height: 36px;
  cursor: pointer;
  background: #474544 !important;
  color: #ffffff !important;
  font-weight: normal;
  line-height: normal;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}

/* line 6188, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar > span {
  font-weight: normal;
  font-size: 14px;
  line-height: 36px;
  margin-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 120px;
  display: inline-block;
  float: left;
}

/* line 6200, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar > span > :first-child {
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  padding: 5px;
}

/* line 6206, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar.online > span > i {
  background: #54ce3c;
}

/* line 6209, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar.busy > span > i {
  background: #f14b52;
}

/* line 6212, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar.away > span > i {
  background: #ffc40d;
}

/* line 6215, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar.incognito > span > i {
  background: #a19e9d;
}

/* line 6218, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-titlebar.ui-state-focus {
  background: #201f1f !important;
  color: #ffffff;
}

/* line 6222, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-content {
  padding: 0px;
  margin: 0px;
  border: 0px !important;
}

/* line 6227, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-content > .alert-msg {
  border-bottom: 1px dashed #D6D6D6;
  padding: 4px 10px;
  color: #C20F16;
  display: block;
  font-size: 11px;
  text-align: center;
  display: none;
}

/* line 6236, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-content.true > .alert-msg {
  display: block !important;
}

/* line 6239, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-log {
  padding: 7px 10px;
  height: 180px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #ffffff;
  border: none !important;
}

/* line 6247, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-log > :first-child {
  margin-top: 0px;
}

/* line 6250, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-input {
  padding: 3px;
  border-top: 1px solid grey;
  overflow: hidden;
  width: 100% !important;
  max-width: 100% !important;
  border-width: 0px !important;
}

/* line 6258, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-input-box {
  margin: 2px;
  border: 1px solid !important;
  /* #6699FF */
  border-color: #666666 #ccc #ccc #ccc !important;
  padding: 2px;
  height: 50px;
  outline: none;
  resize: none;
  background-color: rgba(48, 126, 204, 0.05) !important;
}

/* line 6269, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-icon {
  float: right;
  min-width: 30px;
  height: 36px;
  border-left: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 14px;
  line-height: 26px;
  color: #fff !important;
  padding: 5px 9px;
}

/* line 6279, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-icon.ui-state-hover {
  background-color: rgba(0, 0, 0, 0.07) !important;
  border-left: 1px solid rgba(0, 0, 0, 0.09) !important;
}

/* line 6283, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-input-focus {
  border-color: #5D98CC !important;
  background-color: #fff !important;
}

/* line 6287, app/assets/stylesheets/smartadmin-plugins.css */
.ui-chatbox-msg {
  margin-top: 10px;
  float: left;
  clear: both;
  /* Source: http://snipplr.com/view/10979/css-cross-browser-word-wrap */
  white-space: pre-wrap;
  /* CSS3 */
  white-space: -moz-pre-wrap;
  /* Firefox */
  white-space: -pre-wrap;
  /* Opera <7 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* IE */
}

/*
 * IN THE MENU
 */
/* line 6306, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users > ul:before,
.chat-users li:before {
  border: none;
}

/* line 6310, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users {
  display: block;
  padding: 0px 15px;
}

/* line 6314, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users a[data-chat-id] {
  padding: 4px 6px;
  font-size: 13px;
  margin: 1px 0px;
}

/* line 6319, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users [data-chat-id]:hover {
  background: rgba(255, 255, 255, 0.1);
}

/* line 6322, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users [data-chat-id] > i {
  display: inline-block;
  border-radius: 50%;
  margin-right: 7px;
  padding: 5px;
  width: auto !important;
}

/* line 6329, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users [data-chat-status="away"] > i {
  background: #ffc40d;
}

/* line 6332, app/assets/stylesheets/smartadmin-plugins.css */
[data-chat-status="away"] + .popover .usr-card > img {
  border-left-color: #ffc40d;
}

/* line 6335, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users [data-chat-status="online"] > i {
  background: #54ce3c;
}

/* line 6338, app/assets/stylesheets/smartadmin-plugins.css */
[data-chat-status="online"] + .popover .usr-card > img {
  border-left-color: #54ce3c;
}

/* line 6341, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users [data-chat-status="incognito"] > i {
  background: #a19e9d;
}

/* line 6344, app/assets/stylesheets/smartadmin-plugins.css */
[data-chat-status="incognito"] + .popover .usr-card > img {
  border-left-color: #a19e9d;
}

/* line 6347, app/assets/stylesheets/smartadmin-plugins.css */
.chat-users .display-users [data-chat-status="busy"] > i {
  background: #f14b52;
}

/* line 6350, app/assets/stylesheets/smartadmin-plugins.css */
[data-chat-status="busy"] + .popover .usr-card > img {
  border-left-color: #f14b52;
}

/* line 6353, app/assets/stylesheets/smartadmin-plugins.css */
.display-users > dl {
  margin: 0px;
}

/* line 6356, app/assets/stylesheets/smartadmin-plugins.css */
.chat-user-filter {
  margin-bottom: 10px;
  margin-top: 5px;
  height: 27px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 3px 4px;
  font-size: 14px;
}

/*
 * POPOVER STYLE
 */
/* line 6369, app/assets/stylesheets/smartadmin-plugins.css */
[data-chat-id] + .popover {
  min-width: 250px;
  margin-left: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: normal !important;
}

/* line 6379, app/assets/stylesheets/smartadmin-plugins.css */
[data-chat-id] + .popover .popover-content {
  padding: 8px;
}

/*
 * USER CARD
 */
/* line 6385, app/assets/stylesheets/smartadmin-plugins.css */
.usr-card {
  position: relative;
}

/* line 6388, app/assets/stylesheets/smartadmin-plugins.css */
.usr-card > img {
  display: inline-block;
  border-left: 3px solid #fff;
}

/* line 6392, app/assets/stylesheets/smartadmin-plugins.css */
.usr-card-content {
  display: inline-block;
  vertical-align: top;
  margin-top: -3px;
  padding-left: 5px;
  max-width: 174px;
}

/* line 6399, app/assets/stylesheets/smartadmin-plugins.css */
.usr-card-content > :first-child {
  margin: 0px;
  font-size: 14px;
  color: #3276b1;
  font-weight: bold;
}

/* line 6405, app/assets/stylesheets/smartadmin-plugins.css */
.usr-card-content > p {
  margin: 0px;
}

/* line 6408, app/assets/stylesheets/smartadmin-plugins.css */
.usr-card-content > p > small {
  display: block;
  color: #7E7E7E;
}

/*
 * DEMO BUTTON
 */
/* line 6415, app/assets/stylesheets/smartadmin-plugins.css */
.sa-chat-learnmore-btn {
  margin-top: 10px;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  padding: 3px 0px !important;
  background: rgba(0, 0, 0, 0.2);
  border-color: rgba(0, 0, 0, 0.2);
  color: #C2C2C2;
  border-radius: 5px;
}

/*! X-editable - v1.5.0
* In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
* http://github.com/vitalets/x-editable
* Copyright (c) 2013 Vitaliy Potapov; Licensed MIT */
/* line 6430, app/assets/stylesheets/smartadmin-plugins.css */
.editableform {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
}

/* line 6434, app/assets/stylesheets/smartadmin-plugins.css */
.editableform .control-group {
  margin-bottom: 0;
  /* overwrites bootstrap margin */
  white-space: nowrap;
  /* prevent wrapping buttons on new line */
}

/* line 6440, app/assets/stylesheets/smartadmin-plugins.css */
.editable-buttons {
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  vertical-align: top;
  margin-left: 7px;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 6449, app/assets/stylesheets/smartadmin-plugins.css */
.editable-buttons.editable-buttons-bottom {
  display: block;
  margin-top: 7px;
  margin-left: 0;
}

/* line 6454, app/assets/stylesheets/smartadmin-plugins.css */
.editable-prepend, .editable-append {
  display: inline-block;
  margin-top: 4px;
}

/* line 6458, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input {
  vertical-align: top;
  display: inline-block;
  /* should be inline to take effect of parent's white-space: nowrap */
  width: auto;
  /* bootstrap-responsive has width: 100% that breakes layout */
  white-space: normal;
  /* reset white-space decalred in parent*/
  /* display-inline emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 6470, app/assets/stylesheets/smartadmin-plugins.css */
.editable-buttons .editable-cancel {
  margin-left: 7px;
}

/*for jquery-ui buttons need set height to look more pretty*/
/* line 6474, app/assets/stylesheets/smartadmin-plugins.css */
.editable-buttons button.ui-button-icon-only {
  height: 24px;
  width: 30px;
}

/* line 6478, app/assets/stylesheets/smartadmin-plugins.css */
.editableform-loading {
  background: url("/loading.gif") center center no-repeat;
  height: 25px;
  width: auto;
  min-width: 25px;
}

/* line 6484, app/assets/stylesheets/smartadmin-plugins.css */
.editable-inline .editableform-loading {
  background-position: left 5px;
}

/* line 6487, app/assets/stylesheets/smartadmin-plugins.css */
.editable-error-block {
  max-width: 300px;
  margin: 5px 0 0 0;
  width: auto;
  white-space: normal;
}

/*add padding for jquery ui*/
/* line 6494, app/assets/stylesheets/smartadmin-plugins.css */
.editable-error-block.ui-state-error {
  padding: 3px;
}

/* line 6497, app/assets/stylesheets/smartadmin-plugins.css */
.editable-error {
  color: red;
}

/* ---- For specific types ---- */
/* line 6501, app/assets/stylesheets/smartadmin-plugins.css */
.editableform .editable-date {
  padding: 0;
  margin: 0;
  float: left;
}

/* move datepicker icon to center of add-on button. See https://github.com/vitalets/x-editable/issues/183 */
/* line 6507, app/assets/stylesheets/smartadmin-plugins.css */
.editable-inline .add-on .icon-th {
  margin-top: 3px;
  margin-left: 1px;
}

/* checklist vertical alignment */
/* line 6512, app/assets/stylesheets/smartadmin-plugins.css */
.editable-checklist label input[type="checkbox"],
.editable-checklist label span {
  vertical-align: middle;
  margin: 0;
}

/* line 6517, app/assets/stylesheets/smartadmin-plugins.css */
.editable-checklist label {
  white-space: nowrap;
}

/* set exact width of textarea to fit buttons toolbar */
/* line 6521, app/assets/stylesheets/smartadmin-plugins.css */
.editable-wysihtml5 {
  width: 566px;
  height: 250px;
}

/* clear button shown as link in date inputs */
/* line 6526, app/assets/stylesheets/smartadmin-plugins.css */
.editable-clear {
  clear: both;
  font-size: 0.9em;
  text-decoration: none;
  text-align: right;
}

/* IOS-style clear button for text inputs */
/* line 6533, app/assets/stylesheets/smartadmin-plugins.css */
.editable-clear-x {
  background: url("../img/clear.png") center center no-repeat;
  display: block;
  width: 13px;
  height: 13px;
  position: absolute;
  opacity: 0.6;
  z-index: 100;
  top: 50%;
  right: 6px;
  margin-top: -6px;
}

/* line 6545, app/assets/stylesheets/smartadmin-plugins.css */
.editable-clear-x:hover {
  opacity: 1;
}

/* line 6548, app/assets/stylesheets/smartadmin-plugins.css */
.editable-pre-wrapped {
  white-space: pre-wrap;
}

/* line 6551, app/assets/stylesheets/smartadmin-plugins.css */
.editable-container.editable-popup {
  max-width: none !important;
  /* without this rule poshytip/tooltip does not stretch */
}

/* line 6555, app/assets/stylesheets/smartadmin-plugins.css */
.editable-container.popover {
  width: auto;
  /* without this rule popover does not stretch */
}

/* line 6559, app/assets/stylesheets/smartadmin-plugins.css */
.editable-container.editable-inline {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  /* inline-block emulation for IE7*/
  zoom: 1;
  *display: inline;
}

/* line 6567, app/assets/stylesheets/smartadmin-plugins.css */
.editable-container.ui-widget {
  font-size: inherit;
  /* jqueryui widget font 1.1em too big, overwrite it */
  z-index: 9990;
  /* should be less than select2 dropdown z-index to close dropdown first when click */
}

/* line 6573, app/assets/stylesheets/smartadmin-plugins.css */
.editable-click,
a.editable-click,
a.editable-click:hover {
  text-decoration: none;
  border-bottom: dashed 1px #0088cc;
}

/* line 6579, app/assets/stylesheets/smartadmin-plugins.css */
.editable-click.editable-disabled,
a.editable-click.editable-disabled,
a.editable-click.editable-disabled:hover {
  color: #585858;
  cursor: default;
  border-bottom: none;
}

/* line 6586, app/assets/stylesheets/smartadmin-plugins.css */
.editable-empty,
.editable-empty:hover,
.editable-empty:focus {
  font-style: italic;
  color: #DD1144;
  /* border-bottom: none; */
  text-decoration: none;
}

/* line 6594, app/assets/stylesheets/smartadmin-plugins.css */
.editable-unsaved {
  font-weight: bold;
}

/* line 6597, app/assets/stylesheets/smartadmin-plugins.css */
.editable-unsaved:after {
  /*    content: '*'*/
}

/* line 6600, app/assets/stylesheets/smartadmin-plugins.css */
.editable-bg-transition {
  transition: background-color 1400ms ease-out;
}

/*see https://github.com/vitalets/x-editable/issues/139 */
/* line 6608, app/assets/stylesheets/smartadmin-plugins.css */
.form-horizontal .editable {
  padding-top: 5px;
  display: inline-block;
}

/*
 * x-editable CSS
 */
/* line 6615, app/assets/stylesheets/smartadmin-plugins.css */
.editable-address {
  display: block;
  margin-bottom: 5px;
}

/* line 6619, app/assets/stylesheets/smartadmin-plugins.css */
.editable-address span {
  width: 70px;
  display: inline-block;
}

/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */
/* line 6631, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  /*.dow {
		border-top: 1px solid #ddd !important;
	}*/
}

/* line 6639, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 6650, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 6660, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker > div {
  display: none;
}

/* line 6663, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker table {
  width: 100%;
  min-width: 214px;
  margin: 0;
}

/* line 6668, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td,
.editable-input .datepicker th {
  text-align: center;
  width: 24px;
  height: 20px;
}

/* line 6674, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

/* line 6678, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td.day.disabled {
  color: #555555;
}

/* line 6681, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td.old,
.editable-input .datepicker td.new {
  color: #555555;
}

/* line 6685, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td.active,
.editable-input .datepicker td.active:hover {
  background: #3276b1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

/* line 6692, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
}

/* line 6701, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td span:hover {
  background: #eeeeee;
}

/* line 6704, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td span.active {
  background: #3276b1;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-radius: 3px;
}

/* line 6710, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker td span.old {
  color: #555555;
}

/* line 6713, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker th.switch {
  width: 145px;
}

/* line 6716, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker th.next,
.editable-input .datepicker th.prev {
  font-size: 19.5px;
}

/* line 6720, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker thead tr:first-child th {
  cursor: pointer;
}

/* line 6723, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

/* line 6726, app/assets/stylesheets/smartadmin-plugins.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/* line 6733, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker .next i,
.datepicker .prev i {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
}

/* line 6744, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker .prev i:before {
  content: "\f060";
}

/* line 6747, app/assets/stylesheets/smartadmin-plugins.css */
.editable-input .datepicker .next i:before {
  content: "\f061";
}

/*Messagebox */
/* line 6751, app/assets/stylesheets/smartadmin-plugins.css */
.divMessageBox {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
}

/* line 6760, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxContainer {
  top: 35%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}

/* line 6769, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxMiddle {
  position: relative;
  left: 20%;
  width: 60%;
}

/* line 6774, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxMiddle .MsgTitle {
  letter-spacing: -1px;
  font-size: 24px;
  font-weight: 300;
}

/* line 6779, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxMiddle .pText {
  font-size: 13px;
}

/* line 6782, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxContainer input {
  width: 50%;
  padding: 5px;
}

/* line 6786, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxContainer select {
  width: 50%;
  padding: 5px;
}

/* line 6790, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxButtonSection {
  width: 100%;
  height: 30px;
}

/* line 6794, app/assets/stylesheets/smartadmin-plugins.css */
.MessageBoxButtonSection button {
  float: right;
  margin-right: 7px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  font-weight: bold;
}

/* End of MessageBox */
/* line 6803, app/assets/stylesheets/smartadmin-plugins.css */
.LoadingBoxContainer {
  top: 20%;
  color: white;
  position: relative;
  width: 100%;
  background-color: #232323;
}

/* line 6810, app/assets/stylesheets/smartadmin-plugins.css */
.LoadingBoxMiddle {
  position: relative;
  left: 20%;
  width: 50%;
  padding: 10px;
}

/* line 6816, app/assets/stylesheets/smartadmin-plugins.css */
.LoadingBoxContainer .MsgTitle {
  font-size: 26px;
}

/* line 6819, app/assets/stylesheets/smartadmin-plugins.css */
.LoadingBoxContainer .pText {
  font-size: 13px;
}

/* line 6822, app/assets/stylesheets/smartadmin-plugins.css */
#LoadingPoints {
  position: absolute;
}

/* bigBoxes */
/* line 6826, app/assets/stylesheets/smartadmin-plugins.css */
.bigBox {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background-color: #004d60;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  width: 390px;
  height: 150px;
  color: white;
  z-index: 99999;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  border-left: 5px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

/* line 6845, app/assets/stylesheets/smartadmin-plugins.css */
.bigBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 5px 0 !important;
  display: block;
}

/* line 6852, app/assets/stylesheets/smartadmin-plugins.css */
.bigBox p {
  font-size: 13px;
  margin-top: 10px;
}

/* line 6856, app/assets/stylesheets/smartadmin-plugins.css */
#divMiniIcons {
  position: fixed;
  width: 415px;
  right: 10px;
  bottom: 180px;
  z-index: 9999;
  float: right;
}

/* line 6864, app/assets/stylesheets/smartadmin-plugins.css */
.botClose {
  position: absolute;
  right: 10px;
  height: 16px;
  width: 15px;
  cursor: pointer;
  font-size: 18px;
  opacity: .5;
  display: block;
  top: 15px;
}

/* line 6875, app/assets/stylesheets/smartadmin-plugins.css */
.botClose:hover {
  opacity: 1;
}

/* line 6878, app/assets/stylesheets/smartadmin-plugins.css */
#divMiniIcons .cajita {
  text-align: center;
  vertical-align: middle;
  padding: 4px 6px;
  color: #FFF;
  float: right;
  cursor: pointer;
  display: block;
  background-color: #F00;
  font-size: 17px;
  margin-left: 4px;
  margin-top: 5px;
}

/* line 6891, app/assets/stylesheets/smartadmin-plugins.css */
#divMiniIcons .cajita:active {
  top: 1px;
  left: 1px;
  position: relative;
}

/* line 6896, app/assets/stylesheets/smartadmin-plugins.css */
.cajita img {
  width: 23px;
  height: 23px;
  padding-left: 3px;
  padding-top: 3px;
}

/* line 6902, app/assets/stylesheets/smartadmin-plugins.css */
.bigBox .bigboxicon {
  font-size: 30px;
  text-align: left;
  position: absolute;
  top: 120px;
  left: 6px;
  z-index: 0;
}

/* line 6910, app/assets/stylesheets/smartadmin-plugins.css */
.bigBox .bigboxnumber {
  width: 100%;
  text-align: right;
  font-size: 25px;
}

/* End of  bigBoxes */
/* SmallBox */
/* line 6917, app/assets/stylesheets/smartadmin-plugins.css */
#divSmallBoxes {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9999;
}

/* line 6923, app/assets/stylesheets/smartadmin-plugins.css */
.SmallBox {
  position: absolute;
  right: 5px;
  top: 20px;
  width: 420px;
  color: white;
  z-index: 9999;
  overflow: hidden;
  border: 1px solid transparent;
}

/* line 6933, app/assets/stylesheets/smartadmin-plugins.css */
.SmallBox:hover {
  border: 1px solid #fff;
  cursor: pointer;
}

/* line 6937, app/assets/stylesheets/smartadmin-plugins.css */
.SmallBox .foto {
  font-size: 50px;
  position: absolute;
  left: 17px;
}

/* line 6942, app/assets/stylesheets/smartadmin-plugins.css */
.SmallBox .textoFull {
  width: 93%;
  float: left;
  padding-left: 20px;
}

/* line 6947, app/assets/stylesheets/smartadmin-plugins.css */
.SmallBox .textoFoto {
  width: 78%;
  margin: 3px 20px 3px 80px;
  float: left;
}

/* line 6952, app/assets/stylesheets/smartadmin-plugins.css */
.miniPic {
  position: absolute;
  bottom: 8px;
  right: 9px;
}

/* line 6957, app/assets/stylesheets/smartadmin-plugins.css */
.miniIcono {
  height: 100%;
  font-size: 20px;
}

/* line 6961, app/assets/stylesheets/smartadmin-plugins.css */
.SmallBox span {
  font-size: 17px;
  font-weight: 300;
  letter-spacing: -1px;
  display: block;
  margin: 4px 0;
}

/* line 6968, app/assets/stylesheets/smartadmin-plugins.css */
.SmallBox p {
  font-size: 13px;
  margin-top: 2px;
}

/* End of SmallBox */
/* line 6973, app/assets/stylesheets/smartadmin-plugins.css */
#pageslide {
  /* These styles MUST be included. Do not change. */
  display: none;
  position: absolute;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  /* Specify the width of your pageslide here */
  width: 305px;
  padding: 20px;
  /* These styles are optional, and describe how the pageslide will look */
  background-color: #004d60;
  color: #FFF;
  -webkit-box-shadow: inset 0 0 5px 5px #222;
  -moz-shadow: inset 0 0 0px 0px #222;
  box-shadow: inset 0 0 0px 0px #222;
}

/* line 6991, app/assets/stylesheets/smartadmin-plugins.css */
.purehtml {
  color: white;
  font-size: 16px;
}

/* Mobile Phones */
@media screen and (max-width: 450px) and (max-width: 767px) {
  /* SmallBox Responsive */
  /* line 6998, app/assets/stylesheets/smartadmin-plugins.css */
  #divSmallBoxes {
    position: fixed;
    width: 90%;
    right: 0;
    top: 0;
  }
  /* line 7004, app/assets/stylesheets/smartadmin-plugins.css */
  .SmallBox {
    width: 95%;
  }
  /* line 7007, app/assets/stylesheets/smartadmin-plugins.css */
  .SmallBox:hover {
    box-shadow: 0px 0px 10px #888888;
    cursor: pointer;
  }
  /* line 7011, app/assets/stylesheets/smartadmin-plugins.css */
  .SmallBox span {
    font-size: 16px;
    /*font-weight:bold;*/
  }
  /* line 7015, app/assets/stylesheets/smartadmin-plugins.css */
  .SmallBox p {
    font-size: 12px;
    margin-top: 2px;
  }
  /* line 7019, app/assets/stylesheets/smartadmin-plugins.css */
  .SmallBox .textoFull {
    width: 93%;
    float: left;
    padding-left: 20px;
  }
  /* line 7024, app/assets/stylesheets/smartadmin-plugins.css */
  .SmallBox .textoFoto {
    width: 55%;
    margin: 3px 20px 3px 80px;
    float: left;
  }
  /* End of SmallBox Responsive*/
  /* bigBoxes Responsive */
  /* line 7031, app/assets/stylesheets/smartadmin-plugins.css */
  .bigBox {
    position: fixed;
    right: 10px;
    bottom: 10px;
    background-color: #004d60;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
    width: 88%;
    height: 150px;
    color: white;
    z-index: 99999;
  }
  /* End of  bigBoxes  Responsive */
  /*Messagebox Responsive */
  /* line 7047, app/assets/stylesheets/smartadmin-plugins.css */
  .divMessageBox {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 100000;
  }
  /* line 7056, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxContainer {
    top: 25%;
    color: white;
    position: relative;
    width: 100%;
    background-color: #232323;
  }
  /* line 7063, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxMiddle {
    position: relative;
    left: 0;
    width: 100%;
    padding: 3px;
  }
  /* line 7069, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxMiddle .MsgTitle {
    font-size: 22px;
  }
  /* line 7072, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxMiddle .pText {
    font-size: 13px;
  }
  /* line 7075, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxContainer input {
    width: 50%;
    padding: 5px;
  }
  /* line 7079, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxContainer select {
    width: 50%;
    padding: 5px;
  }
  /* line 7083, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxButtonSection {
    width: 100%;
    height: 30px;
  }
  /* line 7087, app/assets/stylesheets/smartadmin-plugins.css */
  .MessageBoxButtonSection button {
    float: right;
    margin-right: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }
  /* End of MessageBox Responsive */
}

/* Animations */
/* line 7096, app/assets/stylesheets/smartadmin-plugins.css */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* line 7106, app/assets/stylesheets/smartadmin-plugins.css */
.animated.fast {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
}

/*
 * SPARKLINE
 */
/* line 7116, app/assets/stylesheets/smartadmin-plugins.css */
.jqstooltip {
  padding: 7px !important;
  border-radius: 3px !important;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border: none !important;
  background-color: #000000 !important;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* line 7127, app/assets/stylesheets/smartadmin-plugins.css */
.jqstooltip .jqsfield {
  font-family: "Segoe UI", "Open Sans", Calibri, Candara, Arial, sans-serif;
  font-size: 11px;
}

/* line 7131, app/assets/stylesheets/smartadmin-plugins.css */
#sparks {
  display: block;
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
  text-align: right;
}

/* line 7138, app/assets/stylesheets/smartadmin-plugins.css */
#sparks li {
  display: inline-block;
  max-height: 47px;
  overflow: hidden;
  text-align: left;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}

/* line 7147, app/assets/stylesheets/smartadmin-plugins.css */
#sparks li h5 {
  color: #555;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin: -3px 0 0 0;
  padding: 0;
  border: none;
  text-transform: uppercase;
}

/* line 7157, app/assets/stylesheets/smartadmin-plugins.css */
#sparks li span {
  color: #636363;
  display: block;
}

/* line 7161, app/assets/stylesheets/smartadmin-plugins.css */
#sparks li {
  border-left: 1px dotted #c7c7c7;
  padding: 0 10px;
}

/* line 7165, app/assets/stylesheets/smartadmin-plugins.css */
#sparks li:last-child {
  padding-right: 0;
}

/* line 7168, app/assets/stylesheets/smartadmin-plugins.css */
#sparks li:first-child {
  border-left: none;
  padding-left: 0;
}

/* line 7172, app/assets/stylesheets/smartadmin-plugins.css */
.sparks-info {
  min-width: 70px;
}

/* line 7175, app/assets/stylesheets/smartadmin-plugins.css */
.sparks-info span {
  font-size: 18px;
  line-height: 20px;
  margin: 0;
  text-transform: none;
}

/* line 7181, app/assets/stylesheets/smartadmin-plugins.css */
.sparks-info .sparkline {
  display: block;
  float: right;
  margin: 3px 0 0 20px;
}

/* width 100% */
/* line 7187, app/assets/stylesheets/smartadmin-plugins.css */
[data-sparkline-width="100%"] > canvas {
  width: 100% !important;
}

/* adjustment */
/* line 7191, app/assets/stylesheets/smartadmin-plugins.css */
.dataTable [data-sparkline-width="100%"] > canvas {
  max-width: 60px !important;
}

/* Theme Variables
 ------------------------------------------*/
/* Frame Mode Layout
 ------------------------------------------*/
/* line 7198, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor {
  border: 1px solid #a9a9a9;
  position: relative;
  /* dropzone */
  /* fullscreen mode */
  /* codeview mode */
  /* statusbar */
  /* editable */
  /* codeable */
}

/* line 7208, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-dropzone {
  position: absolute;
  display: none;
  z-index: 1;
  border: 2px dashed #87cefa;
  color: #87cefa;
  background-color: white;
  opacity: 0.95;
  pointer-event: none;
}

/* line 7218, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
}

/* line 7225, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-dropzone.hover {
  border: 2px dashed #098ddf;
  color: #098ddf;
}

/* line 7229, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 7232, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-toolbar {
  background-color: #f5f5f5;
  border-bottom: 1px solid #a9a9a9;
}

/* line 7236, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1050;
  /* bs3 modal-backdrop: 1030, bs2: 1040 */
}

/* line 7244, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor.fullscreen .note-editable {
  background-color: white;
}

/* line 7247, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor.fullscreen .note-resizebar {
  display: none;
}

/* line 7250, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor.codeview .note-editable {
  display: none;
}

/* line 7253, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor.codeview .note-codable {
  display: block;
}

/* line 7256, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-statusbar {
  background-color: #f5f5f5;
}

/* line 7259, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-statusbar .note-resizebar {
  height: 8px;
  width: 100%;
  border-top: 1px solid #a9a9a9;
  cursor: ns-resize;
}

/* line 7265, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 7270, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-editable {
  padding: 10px;
  overflow: auto;
  outline: none;
}

/* line 7275, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 7278, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  border: none;
  box-shadow: none;
  font-family: Menlo, Monaco, monospace, sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  resize: none;
  /* override BS2 default style */
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0;
  margin-bottom: 0;
}

/* Air Mode Layout
 ------------------------------------------*/
/* line 7301, app/assets/stylesheets/smartadmin-plugins.css */
.note-air-editor {
  outline: none;
}

/* Popover
 ------------------------------------------*/
/* line 7306, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover {
  max-width: none;
}

/* line 7309, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  /* for FF */
  vertical-align: middle;
  /* for FF */
}

/* line 7319, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .arrow {
  left: 20px;
}

/* Popover and Toolbar (Button container)
 ------------------------------------------*/
/* line 7324, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content,
.note-toolbar {
  margin: 0;
  padding: 0 0 5px 5px;
  /* dropdown-menu for toolbar and popover */
  /* color palette for toolbar and popover */
}

/* line 7331, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content > .btn-group,
.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-left: 0;
  margin-right: 5px;
}

/* line 7337, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-table .dropdown-menu,
.note-toolbar .note-table .dropdown-menu {
  min-width: 0;
  padding: 5px;
}

/* line 7342, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker {
  font-size: 18px;
}

/* line 7346, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 7354, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-unhighlighted {
  position: relative !important;
  z-index: 1;
  width: 5em;
  height: 5em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIj4+Pjp6ekKlAqjAAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKhmnaJzPAAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 7362, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted,
.note-toolbar .note-table .dropdown-menu .note-dimension-picker .note-dimension-picker-highlighted {
  position: absolute !important;
  z-index: 2;
  width: 1em;
  height: 1em;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAASAgMAAAAroGbEAAAACVBMVEUAAIjd6vvD2f9LKLW+AAAAAXRSTlMAQObYZgAAAAFiS0dEAIgFHUgAAAAJcEhZcwAACxMAAAsTAQCanBgAAAAHdElNRQfYAR0BKwNDEVT0AAAAG0lEQVQI12NgAAOtVatWMTCohoaGUY+EmIkEAEruEzK2J7tvAAAAAElFTkSuQmCC") repeat;
}

/* line 7370, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-style h1,
.note-toolbar .note-style h1,
.note-popover .popover .popover-content .note-style h2,
.note-toolbar .note-style h2,
.note-popover .popover .popover-content .note-style h3,
.note-toolbar .note-style h3,
.note-popover .popover .popover-content .note-style h4,
.note-toolbar .note-style h4,
.note-popover .popover .popover-content .note-style h5,
.note-toolbar .note-style h5,
.note-popover .popover .popover-content .note-style h6,
.note-toolbar .note-style h6,
.note-popover .popover .popover-content .note-style blockquote,
.note-toolbar .note-style blockquote {
  margin: 0;
}

/* line 7386, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-toggle,
.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 7391, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-menu,
.note-toolbar .note-color .dropdown-menu {
  min-width: 340px;
}

/* line 7395, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group,
.note-toolbar .note-color .dropdown-menu .btn-group {
  margin: 0;
}

/* line 7399, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group:first-child,
.note-toolbar .note-color .dropdown-menu .btn-group:first-child {
  margin: 0 5px;
}

/* line 7403, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-palette-title,
.note-toolbar .note-color .dropdown-menu .btn-group .note-palette-title {
  font-size: 12px;
  margin: 2px 7px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 7410, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset {
  font-size: 11px;
  margin: 3px;
  padding: 0 3px;
  cursor: pointer;
  border-radius: 5px;
}

/* line 7420, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-row,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-row {
  height: 20px;
}

/* line 7424, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color .dropdown-menu .btn-group .note-color-reset:hover,
.note-toolbar .note-color .dropdown-menu .btn-group .note-color-reset:hover {
  background: #eee;
}

/* line 7428, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-para .dropdown-menu,
.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 7433, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-para .dropdown-menu > div:first-child,
.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 7437, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .dropdown-menu,
.note-toolbar .dropdown-menu {
  min-width: 90px;
  /* dropdown-menu right position */
  /* http://forrst.com/posts/Bootstrap_right_positioned_dropdown-2KB */
  /* dropdown-menu for selectbox */
}

/* line 7444, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .dropdown-menu.right,
.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 7449, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .dropdown-menu.right::before,
.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 7454, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .dropdown-menu.right::after,
.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 7459, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .dropdown-menu li a i,
.note-toolbar .dropdown-menu li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 7464, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .dropdown-menu li a.checked i,
.note-toolbar .dropdown-menu li a.checked i {
  visibility: visible;
}

/* line 7468, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-fontsize-10,
.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 7472, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color-palette,
.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 7476, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color-palette div .note-color-btn,
.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 7484, app/assets/stylesheets/smartadmin-plugins.css */
.note-popover .popover .popover-content .note-color-palette div .note-color-btn:hover,
.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* Dialog
 ------------------------------------------*/
/* line 7490, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog > div {
  display: none;
  /* BS2's hide pacth. */
}

/* line 7494, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  font-size: 30px;
  line-height: 4;
  /* vertical-align */
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
  margin-bottom: 10px;
}

/* line 7504, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog {
  font-size: 12px;
  color: #ccc;
  background-color: #222 !important;
  -webkit-opacity: 0.9;
  -khtml-opacity: 0.9;
  -moz-opacity: 0.9;
  opacity: 0.9;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  filter: alpha(opacity=90);
  /* BS2's background pacth. */
  background: transparent;
  border: none;
}

/* line 7518, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .modal-content {
  background: transparent;
  border: 1px solid white;
  box-shadow: none;
  border-radius: 5px;
}

/* line 7528, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog a {
  font-size: 12px;
  color: white;
}

/* line 7532, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .title {
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: white 1px solid;
}

/* line 7539, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .modal-close {
  font-size: 14px;
  color: #dddd00;
  cursor: pointer;
}

/* line 7544, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .note-shortcut-layout {
  width: 100%;
}

/* line 7547, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .note-shortcut-layout td {
  vertical-align: top;
}

/* line 7550, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .note-shortcut {
  margin-top: 8px;
}

/* line 7553, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .note-shortcut th {
  text-align: left;
  font-size: 13px;
  color: #dddd00;
}

/* line 7558, app/assets/stylesheets/smartadmin-plugins.css */
.note-dialog .note-help-dialog .note-shortcut td:first-child {
  min-width: 110px;
  font-family: "Courier New";
  color: #dddd00;
  text-align: right;
  padding-right: 10px;
}

/* Handle
 ------------------------------------------*/
/* line 7567, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle {
  /* control selection */
}

/* line 7570, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid black;
}

/* line 7575, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 7578, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: black;
  -webkit-opacity: 0.3;
  -khtml-opacity: 0.3;
  -moz-opacity: 0.3;
  opacity: 0.3;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 7589, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 7594, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid black;
}

/* line 7599, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  border: 1px solid black;
  background-color: white;
}

/* line 7605, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: none;
  border-bottom: none;
}

/* line 7611, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: none;
  border-left: none;
}

/* line 7617, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: none;
  border-right: none;
}

/* line 7623, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 7628, app/assets/stylesheets/smartadmin-plugins.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  color: white;
  background-color: black;
  font-size: 12px;
  border-radius: 5px;
  -webkit-opacity: 0.7;
  -khtml-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* ADJUSTMENTS */
/* line 7647, app/assets/stylesheets/smartadmin-plugins.css */
.no-padding .note-editor {
  border: none;
}

/* line 7650, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-editable {
  background-color: rgba(48, 126, 204, 0.05);
}

/* line 7653, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-editable:focus {
  background-color: #fff;
}

/* line 7656, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-statusbar .note-resizebar {
  border-top: 1px solid #DBDBDB;
}

/* line 7659, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-statusbar:hover {
  background: #EEE;
}

/* line 7662, app/assets/stylesheets/smartadmin-plugins.css */
.note-editor .note-statusbar:active {
  background: #eaeaea;
}

/*
	Important this file is beeen modified by Webarch
*/
/*------------------------------------*\
    SuperBox
\*------------------------------------*/
/* line 7671, app/assets/stylesheets/smartadmin-plugins.css */
.superbox *,
.superbox *:after,
.superbox *:before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* SuperBox */
/* line 7686, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-list {
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 12.5%;
  padding: 5px;
  position: relative;
}

/* line 7694, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-list.active:before {
  content: "\f0d8";
  font-family: "Font Awesome 5 Free";
  display: block;
  position: absolute;
  left: 43%;
  bottom: -34px;
  z-index: 2;
  text-align: center;
  font-size: 45px;
  color: #222222;
}

/* line 7706, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-img {
  max-width: 100%;
  width: 100%;
  cursor: pointer;
}

/* line 7711, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-show {
  text-align: left;
  position: relative;
  background-color: #222222;
  width: 100%;
  float: left;
  padding: 25px 0 12px 25px;
  display: none;
  margin: 5px 0;
}

/* line 7721, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-current-img {
  max-width: 100%;
  float: left;
  padding-right: 25px;
  padding-bottom: 13px;
}

/* line 7727, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-img:hover {
  opacity: 0.8;
}

/* line 7730, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-float {
  float: left;
}

/* line 7733, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-close {
  opacity: 0.7;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
  transition: all 0.1s linear 0s;
}

/* line 7741, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-close:hover {
  opacity: 1;
}

/* line 7744, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-imageinfo {
  display: inline-block;
  max-width: 500px;
  color: #fff;
  padding: 0 25px 0 0;
}

/* line 7750, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-imageinfo span {
  font-size: 13px;
  color: #a19994;
  margin-right: -2px;
  padding-top: 10px;
  display: inline-block;
  padding-bottom: 13px;
}

/* line 7758, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-imageinfo > :first-child {
  margin-bottom: 10px;
  font-weight: bold;
}

/* line 7762, app/assets/stylesheets/smartadmin-plugins.css */
.superbox-imageinfo span p:last-child {
  margin-top: 30px;
}

@media only screen and (min-width: 320px) {
  /* line 7766, app/assets/stylesheets/smartadmin-plugins.css */
  .superbox-list {
    width: 50%;
  }
}

@media only screen and (min-width: 486px) {
  /* line 7771, app/assets/stylesheets/smartadmin-plugins.css */
  .superbox-list {
    width: 25%;
  }
}

@media only screen and (min-width: 768px) {
  /* line 7776, app/assets/stylesheets/smartadmin-plugins.css */
  .superbox-list {
    width: 16.66666667%;
  }
}

@media only screen and (min-width: 1025px) {
  /* line 7781, app/assets/stylesheets/smartadmin-plugins.css */
  .superbox-list {
    width: 12.5%;
  }
}

@media only screen and (min-width: 1824px) {
  /* line 7786, app/assets/stylesheets/smartadmin-plugins.css */
  .superbox-list {
    width: 12.5%;
  }
}

/* line 7790, app/assets/stylesheets/smartadmin-plugins.css */
#speech-btn > :first-child {
  position: relative;
}

/* line 7793, app/assets/stylesheets/smartadmin-plugins.css */
.voice-command-active #speech-btn > :first-child > a {
  background: #0E70CA;
  border: 1px solid #125A9C;
  color: rgba(255, 255, 255, 0.9);
}

/* line 7798, app/assets/stylesheets/smartadmin-plugins.css */
.voice-command-active.service-not-allowed #speech-btn > :first-child > a {
  background: #a90329;
  border: 1px solid #8B0913;
  color: rgba(255, 255, 255, 0.9);
}

/* line 7803, app/assets/stylesheets/smartadmin-plugins.css */
.voice-command-active.service-allowed #speech-btn > :first-child > a {
  background: url("../img/voicecommand/active-btn.gif") no-repeat center center #0e70ca;
  border: 1px solid #125A9C;
  color: rgba(255, 255, 255, 0.9);
}

/* line 7808, app/assets/stylesheets/smartadmin-plugins.css */
#speech-btn > :first-child > a + .popover {
  display: none;
  top: 42px;
  left: -113px;
  width: 255px;
}

/* line 7814, app/assets/stylesheets/smartadmin-plugins.css */
#speech-btn > :first-child > a + .popover > .popover-content {
  padding: 9px 12px;
}

/* line 7817, app/assets/stylesheets/smartadmin-plugins.css */
#speech-btn > :first-child > a + .popover .btn {
  padding: 4px 12px;
}

/* line 7820, app/assets/stylesheets/smartadmin-plugins.css */
.vc-title {
  margin-bottom: 10px !important;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
}

/* line 7826, app/assets/stylesheets/smartadmin-plugins.css */
.vc-title-error {
  display: none;
}

/* line 7829, app/assets/stylesheets/smartadmin-plugins.css */
.voice-command-active.service-not-allowed .vc-title,
.voice-command-active.service-not-allowed .popover .btn,
.service-not-allowed .vc-title,
.service-not-allowed .popover .btn {
  display: none !important;
}

/* line 7835, app/assets/stylesheets/smartadmin-plugins.css */
.voice-command-active.service-not-allowed .vc-title-error {
  display: block;
}

/* line 7838, app/assets/stylesheets/smartadmin-plugins.css */
.vc-title > small {
  font-size: 80%;
}

/* line 1, app/assets/stylesheets/phishing.scss */
.email-column {
  word-wrap: break-word;
  max-width: 201px;
}

/* line 1, app/assets/stylesheets/purchased_courses.scss */
.hidden-courses-toggle {
  padding-bottom: 20px;
}

/* line 6, app/assets/stylesheets/purchased_courses.scss */
body#training #start-course.btn-group {
  min-width: 140px;
}

/* line 1, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-background, .flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
}

/* line 7, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon {
  position: relative;
  display: inline-block;
  width: 1.3333333333em;
  line-height: 1em;
}

/* line 13, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon:before {
  content: '\00a0';
}

/* line 16, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon.flag-icon-squared {
  width: 1em;
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad {
  background-image: url(/assets/flags/4x3/ad-42432db4ab96f771f99ae29aead8f50a1467bc385588e0ac72532a89a37ab308.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ad.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ad-273f618fc46bfc503195b1dbb3d0ea33b96e9ed6933c30f456f07f3cc9c44b8a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae {
  background-image: url(/assets/flags/4x3/ae-42af95394cbae503c086994a2edf764c8a1cabef771c8e2a932561044c42ccde.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ae.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ae-8b4fd2b9e2787a73bb94536e05dedddaa3e5a0722ed3a4473f48cdc2f514baef.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af {
  background-image: url(/assets/flags/4x3/af-46da7bf7d6e03889b6c20b4ba5b78123ed2078d5fc6f89b74fa5b9df0b0e4852.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-af.flag-icon-squared {
  background-image: url(/assets/flags/1x1/af-43187168025be359e438576e42ed969f56907459f0cd8e2423b4b1d57d8dd4f0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag {
  background-image: url(/assets/flags/4x3/ag-2bae249ed6f4e63333b01ca36f09d69e821fc3a5e20309c8f249626da12538bb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ag.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ag-178e1e7798e834805cf52409a3277ac6cd281435cab9063ad40fa59e2142cce7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai {
  background-image: url(/assets/flags/4x3/ai-34b3192d45b85adcad9e7f89992c6d0972588a2557020e6fb18a37f1e5f8dfb7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ai.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ai-7249d215477a11d0bc56d3c00da531b10f401a47791e98975acdbaa5c3c496c2.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al {
  background-image: url(/assets/flags/4x3/al-d234bb9b40007b7188622b7d633d60e4313f3332fad8cb77f2ad5429e04a1471.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-al.flag-icon-squared {
  background-image: url(/assets/flags/1x1/al-5b88fd237981f3be404d815250f0681f5edbcbd8137aa33488c22d0145a51265.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am {
  background-image: url(/assets/flags/4x3/am-a77d5272270d827aa1c13e1397c07b464e063e96593d26f7c7dca74c1c693496.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-am.flag-icon-squared {
  background-image: url(/assets/flags/1x1/am-9df75a35829abb3acde71f6a10f25f209217eccecc00fc5227f1a372d206f326.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao {
  background-image: url(/assets/flags/4x3/ao-0371cf58e7ab727442275936f73adbecbe44707f40f672e485e36071a34500a6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ao.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ao-3a42ecf49526b54faa5a6b25aebcc18e1abe94d61b00a4db7a021cc744df6b25.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq {
  background-image: url(/assets/flags/4x3/aq-3f5e95412731fa915cca78ff4832ec8ed120038d1e49618218c1d7fdf182b735.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aq-5959929e1eb47baa510e7fe252e0c2c27ea1331863cc568470c049ed1ee44c9d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar {
  background-image: url(/assets/flags/4x3/ar-a2cb09cb8f8e6e31fb00fc056cfe2e4ce60d245124720e5efc6eb431f219d377.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ar.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ar-0484c5ad1af94c6be602703c2634abcfacd3b7f43d1d8cb400e5ab360f15bd58.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as {
  background-image: url(/assets/flags/4x3/as-6857c5be1eff61eaa62169612819b7fb55435f9e6e0936248b335c87c9d7039b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-as.flag-icon-squared {
  background-image: url(/assets/flags/1x1/as-150e2095ec97a0a1d7ee06ec4877d3fece8873916e43e78d521c594de72f970d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at {
  background-image: url(/assets/flags/4x3/at-3bf1c4c8a37cf8224bf5a336217fb82a776a404678e08415642889fc46dabe24.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-at.flag-icon-squared {
  background-image: url(/assets/flags/1x1/at-58a7ab7a980d9f9819de5403e9bace0f8265ede5325cef8a07ea0626b511a91d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au {
  background-image: url(/assets/flags/4x3/au-32e132495b7632f9523b6749fe9d13578a2dd6e46083c19879627c2450843397.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-au.flag-icon-squared {
  background-image: url(/assets/flags/1x1/au-cf1281189fdd3e70cf4eddc56754ed383215c5b324a81b73acb079c4c3eb0a5f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw {
  background-image: url(/assets/flags/4x3/aw-ffb94183101fffc493f9106dec576fde689d82f16d8db27eb55d5a856e39e888.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-aw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/aw-945b0c08e5c1eb66bf8b86c3361cae0e99373def7eda722050678de773c90f1c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax {
  background-image: url(/assets/flags/4x3/ax-998116ea8a5a45b2b83b314c0b7a1f223eee72bf4fdb8624ffd39b7666f958bc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ax.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ax-8224988ee82337d75c7ead4e9bd7e69dcd46ee0eb04029b18c850a654ab97231.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az {
  background-image: url(/assets/flags/4x3/az-97627054eadaec7d155b02fd2c2872776c3928c16a32ec9240cce86b41f62d85.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-az.flag-icon-squared {
  background-image: url(/assets/flags/1x1/az-b56e819f64579d6f31f0b5c3951c3ca6dbee83915e8a1f225ba867831e8e0650.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba {
  background-image: url(/assets/flags/4x3/ba-a59e55a602f64cac043b2183ee38ded4f4e4e0c1924aa3dcad9481d6dec803d6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ba.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ba-4a90c74510bbcbf4341d163910e5861c7d6ef8631cea3327049f68602588c583.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb {
  background-image: url(/assets/flags/4x3/bb-4441087f5a702437a0f843f676aa571ab604756945a59783b86dd4582922e32a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bb-868a948e7eaafaf28f242231256819403d5c95fb37a6993c6706f81209404c8b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd {
  background-image: url(/assets/flags/4x3/bd-379554002683f586895fe9f85ecb3ecccbf3dc745ba8cd73c0c418ff70f24a56.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bd-5d2c9d61e9a6fc2ac6aa9b57065c088786947133b3c79a969f64643fc3c52345.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be {
  background-image: url(/assets/flags/4x3/be-d81ad4156d40bccd6ba15e04257ff7ecc05e5c1b7cbe2d2dfcc2fb744a0582a0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-be.flag-icon-squared {
  background-image: url(/assets/flags/1x1/be-53cbdee6fe6eda53c05d6e4f4ca82007f5c24ae1cec81a1c509d65fa77914500.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf {
  background-image: url(/assets/flags/4x3/bf-84e8860c79d51197018a92c0fea78dfafef660312c9fee5770d35855a7d24acc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bf-10517b2f85dff718d10dd1d4c2438ba0ca954df2e1a0a4030f3b005221cd6cb9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg {
  background-image: url(/assets/flags/4x3/bg-05f50761ebcdc5a270a8ea86c643b631b555cb65b3db69ad91b4bcfcf822aa12.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bg-6bd87c9edb1d103fe22b8f51413d7fce5c8b004f2739eb623239895c74756810.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh {
  background-image: url(/assets/flags/4x3/bh-f5898cb6bc64c170930d46bf84b9ca75c53b21eb54ca1ade3fbfa4f9299ddf2f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bh-7bea36317940c81c1456f80f7da3739f46265d71d276293b1f2e913619762bca.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi {
  background-image: url(/assets/flags/4x3/bi-f0c4636ae9ec0f5ad8f3467a5b80ab43ae706414f52cf77f3ef4b1ab2c2bf470.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bi-6bd61566823a357b9763e0c2ca9e28e4ff501856573cb44ce1eb4ff3a64dbfec.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj {
  background-image: url(/assets/flags/4x3/bj-2a4921bcfa9e7d90603191fe5ffeb2a3ace2acea8d012bae66d77d3db16d4614.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bj-1ce6f6f69f6ac1159af224c2077fb0faf920c077853e8ce69e568e0e9a5ea6b5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl {
  background-image: url(/assets/flags/4x3/bl-7d0c9a79aa0bbc2f436c7ab7daba69174f30cd55425710ad87fa163ff62d760f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bl-77081fb2329682eef024a19864f405d7d46ad9b6913ed1957a944a87ad912432.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm {
  background-image: url(/assets/flags/4x3/bm-8ecd2919b0c7104b179fc5f4b339e027bd09907398c3b488a47da16fd599783a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bm-b2af043d86f416120a721a21a89bc74cc69815c1f7bae6ebbd2fed3bc9995b59.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn {
  background-image: url(/assets/flags/4x3/bn-2dd41332cfb54fc98659e92d8484782ba350ffa0f57c14fe27a278f08d7553f3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bn-9a141c9648a72bf039acdbee519a3494e8021cd82abf30efc53d9af3446626a6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo {
  background-image: url(/assets/flags/4x3/bo-09a619aed7307cefa0569546c179796f745dbf0ad969456a9354a5af3b4c80ae.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bo-58609b431639903d61cddd1c8b82a483d2321dd75213d03f1cf60442f272ce41.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq {
  background-image: url(/assets/flags/4x3/bq-0ba7bc9ee5476d8008021fb27eeee59d24f8060169cb834ac899bb3fa69151f6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bq-c0a24ca8f13c03ecafaa676271f4c48306a25ebf9c0e80d4e8608384fd6271a5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br {
  background-image: url(/assets/flags/4x3/br-ce80eaef8b776adb3e231573ac2d362710695559a399a461e21caacdff234ca3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-br.flag-icon-squared {
  background-image: url(/assets/flags/1x1/br-283881dcaa1a577e4bbe1f3bc939e7e36e75ada7cf2265f9355a79954bdb4b33.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs {
  background-image: url(/assets/flags/4x3/bs-3e8013656524f50240d4d249a61eb95c123ad210bf986096bcf5f43f0450dbb7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bs-18532640648d0a6e99a62b3a8fd288d9f1b4cf2aee433b6485942f0021555cec.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt {
  background-image: url(/assets/flags/4x3/bt-aea17be33c99aab06c31af0293a41e9af5f1145b1ce023d3d715ed91d95409b0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bt-dc9d671edfb2608cb767289343cebeee454a800cbb2a042bcd93d19e7ef7c997.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv {
  background-image: url(/assets/flags/4x3/bv-565927c27798adb4268947dd659de4fa60286a8e49a74ba4f3671cc31762c959.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bv-9879436c894c974af73f48091d0588bc3768126f0e93f847ce26350b718a9660.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw {
  background-image: url(/assets/flags/4x3/bw-d5a695b0bf3b37da8e0099c6eddcd52a449226ff58ac64e57664c1e744101747.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bw-af5209c27a2efef7eee9602e3a53191639733c9dc253c72adcaa57124adf0313.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by {
  background-image: url(/assets/flags/4x3/by-54678d79b41305a60250e891af7df33fcfeae187e37ca96be1ca95d350a02d2b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-by.flag-icon-squared {
  background-image: url(/assets/flags/1x1/by-4f70362506c927fb09f177544171c8f0e757d9728a7303988ed747b12570ce94.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz {
  background-image: url(/assets/flags/4x3/bz-b9eb4f85e5c5e22ea753a2944c4995658321ba1f9e0702095c14abb9136155de.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-bz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/bz-ad40268d3839a608f1d2cefbe485a665a74af9202f45526038024a3a84e87211.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca {
  background-image: url(/assets/flags/4x3/ca-7a5f74fd295b4c8f983660e46091823c7ba0833a35d9935bdc931407884c0dcd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ca.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ca-2c10110c980ef7b5964832703cc0d52edc3bf014717e26083d8bfd46db538fe5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc {
  background-image: url(/assets/flags/4x3/cc-a945f6cf740e3405533163dd6a624be556fea49830de58a76c3efe710e758621.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cc-31a84ccec6d765798aeec19241d85524eac012ee102ba3d051fefaa08d44f514.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd {
  background-image: url(/assets/flags/4x3/cd-d1475415950aafe977e8740b19cd0fe05c3bbbc40ebee17406e3ca91b261f6ce.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cd-f89b13c773a8f25501cc66a8033a3184fe81c70e2d4e0df52c69ec4d68cd66a8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf {
  background-image: url(/assets/flags/4x3/cf-ffe1c90d5e7469667a59d4a90dc526916db0a96b31636fbdbc715f37a5a6820f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cf-fe154a110d4f695a8fd36432fc20f8103e8d2dfdf9c6e808f28153a95506107f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg {
  background-image: url(/assets/flags/4x3/cg-b570d4ca7a033aa61493b3fdee473c689d2cf6a79a929c4a336451259b84d582.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cg-d0677969d6fdb1edddeac7993897eb15900f969a2a859bb6acd6170e0365134c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch {
  background-image: url(/assets/flags/4x3/ch-76105ea34eac22bddb43d8978198881e2e584493b5c1435fe8b86ec9e8a3a7f6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ch.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ch-211ff7cb73469539526cd0c2fc82922a9301ddd7f27e464c07744ef0c58dab1d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci {
  background-image: url(/assets/flags/4x3/ci-313b188d0417f18994a207d3078f0cd9c17d307ed76fceae5657ddf1b21c0e41.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ci.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ci-934f5caf5ee786dce5b183ec0a9d2c3835c2b4f485eb51532c61051dc6d8a101.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck {
  background-image: url(/assets/flags/4x3/ck-5878bfee185331c54fe1bbbd3b80bb7933c860487cb3299e1ca025d41bc14684.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ck.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ck-2d3aad848e6756468e1cd67108c005dc46fee2612b44a01fc91edc3c035fc199.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl {
  background-image: url(/assets/flags/4x3/cl-080b6ee7b5f72001c657d83540fbe3b4f1d559bfb6903c68c2173788b5d9c990.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cl-f2709bb1fe4dbb9f1e161e7790da5372f8e6cfca41d64d74857a8f7a61d15dd8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm {
  background-image: url(/assets/flags/4x3/cm-4d335f9bf072b95d5cf2255480a307ce57ce57bd06bc490c7ffd2543106c8c44.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cm-db6aacba53360c56dacee1c4f02f3d0452dc44157113dd05a20366de8d1611af.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn {
  background-image: url(/assets/flags/4x3/cn-47c8a5aa3b881339468ae388b21117a3181ed095586e7611b40e542bd39d02ed.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cn-8142e0e6f95c6d18532a357899d2ee526ac5da744b74519d71fb68acc3a14d12.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co {
  background-image: url(/assets/flags/4x3/co-023b1e4b70ce5c230cc96cd49512b4ff8422c9e52942471473514472497cf414.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-co.flag-icon-squared {
  background-image: url(/assets/flags/1x1/co-172f0e210d1cec22f298b1f86b5aad041298ad2a7787f67cf8e40bd099d94ffc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr {
  background-image: url(/assets/flags/4x3/cr-043ffe0369ee69f7c8b4e6e04026d3fd3a5ffc8f45674f6a67187f7d60508745.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cr-4a6a653e8f620711de1f901fd5f86667f06d98aa1bf2dd7f30ac8c87640a13b0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu {
  background-image: url(/assets/flags/4x3/cu-a8e86ad037d7e8c7cc3424bf83f82b7305b40ed9286bb994b27186e012f4007d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cu-a7f18b2142ed210ea6cecd964d1269e44234ef704ad54b216a7cb84357391277.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv {
  background-image: url(/assets/flags/4x3/cv-c31e0018c91794e89382b97a32d1c9291006d638d6731e8459d05ac13ce910f6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cv-bc7ff8d32fdef659f6cbadad6478d247a38dc17f48d59b8a387271caa23e8631.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw {
  background-image: url(/assets/flags/4x3/cw-4ef9b6acd55dfca392f96b535307bf1285f9828df3cd09f6315ba7f0da820ca6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cw-42c8f38e90e5af3cc8d57636396458e0accbae1e07116c4ed307e89728c348cc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx {
  background-image: url(/assets/flags/4x3/cx-274a34b7c880d51872ef52e83c509ca62e7b0ab4b905ff9092b267e281273541.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cx-2d68b795300814ed803da57551db31923bcf4bc46369ce626dc20d1c04cfcfd1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy {
  background-image: url(/assets/flags/4x3/cy-9c41a6c5aa87b3b667f5c76f1b1d15578fed1277695387c3bef2d727005ee4b8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cy-efdc4d77637ac818b3552fe7a4d66e5f22ae6e9e50dec3f5838e3e2341ece07e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz {
  background-image: url(/assets/flags/4x3/cz-fbc3b9a2a36342c713f2cc1b6a3027245fcda5d5375552119542d0457257ea24.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-cz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/cz-635ff32b26fb600400b25363abf201aa5303f91415e8bdaa2c5259538dbdd5a0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de {
  background-image: url(/assets/flags/4x3/de-65dadb3193596174a1aa4f011d31b58a6713d2db5bbde5033bb4e7652d6f14dc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-de.flag-icon-squared {
  background-image: url(/assets/flags/1x1/de-04b1f227665cdf0f07e3b27aedca64845ede7e9c69cca59f37e28e96e95d0fb7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj {
  background-image: url(/assets/flags/4x3/dj-c397a9192500c4563023ef74d5848c88c884a6bbc18e80de6527d8e1e38adb85.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dj-ccbbc308c55363eb3fe8dee283477ddf76b9ed03a484c15c7b9e454f35593147.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk {
  background-image: url(/assets/flags/4x3/dk-52c7ebf31596838d99428478b39ef41e0daf873a102e3f4fd7512cf763993276.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dk-f390abce82aa9fa96346b17544ebb919c28cf1d602b5ef4af82011cfb2dfdacf.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm {
  background-image: url(/assets/flags/4x3/dm-9ccbd93625e036dc2660fa4bc8d857040e48bebf59f4972c42d924372d193152.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dm-01a863bdc14d138d0fbc6de89bfcb4d742888f7d666363d849e2825a816da02e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do {
  background-image: url(/assets/flags/4x3/do-f3f55a1ab543f83071d0b1f28d56aa40fc904c9f076b621f028125f5dd1f9585.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-do.flag-icon-squared {
  background-image: url(/assets/flags/1x1/do-f524d243d69bdb3e07b95358d5960618504ff84babfed1b548d10584df5068a0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz {
  background-image: url(/assets/flags/4x3/dz-d55c9f0e94179a99853eecdd3f07e62ccac05b62cc0a9878909d08863305193a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-dz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/dz-5d9d8c9ef27ce87fa2c04b9f1d7501460c397faf96d41593b4bf2abc4a85c2d9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec {
  background-image: url(/assets/flags/4x3/ec-2e21c5a66c1cfb507b23c4d521096486fad974eac0f058a7538cb7713414df85.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ec.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ec-c31995e716d5e97e2f1fb6f464d1348159931655d54a447ebfee1ab7f24a0348.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee {
  background-image: url(/assets/flags/4x3/ee-e35e6ef6a805908a971bea6fb03d5d16ea9206538d61872a053f0e9d66eb2fd6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ee.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ee-36960c60a3c78886e59b49a5d499b0ceef6a4455b1ba3d7ecfda84b70ee47801.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg {
  background-image: url(/assets/flags/4x3/eg-18c088c0fe18cff800e88983e646ef67c86a8756e4293cb1cc31f0cbd438eeef.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eg-b74183b098b579ad005747b818c06d67cf9cba68670f5efde1768f9be5faaed4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh {
  background-image: url(/assets/flags/4x3/eh-5db433ae7d6f3bbce600c0407c35d33e4bd2c6e1c78193b75385adeccfc0332c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eh-50c8298fa9858ce72f6f6cbb59694ad4af645f6213a820fa5403e0eb7b88e769.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er {
  background-image: url(/assets/flags/4x3/er-1bc43b5704dd93198fdae29f61b1c253f8ee91726bd79fee4d34485fa815aea1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-er.flag-icon-squared {
  background-image: url(/assets/flags/1x1/er-7ee289c63c202e7a05c646806edf7c3b504d7f3eedb5b0af79ec7f6403954d5f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es {
  background-image: url(/assets/flags/4x3/es-947da1ba4f7a7b53d4c925020c3d9e80e1fa8a9d67952088a00292511e6d5bf1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-bd5ba76d86cce87e98dcfc32888d21ffec6a52d5e4c003ce93034c6c2c0be5c2.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et {
  background-image: url(/assets/flags/4x3/et-1ac42288ebc4671426263337625ff78cd7018ac546887dd687488e7e8527f8d1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-et.flag-icon-squared {
  background-image: url(/assets/flags/1x1/et-9aba99870a79165ae8c56e437270ce7494c8ac26a73b991f3530f096a40739ae.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi {
  background-image: url(/assets/flags/4x3/fi-9d7a1f8017170b315896596021f1379ad3b13cd4edb0418bdf62665036418168.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fi-96e6a65bfacbdc8899ce28bb860a4f4e69139ac80059a0a37c619f336bb45784.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj {
  background-image: url(/assets/flags/4x3/fj-da871cde42d2c843d161d7ae9b20366f3eed855a2b8f81f25a57f0b0d9a35bea.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fj-5a5a4607b0300ffa03fc6ddb6036ca5eae4d65cea04ccb8f4234fd6540e0b36d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk {
  background-image: url(/assets/flags/4x3/fk-70e01a11725e11dbf6a8402095b4b261fa0562cee254a03d78e9e32cf23d8f37.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fk-8e15352b6007054fc4ad079d616fc949d1c689dae0c6e71cdba076e3d7fa183b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm {
  background-image: url(/assets/flags/4x3/fm-85192d8a9107c01c6987d968bb666230afe279d067facdac95ddcb5180c9a2ba.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fm-0b5f48427dd268f085670d27cb1dd53e27c28c0671d0192bfcdf3aa69017d4df.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo {
  background-image: url(/assets/flags/4x3/fo-9e09d4ab9be6b7ffc8efa822c8febfdbb3903233c6f7c2e01a7cc8842c8328fd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fo-659dc54c8b0faa1abd59b29606a6e23fd1238f1f058caf31fab64d5cf18ecac9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr {
  background-image: url(/assets/flags/4x3/fr-24a894871a9b08c97a37b6c98b1f3c91d2829c2a80efd4c1fc87d6fd351c59a3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-fr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/fr-5a54348d86e4b71de84dc142e249f7e2b9515522dc1a4b7eac19855f650fddb5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga {
  background-image: url(/assets/flags/4x3/ga-badbd5ff21d95847239c2c44884dc7010bdc7c2bb79d883943773430303c48d3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ga.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ga-befbb428a71bd57699d9f123b3a29d38cbc7913c038f79f37f4422cac45f67a5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb {
  background-image: url(/assets/flags/4x3/gb-b3705bff607719d8e8f072cffbd4ac948cf1497850dfc5046d2aed3cbdc96330.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-27fb5965d82d60501798ac617730504c584fcd921c2a4fd05f7a91576bf67c61.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd {
  background-image: url(/assets/flags/4x3/gd-e3e45a0e7bac18cba42506989aff60f1ae1b3700e44fcd7975b6ec4139d063b7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gd-24417f2d6f398bbf818514445c0a093195724de7ea0c57165c7fb834fd772e30.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge {
  background-image: url(/assets/flags/4x3/ge-3b03102e01bedb29e1ccc972661a13c6379905405ef67a9847bb506af74dafa6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ge.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ge-a5de2c94efb3168dcd41977873f0d97842c6ee95ea1b99eecd2a3798e6813e1a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf {
  background-image: url(/assets/flags/4x3/gf-7b5210f711b1b5fd7ea0f172ca9a00faed13e79ad328232f5babf30eecac71c2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gf-04a28a12ffd619302225690795a78a4a3725b56cf6d516b325ae81204c93ed9f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg {
  background-image: url(/assets/flags/4x3/gg-d0b1182ec338ae2cc945846cb12109d67d09b0d95c48bed307ad62c4118fdbb9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gg-36db8b92b67e58873f7d5773685267bc2ba2b7bb1df5ebde3492a79ad948f903.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh {
  background-image: url(/assets/flags/4x3/gh-8d0b483470a4b085974565cf1f5698b7ef4eb8e8d3f0095567263d1da21ce745.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gh-07b4a805cc97156db21c6cb59cb486f0e01f0727b9142f9b5e2e772b595dbd3b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi {
  background-image: url(/assets/flags/4x3/gi-900f152708ab9d13f6dfc258f0154b26f07e5419073ce9bee36973a0238c045b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gi-e94a28458c4dd821abb4743723c78d6e742161a4d7a8dcd2df84eb21972b4634.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl {
  background-image: url(/assets/flags/4x3/gl-3110c89e5e355a074f84e41a7829552c23d91d89d97a3e2b02f2d7c78d859451.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gl-306d079df45fc19544cd977e2838baccb4c5e7c779ed9973c25b0a502dee2d8f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm {
  background-image: url(/assets/flags/4x3/gm-0dafd082858a6b9934226fc36d58541e615771211064ca4e41ad979af15cb49d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gm-5c4527114560a95dd986b4d7f7c6cc69c1177fd7d52ca5334095f4ee9e9a28c2.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn {
  background-image: url(/assets/flags/4x3/gn-63812be81cf9173325ffb1da0aadd88ec3d89ed7caec80593bb071c7a61c6f06.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gn-c12615c4733f61896fc733cdb76ab195f38cb393284fab1342b50e79e34abb7a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp {
  background-image: url(/assets/flags/4x3/gp-a56c47c55ec7cfbc5e15cb660aef6b7b1a679b1c9ad6cfa91b511fa335729499.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gp-d924f21a73bb5b9a37932c74f533bb20eb559a475a3e63af256c178f55e6afdc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq {
  background-image: url(/assets/flags/4x3/gq-0459c2be76381d9a400cb29b62cc0d5742ee5be658ea68b69435beb5f37642df.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gq-e399ef3c790ca0d417d32f7ac551c8072cd1f1393f2344546c3b8c0c8cd933e3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr {
  background-image: url(/assets/flags/4x3/gr-d35ee435560eecc9a3245a6bced2cad0e1cb7d09987e1ebc6d3aab01b580d2ae.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gr-2f7d64434532f067acb91861381e8b3fc7cb18a68b119d0f77e13eff2d8398f0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs {
  background-image: url(/assets/flags/4x3/gs-db9facb86acdb30d3ad7fc4f13163e892d0ca410ece71f5c795254d687287ca8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gs-fb5ae4204d9f1fef8ccb83bead74340e05dff7ecf608745ea53f5ed6d40821f6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt {
  background-image: url(/assets/flags/4x3/gt-d4f7501ad1a6816f5418722f13ded055022dc3a0848ba7ee671091e97268d103.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gt-41cecd4efda1e547c8dd542536f77848dcd8e11969afacad7488e48325de4847.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu {
  background-image: url(/assets/flags/4x3/gu-50239171c6ecf67b90e09d9a83a92cc4e879fbfdbda5e5ad1c74e49502091c36.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gu-5b145f38982d6751a3affb59e45fe7f18358103b36baf8f4ac473053573f1759.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw {
  background-image: url(/assets/flags/4x3/gw-e896140442d28e2ec69a53b3ce22321fbac9ab2c24dbe17725b268f10b50fea0.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gw-f4ea4316e7f57d0739d80809295a18c947f9efc8b5b34b291ad39d90e0a15acc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy {
  background-image: url(/assets/flags/4x3/gy-c02e31bb0f9a14c6bb68d2664c508e0fe510bed5340a897ea9448b7967291993.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gy-ba2b6da133d896ac23223c014279b29d05fa6a1a5ad2918f01224b28c71a0f63.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk {
  background-image: url(/assets/flags/4x3/hk-615e086dd7c919196741a158229d046b960efbebf74541d9e0ffbb78e4237d6f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hk-e28307896a7604349fcdc7747566c0715c6f3835e4bc2d7309b283bfccd0ad2a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm {
  background-image: url(/assets/flags/4x3/hm-4f7a060926021c7854a29df551ad7c0d984ed361bfbc78a2eaba0a6093729255.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hm-3f1afd6c38d91863c90ccd4cad624082a53045ab877bbb297d9ded777afa9ee4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn {
  background-image: url(/assets/flags/4x3/hn-f43bd1b3aa2226e12fa5195a6a3e11d30dfaaa31304fa2d82f6fa74453a15b85.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hn-940a8e2b60e56849ce6d4f7605afa1e249807e55bf07912dd73b470d532daede.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr {
  background-image: url(/assets/flags/4x3/hr-e0b19dd9c7c80fd3a08c7b1b5f1bb8d5a320e0eed5a3e695ff543af0d8845552.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hr-d66a2e1549297f282472b6a9825f6fef9750210fd1ace6e196b16975b983cff6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht {
  background-image: url(/assets/flags/4x3/ht-dc80fcc2936e668b106fd6f52da00cbef2f7228d3b5b45ca1b75ae1617731409.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ht.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ht-d4fcd7f5462c4ad69a6130bad87b83857b979db76a52d823e6a3f45a58550a66.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu {
  background-image: url(/assets/flags/4x3/hu-ddbf19f4d037757a35e881ef31f5ce2039dc23a6498df9ae843975703cf6c7ad.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-hu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/hu-0c62e4c36a84c3712f4236cb5db9dad94c0df6104f6a72827e69c6fc05d63435.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id {
  background-image: url(/assets/flags/4x3/id-ab500809bb5f7e072f23f7391d89693af802c4c067bc6fa630ff737c6936c324.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-id.flag-icon-squared {
  background-image: url(/assets/flags/1x1/id-1112c66161ae04a916ac91ab4676ab549e844783031ccf32f6103e70dbf6d7ba.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie {
  background-image: url(/assets/flags/4x3/ie-79ae9094f9304b55fb81f0293f84b8f6144bea8053c2bce669f7f85e4e5fb3fc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ie.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ie-32bd4325dd7f79266fde39803ab7b40899cef913dfa498d937d31ed2faee14e1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il {
  background-image: url(/assets/flags/4x3/il-1d5aa88429ca6d070446edb64aee508b1b3ada0269fec2caa52a24ebfc7dbd1e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-il.flag-icon-squared {
  background-image: url(/assets/flags/1x1/il-d2c97f0e89cb2eb4a7be79138a4b59dffe51a47988784a2c27dbd67a91cb4a69.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im {
  background-image: url(/assets/flags/4x3/im-24253580291e4b725dcf529da6fd94c93d043760b5d144bf233a97d2de3739d3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-im.flag-icon-squared {
  background-image: url(/assets/flags/1x1/im-29c75b5c77ebe4f1afdcf7e2cd7d239f7d99ebb114d3a50a32b2b6d13dc89ff4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in {
  background-image: url(/assets/flags/4x3/in-4c3d8e039aad1c0b5cfc961624b6bfc922011610f2b1e0b7652a07b9d1808316.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-in.flag-icon-squared {
  background-image: url(/assets/flags/1x1/in-2dd53e4db8ad09ccf87c008d7ddf16ce1e762a494c27da6c6cac332289822d3b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io {
  background-image: url(/assets/flags/4x3/io-471f60db70cf5cbeb8a482d37365c993f16cf9b9fc25374183c76199793da4fb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-io.flag-icon-squared {
  background-image: url(/assets/flags/1x1/io-915c3d6e0bd544a0529dc7715bcaba6ef376b37a9fe3d9a28a91303a86201118.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq {
  background-image: url(/assets/flags/4x3/iq-a1e33a7f8e8864f40119316f1a8b2119cc17e18cb34e48b8961883d323fc60da.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-iq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/iq-08b4e51c7a6637d65c98ebc90c6910083af3fe7ce1900232251eaa2a18b3c0a9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir {
  background-image: url(/assets/flags/4x3/ir-62ea76744a675ee984f579483d7ac311a6dd28574fb2242531442a5f69331ab3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ir-1645743c4ae7fa1c01517fb39459cf63e8a02e41da7fda4dfc76aaee23480ce0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is {
  background-image: url(/assets/flags/4x3/is-ada79044d7686129fdd525e9eb7b7cb811acc4537f97379b83bfeddec2d77caf.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-is.flag-icon-squared {
  background-image: url(/assets/flags/1x1/is-0076f506dfbf5a472e82da7951408e5f3113a2c83386cc241ce0731f009f27b6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it {
  background-image: url(/assets/flags/4x3/it-bc893ebb08dfeecaa21bd9ccb18cdcc622cf1c47c728deb1f2512d582040709e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-it.flag-icon-squared {
  background-image: url(/assets/flags/1x1/it-1fa8a529d39f414bec7092cc9121730fd957b6bb7d653df1345b8470a86af35a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je {
  background-image: url(/assets/flags/4x3/je-93d5ed28cc8d79a11d623b525ae11a1b67aa7092f1fd93b655082478c4856e11.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-je.flag-icon-squared {
  background-image: url(/assets/flags/1x1/je-d15c5168ca089854d45ac5888f6c13ec879545f9fe401639197ca49c34bb5af4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm {
  background-image: url(/assets/flags/4x3/jm-3b49c5195511fdef9e389c2d1592025f82331fb3497d62787f243ba30df0a846.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jm-8672eb017239edfd35eb252ff1e382067bcb9b4c03662f78324d28f9b92f8c89.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo {
  background-image: url(/assets/flags/4x3/jo-8c89ef4da119afab195a8cce9db9733a92340973f1a1239d4983db377db7f148.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jo-828c03ed4cb4e1fed2b785b6f3639adbf182a9d5d7152ec1d0d0f8298437e78c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp {
  background-image: url(/assets/flags/4x3/jp-ec88b098a457d1712094b93415d2ffbdfc5ea8a037e8f93dc01e461be011107e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-jp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/jp-6444c9c9cb9b4b303a18f05335985fff0361122000696a4407c9daa5a9770d99.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke {
  background-image: url(/assets/flags/4x3/ke-1376be1231e55cda0f9c6a8c8251970dfbb9744f183b07fae3a14c0a83921cb1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ke.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ke-fa62e4c84dbcf81dca1627b82fafe63086af22d0f928e1fa4c4a0f3a0626cd52.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg {
  background-image: url(/assets/flags/4x3/kg-4ef2c21875712dd14a1b3eb24fa7f9cacd8b03f4b0c6ed6ecd9cde21af981f04.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kg-288ec05511c120c82fd9782aebc32acecff5318e4baa30aa6886c369c6f722f4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh {
  background-image: url(/assets/flags/4x3/kh-2d6d4fa4a7c060f6541a641dd446b8eb859498834e021516848078721fa01b9f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kh-aa71e7a81310984b687c5eaa96d2ee6c859cfab05949e70444fb5d4cf0287b33.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki {
  background-image: url(/assets/flags/4x3/ki-6df9f4e26ce306525f9c523393e76d77287a584db40a64bfde8a5ecb0b185c3e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ki.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ki-7830ffc96ed4301e821eaba533dbd720fd657c5aa37853fc300c0898d34a914c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km {
  background-image: url(/assets/flags/4x3/km-11f6ebe851f34a737e126b3a9f016aa26335fddc3b77100985706bf26463a238.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-km.flag-icon-squared {
  background-image: url(/assets/flags/1x1/km-4a900a830df2715652c2ef929d1c3916c0a531920424d9dc92db0e2bb838f4ff.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn {
  background-image: url(/assets/flags/4x3/kn-01796a8e9768e905dae2bcec19106bc58cd5391e06942de5ed0dea21f1be198a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kn-7b9d9ca8d3dd18d3562a24640bc375ab8cf15cf81ed5f351a6557cb8e8812c2b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp {
  background-image: url(/assets/flags/4x3/kp-60fc597c78d58f572aceeb07e8efdfd524cc539b39c434adf5ad6c044b701a8d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kp-cf3f3f9fbced6e68ec0958882291cd047cfbbe38b38dda99412ba8a824268bc8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr {
  background-image: url(/assets/flags/4x3/kr-6cb298b2e1888f2caaa5026f43ce97b542f1fd7000516ce0d29ef206f21c2d10.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kr-47cee817d58a15506d84375607e2667938ef5156cabb5c84b25d706ac7f787c5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw {
  background-image: url(/assets/flags/4x3/kw-6f031d86344ef4e9912a4ab7d6c70ed6fe8ac4102b70351b419da26cfcff6cdd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kw-d60a5c0c6fd7a7e074a3cf2777e6001341c20f9a9f59f974ed72290bd2a8cdf8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky {
  background-image: url(/assets/flags/4x3/ky-d0023e2fc1e8d3c5c9f83750be13590c81f0e3c5829562b083edb1c10c00dc1c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ky.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ky-8b59de0259338c6aee6bc1247160f1387d06594f00a068ce5bb64c9dee892976.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz {
  background-image: url(/assets/flags/4x3/kz-247ba2310e05b01f13c3651f6da16b1a1c93087b27f6d060c3a00b06a98766c7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-kz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/kz-c48dafc3d4dc1f6f366cc2bec2a8ddb17925a9b9ad483953f7478343cee0f1a5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la {
  background-image: url(/assets/flags/4x3/la-d1fe0881a9a22d48b0db118cb0ea8665b5a9bb7335bb7178cae077ce1d68bc82.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-la.flag-icon-squared {
  background-image: url(/assets/flags/1x1/la-488c30d74b62e508a85c73117535a96f8fa1882aafd11e91162e8bd305f19086.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb {
  background-image: url(/assets/flags/4x3/lb-ab8b677ba38b66d5731452874db6b2039bc40f72385b09f22617f5c41c9f203b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lb-d48dcb229ab05132b9a06aae90e31a448c2717aadbbd9b9f3df67dd0c411bb00.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc {
  background-image: url(/assets/flags/4x3/lc-80d8ed34cd44635c2c1d64114ad43aa1daa774eb4a9dc288b5d25c0e8c922cb2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lc-6dc30a1abb4fa69be2dc1a8f087be1f15ee449d52322739e297377e5133f70a7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li {
  background-image: url(/assets/flags/4x3/li-de736618781bbad15b785f0f430a65de80c9e8ca095e83b22a03173799928dcd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-li.flag-icon-squared {
  background-image: url(/assets/flags/1x1/li-f889040b51bb14b38d83761326fa35539725cd8dcf6fcf77e30e94eb281b52b4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk {
  background-image: url(/assets/flags/4x3/lk-39ee31b9e4f46e314d2fd23573534192c073ba9c2b4316d62990baa7fe57ecef.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lk-7e9011fdcc0f85f90074f8a3cf97381dbad6b0bdf18206d5b84c0baa0f18eabf.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr {
  background-image: url(/assets/flags/4x3/lr-80d99b5f217bbb3c54eead811ed1043d99c7f3ac34d3b24cdc349a03b9f5c4d2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lr-641ae7bf6138f9e99c44016697ec6bc03e920161e9fffd923ad875bbd5974d21.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls {
  background-image: url(/assets/flags/4x3/ls-6c951dd3647243ba3279d4f3691935de39611112cba437d4c42ccb13142fd7ad.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ls-7ce8d7dd726d4218cb83da2ec969c20bd099d640408452eca04e64f216bce36a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt {
  background-image: url(/assets/flags/4x3/lt-3e57894fa478c962c1b6534a04359b5e4f5ca477d9cb24a210ba4c260859c504.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lt-69846e6e9f60f0017f1507503e497bdbd47901a2e4d89075d3ca551da5d62a96.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu {
  background-image: url(/assets/flags/4x3/lu-592c722e4745184613429f282166b95e49aca5b7d02d141363723723f52d08cd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lu-239161fb8e4a48fd86d43bbac0d1247b510b921275efd8f9e0b54851908bc198.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv {
  background-image: url(/assets/flags/4x3/lv-aa16d0710fe8bc8ac864757713cdad31c3cf89da25be7b36e3f8629121b31257.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-lv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/lv-c14034cbbe63ce952a3ed409bf6cd4583b32f7105cbef8d1fba6c491b8297c55.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly {
  background-image: url(/assets/flags/4x3/ly-1bb517a40ec579fdbac813e87ef4b31f420af09738edca61ace1fddf4f14eeb5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ly.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ly-b1b3372304aefeb11adecee9dc1fc74aed093175839caa391db2f74af88e9f3e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma {
  background-image: url(/assets/flags/4x3/ma-5c0de08d5bc7ec3d9620ed93f6fcaa8c229d65a247203805278b06094ddc2370.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ma.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ma-3e071a64da64f0d24b16658f2d65f86dc454287871ffad731fc984b523e71d34.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc {
  background-image: url(/assets/flags/4x3/mc-9e6dc22def5e4b8e8e39e7079e3f238977dd7bd9289b865a56176794ca691c5e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mc-62f5f179ca5dd83ad767e868237e68b49f0e3cf505e402d9b5bee0106ba0893f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md {
  background-image: url(/assets/flags/4x3/md-64db1356a6d31d1bb6d8642bd533bff30fa4cbcbc0d4e99ea2b46e831e7dded6.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-md.flag-icon-squared {
  background-image: url(/assets/flags/1x1/md-264f4445c09b5de9473663cbeb9fe2f16a1ecaa7f547884d58a9fbf7a41f87d1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me {
  background-image: url(/assets/flags/4x3/me-c64518d5c9610f30a6013b8522e8318bdc57ad2cea29b53de4ba855bddbffa40.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-me.flag-icon-squared {
  background-image: url(/assets/flags/1x1/me-1efbbe832b105eef5b3dc4986d366b4f19b723f255ea0dd53e9031134a42534b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf {
  background-image: url(/assets/flags/4x3/mf-c9e8343814e680673483d5589e9e21968d5e6b1907f1fd512fd94796e377eb02.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mf-861cf60014b0e1629005d28c4fdd6cc02255ef06b180e1bd876cc3f8372d581f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg {
  background-image: url(/assets/flags/4x3/mg-dabfe5eaaf96d4296fff534e7fb0d64c5fdf51b7321ac1ed67f52711efb0239c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mg-8724cf0ed72e98e9a52a0730a69c087de7cd209880f653a27e1251e08b2896e6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh {
  background-image: url(/assets/flags/4x3/mh-2d950dcbc346f4508d065ca03bc932d63b343695eedd96b3b67b2b522f802649.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mh-83236315e10f6c55265e8e90e89daacacac709218dbc277240a09fea5c8cd162.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk {
  background-image: url(/assets/flags/4x3/mk-acdb0dd74a52afd753e682520e580538d3c2446c04769445252452304e03a250.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mk-595ae807c055cbaea1e606fbc19029e8de2c68e5743afe55c8e740533695099b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml {
  background-image: url(/assets/flags/4x3/ml-d8392369fbec33f65f448b9ea675cf84fb46a0387913e2401a2bea5dcef8fdaa.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ml.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ml-8d0ede8e728a84e2a7f8f50341a8ba256522268e0583c84488f2688002408c9d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm {
  background-image: url(/assets/flags/4x3/mm-e6f074607564acfb5297ae3eef75fc2d20c9c9a33b5317b7f435594d6b9f0391.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mm-8101cabab521e1b641c161d84b89756d20bad8f09e97e4ef49006c01e27b5998.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn {
  background-image: url(/assets/flags/4x3/mn-6ecd34f9290ee067c56554c8a47dec740af1d45883ca841c4d27b58099b64fc2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mn-b61c8cf6789230c53544446d99e6ceee9ae38beb47a2090c7bfd9f4dcad69d79.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo {
  background-image: url(/assets/flags/4x3/mo-7a3b63123f12c90d2ed1646a71646dc5e6db4217b8b9562ff3c609e04223befd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mo.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mo-368bc094bc5a674ea6bcdc0ea09cbc3b43fdadffd62e67361c3552ea6502664d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp {
  background-image: url(/assets/flags/4x3/mp-f7358ba4110bd57f6ac56f07d45d0437889b41e4a978dd2582bb6a842a918995.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mp.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mp-c0697910193d316455455492c545498ba0fb12a2bb656321f6b418e668fa5674.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq {
  background-image: url(/assets/flags/4x3/mq-15c2a7e8b39e4e899201e9609545ce3ccf67bf20f7ede8ce7133f0d3ff6fea02.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mq.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mq-354aa2a7dee283151a286c575ce766bff6ea887240ae0822c817a4dd977a2423.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr {
  background-image: url(/assets/flags/4x3/mr-3340ce8b57117ecd736d7ffd891867d7ec8a09944354d94d601f158f39c2114d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mr-4869048da2ff6a3572f3fabbc8ba2361c245f38596fde9d5ba85983e25d46863.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms {
  background-image: url(/assets/flags/4x3/ms-515d716b708a6ddb59672120b9c27d72ad2380705720ad1b3c726ed66ee364d3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ms.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ms-1fdea44eb7f11f478b918fc7942b4836f16a14fa2755e649e819c3a00cbcf5b4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt {
  background-image: url(/assets/flags/4x3/mt-16cde0a160983ca70bc729f1d2f07d0f900d8690aca49bd7aeda53c7e4e1b95f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mt-c4a13be313cdbfc879cbfd2bd6232abb8b82d6f071ba2883789eb5ec8cf408be.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu {
  background-image: url(/assets/flags/4x3/mu-56f40915f7b3b7efe35261bf11a75ed4398e79e0c0ee00e77ec5d25d183f9a16.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mu-fd5c292fd37ca3cbbb7f96ea763b80498b2f26e94e2fd2a16d3caded5744ee5d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv {
  background-image: url(/assets/flags/4x3/mv-1fe17024a30ad21e497b73909e5dc31bfc9b717acab1ee2cf26fd87ce0141677.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mv-1ea7a86f3f515747f6f04339e397b3e5cd054d63e3d59c44213549dc209cd62c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw {
  background-image: url(/assets/flags/4x3/mw-18d9ba4932b80bd277ff015802bfd899f6504c8029194c4963c787ab1a33db34.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mw-2987a62a2a9cc2a13b87754de97001ca6d3318b01dc06d793d5b36c0a91d2d91.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx {
  background-image: url(/assets/flags/4x3/mx-87bdcd060973a2ebe599a310233dfbdcb4701ba6f6d12148c593d0e24847b3ec.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mx-2b7170dc4b0af90db8abece7f29a742eaf08fad18872790f58efce648fdfa0f8.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my {
  background-image: url(/assets/flags/4x3/my-a19fe202e81a2c5b1f743d3974778449b9c75e8c3675c934e3d5f4ac0bd960b3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-my.flag-icon-squared {
  background-image: url(/assets/flags/1x1/my-0a4ec1a1fc4d63728c465514d6d75fbaa1e6b1555458521f57f862c4dac56a57.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz {
  background-image: url(/assets/flags/4x3/mz-8c292a2766cb978ac5f2f2ce7817d5ed1078bfecb7898eae7f726850cb7b2ef4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-mz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/mz-d8f4b579505baeb66b0f7958226953ebca42ddb02ae9c8f5b2cb28907c806bcd.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na {
  background-image: url(/assets/flags/4x3/na-156bea2986f9cc782374d924dd068a26028779bd33f0c1d8bd87ba4a504a0786.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-na.flag-icon-squared {
  background-image: url(/assets/flags/1x1/na-054d2b0f655d4cf1a9ed0d83a4aadd237c1e9647c78f87cc19eaf80d4fa27e16.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc {
  background-image: url(/assets/flags/4x3/nc-286a247a7629dbed80ea889be8aaa0ee8cf964dab833d4009c4f46e0d95274c1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nc-6a9865ff0743ae3585362616871ec1a1dc5c2dff40fd93fdf11d08129b14a739.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne {
  background-image: url(/assets/flags/4x3/ne-1608209afcb118dc431c473672d77fcc0836f381a7ab84a691fbd3d57d7dc04e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ne.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ne-aa3fc8e417f271ad7f7add365027f39e1b9ea82ebbed968fdf70788f2f60d5fb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf {
  background-image: url(/assets/flags/4x3/nf-ef6ad6bb2467b59efd4c5ab88610311f9be050734363a33b6a6c10fe83ee9e29.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nf-e753ac97401ea19f2ddfdcac61504299e6f92e019f69401de53ddfe042688061.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng {
  background-image: url(/assets/flags/4x3/ng-fc389ce550458550f02305244cced02b7c71f371c7501abe89cbdc3fa2b7c3c9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ng-13ac6e77c39c964d7e835960896f3ab4656a035b10e9ce6d8af90f64b14300ce.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni {
  background-image: url(/assets/flags/4x3/ni-e11778a28ac2743c7774421967691d8b2298772cc62754148fa5db99ae0011a5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ni.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ni-7073630ca8b9c2e4515b751e7ac334e2889b3fe8450ee4877c6118e9f43d2115.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl {
  background-image: url(/assets/flags/4x3/nl-2661e38b026f9c15874c855a886c33fed28ff375c748bcda555cf248b306a72b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nl-60e9cb280d52e94a5200bc68fba3166eb94a4583f83f4c2f825fec2ffd265c34.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no {
  background-image: url(/assets/flags/4x3/no-b5b685e5bd51f3e906edc1ef465b15ee59238a545f01c9dd66decfb15018a619.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-no.flag-icon-squared {
  background-image: url(/assets/flags/1x1/no-5c2aabbcd9588a90b1457ab4c94d5fea704043916f7040999636b282a63694e3.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np {
  background-image: url(/assets/flags/4x3/np-a49adfa1d4220f86cf708f287f1bab0d1f1c49a0fab3048fdd87589285700c08.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-np.flag-icon-squared {
  background-image: url(/assets/flags/1x1/np-0e6c4ca0528cb6f80ae9408d3598a147397720689dff21255d66d171caab228d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr {
  background-image: url(/assets/flags/4x3/nr-b5cc9a094c244d78125f80911d18157355b1f3af100d8bf3a071bb9e44b177ed.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nr-3f02046b5a5cd83bc8a2fb078c3dfc4cae1756ff728086e3b3aee8277d322df9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu {
  background-image: url(/assets/flags/4x3/nu-79f71265e6f01a9c8a9bd257a6067c76ef13fc271b11bdfeb96d1dc2639a2a98.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nu-98fa51c0798df007df62db28e72755e7939d87bfc2783ecb348a53b2d58b459d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz {
  background-image: url(/assets/flags/4x3/nz-85bcbaad88dd432719adc604cf246497ffe3daec416500fc6dddb0fed8d46d58.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-nz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/nz-1a58f60fa483efab7333e60e7a9e50e2470bfafe84a8286ec332bcb9ad82d349.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om {
  background-image: url(/assets/flags/4x3/om-b9dd5de3d316c8634ecbc1ea3750f309b1adef8718e7f2a2f7dbd750ba4b5df5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-om.flag-icon-squared {
  background-image: url(/assets/flags/1x1/om-16a9a5229314654252df5c406c41689c9cb3ba5260dedcfa089e7c5865d92be0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa {
  background-image: url(/assets/flags/4x3/pa-8efff3b4c0a2e7ddc806c9eca382e7130200659c8e18bde7309087c502f07a4f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pa-6083fbbab75c09f7a7cdb8e717547e5d9d9a10b5eef39cd95f5bbab5b7e14917.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe {
  background-image: url(/assets/flags/4x3/pe-ab5299d01dce6e1fcae69bf1e39d9d4794404daff4801ce5c144f7164297c2b2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pe.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pe-517a5dc89e69bff41312bee0de4fb182ab2e0a635bb1ff17ab0f5662bbb1cf59.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf {
  background-image: url(/assets/flags/4x3/pf-aa9a6f1c91dc34687975d5a16bc37dda87c64a9951f8ee2bc5ad18a55d89da29.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pf-b79146be4e2fad0b0483282ee921a37297b8670a6fd808c6b51ab7094ecb8c41.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg {
  background-image: url(/assets/flags/4x3/pg-ed99f792dfa0122de8492714759ce50b3a34668a90a1bb8a137275460c8248c8.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pg-3ed0814dde4ed902fc96480a6ae7eb6308ccf158c1c4e5905f61292a75f6f131.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph {
  background-image: url(/assets/flags/4x3/ph-36e345a5a8d18f0d1614d850a284957b07622ef3d76629f51be679904dfaf49b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ph.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ph-bc61018f408707108138862a26bb49cfa74cb20798017a537a8d52323bf7eca1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk {
  background-image: url(/assets/flags/4x3/pk-6782ce78c3a70fa9b894c557d37a104b9801c8edd4bc20b03b027f29441aa88d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pk-07158a6a68e973e1d165bcc777cf1690a4bbb94a1ad48a4a1875c4a15d55670e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl {
  background-image: url(/assets/flags/4x3/pl-bad43673fbc6507b6a23c3b313c425c371f4d13f27d776213427969b8de3ef24.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pl-ef2225b048002d287a94041112a7d2a83e65e380636cac1d66cd4f0cdbabcbda.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm {
  background-image: url(/assets/flags/4x3/pm-ea6ac5aae9a34fe7d54b8e5755427184e95393a6c8a4980e2443f912d52715cd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pm-d7232b00b14c99e93ccb619df5809cf70eb4535d4b92ca7c37d4971bb9f81d0f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn {
  background-image: url(/assets/flags/4x3/pn-d9ed01331e8aa030d908836ee98643166cc7a6000011d120ec476feae7cb43cd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pn-e29ed003ef82779f05248d010261307175d941a43759996aa5136c9943863b74.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr {
  background-image: url(/assets/flags/4x3/pr-e34a885618774693864399a688e2bb5c65e2a95bfad1b551ca81eb1e2af7298c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pr-42a7307c66e31ef4d9bc8903e69ff814784de3f6b0bf5d1c540df1100087c351.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps {
  background-image: url(/assets/flags/4x3/ps-30be2c88362d049b1abcfaec20d9d7351d6204b29ef4dd65bc1c6258b81cf3fc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ps.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ps-29d11055031311c9d2d45389acbfd768e834ef94c1fd6cbf89c722b9a94f63cc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt {
  background-image: url(/assets/flags/4x3/pt-457231a4f4b01739c0c9d31850f4aa5996a9b39395bbd14e5dfb9e173ba24ec9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pt-da9b78dd1b46172266af1e7a69f0d6eee90d319177374bca22ad7a694456b8f5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw {
  background-image: url(/assets/flags/4x3/pw-346f47a5aa64be3aa6920b149ba9fa04634c12cdf1763ad3a77633b8e24ccbdf.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-pw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/pw-ea5a490f7dfdc9d476f698a78d38ebc54d088ca2b8ac29be87c641710df7010c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py {
  background-image: url(/assets/flags/4x3/py-65f8877823e7721e5504fa485141d186060ce42edfb33fd9ac230091ec9e8880.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-py.flag-icon-squared {
  background-image: url(/assets/flags/1x1/py-34cca3b8ba4f2adf01217b8c491c313b638a302eb4d5133c0f78e1ed9abe790b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa {
  background-image: url(/assets/flags/4x3/qa-df4fda52f5e42095135f1394371e8961aa78a7b2f01693c2bc756d053e171afc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-qa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/qa-783eee5d17b4b4223c800a8bc6b28021c2cede131c2d8b973909576be7cc657d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re {
  background-image: url(/assets/flags/4x3/re-68d27837f3ade6788c011fa56e261240897f3c7d7bcfb9f5b21d403ac07f3124.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-re.flag-icon-squared {
  background-image: url(/assets/flags/1x1/re-67f817923d7c8cd83d980b0a7cfdf52434985064eb77ea9ffcaad1a5f940440d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro {
  background-image: url(/assets/flags/4x3/ro-a0701378b1d0f4f85480aa0d396bd4b532d3f1f055ff1c18faeef72415e5f9cf.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ro.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ro-d46a06212b66e25ce1f4767a57ed3e6db295db65b9ae378eab81d3e5ea54f12d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs {
  background-image: url(/assets/flags/4x3/rs-cd1694ae4c716687380d29b895f0a1b168a6ae6814822f1184ab327b6b211805.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rs.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rs-f523d99454632d2b6e785a8c0efa3d2e17391957ec408b0044cf2e84e2af0aba.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru {
  background-image: url(/assets/flags/4x3/ru-09a0eab8047f9597c2173567ee98c6c3205bb1d4000c015d77c5ed69fb1a13f4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ru.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ru-5af97c92fa6d26dbd4da400d0fe4e1231687ad28c71127fefad356be2851dff4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw {
  background-image: url(/assets/flags/4x3/rw-a598d699b469a14e0dffee0a58242e9332167ee5e1450f6d74af905464f79d2b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-rw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/rw-813d4f3dbf3a5e19bbf4fb877b39925cc293154f7e52e4aa60971d191513a8b4.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa {
  background-image: url(/assets/flags/4x3/sa-b74356cfc73e8719b435dd6c0e0ce55f379458550860015b0bef74d6ab1322f9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sa.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sa-d56152ac444d9c541533c72c1468d53c0c6e1d7684b253e134d6f3e5f9f04204.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb {
  background-image: url(/assets/flags/4x3/sb-c98e070fa90ad032812c3c6bc50e36ec5424ee3ffd99e6223ebbaa1dc69df8d7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sb.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sb-7f5a551383b5d08972df5c3081bd068c89707f262e23cbe3841546dd3ab66ce0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc {
  background-image: url(/assets/flags/4x3/sc-1ded721ccbad010edf2d6074db273d43fef5c69b2e370f4b5c9d87a85fcf7b99.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sc-349af64aa4fbdbed53bd65c48cee0231583c8471a130b13cdf0184d91deeae1b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd {
  background-image: url(/assets/flags/4x3/sd-11e5438dec67a2f9e305806206551d76affaf7608a4ef32cc3926eb2c722f615.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sd.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sd-1a94fb0d2702d393f49da5605303104fe262d90ca85ed83b61208af461bbb377.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se {
  background-image: url(/assets/flags/4x3/se-ba754c3adc6435d8411766e252703c4af1470c0a4a63ab0dc2ef2347a581ecb2.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-se.flag-icon-squared {
  background-image: url(/assets/flags/1x1/se-3c68c6f2518332eda1e02bcb70be72e2ac7ba4cd6003c1a2a7860ba3d5a63a51.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg {
  background-image: url(/assets/flags/4x3/sg-59c6b6c3f6e10f4d879f39ac73974a1f538e9af01ad2e8165aeecf2bef2f5154.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sg-250fc07192fc4ba280ab342046149203fda5af283d932099bb1f47ec7e2ade64.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh {
  background-image: url(/assets/flags/4x3/sh-b853c03d7ba3c8b806c227c20a71ac53eb78a947d54ecc71fcbfd4816b872ddb.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sh.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sh-cb72c420c7a64e9caa1aa3e4e9e735978669f5264baa5362f5363ed66ac4dbb5.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si {
  background-image: url(/assets/flags/4x3/si-6ddde5021e83d1affdbc1f2b057eeb8c297bff5ac58df32df0f26da1fbdb58fa.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-si.flag-icon-squared {
  background-image: url(/assets/flags/1x1/si-f108abbc0b7abf4547eee391ae939f68f9a8ebc8d0780a33fc2becf6e4adf119.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj {
  background-image: url(/assets/flags/4x3/sj-1abb92200cd360165966cb07d81f7b5c78fa392bf267399396bdceda9976dda3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sj-e4d0a2af3589d9e1f72358f1caa1a9dcbd7647227dd2761958a50a4a84ef8690.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk {
  background-image: url(/assets/flags/4x3/sk-039b926489b47b9bafcbf2bc2eda513eacc6d03defcc5f0c206da299c31d12b9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sk-8931ccf2e76f7c01a6fedc52b86770d1f2cf697712267dde9de0eacf72458e09.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl {
  background-image: url(/assets/flags/4x3/sl-0af5ae61166f2e898c009be216706c02eefef37fbb414ee56ea7ec712b195fce.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sl-691e7e7934453b4d89bb0d844b2ab8722db6f1ba423615a917a80e7d53dd6a60.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm {
  background-image: url(/assets/flags/4x3/sm-bc3645e9d92d7c6b802e23016d6924ed9aa219c49b45fce5553234504e5844dd.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sm-5a6dc80f9d48c2b112a6d351d2c930ac939fa48e95f7c64eb8468eef1f9ca23e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn {
  background-image: url(/assets/flags/4x3/sn-b815b4038ce2f0bd62c73a9ce8a320c324ed93a9f4f01392ace1c8a9ecb9c3e3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sn-ebaddfd1712440b47153e9169b07102e5519bb7ab711857dd6f6fb39858d0a82.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so {
  background-image: url(/assets/flags/4x3/so-48b36d80984b7110d95d8d94171e11864b9eb26836e09554e67743de632e4816.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-so.flag-icon-squared {
  background-image: url(/assets/flags/1x1/so-7617b11bfcd513f61268bd70b6f9b8f12fcf8278374c61dcb07c10fee35bdb65.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr {
  background-image: url(/assets/flags/4x3/sr-aa7389030eaffb1018121afc6add25afa48b7299163d50ebdcaa0e393650fd3a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sr-9d64f3cacca0e21c7c7ed8caa1665470b0ab2d69794072e02b39deecfa632bf1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss {
  background-image: url(/assets/flags/4x3/ss-99ac71ab7846c9e67d56c20079366b741bca28ab6f51e1535fa285ace8a51b19.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ss.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ss-8033cae226dcb09c4eff9906bcfdf375c5bd9e7dd61e3540bca1f5e8743a7c18.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st {
  background-image: url(/assets/flags/4x3/st-2a3014177b331561eab89d187bb452a6745aeeb2d55eb503bfc53923fb656720.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-st.flag-icon-squared {
  background-image: url(/assets/flags/1x1/st-0be5b05500741a08d9be5236002ce112e9e3d1057f2353c43ff3e96a8674149b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv {
  background-image: url(/assets/flags/4x3/sv-202bf301f282f6cca15151a1cca77078ad5c307b9c02a8b6624e5770cb8cace4.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sv-e0da9aaea3e61e28b85462ced48ba66a24425d353c4d568924e8addefe2de0bf.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx {
  background-image: url(/assets/flags/4x3/sx-6d5fb142b711d80250235e6e8e37f4237e0a5a68a34329b89e4aff3f9a7ee705.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sx.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sx-7605bb5ed4d213700724d0861e37d691bf398d0fa5589e9b1aff5cf345ec10b9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy {
  background-image: url(/assets/flags/4x3/sy-2297f8eb83ade90c8f97627fed11e7d081f39a89d957dd5119eec45975095856.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sy-61d6d0bf458aecad55e4dee5d16bf326d840d5029713b71ac803745a9f550d55.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz {
  background-image: url(/assets/flags/4x3/sz-bda642f7611986895503d6493a1ddc94cdaf6f6303b545c164870f333c45ff3d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-sz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/sz-5ec85fd3d3e539a16586777517d7f75a348021acb842c7129cd82c45df12a3ef.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc {
  background-image: url(/assets/flags/4x3/tc-d13be133f4b5183cfd3c14d1bd386b0dceb729cfdf79358f322b31073418003e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tc-7daf39fc0d62c8a112e83c2be368178ddf98797bebd0c5f8366ae2fab1a4090a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td {
  background-image: url(/assets/flags/4x3/td-9399c390ea21414211c24264f3eb2f8415a27aa5e9e9b2ad4242b6098888c1e7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-td.flag-icon-squared {
  background-image: url(/assets/flags/1x1/td-bd51a8cbdba6ea2f414effa29213bca3a82fc0109e045997bc71b06723f4002e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf {
  background-image: url(/assets/flags/4x3/tf-f8de9f8c6d995d589cba5e10fbc06433cc601739ae1d0d52401982893e7ccab5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tf-189f98c764e4bb7f9a0b6e7dc7102090eb118932c25930b0eb848be6c919764f.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg {
  background-image: url(/assets/flags/4x3/tg-f19fce70dbf1d8865aef45b975f8628cd8cd505f3a111b2abfdc20106685ae4e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tg-fcd0fe13dc888dab7caf315b6600a0ebe2bf686a3aba846e5551ec1ffe278eeb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th {
  background-image: url(/assets/flags/4x3/th-e5bdfbbea7fc6e4e5a14fdf38986a04ef36ce5814bbee1292f1708fbe2a84324.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-th.flag-icon-squared {
  background-image: url(/assets/flags/1x1/th-d2c57c959de7322812472e8117fdf25b87a40699879df3347662ea5ec8ce7e99.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj {
  background-image: url(/assets/flags/4x3/tj-87704058f5940885ebe2148af044ecd78c5fce1010be91920b91fad709d3b959.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tj.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tj-277f337ac8f059a602c2e55f4e20cb7fba6fc949f6e47cb313aff07583a4ea8c.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk {
  background-image: url(/assets/flags/4x3/tk-a46a0fa931139f501ed4f46b194358665a2bda22168fa7c777c4cee0f975a0b7.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tk.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tk-eb30928c9b193ea67005d4b6da4de4dd77dc4a1eb1dc8091f26d81c181924806.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl {
  background-image: url(/assets/flags/4x3/tl-bed60d689d59c131031e5e31fac9f4d5a369cc0e414534eca0029252995013b9.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tl.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tl-e9d563e0a701ff702a60fcd30acfda4d9abcbae40d3d60480a39b0ee45fdecfc.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm {
  background-image: url(/assets/flags/4x3/tm-6f9274fb508ad7441402524cc7078ec59914f299129a37cf65cbc1e960a72535.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tm-ebf3346c6e6587a8f82ccc8d3bc887bb3f3432bc0cc64161698674d561bea323.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn {
  background-image: url(/assets/flags/4x3/tn-435a696da54ba4f58c47734c7e5254d6280bd09571001f74d3c4b26042b54fb3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tn-47a6f31c27b126341b2f27384d76566c7a51d6b0444b711fa4c1b0a33c9a8e4b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to {
  background-image: url(/assets/flags/4x3/to-0dbf09752f5655227fe374ed30f454e573db507bd97e5c6833986b396c177649.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-to.flag-icon-squared {
  background-image: url(/assets/flags/1x1/to-b9f45d3de08b773950fb564d6d0f3c656188ca70a44a6ec96b662e878f7f9068.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr {
  background-image: url(/assets/flags/4x3/tr-d335474c691c709634aefdaf480ea688df7b120da8e5e50d6add341352001856.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tr.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tr-f987c79da47fdca8ed61f7668acc404c0344285daf8d41c4bfbd1bc0fb447e01.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt {
  background-image: url(/assets/flags/4x3/tt-e546805bae0104e3b45d8f4ac5a8b421255bfc477c65a6f12be3b37f98d6af1d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tt-d67dd4158ce0f1179f6a2fe07389e857d2541755152f1e31894cfddb521f23ad.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv {
  background-image: url(/assets/flags/4x3/tv-cdf263b888a63e8f2cf19e747d8602e570654bc52e1343668f12bfcd77ae357a.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tv.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tv-0edc56c4576001c390186fa93e57c68f7ecc85ddd11e512ae711c36c602d23ae.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw {
  background-image: url(/assets/flags/4x3/tw-f49543afaac4240d4443e17af3562cdd26965c27dd0c28489d0a0e3f164e4d73.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tw-6a966c80098b74c3d81ca449f272d7ab7efb1b3735661d022771c12765f18852.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz {
  background-image: url(/assets/flags/4x3/tz-906213ad07832ceb9efe581f533afa8a38e010ca0f9cb93a1204b9bc3dde2a80.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-tz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/tz-1a738c20b8d50423f3b74a95a802d49ac03e9ff45942a119105e12e235eecd73.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua {
  background-image: url(/assets/flags/4x3/ua-9de01f8dfc47d4aa167b65ebbdf20368684cd1dfc44f2e8e375a70a619dcc583.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ua.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ua-25a0833c5f9c99a6feda07bb6a80c4cc1b273c69410e6481e11141bb3137f6fb.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug {
  background-image: url(/assets/flags/4x3/ug-0f2d2a4a9bfa686a4f871b33cceb0f7f5df34b68580370925413da71ed65ce7e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ug.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ug-ef5568eb50c1ee9b984ba66541ef1f5552e425de9cca028de4c62281872b42ca.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um {
  background-image: url(/assets/flags/4x3/um-1199b96b2eda480d5428ab1e25ae41b893df68297dac4d25b6bb639b455e615d.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-um.flag-icon-squared {
  background-image: url(/assets/flags/1x1/um-2e6308d05098651a2776efc926fbfec4f7d48ce9faca155c277bca764835d6aa.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us {
  background-image: url(/assets/flags/4x3/us-b2256cd0fee516a285a3ea7ed26e7ab3c8f5c44b542c2c8bc39dc8a7bc860613.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-us.flag-icon-squared {
  background-image: url(/assets/flags/1x1/us-bef8640e00af13e943b04e553471e26b170e7828bcb5c76a6822814a0877a122.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy {
  background-image: url(/assets/flags/4x3/uy-e9b5ce6ce8241f51f3ec25f7c0024f2f30f1cb719ca33be69538d66d399dfb75.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uy.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uy-459e08c4253e29c91154295fdc93d5c8ab41af688dcea4bd7b9052e6fdde9689.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz {
  background-image: url(/assets/flags/4x3/uz-eee3e7fdd17916c14dba47ef5019d640e433841898df05ac4f5da9101f40027b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-uz.flag-icon-squared {
  background-image: url(/assets/flags/1x1/uz-25f6d3e939fa3dbb24ed64b5512dea79d87c1a1f78cc734cba8c3f0684f7fca0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va {
  background-image: url(/assets/flags/4x3/va-bad68d9f8114889dc35b870451a8a68754fe82a6d741a7f9c336e70fa5fad9ec.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-va.flag-icon-squared {
  background-image: url(/assets/flags/1x1/va-498020b1e04599d3557859d1e79f6fc222cd8eeafae63ef40a202107e3c8c862.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc {
  background-image: url(/assets/flags/4x3/vc-2b457eaaf2512f8b15cfe545f5ae7123e9a169c1eeb723af0a3218be852f954b.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vc.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vc-3f4eeaf751c554c0b337ed0e4e5d3e209c51e1f9cfe76b6abcc223a65aef1f4e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve {
  background-image: url(/assets/flags/4x3/ve-3b9ed60a0efb69c0942c620855c041fad438dba07384ca2c9757cc2c9c42b9cc.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ve.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ve-674faad6c5fcf97675acb3596dedcf76cf99efaf32b300764c506dde42ab6670.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg {
  background-image: url(/assets/flags/4x3/vg-8b5efeea79a6a6283420ec4b42afa0b956357e53f8688d5d937d99a1c75fb0f3.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vg.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vg-071f967035fd3b79a112005a101a7f1f93678f4cd98b45db914736e7311cb026.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi {
  background-image: url(/assets/flags/4x3/vi-cf26cc7923122b978a11e7529652d7b8da27ca4139a1db3a3242ae77a82b1ad1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vi.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vi-c4b356f1e235062c952953f27c14f148b9f501f82999b1de0ede96c67ad86e90.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn {
  background-image: url(/assets/flags/4x3/vn-9fe480227a3d83dd0445ff9720db5f7969976c719458267011474683e7f5c9ca.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vn.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vn-a45bfa6d751ad0cf1183f7a169a6a69d7e3bb69129974ad4ae2a15cf25151cc1.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu {
  background-image: url(/assets/flags/4x3/vu-5528d0eda779f3cb749050f0f63951f174c433a10b84858565aa80019c6e3970.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-vu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/vu-cd2210109bb887da260ccd5a2fd69893abf7bad95b403e001ced91fb0c18bca9.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf {
  background-image: url(/assets/flags/4x3/wf-75485af41ddd272398f4e3a791921c6cb140c83bb6681aef4bcd17fe36b26205.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-wf.flag-icon-squared {
  background-image: url(/assets/flags/1x1/wf-7a1ce89c872585a5e8e7f7e6657059dea36600dc14c128ca324c7376d7527ba0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws {
  background-image: url(/assets/flags/4x3/ws-a185720601395227a7332e37dd3333123ecc3557b91148600555f996feed80ad.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ws.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ws-d254d51d37276cb13dad0275340f3ebd7b5921a4ce374045a292e41d159c7b31.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye {
  background-image: url(/assets/flags/4x3/ye-8c791a827b9c03a40bacb5348f4e563f8db42bbfc05f2bcf9135d3594c21ce0f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-ye.flag-icon-squared {
  background-image: url(/assets/flags/1x1/ye-9581021a56e147f40a91ff163771da0f5fc1670f70d34006a2bdfdd866307f2d.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt {
  background-image: url(/assets/flags/4x3/yt-7d54984381eac4cc32c2041bcfd043d78d9a02ca05b915787775ed6a07339798.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-yt.flag-icon-squared {
  background-image: url(/assets/flags/1x1/yt-58fe4496525e2c9b28298914ca7b74e792256784245666c78fe8f077e186a2f7.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za {
  background-image: url(/assets/flags/4x3/za-bff24a6c7b73c6e31272915a507193e56cc0185b2beedffdbb4837d71a944a6f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-za.flag-icon-squared {
  background-image: url(/assets/flags/1x1/za-5a74a27e6ddf4017cc4d195604c04eccfac9eaaeda8272502dd737c8f7d58b0b.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm {
  background-image: url(/assets/flags/4x3/zm-04752134218e057c9cae4a53d53fe9b5d9e38d4717b0455539a7a823c0e4cbd1.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zm.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zm-808861b03cc991296d1a561791ce4846e689a850081f99e7fa19cab3a3554ccf.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw {
  background-image: url(/assets/flags/4x3/zw-29d4a2f932067785b79f8c2a2d94a50338afc83f38bf57f95054e6057bb32c9e.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-zw.flag-icon-squared {
  background-image: url(/assets/flags/1x1/zw-51c72f4ab858924f49df47a19dca462da61e9e8ff9e32d9c5c789bed67925b1e.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ct {
  background-image: url(/assets/flags/4x3/es-ct-6a1369768b48c5d90a2215558059f68fd9212f9bf8d45214dc6c26890c2ea331.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-es-ct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/es-ct-b66bbec23501f57097f232d0bbf1498bab33d38022a0b4be765e8decf8708a53.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu {
  background-image: url(/assets/flags/4x3/eu-684b39d8d8a00b5af5a208a58b2a4d5d3b6db5b3e88644434d231743b9e07b43.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-eu.flag-icon-squared {
  background-image: url(/assets/flags/1x1/eu-2226bfe8aec7177ba92856439e2e8308c2fadb30ca32b98ef42c7b83b05e1317.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng {
  background-image: url(/assets/flags/4x3/gb-eng-c4abc3e413ba1e93e5036b8b1663377575590446a339e47396f7c7d04c78fd4c.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-eng.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-eng-085eecd37f930e1bfa0563865d66be3bfe85acdf5657b564f00bcf2868167ec0.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir {
  background-image: url(/assets/flags/4x3/gb-nir-e2c5d48921f2f014fcd836537da3719d2e4093e2a69ad4d21e594d1b16c91c0f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-nir.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-nir-389ce966fa5df006d2144d5ec270928f809e346c86310137b88a013ac3bdd0f6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct {
  background-image: url(/assets/flags/4x3/gb-sct-420367896dfd8f3fdd7e10b4381816ace018712a56dd82cdb73ecdacdf5dc3f5.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-sct.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-sct-6c65d3cb8dd9617781de8b15ebb1c0fb9d7b770ce1812b93b4e75f8931e9780a.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls {
  background-image: url(/assets/flags/4x3/gb-wls-48415445ede91d43e95966fe21b8e9e14536ac85fed28ceec912e1a28e227aab.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-gb-wls.flag-icon-squared {
  background-image: url(/assets/flags/1x1/gb-wls-526eabfea6565e3838685f16add08278160757da0933e686df817579cd9648e6.svg);
}

/* line 22, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un {
  background-image: url(/assets/flags/4x3/un-6b36d053ebaee399899c24eb85ba2ebeeb4cb8b2e2cfc2d5d8a99cf6c2c8856f.svg);
}

/* line 24, ../usr/local/bundle/gems/flag-icons-rails-3.1.0/app/assets/stylesheets/flag-icon-sass/flag-icon-base.scss */
.flag-icon-un.flag-icon-squared {
  background-image: url(/assets/flags/1x1/un-320bf27dbef21f3cb22a0d9206afd2264dd6626e578d02f21c503eab6a22a522.svg);
}

/* line 3, app/assets/stylesheets/secondchance.scss */
.secondchance .page-header .header-logo {
  float: left;
  margin-top: -8px;
}

/* line 7, app/assets/stylesheets/secondchance.scss */
.secondchance .page-header h1 {
  padding-left: 60px;
  padding-top: 5px;
}

/* line 13, app/assets/stylesheets/secondchance.scss */
.secondchance .header-logo {
  width: 46px;
  height: 46px;
}

/* line 20, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .block-flat .header {
  margin-bottom: 20px;
}

/* line 26, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .panel.artwork .nav-tabs a {
  font-size: 80%;
}

/* line 31, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .panel.artwork .tab-pane {
  text-align: center;
}

/* line 34, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .panel.artwork .tab-pane img {
  margin-bottom: 10px;
}

/* line 40, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance form.filterform {
  padding-top: 40px;
}

/* line 45, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .filters label {
  display: block;
  text-align: right;
}

/* line 51, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .panel-heading[data-toggle="collapse"] {
  cursor: pointer;
}

/* line 54, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .panel-heading.collapsed[data-toggle="collapse"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: 600;
  float: right;
}

/* line 61, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance .panel-heading[data-toggle="collapse"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f077";
  font-weight: 600;
  float: right;
}

/* line 69, app/assets/stylesheets/secondchance.scss */
body#admin-second-chance a:focus {
  color: orange;
}

/* line 1, app/assets/stylesheets/red-flag-dialog.scss */
#flag-dialog {
  width: 420px;
  height: 290px;
  background: #F9F9F9;
  border: 1px solid #99c6e5;
  margin: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.11), 0 14px 56px rgba(0, 0, 0, 0.11);
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  z-index: 100;
}

/* line 14, app/assets/stylesheets/red-flag-dialog.scss */
.red-flag-icon {
  width: 1.4rem;
  height: 1.4rem;
}

/* line 19, app/assets/stylesheets/red-flag-dialog.scss */
.red-flag-button {
  cursor: pointer;
  padding-top: .2rem;
  transition: all 260ms ease;
}

/* line 23, app/assets/stylesheets/red-flag-dialog.scss */
.red-flag-button:hover {
  color: tomato;
}

/* line 26, app/assets/stylesheets/red-flag-dialog.scss */
.red-flag-button span {
  vertical-align: middle;
}

/* line 31, app/assets/stylesheets/red-flag-dialog.scss */
.red-flag-button {
  display: inline-block;
}

/* line 35, app/assets/stylesheets/red-flag-dialog.scss */
.red-flag-explanation {
  color: grey;
  font-style: italic;
}

/* line 40, app/assets/stylesheets/red-flag-dialog.scss */
.red-flag-label-active {
  color: #222;
  font-style: normal;
}

/* line 45, app/assets/stylesheets/red-flag-dialog.scss */
.flag-top-bar {
  background-image: linear-gradient(#f6fbff, #aadcff);
  padding: 4px 10px;
  border-bottom-color: #99c6e5;
}

/* line 51, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-top-text {
  display: inline;
  font-weight: bold;
  font-size: 13px;
  color: #474747;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.75);
}

/* line 59, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-content {
  padding: 20px;
}

/* line 61, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-content label {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
}

/* line 66, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-content input[type=text] {
  width: 100%;
}

/* line 71, app/assets/stylesheets/red-flag-dialog.scss */
.flag-bottom-bar {
  padding: 0 9px;
  height: 40px;
  width: 100%;
  border-top: 1px solid #99c6e5;
  position: absolute;
  bottom: 0;
  background-image: linear-gradient(#f6fbff, #aadcff);
  border-bottom-color: #99c6e5;
}

/* line 82, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-btn {
  margin: 6px 3px;
  float: right;
  border: 1px solid #b6b6b6;
  padding: 4px 9px;
  border-bottom-color: #999;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 0 2px rgba(255, 255, 255, 0.15) inset, 0 1px 0 rgba(255, 255, 255, 0.15) inset;
  background: #e4e4e4;
  background-image: linear-gradient(to bottom, #fff, #e4e4e4);
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
}

/* line 95, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-btn:hover {
  background-image: linear-gradient(to bottom, #f9f9f9, #9e9e9e);
}

/* line 100, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-btn-success {
  color: #fff;
  text-shadow: 0 -1px 0 #55830c;
  border-color: #62a60a #62a60a #4d9200;
  background: #69b10b;
  background-image: linear-gradient(to bottom, #9ad717, #69b10b);
}

/* line 106, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-btn-success:hover {
  background-image: linear-gradient(to bottom, #9ad717, #4c6927);
}

/* line 111, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-btn-left {
  float: none;
  position: absolute;
  bottom: 50px;
  font-weight: normal;
}

/* line 118, app/assets/stylesheets/red-flag-dialog.scss */
[v-cloak] {
  display: none;
}

/* line 122, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-close {
  float: right;
  cursor: pointer;
  transition: color 250ms ease;
}

/* line 126, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-close:hover {
  color: tomato;
}

/* line 131, app/assets/stylesheets/red-flag-dialog.scss */
.flag-dialog-validation {
  color: tomato;
  font-size: 10;
}

/* line 2, app/assets/stylesheets/customer_content.scss */
.customer-content.index #ccm-portal, #reseller-accounts #ccm-portal {
  border: none;
  width: 96%;
  margin-left: 2%;
  margin-right: 2%;
  padding-bottom: 2em;
}

/* line 9, app/assets/stylesheets/customer_content.scss */
.customer-content.index .iframe-container, #reseller-accounts .iframe-container {
  padding: 0 30px;
}

/* line 12, app/assets/stylesheets/customer_content.scss */
.customer-content.index .iframe-loading-indicator, #reseller-accounts .iframe-loading-indicator {
  text-align: center;
}

/* line 14, app/assets/stylesheets/customer_content.scss */
.customer-content.index .iframe-loading-indicator .loader, #reseller-accounts .iframe-loading-indicator .loader {
  position: relative;
  right: 1rem;
  margin-top: 3rem;
}

/* line 18, app/assets/stylesheets/customer_content.scss */
.customer-content.index .iframe-loading-indicator .loader .fa, #reseller-accounts .iframe-loading-indicator .loader .fa {
  color: #676767;
  font-size: 2rem;
}

/* line 3, app/assets/stylesheets/dashboard.scss */
#dashboard .modstore-logo {
  width: 80px;
  height: 80px;
}

/* line 8, app/assets/stylesheets/dashboard.scss */
#dashboard h4 {
  margin-top: 0px;
}

/* line 12, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  margin: 10px 0px;
}

/* line 21, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone small {
  display: block;
  text-align: center;
  font-size: 0.4em;
  font-weight: 300;
}

/* line 27, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone h1 {
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}

/* line 32, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone h1 a i {
  float: left;
}

/* line 37, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone h2 {
  font-size: 14px;
  font-weight: 300;
  margin: 0;
}

/* line 42, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone .industry-average {
  color: #7685f7;
}

/* line 44, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone .industry-average .x-small {
  font-size: 0.3em;
}

/* line 50, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone-pdf {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
  text-align: center;
  padding: 10px;
  background-color: #f1f1f1;
  border-radius: 10px;
  margin: 15px 0;
}

/* line 58, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone-pdf h1 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}

/* line 62, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone-pdf h1 i {
  vertical-align: middle;
  margin-right: 10px;
}

/* line 69, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone-pdf-btn {
  background: #f1f1f1;
  border-color: #f1f1f1;
  color: #0187c5;
  font-size: 20px;
  padding: 12px 0px 10px 0px;
}

/* line 75, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone-pdf-btn i {
  vertical-align: middle;
  margin-right: 10px;
  margin-top: -2px;
}

/* line 80, app/assets/stylesheets/dashboard.scss */
#dashboard .phish-prone-pdf-btn:hover {
  background: #0187c5;
  color: #f1f1f1;
}

/* line 87, app/assets/stylesheets/dashboard.scss */
#advanced-reporting p {
  color: #676767;
}

/* line 90, app/assets/stylesheets/dashboard.scss */
#advanced-reporting .splash-image {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

/* line 94, app/assets/stylesheets/dashboard.scss */
#advanced-reporting .loader {
  position: relative;
  right: 1rem;
  margin-top: 3rem;
}

/* line 98, app/assets/stylesheets/dashboard.scss */
#advanced-reporting .loader .fa {
  color: #676767;
  font-size: 2rem;
}

/* line 3, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard .industry_average_selector, #phishing .industry_average_selector {
  width: 200px;
}

/* line 7, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard .benchmarks-see-more, #phishing .benchmarks-see-more {
  padding-top: 10px;
  padding-right: 20px;
}

/* line 12, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard .benchmarks-dropdowns, #phishing .benchmarks-dropdowns {
  padding-top: 20px;
  padding-left: 10px;
  align-items: center;
  flex-direction: column;
}

/* line 18, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard .benchmarks-dropdowns .benchmark-dropdown-item, #phishing .benchmarks-dropdowns .benchmark-dropdown-item {
  flex: 1 0 auto;
  padding: 10px 0px;
  font-size: 16px;
  border-bottom: 1px solid #ddd;
  display: flex;
  flex-direction: row;
}

/* line 26, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard .benchmarks-dropdowns .benchmark-dropdown-item .benchmark-dropdown-title, #phishing .benchmarks-dropdowns .benchmark-dropdown-item .benchmark-dropdown-title {
  flex: 1 0 100px;
  text-align: left;
  font-weight: 500;
  font-size: 14px;
}

/* line 32, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard .benchmarks-dropdowns .benchmark-dropdown-item .benchmark-dropdown-selector, #phishing .benchmarks-dropdowns .benchmark-dropdown-item .benchmark-dropdown-selector {
  text-align: right;
  font-size: 14px;
  flex: 1 0 auto;
}

/* line 43, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard #industry_stats .cards .pull-right.strong, #phishing #industry_stats .cards .pull-right.strong {
  margin-top: 0;
  font-weight: 700;
  letter-spacing: -1px;
}

/* line 49, app/assets/stylesheets/industry_benchmarks.scss */
#dashboard #industry_stats #industry_average_percentage, #phishing #industry_stats #industry_average_percentage {
  color: #7685f7;
}

/* line 1, app/assets/stylesheets/wizard.scss */
.wizard {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Helvetica Neue", Arial, sans-serif;
}

/* line 4, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard {
  background-color: #f9f9f9;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
  *zoom: 1;
  position: relative;
  overflow: hidden;
}

/* line 15, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard:before {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 46px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}

/* line 28, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard:after {
  display: block;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 138px;
  height: 47px;
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  z-index: 11;
  content: " ";
}

/* line 41, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li {
  position: relative;
  float: left;
  height: 46px;
  display: inline-block;
  text-align: middle;
  padding: 0 20px 0 30px;
  margin: 0;
  font-size: 16px;
  line-height: 46px;
}

/* line 53, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li a {
  color: #468847;
  padding: 0;
}

/* line 58, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li a:hover {
  background-color: transparent;
}

/* line 62, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li:before {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #d4d4d4;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -16px;
}

/* line 74, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li:after {
  position: absolute;
  display: block;
  border: 24px solid transparent;
  border-left: 16px solid #f9f9f9;
  border-right: 0;
  top: -1px;
  z-index: 10;
  content: '';
  right: -15px;
}

/* line 86, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li.active {
  color: #3a87ad;
  color: white;
  background: #f05b35;
}

/* line 92, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li.active:after {
  border-left: 16px solid #f05b35;
}

/* line 96, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard li.active a,
.wizard ul.nav-wizard li.active a:active,
.wizard ul.nav-wizard li.active a:visited,
.wizard ul.nav-wizard li.active a:focus {
  color: #3a87ad;
  color: white;
  background: #f05b35;
}

/* line 105, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard .active ~ li {
  color: #999999;
  background: #ededed;
}

/* line 110, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard .active ~ li:after {
  border-left: 16px solid #ededed;
}

/* line 114, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard .active ~ li a,
.wizard ul.nav-wizard .active ~ li a:active,
.wizard ul.nav-wizard .active ~ li a:visited,
.wizard ul.nav-wizard .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}

/* line 122, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard.nav-wizard-backnav li:hover {
  color: #468847;
  background: #f6fbfd;
}

/* line 127, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard.nav-wizard-backnav li:hover:after {
  border-left: 16px solid #f6fbfd;
}

/* line 131, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard.nav-wizard-backnav li:hover a,
.wizard ul.nav-wizard.nav-wizard-backnav li:hover a:active,
.wizard ul.nav-wizard.nav-wizard-backnav li:hover a:visited,
.wizard ul.nav-wizard.nav-wizard-backnav li:hover a:focus {
  color: #468847;
  background: #f6fbfd;
}

/* line 139, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard.nav-wizard-backnav .active ~ li {
  color: #999999;
  background: #ededed;
}

/* line 144, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard.nav-wizard-backnav .active ~ li:after {
  border-left: 16px solid #ededed;
}

/* line 148, app/assets/stylesheets/wizard.scss */
.wizard ul.nav-wizard.nav-wizard-backnav .active ~ li a,
.wizard ul.nav-wizard.nav-wizard-backnav .active ~ li a:active,
.wizard ul.nav-wizard.nav-wizard-backnav .active ~ li a:visited,
.wizard ul.nav-wizard.nav-wizard-backnav .active ~ li a:focus {
  color: #999999;
  background: #ededed;
}

/* line 156, app/assets/stylesheets/wizard.scss */
.wizard .numberCircle {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0px;
  background: #fff;
  border: 2px solid #f05b35;
  color: #f05b35;
  text-align: center;
  font-size: 26px;
}

/* line 168, app/assets/stylesheets/wizard.scss */
.wizard ul.email-provider, .wizard ul.email-template {
  text-align: center;
}

/* line 171, app/assets/stylesheets/wizard.scss */
.wizard ul.email-provider li, .wizard ul.email-template li {
  background-color: #fcfcfc;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 5px;
  margin: 0px 20px 20px 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

/* line 182, app/assets/stylesheets/wizard.scss */
.wizard ul.email-provider li:hover, .wizard ul.email-template li:hover {
  background-color: #f1f1f1;
}

/* line 188, app/assets/stylesheets/wizard.scss */
.wizard ul.email-provider.wizard li, .wizard ul.email-template.wizard li {
  background-color: #fff;
  border: none;
  box-shadow: none;
}

/* line 192, app/assets/stylesheets/wizard.scss */
.wizard ul.email-provider.wizard li .box, .wizard ul.email-template.wizard li .box {
  background-color: #fcfcfc;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 5px;
  margin: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

/* line 203, app/assets/stylesheets/wizard.scss */
.wizard ul.email-provider.wizard li .box:hover, .wizard ul.email-template.wizard li .box:hover {
  background-color: #f1f1f1;
}

/* line 207, app/assets/stylesheets/wizard.scss */
.wizard ul.email-provider.wizard li a, .wizard ul.email-template.wizard li a {
  display: block;
}

/* line 214, app/assets/stylesheets/wizard.scss */
.wizard ul.landing-style {
  text-align: center;
}

/* line 216, app/assets/stylesheets/wizard.scss */
.wizard ul.landing-style li {
  background-color: #fcfcfc;
  border: 1px solid #999;
  border-radius: 8px;
  padding: 5px;
  margin: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

/* line 226, app/assets/stylesheets/wizard.scss */
.wizard ul.landing-style li:hover {
  background-color: #f1f1f1;
}

/* line 233, app/assets/stylesheets/wizard.scss */
.wizard .wizard-content {
  padding: 30px 50px;
}

/* line 236, app/assets/stylesheets/wizard.scss */
.wizard .wizard-content h5 {
  font-weight: 300;
  font-size: 16px;
  line-height: 140%;
}

/* line 241, app/assets/stylesheets/wizard.scss */
.wizard .wizard-content h5 .refresh-link {
  font-size: 13px;
  color: #999;
}

/* line 252, app/assets/stylesheets/wizard.scss */
.wizard .wizard-content .bs-callout {
  font-size: 13px;
}

/* line 256, app/assets/stylesheets/wizard.scss */
.wizard .wizard-content .test-emails {
  font-size: 12px;
}

/* line 261, app/assets/stylesheets/wizard.scss */
.wizard .wizard-center {
  text-align: center;
}

/* line 265, app/assets/stylesheets/wizard.scss */
.wizard .industry-selection {
  margin: 45px 0;
}

/* line 2, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar table {
  -webkit-border-horizontal-spacing: 0px;
  -webkit-border-vertical-spacing: 0px;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #dddddd;
  border-collapse: collapse;
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}

/* line 13, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar tr {
  border-collapse: collapse;
}

/* line 17, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar th {
  padding: 6px;
  border-bottom: 2px solid #dddddd;
  border-collapse: collapse;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  border-top: 0px none #333333;
  box-sizing: border-box;
  text-align: left;
}

/* line 28, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar td {
  padding: 6px;
  vertical-align: top;
  width: 14%;
  border: 1px solid #ddd;
  border-top-color: #dddddd;
  border-top-style: solid;
  border-top-width: 1px;
  border-right-color: #dddddd;
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: #dddddd;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-left-color: #dddddd;
  border-left-style: solid;
  border-left-width: 1px;
}

/* line 48, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .day {
  height: 80px;
}

/* line 60, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .today {
  background: #FFFFC0;
}

/* line 69, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .prev-month {
  background: #DDD;
}

/* line 72, ../usr/local/bundle/gems/simple_calendar-2.3.0/app/assets/stylesheets/simple_calendar.scss */
.simple-calendar .next-month {
  background: #DDD;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
/* line 6, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 10, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl {
  text-align: right;
}

/* line 13, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
body .fc {
  /* extra precedence to overcome jqui */
  font-size: 1em;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 19, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-highlight {
  /* when user is selecting cells */
  background: #bce8f1;
  opacity: .3;
}

/* line 24, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bgevent {
  /* default look for background events */
  background: #8fdf82;
  opacity: .3;
}

/* line 29, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-nonbusiness {
  /* default look for non-business-hours areas */
  /* will inherit .fc-bgevent's styles */
  background: #d7d7d7;
}

/* Buttons (styled <button> tags, normalized to work cross-browser)
--------------------------------------------------------------------------------------------------*/
/* line 36, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button {
  /* force height to include the border and padding */
  box-sizing: border-box;
  /* dimensions */
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  /* text & cursor */
  font-size: 1em;
  /* normalize */
  white-space: nowrap;
  cursor: pointer;
}

/* Firefox has an annoying inner border */
/* line 52, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 56, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  /* non-theme */
  border: 1px solid;
}

/* line 60, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-left {
  /* non-theme */
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 65, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default.fc-corner-right {
  /* non-theme */
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* icons in buttons */
/* line 71, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc button .fc-icon {
  /* non-theme */
  position: relative;
  top: -0.05em;
  /* seems to be a good adjustment across browsers */
  margin: 0 .2em;
  vertical-align: middle;
}

/*
  button states
  borrowed from twitter bootstrap (http://twitter.github.com/bootstrap/)
*/
/* line 83, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-default {
  background-color: #f5f5f5;
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 97, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover,
.fc-state-down,
.fc-state-active,
.fc-state-disabled {
  color: #333333;
  background-color: #e6e6e6;
}

/* line 104, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  transition: background-position 0.1s linear;
}

/* line 113, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-down,
.fc-state-active {
  background-color: #cccccc;
  background-image: none;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* line 119, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}

/* Buttons Groups
--------------------------------------------------------------------------------------------------*/
/* line 127, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-button-group {
  display: inline-block;
}

/*
every button that is not first in a button group should scootch over one pixel and cover the
previous button's border...
*/
/* line 134, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > * {
  /* extra precedence b/c buttons have margin set to zero */
  float: left;
  margin: 0 0 0 -1px;
}

/* line 139, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-button-group > :first-child {
  /* same */
  margin-left: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 145, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 149, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header {
  /* TODO: be more consistent with fc-head/fc-body */
  padding: 2px 4px;
}

/* line 153, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 156, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover .fc-header .fc-close {
  cursor: pointer;
}

/* line 159, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 163, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-popover .fc-header .fc-title,
.fc-ltr .fc-popover .fc-header .fc-close {
  float: right;
}

/* Misc Reusable Components
--------------------------------------------------------------------------------------------------*/
/* line 169, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 173, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  /* height is unreliable across browsers, so use padding */
  border-width: 1px 0;
}

/* line 180, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-clear {
  clear: both;
}

/* line 183, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg,
.fc-bgevent-skeleton,
.fc-highlight-skeleton,
.fc-helper-skeleton {
  /* these element should always cling to top-left/right corners */
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 193, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg {
  bottom: 0;
  /* strech bg to bottom edge */
}

/* line 197, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bg table {
  height: 100%;
  /* strech bg to bottom edge */
}

/* Tables
--------------------------------------------------------------------------------------------------*/
/* line 203, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  /* fix scrollbar issue in firefox */
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 1em;
  /* normalize cross-browser */
}

/* line 213, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th {
  text-align: center;
}

/* line 216, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc th,
.fc td {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 223, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc td.fc-today {
  border-style: double;
  /* overcome neighboring borders */
}

/* Internal Nav Links
--------------------------------------------------------------------------------------------------*/
/* line 229, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto] {
  cursor: pointer;
}

/* line 232, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a[data-goto]:hover {
  text-decoration: underline;
}

/* Fake Table Rows
--------------------------------------------------------------------------------------------------*/
/* line 237, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row {
  /* extra precedence to overcome themes w/ .ui-widget-content forcing a 1px border */
  /* no visible border by default. but make available if need be (scrollbar width compensation) */
  border-style: solid;
  border-width: 0;
}

/* line 243, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row table {
  /* don't put left/right border on anything within a fake row.
     the outer tbody will worry about this */
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  /* no bottom borders on rows */
  border-bottom: 0 hidden transparent;
}

/* line 251, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
  /* no top border on first row */
}

/* Day Row (used within the header and the DayGrid)
--------------------------------------------------------------------------------------------------*/
/* line 257, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row {
  position: relative;
}

/* line 260, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* highlighting cells & background event skeleton */
/* line 264, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
  /* stretch skeleton to bottom of row */
}

/* line 269, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
  /* stretch skeleton to bottom of row */
}

/* line 274, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton td,
.fc-row .fc-bgevent-skeleton td {
  border-color: transparent;
}

/* line 278, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 281, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/*
row content (which contains day/week numbers and events) as well as "helper" (which contains
temporary rendered events).
*/
/* line 288, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
  /* matches the space above the events */
}

/* line 294, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 297, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  /* see-through to the background below */
  /* extra precedence to prevent theme-provided backgrounds */
  background: none;
  /* in case <td>s are globally styled */
  border-color: transparent;
}

/* line 306, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  /* don't put a border between events and/or the day number */
  border-bottom: 0;
}

/* line 311, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  /* don't put a border between event cells */
  border-top: 0;
}

/* Scrolling Container
--------------------------------------------------------------------------------------------------*/
/* line 318, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* TODO: move to agenda/basic */
/* line 322, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  /* re-scope all positions */
  width: 100%;
  /* hack to force re-sizing this inner element when scrollbars appear/disappear */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 331, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
  /* default BORDER color */
}

/* line 342, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
  /* default BACKGROUND color */
}

/* line 347, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event,
.fc-event:hover {
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
}

/* line 354, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event[href],
.fc-event.fc-draggable {
  cursor: pointer;
  /* give events with links and draggable events a hand mouse pointer */
}

/* line 359, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-not-allowed,
.fc-not-allowed .fc-event {
  /* to override an event's custom cursor */
  cursor: not-allowed;
}

/* line 364, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-bg {
  /* the generic .fc-bg already does position */
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 370, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* resizer (cursor AND touch devices) */
/* line 375, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
}

/* resizer (touch devices) */
/* line 380, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event .fc-resizer {
  display: none;
}

/* line 383, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  /* only show when hovering or selected (with touch) */
  display: block;
}

/* hit area */
/* line 389, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected .fc-resizer:before {
  /* 40x40 touch area */
  content: "";
  position: absolute;
  z-index: 9999;
  /* user of this util can scope within a lower z-index */
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* Event Selection (only for touch devices)
--------------------------------------------------------------------------------------------------*/
/* line 404, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  /* overcomes inline z-index */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 409, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* Horizontal Events
--------------------------------------------------------------------------------------------------*/
/* bigger touch area when selected */
/* line 415, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  /* below resizers */
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* events that are continuing to/from another week. kill rounded corners and butt up against edge */
/* line 426, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  /* replace the border with padding */
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 435, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  /* replace the border with padding */
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* resizer (cursor AND touch devices) */
/* left resizer  */
/* line 446, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
  /* overcome border */
}

/* right resizer */
/* line 453, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
  /* overcome border */
}

/* resizer (mouse devices) */
/* line 460, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  /* overcome top border */
  bottom: -1px;
  /* overcome bottom border */
}

/* resizer (touch devices) */
/* line 468, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-h-event.fc-selected .fc-resizer {
  /* 8x8 little dot */
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* vertically center */
  top: 50%;
  margin-top: -4px;
}

/* left resizer  */
/* line 482, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
  /* centers the 8x8 dot on the left edge */
}

/* right resizer */
/* line 488, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
  /* centers the 8x8 dot on the right edge */
}

/* DayGrid events
----------------------------------------------------------------------------------------------------
We use the full "fc-day-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 498, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  /* spacing between events and edges */
  padding: 0 1px;
}

/* line 503, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
  /* a little bit more space before the first event */
}

/* line 507, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  /* same z-index as fc-bg, behind text */
  /* overcome the borders */
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  /* darkening effect */
  background: #000;
  opacity: .25;
}

/* line 521, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-content {
  /* force events to be one-line tall */
  white-space: nowrap;
  overflow: hidden;
}

/* line 526, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid-event .fc-time {
  font-weight: bold;
}

/* resizer (cursor devices) */
/* left resizer  */
/* line 531, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
  /* to the day cell's edge */
}

/* right resizer */
/* line 537, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
  /* to the day cell's edge */
}

/* Event Limiting
--------------------------------------------------------------------------------------------------*/
/* "more" link that represents hidden events */
/* line 545, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 551, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 554, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-limited {
  /* rows and cells that are hidden because of a "more" link */
  display: none;
}

/* popover that appears when "more" link is clicked */
/* line 559, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-grid .fc-row {
  z-index: 1;
  /* make the "more" popover one higher than this */
}

/* line 563, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 567, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 572, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* Utilities
--------------------------------------------------------------------------------------------------*/
/* line 578, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

/*
TODO: more distinction between this file and common.css
*/
/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 592, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed th,
.fc-unthemed td,
.fc-unthemed thead,
.fc-unthemed tbody,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-row,
.fc-unthemed .fc-content,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-list-heading td {
  border-color: #ddd;
}

/* line 604, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
}

/* line 607, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-divider,
.fc-unthemed .fc-popover .fc-header,
.fc-unthemed .fc-list-heading td {
  background: #eee;
}

/* line 612, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
}

/* line 615, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 618, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* Icons (inline elements with styled text that mock arrow icons)
--------------------------------------------------------------------------------------------------*/
/* line 624, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  text-align: center;
  overflow: hidden;
  font-family: "Courier New", Courier, monospace;
  /* don't allow browser text-selection */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*
Acceptable font-family overrides for individual icons:
  "Arial", sans-serif
  "Times New Roman", serif

NOTE: use percentage font sizes or else old IE chokes
*/
/* line 647, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon:after {
  position: relative;
}

/* line 650, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 656, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: bold;
  font-size: 200%;
  top: -7%;
}

/* line 662, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

/* line 667, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

/* line 672, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 677, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 682, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 687, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 694, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover {
  border-width: 1px;
  border-style: solid;
}

/* line 698, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  font-size: .9em;
  margin-top: 2px;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* line 704, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* Colors
--------------------------------------------------------------------------------------------------*/
/* line 709, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 714, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
  /* where they meet, let the header have the border */
}

/* Global Event Styles
--------------------------------------------------------------------------------------------------*/
/* line 720, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget .fc-event {
  /* overpower jqui's styles on <a> tags. TODO: more DRY */
  color: #fff;
  /* default TEXT color */
  text-decoration: none;
  /* if <a> has an href */
  /* undo ui-widget-header bold */
  font-weight: normal;
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 731, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.ui-widget td.fc-axis {
  font-weight: normal;
  /* overcome bold */
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 737, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .ui-widget-content {
  background: none;
  /* see through to fc-bg */
}

/* line 741, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a {
  text-decoration: none;
}

/* line 744, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 747, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 hr.fc-divider {
  border-color: inherit;
}

/* line 750, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-today.alert {
  border-radius: 0;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 755, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-popover .panel-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 760, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap3 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* line 764, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a {
  text-decoration: none;
}

/* line 767, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 770, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

/* line 773, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

/* line 776, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 779, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* Popover
--------------------------------------------------------------------------------------------------*/
/* line 784, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 789, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-bootstrap4 .fc-time-grid .fc-slats table {
  /* some themes have background color. see through to slats */
  background: none;
}

/* Toolbar
--------------------------------------------------------------------------------------------------*/
/* line 795, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar {
  text-align: center;
}

/* line 798, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 801, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 804, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 807, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 810, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-center {
  display: inline-block;
}

/* the things within each left/right/center section */
/* line 814, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > * {
  /* extra precedence to override button border margins */
  float: left;
  margin-left: .75em;
}

/* the first thing within each left/center/right section */
/* line 820, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-toolbar > * > :first-child {
  /* extra precedence to override button border margins */
  margin-left: 0;
}

/* title text */
/* line 825, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar h2 {
  margin: 0;
}

/* button layering (for border precedence) */
/* line 829, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button {
  position: relative;
}

/* line 832, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 836, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 839, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 843, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* View Structure
--------------------------------------------------------------------------------------------------*/
/* undo twitter bootstrap's box-sizing rules. normalizes positioning techniques */
/* don't do this for the toolbar because we'll want bootstrap to style those buttons as some pt */
/* line 850, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view-container *,
.fc-view-container *:before,
.fc-view-container *:after {
  box-sizing: content-box;
}

/* line 857, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-view,
.fc-view > table {
  /* so dragged elements can be above the view's main element */
  position: relative;
  z-index: 1;
}

/* BasicView
--------------------------------------------------------------------------------------------------*/
/* day row structure */
/* line 866, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basicWeek-view .fc-content-skeleton,
.fc-basicDay-view .fc-content-skeleton {
  /* there may be week numbers in these views, so no padding-top */
  padding-bottom: 1em;
  /* ensure a space at bottom of cell for user selecting/clicking */
}

/* line 872, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
  /* ensure that all rows are at least this tall */
}

/* a "rigid" row will take up a constant amount of height because content-skeleton is absolute */
/* line 877, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid {
  overflow: hidden;
}

/* line 880, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* week and day number styling */
/* line 887, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-day-top.fc-other-month {
  opacity: 0.3;
}

/* line 890, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-week-number,
.fc-basic-view .fc-day-number {
  padding: 2px;
}

/* line 894, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view th.fc-week-number,
.fc-basic-view th.fc-day-number {
  padding: 0 2px;
  /* column headers can't have as much v space */
}

/* line 899, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 902, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 905, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px 0;
}

/* line 909, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 913, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: #808080;
}

/* when week/day number have own column */
/* line 920, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number {
  text-align: center;
}

/* line 923, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-basic-view td.fc-week-number > * {
  /* work around the way we do column resizing and ensure a minimum width */
  display: inline-block;
  min-width: 1.25em;
}

/* AgendaView all-day area
--------------------------------------------------------------------------------------------------*/
/* line 930, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
  /* so the "more.." popover will be over the time grid */
}

/* line 935, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
  /* all-day section will never get shorter than this */
}

/* line 939, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
  /* give space underneath events for clicking/selecting days */
}

/* TimeGrid axis running down the side (for both the all-day area and the slot area)
--------------------------------------------------------------------------------------------------*/
/* line 945, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-axis {
  /* .fc to overcome default cell styles */
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 951, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 954, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* TimeGrid Structure
--------------------------------------------------------------------------------------------------*/
/* line 959, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-container,
.fc-time-grid {
  /* so slats/bg/content/etc positions get scoped within here */
  position: relative;
  z-index: 1;
}

/* line 965, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid {
  min-height: 100%;
  /* so if height setting is 'auto', .fc-bg stretches to fill height */
}

/* line 969, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid table {
  /* don't put outer borders on slats/bg/content/etc */
  border: 0 hidden transparent;
}

/* line 973, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 976, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  /* the <hr> AgendaView injects when grid is shorter than scroller */
  position: relative;
  z-index: 2;
}

/* line 982, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-col {
  position: relative;
  /* because now-indicator lives directly inside */
}

/* line 986, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* divs within a cell within the fc-content-skeleton */
/* line 994, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 998, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 1002, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  position: relative;
  z-index: 3;
}

/* line 1006, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 1010, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 1013, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-helper-container {
  /* also is fc-event-container */
  position: relative;
  z-index: 6;
}

/* TimeGrid Slats (lines that run horizontally)
--------------------------------------------------------------------------------------------------*/
/* line 1020, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
  /* each cell is responsible for its top border */
}

/* line 1025, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* TimeGrid Highlighting Slots
--------------------------------------------------------------------------------------------------*/
/* line 1030, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight-container {
  /* a div within a cell within the fc-highlight-skeleton */
  position: relative;
  /* scopes the left/right of the fc-highlight to be in the column */
}

/* line 1035, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
  /* top and bottom will be in by JS */
}

/* TimeGrid Event Containment
--------------------------------------------------------------------------------------------------*/
/* line 1043, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-event-container {
  /* space on the sides of events for LTR (default) */
  margin: 0 2.5% 0 2px;
}

/* line 1047, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-event-container {
  /* space on the sides of events for RTL */
  margin: 0 2px 0 2.5%;
}

/* line 1051, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-event,
.fc-time-grid .fc-bgevent {
  position: absolute;
  z-index: 1;
  /* scope inner z-index's */
}

/* line 1057, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-bgevent {
  /* background events always span full width */
  left: 0;
  right: 0;
}

/* Generic Vertical Event
--------------------------------------------------------------------------------------------------*/
/* line 1064, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-start {
  /* events that are continuing from another day */
  /* replace space made by the top border with padding */
  border-top-width: 0;
  padding-top: 1px;
  /* remove top rounded corners */
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 1073, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-v-event.fc-not-end {
  /* replace space made by the top border with padding */
  border-bottom-width: 0;
  padding-bottom: 1px;
  /* remove bottom rounded corners */
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* TimeGrid Event Styling
----------------------------------------------------------------------------------------------------
We use the full "fc-time-grid-event" class instead of using descendants because the event won't
be a descendant of the grid when it is being dragged.
*/
/* line 1086, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event {
  overflow: hidden;
  /* don't let the bg flow over rounded corners */
}

/* line 1090, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected {
  /* need to allow touch resizers to extend outside event's bounding box */
  /* common fc-selected styles hide the fc-bg, so don't need this anyway */
  overflow: visible;
}

/* line 1095, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
  /* hide semi-white background, to appear darker */
}

/* line 1099, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
  /* for when .fc-selected */
}

/* line 1103, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 1107, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* short mode, where time and title are on the same line */
/* line 1112, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-content {
  /* don't wrap to second line (now that contents will be inline) */
  white-space: nowrap;
}

/* line 1116, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  /* put the time and title on the same line */
  display: inline-block;
  vertical-align: top;
}

/* line 1122, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
  /* don't display the full time text... */
}

/* line 1126, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
  /* ...instead, display only the start time */
}

/* line 1130, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
  /* seperate with a dash, wrapped in nbsp's */
}

/* line 1134, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  /* make the title text the same size as the time */
  padding: 0;
  /* undo padding from above */
}

/* resizer (cursor device) */
/* line 1141, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}

/* line 1153, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* resizer (touch device) */
/* line 1157, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  /* 10x10 dot */
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  /* horizontally center */
  left: 50%;
  margin-left: -5px;
  /* center on the bottom edge */
  bottom: -5px;
}

/* Now Indicator
--------------------------------------------------------------------------------------------------*/
/* line 1174, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* arrow on axis */
/* line 1180, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
  /* vertically center on top coordinate */
}

/* line 1184, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  /* triangle pointing right... */
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 1191, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  /* triangle pointing left... */
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* List View
--------------------------------------------------------------------------------------------------*/
/* possibly reusable */
/* line 1201, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* view wrapper */
/* line 1208, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-view {
  direction: rtl;
  /* unlike core views, leverage browser RTL */
}

/* line 1212, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* table resets */
/* line 1217, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc .fc-list-table {
  table-layout: auto;
  /* for shrinkwrapping cell content */
}

/* line 1221, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 1225, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* day headings with the list */
/* line 1229, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 1232, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-heading td {
  font-weight: bold;
}

/* line 1235, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 1238, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-heading-alt {
  float: right;
}

/* line 1241, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 1244, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* event list items */
/* line 1248, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item.fc-has-url {
  cursor: pointer;
  /* whole row will be clickable */
}

/* line 1252, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-marker,
.fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* make the dot closer to the event title */
/* line 1258, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 1261, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 1264, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a {
  /* every event title cell has an <a> tag */
  text-decoration: none;
  color: inherit;
}

/* line 1269, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-item-title a[href]:hover {
  /* hover effect only on titles with hrefs */
  text-decoration: underline;
}

/* message when no events */
/* line 1274, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 1281, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 1286, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 1291, ../usr/local/bundle/gems/fullcalendar-rails-3.9.0.0/vendor/assets/stylesheets/fullcalendar.css */
.fc-unthemed .fc-list-empty {
  /* theme will provide own background */
  background-color: #eee;
}

/*!
 * Bootstrap Colorpicker v2.5.2
 * https://itsjavi.com/bootstrap-colorpicker/
 *
 * Originally written by (c) 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0.txt
 *
 */
/* line 10, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation {
  width: 100px;
  height: 100px;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAQAAADa613fAAAP9klEQVR4XnRWC47rNgwcKjlA0bv2VL1Qi/YELRav7203iS1ppqZoiXCAhuBHVLI74xFtG3/Hz2joIOjRGuR5eMYuRn9YA1fds859KX8ZvczLr9/pImiR3Rqky9/wlajRIdVE/1Rufeu/0No3/ASgBZAJUkwgi0iCaEatekJJoEqiTQncd67/gyOfRCZshTed0Nl8LbLj8D6qxtoq9/7kJz/aH/3Xfu8VwI5+AUH8DxE7gUyiIpZ5LwiGzUqE3CScJsCDQHAsvBnxWpkbC0QMHmBp6latWS0bnvrCN/x1+xPfce+Ij0GAyeAGGz15sOiax2UylPhKrFaMPnVWClwepKh07hdhkVDsK2uoyEIySergjdbY2VBtV8VLr8Mf9mF/4wMb7kR8FOhzFWZZe7HIZD9JRIbee28eJKBweTB6TwjYkAgWaUmtDveGw1Wx3zZ76YlPPfQd/+gTTUFkiGiJ+NQAszU1EPT/QJEgufolAMPkNU4CVOyUIBLg4xglEZHGQnTFOFV0VaulYddBhA986ge/7N/yQi/3flFgwfQq2ibLnTDBRl9TmUHyJASPV/eoN0UISIr+ICQKIFV4EpljSjV1uFVUq9hRtet5e9gXvuyHPW0zMhQxWaoBBa9Tg8vsCEhww23Smd0CKjIkmPIoxWrUBDgJqFCyESF43ctQxLUoHN7Q1KyVhqrNNm3cy2vMyQNPVKjc29Rh5SSU+giWdRJHkLnQG71FQEuNyNGBTDdBQQAKCuGiEUS/jcyGbkMPq931OIzb/dUPGuVlG7f+slqkO5NAAlzTMdcq0NkzmsEBmAQkbI+pSHbiqnuWIA6lijhvqwIxMyWxMGZiPU669XJE1tADDTs2HWpwKxuqdnTpOiOR42xlzLtm3pXGel3xd8/oTs8Xy0MV8GM1RlsC2Y3Wy3wut3M+2mEVux0Gt9fhzTWyLvGiiJYaqY5DWRFIwAiQ5r6gB9GpQihJw4I9j5Mkscj3BnzGjBhv8xna5P1Jo428o6IOPY5KFZtVOkEKqUjqQY9Gi+jrIOFwJUDzRtA9xyoIrGGmkNRmxVAnZoK+TkUIeUYni5wEzgOG5iZX5HCr2JyQNqdk++G0rgb1ochSIGutTj4P7F0PuRUAolmh5sCzAHn1BYyaADh6bgFeoBx6vst091CEvcSLWBBpqGq384jZ5llVHSwEShLx+D4d0mU3D5eEAJQ9KEhOZUYnDENV2qKgmIlQhWfdvcoXYaegPp/n1oKIOgYFqxrzQSciqNhv/5FqPpy6b0UcX2vf13DfWySRSEgkEYlEJJGQSyKJSEQSCYlEEpHexIVO3XOevffze2a+PfPv9x1rne1c3b3Mmlmz9mE++zuzngfnw/E+Dlc4LL4NwHdFy7u3KGPVmZ6/4eeMoDyre3i/KHADIHYO04w9zO0mAotuKnrc7XaPjvu66bNe5cDT7RlPepEnfS2X8dF1/utDvD+OwGDBxEgQywLCvIMYWBY+DShwAAORAdv9PswhDAqOUCi5+71AbFcDMR4xBDNfhySKXPXZ1+Vub+Q1Ltf5z7eC0AjVldHI26rIFdKIAyYBJCFVUhVDwttAnM52B3Ect1TFQXzJ0z33lOuib/QO8g+CuO0gKBRU80A8hkeJ0b1KRQWmFQVSh8mf3lpUpNaRulzN5NArrmKKGMijXgzk7w5ijdFVgT8f1IdFNjVWjDWicUYWEEMmSFDtILdzHW5XueHp7p+yuS54ep5/c5BE2Gw/gWPNYU4/PZaak2VGEsFjSbOf8irea6KQgojGCk0KxZY31tWWgzwayF8N5KYyo3VADVicWWrhwzr3ZqIOa5xW5zbqMPPMiyDURHDIHQTeWq7KFXcQPOqzPOL5Ov/iIDEDy7DHEwx0PTgjO8SS0fOEHcZNMt+XKEFMj8Q4QUSvPu6HPuvd4N9/x12RPwcIVRCAakSOUzHgsUSMFWYzDQ+PiOJqAOuYc9jh5TecnA+xHfFyOYhebeTH89P80wrCJzUjlsx7euIV0g4zQFUSiBPioIWBACFC7GgDj8P91ZSJOQmQP74MAnQo8H5RIe8kZ0kBcQCMAlEpRDiKROBxbR0ksdhWFq0gR9q9uQzkDzuIFQSPqAgRCAsCaVNF2ZAAhxvtzcqcnDk6tpXxSsayqXLIgSOb6zqeH+fvO0i9XEu5EVV+OZehRZJ6BGTeaRhCkTzVIZeAzaWGAFfErIPogQI5CuR3HQQx7DzBB16R3s7e0MBUPedjWutgG/JUTPqMeAQNEiytJRnJearWUgdwFNxN7rtBoECuj/O3BMHaTIxQ0a4GctireElTJHJvLTaalih5kvBCGMvkdESUMAdCFaI4yG8SpDfRWAptqkAJUwCG6B7lOREFSZBqKs57MEHqVJEBwHa2lp0OiKtiQ18gx9P89QrSXyc0vObBM4vPmBADqJZLAo/yzK7qPSZstCy+fDSZlhrm+Zkyjsf5q2otdC14zkLjHLf0me9wjNqQo0B1a6wBJRaIEgC2Qw9oby/cRHA+xHCQy/xlB1HVSV3Y/5yVhsc7dBi2UoIWCMcbELZWgxNCGUZ5y4ceBaLlE8dAfrEosrYT+z8ya3sxXndFBxuQivNGEHFCbLGBlBLKGYHZoeoQpcjtMn/uICPefcxecpuDOEemg9S/44cflZPIlWolyHkLrEpgbS9IQRlAgZgi0WDjsEiPh+PN/Fkogq4GdzPtarlRGW2tJwEK1RMTEvdVdmhAKHO1pdUuGQsVcX+rSfGzDbwGyE8NRPQc83HCaOkTZwPqABZBdFq8zAN1gue0FPO8wYUFBE1WkMwVzM1iQ4BItFh+H36Qy/yJg0DRQICmBl+tbKUC5cCj3yXI+SUFBS78ZAcBtHt+e9lBuiqpTNh9zTvIjzuIWxVYGQJpAZY+VWS3QKh84iSZbwuIdiDpc4KztQa/sjhMaDJEJDSZ8mZ+kCBdC0JpKVNQzZdKu+EsOeFCosrngVAkDS/uy6iGnW7UxmMpkB8FyFKo6iQW8z1HuBdMu1pdkZdB8jWTjlFtNaiJRYniIDcD+eECMqFLS9ED6DgxzCMKnRD3HYYA2uMCJUh70OK8G0EUnJV8lqe8nj84QdqLhdoJskNlEw1ivajM8LtPBhIeN99LESXI9xcQIHFQudHngZjUhXOQeGlUYmAddh5pxMhzV0M1vMAtMFIVmfp6fq+DgEWefjQVenstaqUy3bJQAiVlEihDghCDINFQg8oUhoQPkO8SBEM7SFQ72VYBwPuE7k8uYF5LNwg/TEd2zkuKjIIhTiJRlYrDfNS1QL7DYUcbcCyKJNwOwucVCVSwBBj/DwghXA2hQtACgCBBPprfXkAIFIYRXhONQARFU00Tsh6LEmmQUbkTImMi9me5qaHDIeBgHeRbdxAIqAJBCDSoCNVQglrciqX/ZCD9RRP6rgpBvhmKAFhg2ForBLXBYPtUjj7vCHPe8SXbYAY47gHB9mKeqjjIg/53fmMD0fR9Bug7SFcHI6EA1OC/E8QTL4NgBSGiCiyTChnI1zcQxmyfRZGM6w701KRybDvsIK3LWDx6mxGkcglEZQLkawnCdppZ6sgCh8trWWBUQaUWCEOlOs7HAenFE45QSu9RQQDAqchXNxDq4orQR44qRIFUQvM+mRJuB6GDEixgCbSBQGXghEEbdn1P/zO/QhAWCsWsmRhLa2VFkSZIgSVKmgEQhvk6K8YKMRZl7Dwg4amOUYvFBfLlE4RasOCB5S9PXKq0AqGDMiYIReXF0mYctITWBmqR5F38X5Y7yJfeCtKBzNbWYm5XpsMpf3dRZD3jPDesvdVCOs6KYQXIFw1E4fcE8dHWOepZBXpLJcACWUZVMRZbfvgXR4Ak8A7VVSKSVuu9p6/mFxyE7cOWavtLp952O8huK83+gmHzHaAsVXLgAvl8gPCvHzAFsM8GNXGKPH5cmN02sXTLa8QdKRXMzHv67/k5A9k1UIx36UH/VlWWtuKssNiRapB6BaLXl6MA+ayDcNS3v/sYXgCL620F1kk8QhKAEOvKu4DvajDO5zkHc4fBg76anyEIIcamBPex5EK8AoVHhMW7QAqWrYD1204CJB1hCfOAV/PTBPH0zBmJmsZZKCEaAmdqm4zMcYxYLN0JuHThIAjirAnp3px7TRgD+ZSD/K92M1CNIgbC8Ex7FkSEIlQEEUQEQQQBRBABEUQQEQTx3X0Evap9AhP39jL5OvuzAWuvbDaTTDIzX2aypUCJ0i7nAigoQAk9gUIUSxXEoCFyyVIuL9ZQcMZoArnwr4D0OLS8jGNGTgGnsZQWMYrcOARoIReAALBeWhf+RUCAIEsECFQHLkwR5zj4JW3t5WOUU5djvgQIawD53EDsctmYz8xGaZGPBUR3qNkiGwqDICUYIFpqBgRaayCfFiAWR2wWvoobmzxdF8N5kyxXmvap/sgGcLF/aoBosbG+lE395R8zCA4BqUYgOgYq+HtvBrT0LK15X8lZwx5f9klCX0rdgXzIIGbdhXMqZtHzJhuptEjmsFc4KzmN5IFPtfM7gWw2kPczSIqQSPUDYKYBMamsBCpKphW0iA5H8AbMDPJOQYjLZg1Vk4G49GlCYNYAkdOd0kwRQ8FCyAHydgLZ6Z2AqrVtjDUQ7hCEmrkEooDAsB2YnBCvkBpZ6yBvJpCd7Mn5zJ6C4QF2BUQPgHEIGUrGnHzQ8rlMekBeTyAzwDJksxwM4+w3BY02B8mIl0CmFRm+ZscxAuSnvwqQsECTIGSV6FEoJFTygVuzB5xAsKqBvAQE3+nkVoJDI1BJIaPBWik7ZSu5NIp5A3mRQaTFvLgkO9fVgEgMqqeVfb+p55tijWH+Kea71ubq4v8Sl8089sZKbKEZNq+VUfISJJF7j79WrbYgS994ZEf+nIz0pNFRWqapSmK6P45i3OQuItIiPDyg6RnxZ4D0g+CFPxAzluoRsWsaA6I6JOqVWCisDvJ0BgHTzMSRgMi0vmi8R+sR6tg/XUh7kCc7kMRqSNkTBDx0OkAUegFcMazciBXNpm798R6klXap/WZz49TQwBHqEcj4oCToUPjUuP9lfxcbyKMAwT6bTf1qqIIQDl3i5oCERNmVm0wgW4A8BGRxMX3hWh8bEV5Rvfp4DS5F3djWH2ztDNWKW7OBjgjIwsDWaKRknJjqMsh9QCa1p608lLovFkBE969DYtYelSzwSRcg535vAsFeNU9SzRCYZb4LDmxmFQKkwYGM+5y/G7b1uxMIylLdyE5yxIyYsoXWhQIpzQhYPi3JkJoKkB9+BxD0OMuyOEBe36DgyPSrxscmATldgKj8PxrkA/kA5PYMgkrocwIQ6GSRGmF0VaNqBKQZ5FYDEZSDzFTzq9mBQjAayE1A+ryDTzcQZe0Ibbxj7EwpAmTrJwEimZR9CCPtODhzxuNtY19Zd2Lf/fjCTnEiDAOg62j1utb/dv9mZ/aHCj4AyOHbsW3/As0BTzIgeJU7AAAAAElFTkSuQmCC");
  cursor: crosshair;
  float: left;
}

/* line 17, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation i {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #000;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px 0 0 -4px;
}

/* line 30, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation i b {
  display: block;
  height: 5px;
  width: 5px;
  border: 1px solid #fff;
  border-radius: 5px;
}

/* line 39, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-hue,
.colorpicker-alpha {
  width: 15px;
  height: 100px;
  float: left;
  cursor: row-resize;
  margin-left: 4px;
  margin-bottom: 4px;
}

/* line 48, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-hue i,
.colorpicker-alpha i {
  display: block;
  height: 1px;
  background: #000;
  border-top: 1px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin-top: -1px;
}

/* line 60, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAABkCAMAAABw8qpSAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAh0lEQVR4XgXAg3EDAAAAwI9to7Zt27a1/w49BASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTS1tHXo1KVbj159+g0YNGTYiFFjxk2YNGXajFlz5i1YtGTZilVr1m3YtGXbjl179h04dOTYiVNnzl24dOXajVt37j149OTZi1dv3n349OXbj19//wOxE1dQ8reGAAAAAElFTkSuQmCC");
}

/* line 63, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  display: none;
}

/* line 67, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-saturation,
.colorpicker-hue,
.colorpicker-alpha {
  background-size: contain;
}

/* line 72, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker {
  padding: 4px;
  min-width: 130px;
  margin-top: 1px;
  border-radius: 4px;
  z-index: 2500;
}

/* line 81, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker:before,
.colorpicker:after {
  display: table;
  content: "";
  line-height: 0;
}

/* line 87, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker:after {
  clear: both;
}

/* line 90, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

/* line 101, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

/* line 111, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker div {
  position: relative;
}

/* line 114, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-with-alpha {
  min-width: 140px;
}

/* line 117, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-with-alpha .colorpicker-alpha {
  display: block;
}

/* line 120, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-color {
  height: 10px;
  margin-top: 5px;
  clear: both;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAABkCAQAAAAVxWkcAAABr0lEQVR4Xo2VwU0DQQxF7dmRuNIFlzlSAR3QAaXQQdIBJVABFXDcOVAAd67cjJLR07dkhcSrkZKfb/t7bG88rFo3B5gZPMNycItu2xloGV7MWHzM9zuzFWCkmA0nK6AszCUJDW6+mG6R03ncw5v8EMTEvZ2O3AliYjpslblc0RF9LmZYWxURU6aKytWZYsoWCAe+xwOZp1GsEukGiIkYxcQCHck99+gRgB7JncyIB5SGEhP3Yh5P6JwX+u6AnYot104d8DJT7uH7M9JH6OZbimj0vfMVaYnJIZFJDBW9kHlerL2C6JV4mSt7uuo2N57RxnZ+usQjn0R1jwBJBrNO3evJpVYUWsJ/E3UiXRlv24/7YZ04xmEdWlzcKS+B/eapeyMvFd2k0+hRk/T0AmTW8h69s2sjYMsdPntECiILhAeIMZAeH4QvUwfn6ijC0tTV+fT9ky8jM9nK2g7Ly1VjSpKYq6IvsAm7MtNu1orEqa/K3KNvgMFdhfquPfJmp2dbh0/8Gzb6Y22ViaNr6n5410zXdngVhbu6XqdOtWOuin5hjABGp4a2uotZ71MVCfwDBt2/v37yo6AAAAAASUVORK5CYII=");
  background-position: 0 100%;
}

/* line 127, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-color div {
  height: 10px;
}

/* line 130, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-selectors {
  display: none;
  height: 10px;
  margin-top: 5px;
  clear: both;
}

/* line 136, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-selectors i {
  cursor: pointer;
  float: left;
  height: 10px;
  width: 10px;
}

/* line 142, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-selectors i + i {
  margin-left: 3px;
}

/* line 145, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-element .input-group-addon i,
.colorpicker-element .add-on i {
  display: inline-block;
  cursor: pointer;
  height: 16px;
  vertical-align: text-top;
  width: 16px;
}

/* line 153, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-inline {
  position: relative;
  display: inline-block;
  float: none;
  z-index: auto;
}

/* line 159, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal {
  width: 110px;
  min-width: 110px;
  height: auto;
}

/* line 164, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
  margin-bottom: 4px;
}

/* line 167, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-color {
  width: 100px;
}

/* line 170, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-hue,
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  width: 100px;
  height: 15px;
  float: left;
  cursor: col-resize;
  margin-left: 0px;
  margin-bottom: 4px;
}

/* line 179, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-hue i,
.colorpicker.colorpicker-horizontal .colorpicker-alpha i {
  display: block;
  height: 15px;
  background: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  border: none;
  margin-top: 0px;
}

/* line 191, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-hue {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAABCAMAAAAfBfuPAAABLFBMVEXqFBb/ABH/ACL/ADH/AEH/AFD/AGD/AG7/AH7/AI3/AJ3/AKz/ALz/AMr/ANv/AOr/APr2AP/mAP/XAP/HAP+4AP+oAP+aAP+JAP97AP9rAP9cAP9MAP8+AP8tAP8fAP8PAP8BAv8AEP8AH/8AL/8APv8ATv8AXP8Abf8Ae/8Ai/8Amv8Aqv8AuP8Ayf8A1/8A5/8A9/8A//gA/+kA/9kA/8oA/7oA/6wA/5sA/40A/30A/24A/14A/1AA/z8A/zEA/yEA/xEB/wMN/wAd/wAs/wA8/wBK/wBb/wBp/wB5/wCI/wCY/wCm/wC3/wDF/wDV/wDk/wD1/wD/+gD/7AD/3AD/zAD/vgD/rQD/nwD/jgD/gAD/cAD/YgD/UQD/QwD/MgD/JAD/FAD4Eg42qAedAAAAbUlEQVR4XgXAghEDsbxtlrZt27ax/w49ACAYQTGcICmaYTleECVZUTXdMC1Wm93hdLk9Xp8/EAyFI9FYPJFMpTPZXL5QLJUr1Vq90Wy1O91efzAcjSfT2XyxXK03293+cDydL9fb/fF8vT/f3x+LfRNXARMbCAAAAABJRU5ErkJggg==");
}

/* line 194, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-horizontal .colorpicker-alpha {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAKCAQAAADoFTP1AAAB9ElEQVR4XoWTQW4VMRBEu9qWEimL7DhEMp8NF+ASnJJLcAQgE1bcgBUSkYKUuHCrZ9pjeqSU5Yn9LPu7umJQBIIv+k7vIOrtK66L4lmr3pVOrOv3otp619KZ0/KjdNI79L52Uo09FBQWrU0vfe5trezU+hLsoUKd3Repovte+0vbq/7Lj5XbaHECKasR9G4MPlbp+gzZxd6koPEJCkAYC5SjcOTAIIOK90Dja1IfIZ8Z+zAY9jm3b5Ia+MT5sFcqRJrR2AYYA8Kua5BzYRrFPNmD4PQMegGJMOffJJUsWiI3nCHZZjInNdffLWOufzbc3JaboCAVxwmnRHbhLSPwRJ4wU0BRSc6HkECYYVw95nMKgJOcylxrJttE5Ibzf9Xq9GPvP+WX3MiV/MGHfRu/SentRQrfG1GzsIrytdNXucSRKxQNIGHM9YhGFQJcdjNcBZvfJayuYe4Sia1CzwW+19mWOhe37HsxJWKwbu/jluEU15QzAQjAqCEbhMJc78GYV2E0kooHDubUImWkTOhGpgv8PoT8DJG/bzxna4BZ0eOFSOaLADGeSpFsg5AzeaDZIDQQXjZ4y/8ryfzUXBwdELRjTjCNvOeT0rNlrJz90vwy6N9pXXQEluX0inElpPWokSdiLCfiNJJjMKQ8Qsh8GEKQKMo/eiHrNbI9UksAAAAASUVORK5CYII=");
}

/* line 197, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-right:before {
  left: auto;
  right: 6px;
}

/* line 201, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-right:after {
  left: auto;
  right: 7px;
}

/* line 205, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-no-arrow:before {
  border-right: 0;
  border-left: 0;
}

/* line 209, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-no-arrow:after {
  border-right: 0;
  border-left: 0;
}

/* line 213, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-visible,
.colorpicker-alpha.colorpicker-visible,
.colorpicker-saturation.colorpicker-visible,
.colorpicker-hue.colorpicker-visible,
.colorpicker-selectors.colorpicker-visible {
  display: block;
}

/* line 220, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker.colorpicker-hidden,
.colorpicker-alpha.colorpicker-hidden,
.colorpicker-saturation.colorpicker-hidden,
.colorpicker-hue.colorpicker-hidden,
.colorpicker-selectors.colorpicker-hidden {
  display: none;
}

/* line 227, node_modules/bootstrap-colorpicker/dist/css/bootstrap-colorpicker.css */
.colorpicker-inline.colorpicker-visible {
  display: inline-block;
}
/* line 1, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
table.dataTable tbody td,
table.dataTable tbody th {
  position: relative;
}

/* line 6, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-handle {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 8px;
  width: 8px;
  z-index: 1;
  box-sizing: border-box;
  border: 1px solid #337ab7;
  background: #337ab7;
}

/* line 18, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
td.focus div.dt-autofill-handle {
  bottom: -4px;
  right: -5px;
}

/* line 23, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-select {
  position: absolute;
  z-index: 1001;
  background-color: #337ab7;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 5px, rgba(255, 255, 255, 0.5) 5px, rgba(255, 255, 255, 0.5) 10px);
}

/* line 29, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-select.top, div.dt-autofill-select.bottom {
  height: 3px;
  margin-top: -1px;
}

/* line 33, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-select.left, div.dt-autofill-select.right {
  width: 3px;
  margin-left: -1px;
}

/* line 38, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 500px;
  margin-left: -250px;
  background-color: white;
  border-radius: 6px;
  box-shadow: 0 0 5px #555;
  border: 2px solid #444;
  z-index: 11;
  box-sizing: border-box;
  padding: 1.5em 2em;
}

/* line 52, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list ul {
  display: table;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

/* line 59, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list ul li {
  display: table-row;
}

/* line 62, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list ul li:last-child div.dt-autofill-question, div.dt-autofill-list ul li:last-child div.dt-autofill-button {
  border-bottom: none;
}

/* line 65, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list ul li:hover {
  background-color: #f6f6f6;
}

/* line 68, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list div.dt-autofill-question {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

/* line 73, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list div.dt-autofill-question input[type=number] {
  padding: 6px;
  width: 30px;
  margin: -2px 0;
}

/* line 78, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-list div.dt-autofill-button {
  display: table-cell;
  padding: 0.5em 0;
  border-bottom: 1px solid #ccc;
}

/* line 84, node_modules/datatables.net-autofill-bs/css/autoFill.bootstrap.css */
div.dt-autofill-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  background: radial-gradient(ellipse farthest-corner at center, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.7) 100%);
  z-index: 10;
}

/* line 1, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable {
  clear: both;
  margin-top: 6px !important;
  margin-bottom: 6px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

/* line 8, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable td,
table.dataTable th {
  box-sizing: content-box;
}

/* line 13, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable td.dataTables_empty,
table.dataTable th.dataTables_empty {
  text-align: center;
}

/* line 17, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable.nowrap th,
table.dataTable.nowrap td {
  white-space: nowrap;
}

/* line 22, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

/* line 27, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

/* line 31, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

/* line 34, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

/* line 39, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

/* line 44, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

/* line 48, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

/* line 53, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

/* line 57, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

/* line 68, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting {
  padding-right: 30px;
}

/* line 74, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead > tr > th:active,
table.dataTable thead > tr > td:active {
  outline: none;
}

/* line 78, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

/* line 86, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'Glyphicons Halflings';
  opacity: 0.5;
}

/* line 98, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\e150";
  /* sort */
}

/* line 103, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting_asc:after {
  content: "\e155";
  /* sort-by-attributes */
}

/* line 107, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting_desc:after {
  content: "\e156";
  /* sort-by-attributes-alt */
}

/* line 111, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  color: #eee;
}

/* line 116, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

/* line 120, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollBody > table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 125, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollBody > table > thead .sorting:after,
div.dataTables_scrollBody > table > thead .sorting_asc:after,
div.dataTables_scrollBody > table > thead .sorting_desc:after {
  display: none;
}

/* line 130, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollBody > table > tbody > tr:first-child > th,
div.dataTables_scrollBody > table > tbody > tr:first-child > td {
  border-top: none;
}

/* line 135, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner {
  box-sizing: content-box;
}

/* line 138, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollFoot > .dataTables_scrollFootInner > table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  /* line 144, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
  div.dataTables_wrapper div.dataTables_length,
div.dataTables_wrapper div.dataTables_filter,
div.dataTables_wrapper div.dataTables_info,
div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

/* line 151, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

/* line 154, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.dataTable.table-condensed .sorting:after,
table.dataTable.table-condensed .sorting_asc:after,
table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

/* line 161, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.table-bordered.dataTable th,
table.table-bordered.dataTable td {
  border-left-width: 0;
}

/* line 165, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable th:last-child,
table.table-bordered.dataTable td:last-child,
table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

/* line 170, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
table.table-bordered.dataTable tbody th,
table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

/* line 175, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

/* line 179, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

/* line 182, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

/* line 185, node_modules/datatables.net-bs/css/dataTables.bootstrap.css */
div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

@keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes dtb-spinner {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* line 30, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-button-info {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 400px;
  margin-top: -100px;
  margin-left: -200px;
  background-color: white;
  border: 2px solid #111;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  text-align: center;
  z-index: 21;
}

/* line 44, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-button-info h2 {
  padding: 0.5em;
  margin: 0;
  font-weight: normal;
  border-bottom: 1px solid #ddd;
  background-color: #f3f3f3;
}

/* line 51, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-button-info > div {
  padding: 1em;
}

/* line 55, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-button-collection-title {
  text-align: center;
  padding: 0.3em 0 0.5em;
  font-size: 0.9em;
}

/* line 61, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-button-collection-title:empty {
  display: none;
}

/* line 65, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu {
  display: block;
  z-index: 2002;
  -webkit-column-gap: 8px;
  -ms-column-gap: 8px;
  -o-column-gap: 8px;
  column-gap: 8px;
}

/* line 74, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu.fixed {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -75px;
  border-radius: 0;
}

/* line 81, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu.fixed.two-column {
  margin-left: -150px;
}

/* line 84, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu.fixed.three-column {
  margin-left: -225px;
}

/* line 87, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu.fixed.four-column {
  margin-left: -300px;
}

/* line 90, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu > * {
  -webkit-column-break-inside: avoid;
  break-inside: avoid;
}

/* line 94, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu.two-column {
  width: 300px;
  padding-bottom: 1px;
  -webkit-column-count: 2;
  -ms-column-count: 2;
  -o-column-count: 2;
  column-count: 2;
}

/* line 103, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu.three-column {
  width: 450px;
  padding-bottom: 1px;
  -webkit-column-count: 3;
  -ms-column-count: 3;
  -o-column-count: 3;
  column-count: 3;
}

/* line 112, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu.four-column {
  width: 600px;
  padding-bottom: 1px;
  -webkit-column-count: 4;
  -ms-column-count: 4;
  -o-column-count: 4;
  column-count: 4;
}

/* line 121, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
ul.dt-button-collection.dropdown-menu .dt-button {
  border-radius: 0;
}

/* line 125, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-button-background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2001;
}

@media screen and (max-width: 767px) {
  /* line 135, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
  div.dt-buttons {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 0.5em;
  }
  /* line 141, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
  div.dt-buttons a.btn {
    float: none;
  }
}

/* line 145, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-buttons button.btn.processing,
div.dt-buttons div.btn.processing,
div.dt-buttons a.btn.processing {
  color: rgba(0, 0, 0, 0.2);
}

/* line 150, node_modules/datatables.net-buttons-bs/css/buttons.bootstrap.css */
div.dt-buttons button.btn.processing:after,
div.dt-buttons div.btn.processing:after,
div.dt-buttons a.btn.processing:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  margin: -8px 0 0 -8px;
  box-sizing: border-box;
  display: block;
  content: ' ';
  border: 2px solid #282828;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: dtb-spinner 1500ms infinite linear;
  -o-animation: dtb-spinner 1500ms infinite linear;
  -ms-animation: dtb-spinner 1500ms infinite linear;
  -webkit-animation: dtb-spinner 1500ms infinite linear;
  -moz-animation: dtb-spinner 1500ms infinite linear;
}

/* line 1, node_modules/datatables.net-colreorder-bs/css/colReorder.bootstrap.css */
table.DTCR_clonedTable.dataTable {
  position: absolute !important;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 202;
}

/* line 7, node_modules/datatables.net-colreorder-bs/css/colReorder.bootstrap.css */
div.DTCR_pointer {
  width: 1px;
  background-color: #337ab7;
  z-index: 201;
}

/* line 1, node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css */
table.DTFC_Cloned tr {
  background-color: white;
  margin-bottom: 0;
}

/* line 6, node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css */
div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  background-color: white;
}

/* line 13, node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css */
div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
  border-top: none;
  margin: 0 !important;
}

/* line 18, node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css */
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
  display: none;
}

/* line 32, node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css */
div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
  border-top: none;
}

/* line 39, node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css */
div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
  border-top: none;
  margin-top: 0 !important;
  background-color: white;
}

/* line 46, node_modules/datatables.net-fixedcolumns-bs/css/fixedColumns.bootstrap.css */
div.DTFC_Blocker {
  background-color: white;
}

/* line 1, node_modules/datatables.net-fixedheader-bs/css/fixedHeader.bootstrap.css */
table.dataTable.fixedHeader-floating,
table.dataTable.fixedHeader-locked {
  background-color: white;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* line 8, node_modules/datatables.net-fixedheader-bs/css/fixedHeader.bootstrap.css */
table.dataTable.fixedHeader-floating {
  position: fixed !important;
}

/* line 12, node_modules/datatables.net-fixedheader-bs/css/fixedHeader.bootstrap.css */
table.dataTable.fixedHeader-locked {
  position: absolute !important;
}

@media print {
  /* line 17, node_modules/datatables.net-fixedheader-bs/css/fixedHeader.bootstrap.css */
  table.fixedHeader-floating {
    display: none;
  }
}

/* line 1, node_modules/datatables.net-keytable-bs/css/keyTable.bootstrap.css */
table.dataTable tbody th.focus,
table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #337ab7;
}

/* line 6, node_modules/datatables.net-keytable-bs/css/keyTable.bootstrap.css */
div.dtk-focus-alt table.dataTable tbody th.focus,
div.dtk-focus-alt table.dataTable tbody td.focus {
  box-shadow: inset 0 0 1px 2px #ff8b33;
}

/* line 1, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty {
  cursor: default !important;
}

/* line 6, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-inline.collapsed > tbody > tr > td.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th.child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dataTables_empty:before {
  display: none !important;
}

/* line 11, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}

/* line 17, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child:before {
  top: 9px;
  left: 4px;
  height: 14px;
  width: 14px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}

/* line 37, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  content: '-';
  background-color: #d33333;
}

/* line 42, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}

/* line 46, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 14px;
  text-indent: 3px;
}

/* line 56, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}

/* line 61, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;
  display: block;
  position: absolute;
  color: white;
  border: 2px solid white;
  border-radius: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: 'Courier New', Courier, monospace;
  line-height: 14px;
  content: '+';
  background-color: #337ab7;
}

/* line 83, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  content: '-';
  background-color: #d33333;
}

/* line 88, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}

/* line 91, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}

/* line 94, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable > tbody > tr.child ul.dtr-details {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* line 100, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}

/* line 104, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:first-child {
  padding-top: 0;
}

/* line 107, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable > tbody > tr.child ul.dtr-details > li:last-child {
  border-bottom: none;
}

/* line 110, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}

/* line 116, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
div.dtr-modal {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  padding: 10em 1em;
}

/* line 126, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
div.dtr-modal div.dtr-modal-display {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  height: 50%;
  overflow: auto;
  margin: auto;
  z-index: 102;
  overflow: auto;
  background-color: #f5f5f7;
  border: 1px solid black;
  border-radius: 0.5em;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.6);
}

/* line 143, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
div.dtr-modal div.dtr-modal-content {
  position: relative;
  padding: 1em;
}

/* line 147, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
div.dtr-modal div.dtr-modal-close {
  position: absolute;
  top: 6px;
  right: 6px;
  width: 22px;
  height: 22px;
  border: 1px solid #eaeaea;
  background-color: #f9f9f9;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  z-index: 12;
}

/* line 160, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
div.dtr-modal div.dtr-modal-close:hover {
  background-color: #eaeaea;
}

/* line 163, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
div.dtr-modal div.dtr-modal-background {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  background: rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 767px) {
  /* line 174, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
  div.dtr-modal div.dtr-modal-display {
    width: 95%;
  }
}

/* line 178, node_modules/datatables.net-responsive-bs/css/responsive.bootstrap.css */
div.dtr-bs-modal table.table tr:first-child td {
  border-top: none;
}

/* line 1, node_modules/datatables.net-rowgroup-bs/css/rowGroup.bootstrap.css */
table.dataTable tr.dtrg-group td {
  background-color: #e0e0e0;
}

/* line 5, node_modules/datatables.net-rowgroup-bs/css/rowGroup.bootstrap.css */
table.dataTable tr.dtrg-group.dtrg-level-0 td {
  font-weight: bold;
}

/* line 9, node_modules/datatables.net-rowgroup-bs/css/rowGroup.bootstrap.css */
table.dataTable tr.dtrg-group.dtrg-level-1 td,
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f0f0f0;
  padding-top: 0.25em;
  padding-bottom: 0.25em;
  padding-left: 2em;
  font-size: 0.9em;
}

/* line 18, node_modules/datatables.net-rowgroup-bs/css/rowGroup.bootstrap.css */
table.dataTable tr.dtrg-group.dtrg-level-2 td {
  background-color: #f3f3f3;
}

/* line 1, node_modules/datatables.net-rowreorder-bs/css/rowReorder.bootstrap.css */
table.dt-rowReorder-float {
  position: absolute !important;
  opacity: 0.8;
  table-layout: fixed;
  outline: 2px solid #337ab7;
  outline-offset: -2px;
  z-index: 2001;
}

/* line 10, node_modules/datatables.net-rowreorder-bs/css/rowReorder.bootstrap.css */
tr.dt-rowReorder-moving {
  outline: 2px solid #888888;
  outline-offset: -2px;
}

/* line 15, node_modules/datatables.net-rowreorder-bs/css/rowReorder.bootstrap.css */
body.dt-rowReorder-noOverflow {
  overflow-x: hidden;
}

/* line 19, node_modules/datatables.net-rowreorder-bs/css/rowReorder.bootstrap.css */
table.dataTable td.reorder {
  text-align: center;
  cursor: move;
}

/* line 1, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.dts {
  display: block !important;
}

/* line 4, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.dts tbody th,
div.dts tbody td {
  white-space: nowrap;
}

/* line 8, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.dts div.dts_loading {
  z-index: 1;
}

/* line 11, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.dts div.dts_label {
  position: absolute;
  right: 10px;
  background: rgba(0, 0, 0, 0.8);
  color: white;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.5);
  text-align: right;
  border-radius: 3px;
  padding: 0.4em;
  z-index: 2;
  display: none;
}

/* line 23, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.dts div.dataTables_scrollBody {
  background: repeating-linear-gradient(45deg, #edeeff, #edeeff 10px, white 10px, white 20px);
}

/* line 26, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.dts div.dataTables_scrollBody table {
  z-index: 2;
}

/* line 29, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.dts div.dataTables_paginate,
div.dts div.dataTables_length {
  display: none;
}

/* line 34, node_modules/datatables.net-scroller-bs/css/scroller.bootstrap.css */
div.DTS tbody tr {
  background-color: white;
}

/* line 1, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable tbody > tr.selected,
table.dataTable tbody > tr > .selected {
  background-color: #0088cc;
}

/* line 5, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.stripe tbody > tr.odd.selected,
table.dataTable.stripe tbody > tr.odd > .selected, table.dataTable.display tbody > tr.odd.selected,
table.dataTable.display tbody > tr.odd > .selected {
  background-color: #0084c7;
}

/* line 10, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.hover tbody > tr.selected:hover,
table.dataTable.hover tbody > tr > .selected:hover, table.dataTable.display tbody > tr.selected:hover,
table.dataTable.display tbody > tr > .selected:hover {
  background-color: #0083c4;
}

/* line 15, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.order-column tbody > tr.selected > .sorting_1,
table.dataTable.order-column tbody > tr.selected > .sorting_2,
table.dataTable.order-column tbody > tr.selected > .sorting_3,
table.dataTable.order-column tbody > tr > .selected, table.dataTable.display tbody > tr.selected > .sorting_1,
table.dataTable.display tbody > tr.selected > .sorting_2,
table.dataTable.display tbody > tr.selected > .sorting_3,
table.dataTable.display tbody > tr > .selected {
  background-color: #0085c7;
}

/* line 24, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
  background-color: #0080c0;
}

/* line 27, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_2 {
  background-color: #0081c2;
}

/* line 30, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.odd.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_3 {
  background-color: #0082c4;
}

/* line 33, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
  background-color: #0085c7;
}

/* line 36, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.even.selected > .sorting_2, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_2 {
  background-color: #0086c9;
}

/* line 39, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.even.selected > .sorting_3, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_3 {
  background-color: #0087cb;
}

/* line 42, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.odd > .selected, table.dataTable.order-column.stripe tbody > tr.odd > .selected {
  background-color: #0080c0;
}

/* line 45, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.even > .selected, table.dataTable.order-column.stripe tbody > tr.even > .selected {
  background-color: #0085c7;
}

/* line 48, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_1, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_1 {
  background-color: #007cbb;
}

/* line 51, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_2, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_2 {
  background-color: #007dbc;
}

/* line 54, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr.selected:hover > .sorting_3, table.dataTable.order-column.hover tbody > tr.selected:hover > .sorting_3 {
  background-color: #007fbf;
}

/* line 57, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable.display tbody > tr:hover > .selected,
table.dataTable.display tbody > tr > .selected:hover, table.dataTable.order-column.hover tbody > tr:hover > .selected,
table.dataTable.order-column.hover tbody > tr > .selected:hover {
  background-color: #007cbb;
}

/* line 62, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable tbody td.select-checkbox,
table.dataTable tbody th.select-checkbox {
  position: relative;
}

/* line 66, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable tbody td.select-checkbox:before, table.dataTable tbody td.select-checkbox:after,
table.dataTable tbody th.select-checkbox:before,
table.dataTable tbody th.select-checkbox:after {
  display: block;
  position: absolute;
  top: 1.2em;
  left: 50%;
  width: 12px;
  height: 12px;
  box-sizing: border-box;
}

/* line 77, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before {
  content: ' ';
  margin-top: -6px;
  margin-left: -6px;
  border: 1px solid black;
  border-radius: 3px;
}

/* line 85, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable tr.selected td.select-checkbox:after,
table.dataTable tr.selected th.select-checkbox:after {
  content: '\2714';
  margin-top: -11px;
  margin-left: -4px;
  text-align: center;
  text-shadow: 1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9;
}

/* line 94, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
  margin-left: 0.5em;
}

@media screen and (max-width: 640px) {
  /* line 100, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
  div.dataTables_wrapper span.select-info,
div.dataTables_wrapper span.select-item {
    margin-left: 0;
    display: block;
  }
}

/* line 106, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable tbody tr.selected,
table.dataTable tbody th.selected,
table.dataTable tbody td.selected {
  color: white;
}

/* line 111, node_modules/datatables.net-select-bs/css/select.bootstrap.css */
table.dataTable tbody tr.selected a,
table.dataTable tbody th.selected a,
table.dataTable tbody td.selected a {
  color: #a2d4ed;
}

/* line 1, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar {
  background: transparent;
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  border-radius: 5px;
  position: absolute;
  width: 307.875px;
  box-sizing: border-box;
  touch-action: manipulation;
  background: #fff;
  box-shadow: 1px 0 0 #e6e6e6, -1px 0 0 #e6e6e6, 0 1px 0 #e6e6e6, 0 -1px 0 #e6e6e6, 0 3px 13px rgba(0, 0, 0, 0.08);
}

/* line 26, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open,
.flatpickr-calendar.inline {
  opacity: 1;
  visibility: visible;
  overflow: visible;
  max-height: 640px;
}

/* line 33, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999;
}

/* line 37, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeInDown 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 41, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px;
}

/* line 46, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px);
}

/* line 50, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.static.open {
  z-index: 999;
  display: block;
}

/* line 54, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.hasWeeks {
  width: auto;
}

/* line 57, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer,
.flatpickr-calendar .hasTime .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 63, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0;
}

/* line 66, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6;
}

/* line 70, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto;
}

/* line 73, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before,
.flatpickr-calendar:after {
  position: absolute;
  display: block;
  pointer-events: none;
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  left: 22px;
}

/* line 84, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.rightMost:before,
.flatpickr-calendar.rightMost:after {
  left: auto;
  right: 22px;
}

/* line 89, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:before {
  border-width: 5px;
  margin: 0 -5px;
}

/* line 93, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:after {
  border-width: 4px;
  margin: 0 -4px;
}

/* line 97, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before,
.flatpickr-calendar.arrowTop:after {
  bottom: 100%;
}

/* line 101, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:before {
  border-bottom-color: #e6e6e6;
}

/* line 104, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowTop:after {
  border-bottom-color: #fff;
}

/* line 107, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before,
.flatpickr-calendar.arrowBottom:after {
  top: 100%;
}

/* line 111, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:before {
  border-top-color: #e6e6e6;
}

/* line 114, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.arrowBottom:after {
  border-top-color: #fff;
}

/* line 117, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar:focus {
  outline: 0;
}

/* line 120, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-wrapper {
  position: relative;
  display: inline-block;
}

/* line 124, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-month {
  background: transparent;
  color: rgba(0, 0, 0, 0.9);
  fill: rgba(0, 0, 0, 0.9);
  height: 28px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
}

/* line 138, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month,
.flatpickr-next-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 0px;
  line-height: 16px;
  height: 28px;
  padding: 10px calc(3.57% - 1.5px);
  z-index: 3;
}

/* line 149, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month i,
.flatpickr-next-month i {
  position: relative;
}

/* line 153, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month.flatpickr-prev-month,
.flatpickr-next-month.flatpickr-prev-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  left: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
/* line 169, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month.flatpickr-next-month,
.flatpickr-next-month.flatpickr-next-month {
  /*
        /*rtl:begin:ignore*/
  /*
        */
  right: 0;
  /*
        /*rtl:end:ignore*/
  /*
        */
}

/*
        /*rtl:begin:ignore*/
/*
        /*rtl:end:ignore*/
/* line 185, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month:hover,
.flatpickr-next-month:hover {
  color: #959ea9;
}

/* line 189, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
  fill: #f64747;
}

/* line 193, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  width: 14px;
}

/* line 197, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-prev-month svg path,
.flatpickr-next-month svg path {
  transition: fill 0.1s;
  fill: inherit;
}

/* line 203, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper {
  position: relative;
  height: auto;
}

/* line 207, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input,
.numInputWrapper span {
  display: inline-block;
}

/* line 211, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper input {
  width: 100%;
}

/* line 214, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, 0.05);
  box-sizing: border-box;
}

/* line 227, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:hover {
  background: rgba(0, 0, 0, 0.1);
}

/* line 230, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:active {
  background: rgba(0, 0, 0, 0.2);
}

/* line 233, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute;
  top: 33%;
}

/* line 239, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0;
}

/* line 243, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, 0.6);
}

/* line 248, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown {
  top: 50%;
}

/* line 251, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, 0.6);
}

/* line 256, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg {
  width: inherit;
  height: auto;
}

/* line 260, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, 0.5);
}

/* line 263, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 266, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.numInputWrapper:hover span {
  opacity: 1;
}

/* line 269, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  padding: 6.16px 0 0 0;
  line-height: 1;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* line 285, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month.slideLeft {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 291, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month.slideLeftNew {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideLeftNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 297, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month.slideRight {
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
  -webkit-animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms ease, fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 303, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month.slideRightNew {
  -webkit-transform: translate3d(0, 0, 0px);
  transform: translate3d(0, 0, 0px);
  -webkit-animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms ease, fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 309, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month {
  font-family: inherit;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  margin-left: 0.5ch;
  padding: 0;
}

/* line 317, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month span.cur-month:hover {
  background: rgba(0, 0, 0, 0.05);
}

/* line 320, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  display: inline-block;
}

/* line 325, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, 0.9);
}

/* line 328, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, 0.9);
}

/* line 331, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year {
  background: transparent;
  box-sizing: border-box;
  color: inherit;
  cursor: default;
  padding: 0 0 0 0.5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 300;
  line-height: inherit;
  height: initial;
  border: 0;
  border-radius: 0;
  vertical-align: initial;
}

/* line 349, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year:focus {
  outline: 0;
}

/* line 352, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, 0.5);
  background: transparent;
  pointer-events: none;
}

/* line 359, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  height: 28px;
}

/* line 374, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
span.flatpickr-weekday {
  cursor: default;
  font-size: 90%;
  background: transparent;
  color: rgba(0, 0, 0, 0.54);
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  flex: 1;
  font-weight: bolder;
}

/* line 389, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0 0;
}

/* line 393, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: flex;
  width: 307.875px;
}

/* line 402, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-days:focus {
  outline: 0;
}

/* line 405, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.dayContainer {
  padding: 0;
  outline: 0;
  text-align: left;
  width: 307.875px;
  min-width: 307.875px;
  max-width: 307.875px;
  box-sizing: border-box;
  display: inline-block;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-around;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
}

/* line 429, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate .dayContainer.slideLeft {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 433, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate .dayContainer.slideLeft,
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-transform: translate3d(-100%, 0px, 0px);
  transform: translate3d(-100%, 0px, 0px);
}

/* line 438, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate .dayContainer.slideLeftNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideLeft 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 442, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate .dayContainer.slideRight {
  -webkit-animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeOut 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRight 400ms cubic-bezier(0.23, 1, 0.32, 1);
  -webkit-transform: translate3d(100%, 0px, 0px);
  transform: translate3d(100%, 0px, 0px);
}

/* line 448, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-calendar.animate .dayContainer.slideRightNew {
  -webkit-animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
  animation: fpFadeIn 400ms cubic-bezier(0.23, 1, 0.32, 1), fpSlideRightNew 400ms cubic-bezier(0.23, 1, 0.32, 1);
}

/* line 452, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 150px;
  box-sizing: border-box;
  color: #393939;
  cursor: pointer;
  font-weight: 400;
  width: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 39px;
  height: 39px;
  line-height: 39px;
  margin: 0;
  display: inline-block;
  position: relative;
  justify-content: center;
  text-align: center;
}

/* line 477, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  cursor: pointer;
  outline: 0;
  background: #e6e6e6;
  border-color: #e6e6e6;
}

/* line 494, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today {
  border-color: #959ea9;
}

/* line 497, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  border-color: #959ea9;
  background: #959ea9;
  color: #fff;
}

/* line 503, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #569ff7;
  box-shadow: none;
  color: #fff;
  border-color: #569ff7;
}

/* line 527, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange,
.flatpickr-day.endRange.startRange {
  border-radius: 50px 0 0 50px;
}

/* line 532, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange,
.flatpickr-day.endRange.endRange {
  border-radius: 0 50px 50px 0;
}

/* line 537, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange + .endRange,
.flatpickr-day.startRange.startRange + .endRange,
.flatpickr-day.endRange.startRange + .endRange {
  box-shadow: -10px 0 0 #569ff7;
}

/* line 543, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange,
.flatpickr-day.endRange.startRange.endRange {
  border-radius: 50px;
}

/* line 548, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.inRange {
  border-radius: 0;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
}

/* line 553, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  pointer-events: none;
}

/* line 557, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: rgba(57, 57, 57, 0.3);
  background: transparent;
  border-color: transparent;
  cursor: default;
}

/* line 569, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-day.week.selected {
  border-radius: 0;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
}

/* line 574, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.rangeMode .flatpickr-day {
  margin-top: 1px;
}

/* line 577, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper {
  display: inline-block;
  float: left;
}

/* line 581, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  box-shadow: 1px 0 0 #e6e6e6;
}

/* line 586, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px;
}

/* line 591, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-weekwrapper span.flatpickr-day {
  display: block;
  width: 100%;
  max-width: none;
}

/* line 596, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-innerContainer {
  display: block;
  display: flex;
  box-sizing: border-box;
  overflow: hidden;
}

/* line 606, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  box-sizing: border-box;
}

/* line 612, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  box-sizing: border-box;
  overflow: hidden;
  display: flex;
}

/* line 627, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time:after {
  content: "";
  display: table;
  clear: both;
}

/* line 632, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper {
  flex: 1;
  width: 40%;
  height: 40px;
  float: left;
}

/* line 641, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939;
}

/* line 644, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939;
}

/* line 647, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%;
}

/* line 650, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time.time24hr .numInputWrapper {
  width: 49%;
}

/* line 653, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input {
  background: transparent;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  cursor: pointer;
  color: #393939;
  font-size: 14px;
  position: relative;
  box-sizing: border-box;
}

/* line 671, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-hour {
  font-weight: bold;
}

/* line 674, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400;
}

/* line 678, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time input:focus {
  outline: 0;
  border: 0;
}

/* line 682, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-time-separator,
.flatpickr-time .flatpickr-am-pm {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: bold;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-self: center;
}

/* line 699, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400;
}

/* line 706, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time .flatpickr-am-pm:focus {
  background: #f0f0f0;
}

/* line 710, ../usr/local/bundle/gems/flatpickr_rails-1.1.0/vendor/assets/stylesheets/flatpickr.css */
.flatpickr-input[readonly] {
  cursor: pointer;
}

@-webkit-keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fpFadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}

@keyframes fpSlideLeft {
  from {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(-100%, 0px, 0px);
    transform: translate3d(-100%, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@keyframes fpSlideLeftNew {
  from {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
  to {
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@keyframes fpSlideRight {
  from {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(100%, 0px, 0px);
    transform: translate3d(100%, 0px, 0px);
  }
}

@-webkit-keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}

@keyframes fpSlideRightNew {
  from {
    -webkit-transform: translate3d(-100%, 0, 0px);
    transform: translate3d(-100%, 0, 0px);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0px);
    transform: translate3d(0, 0, 0px);
  }
}

@-webkit-keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes fpFadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fpFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

/* line 1, app/assets/stylesheets/account_phishalert_setting.scss */
.phishalert-icon {
  display: flex;
  justify-content: flex-start;
}

/* line 5, app/assets/stylesheets/account_phishalert_setting.scss */
.phishalert-icon-button {
  min-width: 15%;
  display: flex;
  flex-direction: column;
  max-width: 40%;
}

/* line 12, app/assets/stylesheets/account_phishalert_setting.scss */
.phishalert-icon-image-wrapper {
  display: flex;
  flex-direction: row;
}

/* line 17, app/assets/stylesheets/account_phishalert_setting.scss */
.phishalert-icon-image {
  width: 64px;
  height: 64px;
  margin: 0px 10px 0px 10px;
}

/* line 2, app/assets/stylesheets/nav-bar-user-menu.scss */
.navbar-nav li a.nav_link .spaced {
  min-width: 30px;
  display: inline-block;
}

/* line 57, app/assets/stylesheets/application.scss */
html, body {
  height: 100%;
}

/* line 61, app/assets/stylesheets/application.scss */
html {
  background-color: #f5f5f5;
}

/* line 65, app/assets/stylesheets/application.scss */
body {
  background-color: #f5f5f5;
  -webkit-font-smoothing: antialiased;
  text-align: left;
  font-family: "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* line 72, app/assets/stylesheets/application.scss */
body, #doc {
  height: 100%;
}

/* line 76, app/assets/stylesheets/application.scss */
.padding15 {
  padding: 15px;
}

/* line 81, app/assets/stylesheets/application.scss */
.padding10 {
  padding: 10px;
}

/* line 86, app/assets/stylesheets/application.scss */
.padding5 {
  padding: 5px;
}

/* line 91, app/assets/stylesheets/application.scss */
.no-padding {
  padding-left: 0px;
  padding-right: 0px;
}

/* line 97, app/assets/stylesheets/application.scss */
.padding-top-xs {
  padding-top: .25em;
}

/* line 98, app/assets/stylesheets/application.scss */
.padding-top-sm {
  padding-top: .5em;
}

/* line 99, app/assets/stylesheets/application.scss */
.padding-top-md {
  padding-top: 1em;
}

/* line 100, app/assets/stylesheets/application.scss */
.padding-top-lg {
  padding-top: 1.5em;
}

/* line 101, app/assets/stylesheets/application.scss */
.padding-top-xl {
  padding-top: 3em;
}

/* line 103, app/assets/stylesheets/application.scss */
.padding-right-xs {
  padding-right: .25em;
}

/* line 104, app/assets/stylesheets/application.scss */
.padding-right-sm {
  padding-right: .5em;
}

/* line 105, app/assets/stylesheets/application.scss */
.padding-right-md {
  padding-right: 1em;
}

/* line 106, app/assets/stylesheets/application.scss */
.padding-right-lg {
  padding-right: 1.5em;
}

/* line 107, app/assets/stylesheets/application.scss */
.padding-right-xl {
  padding-right: 3em;
}

/* line 109, app/assets/stylesheets/application.scss */
.padding-bottom-xs {
  padding-bottom: .25em;
}

/* line 110, app/assets/stylesheets/application.scss */
.padding-bottom-sm {
  padding-bottom: .5em;
}

/* line 111, app/assets/stylesheets/application.scss */
.padding-bottom-md {
  padding-bottom: 1em;
}

/* line 112, app/assets/stylesheets/application.scss */
.padding-bottom-lg {
  padding-bottom: 1.5em;
}

/* line 113, app/assets/stylesheets/application.scss */
.padding-bottom-xl {
  padding-bottom: 3em;
}

/* line 115, app/assets/stylesheets/application.scss */
.padding-left-xs {
  padding-left: .25em;
}

/* line 116, app/assets/stylesheets/application.scss */
.padding-left-sm {
  padding-left: .5em;
}

/* line 117, app/assets/stylesheets/application.scss */
.padding-left-md {
  padding-left: 1em;
}

/* line 118, app/assets/stylesheets/application.scss */
.padding-left-lg {
  padding-left: 1.5em;
}

/* line 119, app/assets/stylesheets/application.scss */
.padding-left-xl {
  padding-left: 3em;
}

/* line 121, app/assets/stylesheets/application.scss */
.no-margin {
  margin: 0;
}

/* line 122, app/assets/stylesheets/application.scss */
.no-margin-top {
  margin-top: 0;
}

/* line 123, app/assets/stylesheets/application.scss */
.no-margin-right {
  margin-right: 0;
}

/* line 124, app/assets/stylesheets/application.scss */
.no-margin-bottom {
  margin-bottom: 0;
}

/* line 125, app/assets/stylesheets/application.scss */
.no-margin-left {
  margin-left: 0;
}

/* line 127, app/assets/stylesheets/application.scss */
.top-buffer {
  margin-top: 15px;
}

/* line 131, app/assets/stylesheets/application.scss */
.bottom-buffer {
  margin-bottom: 15px;
}

/* line 135, app/assets/stylesheets/application.scss */
.left-buffer {
  margin-left: 15px;
}

/* line 139, app/assets/stylesheets/application.scss */
.right-buffer {
  margin-right: 15px;
}

/* line 143, app/assets/stylesheets/application.scss */
.top-buffer-sm {
  margin-top: 7px;
}

/* line 147, app/assets/stylesheets/application.scss */
.bottom-buffer-sm {
  margin-bottom: 7px;
}

/* line 151, app/assets/stylesheets/application.scss */
.left-buffer-sm {
  margin-left: 7px;
}

/* line 155, app/assets/stylesheets/application.scss */
.right-buffer-sm {
  margin-right: 7px;
}

/* line 161, app/assets/stylesheets/application.scss */
.well .well-title {
  font-size: 5em;
  line-height: 0.8;
}

/* line 165, app/assets/stylesheets/application.scss */
.well .well-caption {
  font-size: 1em;
  font-weight: bold;
  line-height: 0.8;
}

/* line 172, app/assets/stylesheets/application.scss */
.well-primary {
  background: #337ab7;
  color: white;
}

/* line 177, app/assets/stylesheets/application.scss */
.well-success {
  background: #5cb85c;
  color: white;
}

/* line 182, app/assets/stylesheets/application.scss */
.well-info {
  background: #5bc0de;
  color: white;
}

/* line 187, app/assets/stylesheets/application.scss */
.well-warning {
  background: #f0ad4e;
  color: white;
}

/* line 192, app/assets/stylesheets/application.scss */
.well-danger {
  background: #d9534f;
  color: white;
}

/* line 197, app/assets/stylesheets/application.scss */
.well-bg-success {
  background: #dff0d8;
}

/* line 201, app/assets/stylesheets/application.scss */
.well-bg-info {
  background: #d9edf7;
}

/* line 205, app/assets/stylesheets/application.scss */
.well-bg-warning {
  background: #fcf8e3;
}

/* line 209, app/assets/stylesheets/application.scss */
.well-bg-danger {
  background: #f2dede;
}

/* line 215, app/assets/stylesheets/application.scss */
#root {
  clear: both;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin-bottom: -205px;
}

/* line 223, app/assets/stylesheets/application.scss */
#root #footer-pusher {
  height: 205px;
}

/* line 228, app/assets/stylesheets/application.scss */
.navbar {
  margin-bottom: 20px;
  background: url("");
  border: 0px solid transparent;
}

/* line 234, app/assets/stylesheets/application.scss */
.navbar-header {
  margin-bottom: 5px;
}

/* line 238, app/assets/stylesheets/application.scss */
.navbar-default {
  background-color: white;
  border-bottom: 3px solid #f35800;
  border-top: 0px solid #649632;
}

/* line 243, app/assets/stylesheets/application.scss */
.navbar-default .navbar-nav > li {
  border-radius: 4px;
  margin-top: 15px;
  margin-bottom: 10px;
}

/* line 249, app/assets/stylesheets/application.scss */
.navbar-default .navbar-nav > li > a {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 14px;
  background-color: transparent;
  color: #444;
  font-weight: 500;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* line 263, app/assets/stylesheets/application.scss */
.navbar-menu {
  background-color: #F35800;
  margin-top: -20px;
}

/* line 267, app/assets/stylesheets/application.scss */
.navbar-menu .nav > li > a {
  color: white;
}

/* line 271, app/assets/stylesheets/application.scss */
.navbar-menu .nav > li > a:hover, .navbar-menu .nav > li > a:focus {
  background-color: #F35800;
  color: white;
}

/* line 278, app/assets/stylesheets/application.scss */
.navbar-brand {
  background: url("/assets/logo-e24025186828e86b81e9fd558e49e65cac531f912ed8318f5bb71bc514a1e102.png") no-repeat;
  text-indent: -9000px;
  color: white;
  width: 190px;
  height: 46px;
  margin-top: 10px;
  margin-right: 0px;
  margin-left: 0px !important;
}

/* line 290, app/assets/stylesheets/application.scss */
.navbar-nav {
  padding-left: 10px;
}

/* line 294, app/assets/stylesheets/application.scss */
.site-promo {
  width: auto;
  height: 41px;
  background-color: #377CA8;
  border-bottom: 1px solid #18496A;
}

/* line 300, app/assets/stylesheets/application.scss */
.site-promo .container, .site-promo .container-fluid {
  overflow: hidden;
  height: 41px;
  background: #377CA8;
}

/* line 305, app/assets/stylesheets/application.scss */
.site-promo .container .promo-text, .site-promo .container .promo-text-right, .site-promo .container-fluid .promo-text, .site-promo .container-fluid .promo-text-right {
  float: left;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 17px;
  font-weight: 100;
  margin-top: 9px;
  margin-left: 15px;
  color: white;
}

/* line 314, app/assets/stylesheets/application.scss */
.site-promo .container .promo-text strong, .site-promo .container .promo-text-right strong, .site-promo .container-fluid .promo-text strong, .site-promo .container-fluid .promo-text-right strong {
  letter-spacing: 0px;
  font-weight: 700;
  font-size: 20px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

/* line 322, app/assets/stylesheets/application.scss */
.site-promo .container .promo-text i, .site-promo .container .promo-text-right i, .site-promo .container-fluid .promo-text i, .site-promo .container-fluid .promo-text-right i {
  font-size: 24px;
  color: yellow;
}

/* line 328, app/assets/stylesheets/application.scss */
.site-promo .container .promo-text-right, .site-promo .container-fluid .promo-text-right {
  margin-left: 0;
  margin-right: 30px;
  float: right;
  font-size: 16px;
}

/* line 334, app/assets/stylesheets/application.scss */
.site-promo .container .promo-text-right strong, .site-promo .container-fluid .promo-text-right strong {
  font-size: 18px;
}

/* line 338, app/assets/stylesheets/application.scss */
.site-promo .container .promo-text-right a, .site-promo .container-fluid .promo-text-right a {
  color: #fff;
}

/* line 342, app/assets/stylesheets/application.scss */
.site-promo .container .promo-text-right i, .site-promo .container-fluid .promo-text-right i {
  font-size: 18px;
  color: #ff8888;
}

/* line 349, app/assets/stylesheets/application.scss */
.site-promo .close {
  font-size: 18px;
  float: right;
  margin-top: 13px;
}

/* line 358, app/assets/stylesheets/application.scss */
#page_not_found h1, #internal_error h1 {
  margin-top: 40px;
  font-size: 100px;
}

/* line 362, app/assets/stylesheets/application.scss */
#page_not_found h2, #internal_error h2 {
  margin: 15px 0px 30px;
  font-size: 60px;
  color: #999;
  letter-spacing: -3px;
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 700;
  text-shadow: 0 2px 2px black;
}

/* line 371, app/assets/stylesheets/application.scss */
#page_not_found p, #internal_error p {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-weight: 100;
  font-size: 20px;
}

/* line 380, app/assets/stylesheets/application.scss */
#internal_error h1 {
  letter-spacing: -7px;
  margin-bottom: 30px;
}

/* line 386, app/assets/stylesheets/application.scss */
.tooltip-inner {
  font-family: "museo-sans", Helvetica, Arial, sans-serif;
  font-size: 13px;
}

/* line 391, app/assets/stylesheets/application.scss */
.modal.modal-wide .modal-dialog {
  width: 50%;
}

/* line 394, app/assets/stylesheets/application.scss */
.modal-wide .modal-body {
  overflow-y: auto;
}

/* line 398, app/assets/stylesheets/application.scss */
.modal.modal-huge .modal-dialog {
  width: 80%;
}

/* line 401, app/assets/stylesheets/application.scss */
.modal-huge .modal-body {
  overflow-y: auto;
}

/* line 405, app/assets/stylesheets/application.scss */
.modal.modal-wide2 .modal-dialog {
  width: 50%;
  height: auto;
}

/* line 412, app/assets/stylesheets/application.scss */
#main-stats {
  background-color: #ffffff;
  border-bottom: 1px solid #efeef3;
}

/* line 416, app/assets/stylesheets/application.scss */
#main-stats .stats-row {
  margin: 0;
}

/* line 419, app/assets/stylesheets/application.scss */
#main-stats .stat {
  text-align: right;
  padding: 25px 0px 30px 0px;
  border-right: 1px solid #e8e9ee;
  position: relative;
  box-shadow: 1px 0px 0px 0px white;
}

/* line 427, app/assets/stylesheets/application.scss */
#main-stats .stat.selected {
  text-align: right;
  padding: 25px 0px 30px 0px;
  border-right: 1px solid #e8e9ee;
  position: relative;
  box-shadow: 1px 0px 0px 0px white;
  background-color: #E0E0E0;
}

/* line 436, app/assets/stylesheets/application.scss */
#main-stats .stat.last {
  border-right: 0px;
}

/* line 439, app/assets/stylesheets/application.scss */
#main-stats .stat .data {
  color: #29323a;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
  padding-right: 50px;
}

/* line 446, app/assets/stylesheets/application.scss */
#main-stats .stat .data .number {
  color: #32a0ee;
  font-size: 25px;
  margin-right: 15px;
}

/* line 451, app/assets/stylesheets/application.scss */
#main-stats .stat .date {
  color: #b4b8bb;
  font-weight: lighter;
  font-family: 'Lato', 'Open Sans';
  font-style: italic;
  font-size: 13px;
  position: absolute;
  right: 50px;
}

/* line 461, app/assets/stylesheets/application.scss */
#main-stats.stat a:hover {
  text-decoration: none;
}

@media print {
  /* line 466, app/assets/stylesheets/application.scss */
  body {
    background-color: #FFF;
  }
  /* line 470, app/assets/stylesheets/application.scss */
  #container {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  /* line 477, app/assets/stylesheets/application.scss */
  #line_items {
    page-break-before: always;
  }
  /* line 481, app/assets/stylesheets/application.scss */
  #pdf_link {
    display: none;
  }
}

/*Navbar Toggle*/
/* line 487, app/assets/stylesheets/application.scss */
.navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background: #4d759e;
}

/* line 493, app/assets/stylesheets/application.scss */
.navbar-toggle:hover {
  background: #4d75e9 !important;
}

/* line 497, app/assets/stylesheets/application.scss */
.navbar-default .navbar-toggle {
  border-color: #4d75fe;
}

/* line 501, app/assets/stylesheets/application.scss */
.navbar-default .navbar-toggle .icon-bar {
  background: #fff;
}

/* line 505, app/assets/stylesheets/application.scss */
.info-mark {
  color: #a9a9a9;
  font-size: 1.7rem;
  background: #fbfbfb;
  vertical-align: text-bottom;
  border-radius: 50%;
}

/* line 511, app/assets/stylesheets/application.scss */
.info-mark.align-baseline {
  vertical-align: baseline;
}

/* line 516, app/assets/stylesheets/application.scss */
.report_chart {
  border: 1px solid #cfcfd6;
  border-radius: 5px;
  margin-left: 1px;
  margin-top: 15px;
  margin-right: 0px;
}

/* line 526, app/assets/stylesheets/application.scss */
ul.nav.nav-tabs li.ui-sortable-helper {
  background-color: #fff;
}

/* line 530, app/assets/stylesheets/application.scss */
ul.nav.nav-tabs li .close {
  margin: -2px 0 0 12px;
  font-size: 16px;
  display: none;
}

/* line 537, app/assets/stylesheets/application.scss */
ul.nav.nav-tabs li:hover .close, ul.nav.nav-tabs li.active .close {
  display: block;
}

/* line 545, app/assets/stylesheets/application.scss */
.btn.btn-xs .fa-stack, .btn-group-xs > .btn .fa-stack, .subheader .nav .fa-stack {
  font-size: xx-small;
}

/* line 554, app/assets/stylesheets/application.scss */
body#users i.fa.fa-flask {
  color: #f35800;
}

/* line 559, app/assets/stylesheets/application.scss */
.panel-heading a.collapsed[data-toggle="collapse"]:before {
  font-family: "Font Awesome 5 Free";
  content: "\f0fe\00a0";
}

/* line 564, app/assets/stylesheets/application.scss */
.panel-heading a[data-toggle="collapse"]:not(.collapsed):before {
  font-family: "Font Awesome 5 Free";
  content: "\f146\00a0";
}

/* line 569, app/assets/stylesheets/application.scss */
.panel-heading a[data-toggle="collapse"]:hover, .panel-heading a[data-toggle="collapse"]:focus {
  color: inherit;
  text-shadow: none;
}

/* line 575, app/assets/stylesheets/application.scss */
.filter-option {
  overflow: hidden;
}

/* line 579, app/assets/stylesheets/application.scss */
.label-grid {
  display: block;
  width: 90px;
  font-size: 12px;
  padding: 4px 2px;
}

/* line 586, app/assets/stylesheets/application.scss */
.control-label--checkbox {
  padding-top: 0 !important;
}

/* line 591, app/assets/stylesheets/application.scss */
.col-md-1--null-right {
  padding-right: 0;
}

/* line 596, app/assets/stylesheets/application.scss */
.attachment-group {
  width: 100%;
  position: relative;
}

/* line 601, app/assets/stylesheets/application.scss */
.attachment-extension {
  width: 10%;
  height: 34px;
  float: left;
  padding: 0.9rem;
  vertical-align: top;
  border-left: 0;
  border-top-right-radius: 4px !important;
  border-bottom-right-radius: 4px !important;
}

/* line 612, app/assets/stylesheets/application.scss */
.attachment-input {
  display: inline !important;
  width: 90% !important;
  float: left !important;
}

/* line 618, app/assets/stylesheets/application.scss */
.modal-static {
  position: static !important;
}

/* line 625, app/assets/stylesheets/application.scss */
.panel-default--clear .panel-heading, .panel-default--clear .panel-body {
  background-color: transparent;
}

/* line 630, app/assets/stylesheets/application.scss */
.sub-border {
  border-bottom: 1px solid #ddd;
  background: #f9f9f9;
}

/* line 635, app/assets/stylesheets/application.scss */
.flag-icon.flag-spaced {
  margin-left: 5px;
  margin-right: 5px;
}

/* line 640, app/assets/stylesheets/application.scss */
span.attention-text {
  color: #ff6347;
}

/* line 642, app/assets/stylesheets/application.scss */
.cke_combopanel {
  width: 268px !important;
}

/* line 645, app/assets/stylesheets/application.scss */
.dataTables_wrapper .dataTables_processing {
  top: 0 !important;
  height: 100%;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(250, 250, 250, 0.9) 25%, rgba(250, 250, 250, 0.9) 75%, rgba(255, 255, 255, 0.5) 100%);
  margin-top: 0 !important;
  margin-left: -50% !important;
  border: none;
  width: 100% !important;
}

/* line 654, app/assets/stylesheets/application.scss */
.dataTables_wrapper .dataTables_processing .processing {
  font-size: 1.5em;
}

/* line 659, app/assets/stylesheets/application.scss */
.dataTables_wrapper .dt-buttons.btn-group {
  margin: 5px;
}

/* line 663, app/assets/stylesheets/application.scss */
.dataTables_wrapper .dataTables_length select {
  width: 62px !important;
}

/* line 670, app/assets/stylesheets/application.scss */
.secondchance .dataTables_wrapper button {
  float: right;
  margin-left: 5px;
}

/* line 677, app/assets/stylesheets/application.scss */
#users_list_wrapper .dataTables_scrollBody {
  padding-bottom: 150px;
}

/* line 681, app/assets/stylesheets/application.scss */
#users_list_wrapper .dataTables_info, #users_list_wrapper .dataTables_paginate {
  margin-top: -140px;
}

/* line 687, app/assets/stylesheets/application.scss */
.form-group.permission > label {
  font-weight: bold;
}

/* line 691, app/assets/stylesheets/application.scss */
.form-group.permission .radio {
  padding-left: 15px;
}

/* line 694, app/assets/stylesheets/application.scss */
.form-group.permission .radio:nth-child(2) {
  margin-top: 0px;
}

/* line 700, app/assets/stylesheets/application.scss */
.selectable {
  user-select: all;
  -webkit-user-select: all;
  -ms-user-select: element;
  -moz-user-select: all;
}

/* line 708, app/assets/stylesheets/application.scss */
.Assessment:before, .assessment:before {
  content: "\f022";
}

/* line 711, app/assets/stylesheets/application.scss */
.PurchasedCourse:before, .course:before {
  content: "\f19d";
}

/* line 714, app/assets/stylesheets/application.scss */
.Policy:before, .policy:before {
  content: "\f15c";
}

/* line 718, app/assets/stylesheets/application.scss */
.cloud-stack {
  margin-right: 10px;
}

/* line 720, app/assets/stylesheets/application.scss */
.cloud-stack .fa-sync {
  font-size: 11px;
  margin-top: 1px;
  margin-left: 3px;
}

/* line 727, app/assets/stylesheets/application.scss */
.text-area {
  /* will prevent resizing horizontally */
  resize: vertical;
}

/* line 733, app/assets/stylesheets/application.scss */
.asterisk-list li {
  position: relative;
  list-style: none;
  line-height: 1.7;
}

/* line 738, app/assets/stylesheets/application.scss */
.asterisk-list li:before {
  content: "*";
  position: absolute;
  left: -15px;
  bottom: -3px;
}

/* line 746, app/assets/stylesheets/application.scss */
.col-centered {
  float: none;
  margin: 0 auto;
}

/* line 751, app/assets/stylesheets/application.scss */
table.dataTable thead .sorting_desc::after, .sorting::after, .sorting_asc::after {
  content: '' !important;
}
