@charset "UTF-8";
/*!
 * Datepicker for Bootstrap v1.9.0 (https://github.com/uxsolutions/bootstrap-datepicker)
 *
 * Licensed under the Apache License v2.0 (http://www.apache.org/licenses/LICENSE-2.0)
 */
/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-inline {
  width: 220px;
}

/* line 17, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-rtl {
  direction: rtl;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-rtl.dropdown-menu {
  left: auto;
}

/* line 23, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-rtl table tr td span {
  float: right;
}

/* line 26, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown {
  top: 0;
  left: 0;
}

/* line 30, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #999;
  border-top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
}

/* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.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;
}

/* line 49, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}

/* line 52, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}

/* line 55, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}

/* line 58, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}

/* line 61, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}

/* line 64, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}

/* line 67, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

/* line 72, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

/* line 77, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 86, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}

/* line 96, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}

/* line 100, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}

/* line 105, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}

/* line 109, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 115, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}

/* line 119, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
  background-color: #fde19a;
  background-image: -moz-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -ms-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdd49a), to(#fdf59a));
  background-image: -webkit-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: -o-linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-image: linear-gradient(to bottom, #fdd49a, #fdf59a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fdd49a', endColorstr='#fdf59a', GradientType=0);
  border-color: #fdf59a #fdf59a #fbed50;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #000;
}

/* line 137, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:hover,
.datepicker table tr td.today:hover:hover,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled:hover:hover,
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled.disabled:hover,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today[disabled]:hover,
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled[disabled]:hover {
  background-color: #fdf59a;
}

/* line 159, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:active,
.datepicker table tr td.today:hover:active,
.datepicker table tr td.today.disabled:active,
.datepicker table tr td.today.disabled:hover:active,
.datepicker table tr td.today.active,
.datepicker table tr td.today.active:hover,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled.active:hover {
  background-color: #fbf069 \9;
}

/* line 169, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today:hover:hover {
  color: #000;
}

/* line 172, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.today.active:hover {
  color: #fff;
}

/* line 175, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover {
  background: #eee;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 184, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today,
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover {
  background-color: #f3d17a;
  background-image: -moz-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -ms-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#f3c17a), to(#f3e97a));
  background-image: -webkit-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: -o-linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-image: linear-gradient(to bottom, #f3c17a, #f3e97a);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3c17a', endColorstr='#f3e97a', GradientType=0);
  border-color: #f3e97a #f3e97a #edde34;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

/* line 204, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today:hover,
.datepicker table tr td.range.today:hover:hover,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled:hover:hover,
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover,
.datepicker table tr td.range.today.disabled,
.datepicker table tr td.range.today.disabled:hover,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled.disabled:hover,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today[disabled]:hover,
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled[disabled]:hover {
  background-color: #f3e97a;
}

/* line 226, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.range.today:active,
.datepicker table tr td.range.today:hover:active,
.datepicker table tr td.range.today.disabled:active,
.datepicker table tr td.range.today.disabled:hover:active,
.datepicker table tr td.range.today.active,
.datepicker table tr td.range.today.active:hover,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled.active:hover {
  background-color: #efe24b \9;
}

/* line 236, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected,
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover {
  background-color: #9e9e9e;
  background-image: -moz-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -ms-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b3b3b3), to(#808080));
  background-image: -webkit-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: -o-linear-gradient(to bottom, #b3b3b3, #808080);
  background-image: linear-gradient(to bottom, #b3b3b3, #808080);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3b3b3', endColorstr='#808080', GradientType=0);
  border-color: #808080 #808080 #595959;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 255, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected:hover,
.datepicker table tr td.selected:hover:hover,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled:hover:hover,
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected.disabled:hover,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled.disabled:hover,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected[disabled]:hover,
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled[disabled]:hover {
  background-color: #808080;
}

/* line 277, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.selected:active,
.datepicker table tr td.selected:hover:active,
.datepicker table tr td.selected.disabled:active,
.datepicker table tr td.selected.disabled:hover:active,
.datepicker table tr td.selected.active,
.datepicker table tr td.selected.active:hover,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled.active:hover {
  background-color: #666666 \9;
}

/* line 287, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 306, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover,
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 328, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 338, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span {
  display: block;
  width: 23%;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 1%;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 350, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}

/* line 354, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}

/* line 360, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.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 {
  background-color: #006dcc;
  background-image: -moz-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -ms-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0044cc));
  background-image: -webkit-linear-gradient(to bottom, #08c, #0044cc);
  background-image: -o-linear-gradient(to bottom, #08c, #0044cc);
  background-image: linear-gradient(to bottom, #08c, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#08c', endColorstr='#0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

/* line 379, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.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,
.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.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled.disabled:hover,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active[disabled]:hover,
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled[disabled]:hover {
  background-color: #0044cc;
}

/* line 401, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.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.active:hover,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled.active:hover {
  background-color: #003399 \9;
}

/* line 411, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}

/* line 415, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .datepicker-switch {
  width: 145px;
}

/* line 418, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}

/* line 424, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}

/* line 430, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}

/* line 434, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}

/* line 440, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}

/* line 444, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}

/* line 448, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input {
  text-align: center;
}

/* line 451, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input:first-child {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}

/* line 456, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange input:last-child {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}

/* line 461, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-datepicker-rails-1.9.0.1/vendor/assets/stylesheets/bootstrap-datepicker.css */
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 18px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 18px;
  text-align: center;
  text-shadow: 0 1px 0 #fff;
  vertical-align: middle;
  background-color: #eee;
  border: 1px solid #ccc;
  margin-left: -5px;
  margin-right: -5px;
}

/*!
 * 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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
body {
  margin: 0;
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

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

/* line 165, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
sup {
  top: -0.5em;
}

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

/* line 188, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
img {
  border: 0;
}

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

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

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

/* line 224, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
pre {
  overflow: auto;
}

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

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

/* line 269, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button {
  overflow: visible;
}

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

/* line 293, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/* line 314, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input {
  line-height: normal;
}

/* line 337, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/* line 370, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
legend {
  border: 0;
  padding: 0;
}

/* line 399, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_normalize.scss */
textarea {
  overflow: auto;
}

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

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

/* line 424, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a,
a:visited {
    text-decoration: underline;
  }
  /* line 23, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href]:after {
    content: " (" attr(href) ")";
  }
  /* line 27, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /* line 33, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }
  /* line 38, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /* line 44, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  thead {
    display: table-header-group;
  }
  /* line 48, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  tr,
img {
    page-break-inside: avoid;
  }
  /* line 53, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  img {
    max-width: 100% !important;
  }
  /* line 57, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }
  /* line 64, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  h2,
h3 {
    page-break-after: avoid;
  }
  /* line 72, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .navbar {
    display: none;
  }
  /* line 77, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .btn > .caret,
.dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  /* line 81, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .label {
    border: 1px solid #000;
  }
  /* line 85, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table {
    border-collapse: collapse !important;
  }
  /* line 88, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_print.scss */
  .table td,
.table th {
    background-color: #fff !important;
  }
  /* line 94, ../../shared/vendor/bundle/ruby/2.7.0/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(//web.pipi-cdn.com/assets/bootstrap/glyphicons-halflings-regular-0d5ec6d2aa74b66cef0de38360b053f8556e6ae4175cec83a1039146313af366.eot);
  src: url(//web.pipi-cdn.com/assets/bootstrap/glyphicons-halflings-regular-0d5ec6d2aa74b66cef0de38360b053f8556e6ae4175cec83a1039146313af366.eot?#iefix) format("embedded-opentype"), url(//web.pipi-cdn.com/assets/bootstrap/glyphicons-halflings-regular-0f915eeed4232f0c147bfbaf72b24bc78f497dd72e6ebb5bf2aeaf4701b9b575.woff2) format("woff2"), url(//web.pipi-cdn.com/assets/bootstrap/glyphicons-halflings-regular-1c8e304a26cfdea952ac7e69f0e8685b39833fbfc04b517a663d6beb10a22432.woff) format("woff"), url(//web.pipi-cdn.com/assets/bootstrap/glyphicons-halflings-regular-7bf2fb2c7cd6cad488750084707d0aad015eb19b34576633183642519aae8203.ttf) format("truetype"), url(//web.pipi-cdn.com/assets/bootstrap/glyphicons-halflings-regular-6256176731dac469594b242a867128fbc650276fccd85fd5a06b699d644fd09d.svg#glyphicons_halflingsregular) format("svg");
}

/* line 24, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_glyphicons.scss */
.glyphicon-asterisk:before {
  content: "\002a";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* line 22, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

/* line 36, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a {
  color: #337ab7;
  text-decoration: none;
}

/* line 52, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

/* line 58, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
figure {
  margin: 0;
}

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

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

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

/* line 93, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

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

/* line 113, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_scaffolding.scss */
[role="button"] {
  cursor: pointer;
}

/* line 9, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
h1, .h1 {
  font-size: 36px;
}

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

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

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

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

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

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

/* line 62, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .lead {
    font-size: 21px;
  }
}

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

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

/* line 90, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-left {
  text-align: left;
}

/* line 91, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-right {
  text-align: right;
}

/* line 92, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-center {
  text-align: center;
}

/* line 93, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-justify {
  text-align: justify;
}

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

/* line 97, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-lowercase {
  text-transform: lowercase;
}

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

/* line 99, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.text-capitalize {
  text-transform: capitalize;
}

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

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

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-success {
  color: #3c763d;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-info {
  color: #31708f;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-warning {
  color: #8a6d3b;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_text-emphasis.scss */
.text-danger {
  color: #a94442;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
.bg-primary {
  color: #fff;
}

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

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-success {
  background-color: #dff0d8;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-info {
  background-color: #d9edf7;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-warning {
  background-color: #fcf8e3;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_background-variant.scss */
.bg-danger {
  background-color: #f2dede;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

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

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

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

/* line 177, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
dl {
  margin-top: 0;
  margin-bottom: 20px;
}

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

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

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

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  /* line 211, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

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

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

/* line 241, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_type.scss */
address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_code.scss */
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

/* line 10, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container:before, .container:after {
  display: table;
  content: " ";
}

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

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

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

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

/* line 30, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.container-fluid:before, .container-fluid:after {
  display: table;
  content: " ";
}

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

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

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

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

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

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1, .col-sm-1, .col-md-1, .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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
.col-xs-1 {
  width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* line 60, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-3 {
    width: 25%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-6 {
    width: 50%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-9 {
    width: 75%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-12 {
    width: 100%;
  }
  /* line 55, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1, .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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-3 {
    width: 25%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-6 {
    width: 50%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-9 {
    width: 75%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-12 {
    width: 100%;
  }
  /* line 55, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-1 {
    width: 8.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-2 {
    width: 16.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-3 {
    width: 25%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-4 {
    width: 33.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-5 {
    width: 41.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-6 {
    width: 50%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-7 {
    width: 58.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-8 {
    width: 66.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-9 {
    width: 75%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-10 {
    width: 83.3333333333%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-11 {
    width: 91.6666666667%;
  }
  /* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-12 {
    width: 100%;
  }
  /* line 55, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-0 {
    right: auto;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-3 {
    right: 25%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-6 {
    right: 50%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-9 {
    right: 75%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-pull-12 {
    right: 100%;
  }
  /* line 45, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-0 {
    left: auto;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-3 {
    left: 25%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-6 {
    left: 50%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-9 {
    left: 75%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  /* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-push-12 {
    left: 100%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  /* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_grid-framework.scss */
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

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

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

/* line 21, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
th {
  text-align: left;
}

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

/* line 52, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}

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

/* line 96, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-bordered {
  border: 1px solid #ddd;
}

/* line 115, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}

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

/* line 9, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table {
    margin-bottom: 0;
  }
  /* line 191, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tables.scss */
  .table-responsive > .table-bordered {
    border: 0;
  }
  /* line 208, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}

/* line 61, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
input[type="file"] {
  display: block;
}

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

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

/* line 95, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

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

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

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

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

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

/* line 165, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

/* line 181, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group {
  margin-bottom: 15px;
}

/* line 231, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

/* line 269, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}

/* line 334, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}

/* line 360, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.has-feedback {
  position: relative;
}

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

/* line 388, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .help-block,
.has-success .control-label,
.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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

/* line 31, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-success .form-control-feedback {
  color: #3c763d;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .help-block,
.has-warning .control-label,
.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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

/* line 31, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .help-block,
.has-error .control-label,
.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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

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

/* line 31, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_forms.scss */
.has-error .form-control-feedback {
  color: #a94442;
}

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

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

/* line 443, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  /* line 468, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .radio label,
.form-inline .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

/* line 549, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}

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

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
  }
}

/* line 583, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px;
  }
}

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

/* line 9, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

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

/* line 46, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

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

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-default .badge {
  color: #fff;
  background-color: #333;
}

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

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

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_buttons.scss */
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

/* line 96, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link {
  font-weight: 400;
  color: #337ab7;
  border-radius: 0;
}

/* line 101, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 109, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

/* line 123, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_buttons.scss */
.btn-block {
  display: block;
  width: 100%;
}

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

/* line 165, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_component-animations.scss */
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}

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

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

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

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

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

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

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.dropup,
.dropdown {
  position: relative;
}

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

/* line 31, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

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

/* line 60, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.open > .dropdown-menu {
  display: block;
}

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

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

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

/* line 150, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 183, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  /* line 209, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_dropdowns.scss */
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-toolbar {
  margin-left: -5px;
}

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

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

/* line 39, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn:first-child {
  margin-left: 0;
}

/* line 58, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group > .btn-group {
  float: left;
}

/* line 72, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

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

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

/* line 131, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.btn-group-vertical > .btn-group:after {
  clear: both;
}

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

/* line 162, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_button-groups.scss */
.btn-group-justified > .btn-group .btn {
  width: 100%;
}

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

/* line 237, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group .form-control:focus {
  z-index: 3;
}

/* line 58, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:first-child {
  border-right: 0;
}

/* line 120, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-addon:last-child {
  border-left: 0;
}

/* line 135, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_input-groups.scss */
.input-group-btn > .btn {
  position: relative;
}

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

/* line 150, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

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

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

/* line 23, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li.disabled > a {
  color: #777777;
}

/* line 34, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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: #337ab7;
}

/* line 59, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav > li > a > img {
  max-width: none;
}

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

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

/* line 84, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

/* line 96, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-pills > li {
  float: left;
}

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

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

/* line 131, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-stacked > li {
  float: none;
}

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

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

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

/* line 165, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}

/* line 193, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navs.scss */
.tab-content > .tab-pane {
  display: none;
}

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

/* line 237, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

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

@media (min-width: 768px) {
  /* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar {
    border-radius: 4px;
  }
}

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

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

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

/* line 50, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

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

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

@media (min-width: 768px) {
  /* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  /* line 68, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-collapse.in {
    overflow-y: visible;
  }
  /* line 81, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-fixed-top,
.navbar-fixed-bottom {
    border-radius: 0;
  }
}

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

/* line 116, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-static-top {
    border-radius: 0;
  }
}

/* line 161, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

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

@media (min-width: 768px) {
  /* line 178, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-toggle:focus {
  outline: 0;
}

/* line 209, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-toggle {
    display: none;
  }
}

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

/* line 233, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }
  /* line 255, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav {
    float: left;
    margin: 0;
  }
  /* line 268, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li {
    float: left;
  }
  /* line 270, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

/* line 284, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .form-control-static {
    display: inline-block;
  }
  /* line 486, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  /* line 490, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  /* line 502, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  /* line 509, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_forms.scss */
  .navbar-form .radio label,
.navbar-form .checkbox label {
    padding-left: 0;
  }
  /* line 520, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  /* line 300, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

/* line 325, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 341, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

/* line 344, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-left {
    float: left !important;
  }
  /* line 380, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  /* line 384, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}

/* line 395, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

/* line 399, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-brand {
  color: #777;
}

/* line 401, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-text {
  color: #777;
}

/* line 413, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-nav > li > a {
  color: #777;
}

/* line 416, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }
  /* line 455, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle {
  border-color: #ddd;
}

/* line 483, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-toggle .icon-bar {
  background-color: #888;
}

/* line 492, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}

/* line 502, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link {
  color: #777;
}

/* line 504, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .navbar-link:hover {
  color: #333;
}

/* line 509, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-default .btn-link {
  color: #777;
}

/* line 511, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse {
  background-color: #222;
  border-color: #090909;
}

/* line 531, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

/* line 533, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

/* line 545, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

/* line 548, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090909;
  }
  /* line 590, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  /* line 592, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle {
  border-color: #333;
}

/* line 621, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

/* line 630, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

/* line 635, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link {
  color: #9d9d9d;
}

/* line 637, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .navbar-link:hover {
  color: #fff;
}

/* line 642, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_navbar.scss */
.navbar-inverse .btn-link {
  color: #9d9d9d;
}

/* line 644, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li {
  display: inline-block;
}

/* line 16, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

/* line 25, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_breadcrumbs.scss */
.breadcrumb > .active {
  color: #777777;
}

/* line 4, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pagination.scss */
.pagination > li {
  display: inline;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/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: #337ab7;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

/* line 24, ../../shared/vendor/bundle/ruby/2.7.0/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: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:before, .pager:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.pager:after {
  clear: both;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager li {
  display: inline;
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .next > a,
.pager .next > span {
  float: right;
}

/* line 38, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_pager.scss */
.pager .previous > a,
.pager .previous > span {
  float: left;
}

/* line 45, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label:empty {
  display: none;
}

/* line 25, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.btn .label {
  position: relative;
  top: -1px;
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-default {
  background-color: #777777;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-primary {
  background-color: #337ab7;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-success {
  background-color: #5cb85c;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-info {
  background-color: #5bc0de;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_labels.scss */
.label-danger {
  background-color: #d9534f;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.badge:empty {
  display: none;
}

/* line 27, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.btn .badge {
  position: relative;
  top: -1px;
}

/* line 32, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 47, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge {
  float: right;
}

/* line 51, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.list-group-item > .badge + .badge {
  margin-right: 5px;
}

/* line 55, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_badges.scss */
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

/* line 62, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}

/* line 18, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}

/* line 24, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron > hr {
  border-top-color: #d5d5d5;
}

/* line 28, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
.jumbotron .container {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  /* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  /* line 43, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .container .jumbotron, .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }
  /* line 49, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_jumbotron.scss */
  .jumbotron h1,
.jumbotron .h1 {
    font-size: 63px;
  }
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}

/* line 17, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
.thumbnail .caption {
  padding: 9px;
  color: #333333;
}

/* line 34, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_thumbnails.scss */
a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #337ab7;
}

/* line 9, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert h4 {
  margin-top: 0;
  color: inherit;
}

/* line 22, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert .alert-link {
  font-weight: bold;
}

/* line 27, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p,
.alert > ul {
  margin-bottom: 0;
}

/* line 32, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert > p + p {
  margin-top: 5px;
}

/* line 42, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

/* line 47, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success hr {
  border-top-color: #c9e2b3;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-success .alert-link {
  color: #2b542c;
}

/* line 63, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-info {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info hr {
  border-top-color: #a6e1ec;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-info .alert-link {
  color: #245269;
}

/* line 67, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning hr {
  border-top-color: #f7e1b5;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-warning .alert-link {
  color: #66512c;
}

/* line 71, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_alerts.scss */
.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_alerts.scss */
.alert-danger hr {
  border-top-color: #e4b9c0;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

/* line 36, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

/* line 54, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-striped .progress-bar,
.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

/* line 73, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-success {
  background-color: #5cb85c;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-info {
  background-color: #5bc0de;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-warning {
  background-color: #f0ad4e;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_progress-bars.scss */
.progress-bar-danger {
  background-color: #d9534f;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_progress-bar.scss */
.progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media {
  margin-top: 15px;
}

/* line 5, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media:first-child {
  margin-top: 0;
}

/* line 10, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media,
.media-body {
  overflow: hidden;
  zoom: 1;
}

/* line 16, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-body {
  width: 10000px;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object {
  display: block;
}

/* line 24, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-object.img-thumbnail {
  max-width: none;
}

/* line 29, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-right,
.media > .pull-right {
  padding-left: 10px;
}

/* line 34, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-left,
.media > .pull-left {
  padding-right: 10px;
}

/* line 39, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-middle {
  vertical-align: middle;
}

/* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-bottom {
  vertical-align: bottom;
}

/* line 55, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 63, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_media.scss */
.media-list {
  padding-left: 0;
  list-style: none;
}

/* line 10, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

/* line 21, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
a.list-group-item,
button.list-group-item {
  color: #555;
}

/* line 87, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
button.list-group-item {
  width: 100%;
  text-align: left;
}

/* line 4, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_list-group.scss */
.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_list-group.scss */
.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

/* line 125, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 16, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-body {
  padding: 15px;
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.panel-body:after {
  clear: both;
}

/* line 22, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

/* line 67, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.list-group + .panel-footer {
  border-top-width: 0;
}

/* line 110, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

/* line 181, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel > .table-responsive {
  margin-bottom: 0;
  border: 0;
}

/* line 222, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group {
  margin-bottom: 20px;
}

/* line 226, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

/* line 230, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel + .panel {
  margin-top: 5px;
}

/* line 235, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-heading {
  border-bottom: 0;
}

/* line 238, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-group .panel-footer {
  border-top: 0;
}

/* line 246, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-default {
  border-color: #ddd;
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

/* line 257, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-primary {
  border-color: #337ab7;
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-primary > .panel-heading .badge {
  color: #337ab7;
  background-color: #fff;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-success {
  border-color: #d6e9c6;
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-info {
  border-color: #bce8f1;
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-warning {
  border-color: #faebcc;
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_panels.scss */
.panel-danger {
  border-color: #ebccd1;
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_panels.scss */
.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-embed.scss */
.embed-responsive-4by3 {
  padding-bottom: 75%;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* line 15, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-lg {
  padding: 24px;
  border-radius: 6px;
}

/* line 26, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_wells.scss */
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_close.scss */
button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  appearance: none;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open {
  overflow: hidden;
}

/* line 16, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}

/* line 36, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 38, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 44, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

/* line 51, ../../shared/vendor/bundle/ruby/2.7.0/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;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}

/* line 64, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

/* line 74, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

/* line 79, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:before, .modal-header:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-header:after {
  clear: both;
}

/* line 85, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-header .close {
  margin-top: -2px;
}

/* line 90, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

/* line 97, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-body {
  position: relative;
  padding: 15px;
}

/* line 103, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.modal-footer:after {
  clear: both;
}

/* line 110, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

/* line 115, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

/* line 119, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

/* line 125, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  /* line 140, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  /* line 145, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  /* line 149, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_modals.scss */
  .modal-lg {
    width: 900px;
  }
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

/* line 23, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

/* line 27, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

/* line 31, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_tooltip.scss */
.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

/* line 37, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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", 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;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

/* line 26, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.top {
  margin-top: -10px;
}

/* line 27, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.right {
  margin-left: 10px;
}

/* line 28, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.bottom {
  margin-top: 10px;
}

/* line 29, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover.left {
  margin-left: -10px;
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow {
  border-width: 11px;
}

/* line 36, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

/* line 52, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_popovers.scss */
.popover-content {
  padding: 9px 14px;
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel {
  position: relative;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/* line 16, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}

/* line 22, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  /* line 34, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}

/* line 59, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active {
  left: 0;
}

/* line 63, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next {
  left: 100%;
}

/* line 73, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .prev {
  left: -100%;
}

/* line 76, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}

/* line 81, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.left {
  left: -100%;
}

/* line 84, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-inner > .active.right {
  left: 100%;
}

/* line 93, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-prev:before {
  content: "\2039";
}

/* line 162, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
.carousel-control .icon-next:before {
  content: "\203a";
}

/* line 173, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  /* line 268, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_carousel.scss */
  .carousel-indicators {
    bottom: 20px;
  }
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_clearfix.scss */
.clearfix:after {
  clear: both;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

/* line 15, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-right {
  float: right !important;
}

/* line 18, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.pull-left {
  float: left !important;
}

/* line 27, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hide {
  display: none !important;
}

/* line 30, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.show {
  display: block !important;
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.invisible {
  visibility: hidden;
}

/* line 36, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.hidden {
  display: none !important;
}

/* line 53, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_utilities.scss */
.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-xs {
  display: none !important;
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-sm {
  display: none !important;
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-md {
  display: none !important;
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-lg {
  display: none !important;
}

/* line 36, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-xs {
    display: block !important;
  }
  /* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-xs {
    display: table !important;
  }
  /* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-xs {
    display: table-row !important;
  }
  /* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  /* line 59, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  /* line 64, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-sm {
    display: block !important;
  }
  /* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-sm {
    display: table !important;
  }
  /* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-sm {
    display: table-row !important;
  }
  /* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-md {
    display: block !important;
  }
  /* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-md {
    display: table !important;
  }
  /* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-md {
    display: table-row !important;
  }
  /* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-lg {
    display: block !important;
  }
  /* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-lg {
    display: table !important;
  }
  /* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-lg {
    display: table-row !important;
  }
  /* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  /* line 116, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  /* line 121, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  /* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-lg {
    display: none !important;
  }
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
.visible-print {
  display: none !important;
}

@media print {
  /* line 3, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .visible-print {
    display: block !important;
  }
  /* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  table.visible-print {
    display: table !important;
  }
  /* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  tr.visible-print {
    display: table-row !important;
  }
  /* line 8, ../../shared/vendor/bundle/ruby/2.7.0/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, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-block {
  display: none !important;
}

@media print {
  /* line 155, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-block {
    display: block !important;
  }
}

/* line 162, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline {
  display: none !important;
}

@media print {
  /* line 162, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline {
    display: inline !important;
  }
}

/* line 169, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
.visible-print-inline-block {
  display: none !important;
}

@media print {
  /* line 169, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/_responsive-utilities.scss */
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  /* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/bootstrap-sass-3.4.1/assets/stylesheets/bootstrap/mixins/_responsive-visibility.scss */
  .hidden-print {
    display: none !important;
  }
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url(//web.pipi-cdn.com/assets/font-awesome/fontawesome-webfont-5bcbfadc18fff72c7a45240b0ff3b9034637b7808b2d9ee0e982408613edc412.eot?v=4.7.0);
  src: url(//web.pipi-cdn.com/assets/font-awesome/fontawesome-webfont-5bcbfadc18fff72c7a45240b0ff3b9034637b7808b2d9ee0e982408613edc412.eot?v=4.7.0#iefix) format("embedded-opentype"), url(//web.pipi-cdn.com/assets/font-awesome/fontawesome-webfont-d4cc623039b0419679865903cab3c0eca1a77e8c1790329d141a0075cea5ab8b.woff2?v=4.7.0) format("woff2"), url(//web.pipi-cdn.com/assets/font-awesome/fontawesome-webfont-9a9c96ae025fef3efec3823860b9196f99e86e4747f75ae4fa5cbcbcbb21750b.woff?v=4.7.0) format("woff"), url(//web.pipi-cdn.com/assets/font-awesome/fontawesome-webfont-0db8da4c8174cf7505c73cdbbc030de1c481948ca03df6394dc0e12125ee340a.ttf?v=4.7.0) format("truetype"), url(//web.pipi-cdn.com/assets/font-awesome/fontawesome-webfont-18cbe7289d79ad7f49bc7850c272cacb14efc1696678d1036b50313263806d5b.svg?v=4.7.0#fontawesomeregular) format("svg");
  font-weight: normal;
  font-style: normal;
}

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

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

/* line 10, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-2x {
  font-size: 2em;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-3x {
  font-size: 3em;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-4x {
  font-size: 4em;
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_larger.scss */
.fa-5x {
  font-size: 5em;
}

/* line 3, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_fixed-width.scss */
.fa-fw {
  width: 1.2857142857em;
  text-align: center;
}

/* line 4, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none;
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-ul > li {
  position: relative;
}

/* line 10, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: 0.1428571429em;
  text-align: center;
}

/* line 16, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_list.scss */
.fa-li.fa-lg {
  left: -1.8571428571em;
}

/* line 4, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eee;
  border-radius: .1em;
}

/* line 10, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-left {
  float: left;
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa-pull-right {
  float: right;
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-left {
  margin-right: .3em;
}

/* line 15, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-right {
  float: right;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.pull-left {
  float: left;
}

/* line 23, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-left {
  margin-right: .3em;
}

/* line 24, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_bordered-pulled.scss */
.fa.pull-right {
  margin-left: .3em;
}

/* line 4, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_animated.scss */
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

/* line 9, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.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(359deg);
    transform: rotate(359deg);
  }
}

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

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

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

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

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.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);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

/* line 9, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.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);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.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 {
  filter: none;
}

/* line 4, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 18, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-1x {
  line-height: inherit;
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_stacked.scss */
.fa-stack-2x {
  font-size: 2em;
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.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, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glass:before {
  content: "";
}

/* line 5, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-music:before {
  content: "";
}

/* line 6, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search:before {
  content: "";
}

/* line 7, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-o:before {
  content: "";
}

/* line 8, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart:before {
  content: "";
}

/* line 9, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star:before {
  content: "";
}

/* line 10, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-o:before {
  content: "";
}

/* line 11, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user:before {
  content: "";
}

/* line 12, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-film:before {
  content: "";
}

/* line 13, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-large:before {
  content: "";
}

/* line 14, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th:before {
  content: "";
}

/* line 15, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-th-list:before {
  content: "";
}

/* line 16, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check:before {
  content: "";
}

/* line 17, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "";
}

/* line 18, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-plus:before {
  content: "";
}

/* line 19, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-search-minus:before {
  content: "";
}

/* line 20, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-power-off:before {
  content: "";
}

/* line 21, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signal:before {
  content: "";
}

/* line 22, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gear:before,
.fa-cog:before {
  content: "";
}

/* line 23, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash-o:before {
  content: "";
}

/* line 24, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-home:before {
  content: "";
}

/* line 25, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-o:before {
  content: "";
}

/* line 26, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clock-o:before {
  content: "";
}

/* line 27, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-road:before {
  content: "";
}

/* line 28, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-download:before {
  content: "";
}

/* line 29, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-down:before {
  content: "";
}

/* line 30, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-up:before {
  content: "";
}

/* line 31, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-inbox:before {
  content: "";
}

/* line 32, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle-o:before {
  content: "";
}

/* line 33, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-right:before,
.fa-repeat:before {
  content: "";
}

/* line 34, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-refresh:before {
  content: "";
}

/* line 35, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-alt:before {
  content: "";
}

/* line 36, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lock:before {
  content: "";
}

/* line 37, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag:before {
  content: "";
}

/* line 38, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-headphones:before {
  content: "";
}

/* line 39, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-off:before {
  content: "";
}

/* line 40, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-down:before {
  content: "";
}

/* line 41, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-up:before {
  content: "";
}

/* line 42, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qrcode:before {
  content: "";
}

/* line 43, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-barcode:before {
  content: "";
}

/* line 44, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tag:before {
  content: "";
}

/* line 45, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tags:before {
  content: "";
}

/* line 46, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-book:before {
  content: "";
}

/* line 47, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark:before {
  content: "";
}

/* line 48, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-print:before {
  content: "";
}

/* line 49, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera:before {
  content: "";
}

/* line 50, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-font:before {
  content: "";
}

/* line 51, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bold:before {
  content: "";
}

/* line 52, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-italic:before {
  content: "";
}

/* line 53, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-height:before {
  content: "";
}

/* line 54, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-text-width:before {
  content: "";
}

/* line 55, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-left:before {
  content: "";
}

/* line 56, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-center:before {
  content: "";
}

/* line 57, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-right:before {
  content: "";
}

/* line 58, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-align-justify:before {
  content: "";
}

/* line 59, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list:before {
  content: "";
}

/* line 60, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

/* line 61, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-indent:before {
  content: "";
}

/* line 62, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-video-camera:before {
  content: "";
}

/* line 63, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "";
}

/* line 64, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil:before {
  content: "";
}

/* line 65, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-marker:before {
  content: "";
}

/* line 66, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adjust:before {
  content: "";
}

/* line 67, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tint:before {
  content: "";
}

/* line 68, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

/* line 69, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square-o:before {
  content: "";
}

/* line 70, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square-o:before {
  content: "";
}

/* line 71, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows:before {
  content: "";
}

/* line 72, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-backward:before {
  content: "";
}

/* line 73, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-backward:before {
  content: "";
}

/* line 74, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-backward:before {
  content: "";
}

/* line 75, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play:before {
  content: "";
}

/* line 76, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause:before {
  content: "";
}

/* line 77, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop:before {
  content: "";
}

/* line 78, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forward:before {
  content: "";
}

/* line 79, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fast-forward:before {
  content: "";
}

/* line 80, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-step-forward:before {
  content: "";
}

/* line 81, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eject:before {
  content: "";
}

/* line 82, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-left:before {
  content: "";
}

/* line 83, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-right:before {
  content: "";
}

/* line 84, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-circle:before {
  content: "";
}

/* line 85, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-circle:before {
  content: "";
}

/* line 86, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle:before {
  content: "";
}

/* line 87, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle:before {
  content: "";
}

/* line 88, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle:before {
  content: "";
}

/* line 89, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info-circle:before {
  content: "";
}

/* line 90, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crosshairs:before {
  content: "";
}

/* line 91, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-circle-o:before {
  content: "";
}

/* line 92, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-circle-o:before {
  content: "";
}

/* line 93, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ban:before {
  content: "";
}

/* line 94, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-left:before {
  content: "";
}

/* line 95, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-right:before {
  content: "";
}

/* line 96, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-up:before {
  content: "";
}

/* line 97, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-down:before {
  content: "";
}

/* line 98, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

/* line 99, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expand:before {
  content: "";
}

/* line 100, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compress:before {
  content: "";
}

/* line 101, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus:before {
  content: "";
}

/* line 102, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus:before {
  content: "";
}

/* line 103, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asterisk:before {
  content: "";
}

/* line 104, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation-circle:before {
  content: "";
}

/* line 105, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gift:before {
  content: "";
}

/* line 106, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leaf:before {
  content: "";
}

/* line 107, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire:before {
  content: "";
}

/* line 108, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye:before {
  content: "";
}

/* line 109, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eye-slash:before {
  content: "";
}

/* line 110, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "";
}

/* line 111, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plane:before {
  content: "";
}

/* line 112, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar:before {
  content: "";
}

/* line 113, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-random:before {
  content: "";
}

/* line 114, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment:before {
  content: "";
}

/* line 115, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magnet:before {
  content: "";
}

/* line 116, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-up:before {
  content: "";
}

/* line 117, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-down:before {
  content: "";
}

/* line 118, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-retweet:before {
  content: "";
}

/* line 119, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-cart:before {
  content: "";
}

/* line 120, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder:before {
  content: "";
}

/* line 121, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open:before {
  content: "";
}

/* line 122, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-v:before {
  content: "";
}

/* line 123, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-h:before {
  content: "";
}

/* line 124, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

/* line 125, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter-square:before {
  content: "";
}

/* line 126, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-square:before {
  content: "";
}

/* line 127, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-camera-retro:before {
  content: "";
}

/* line 128, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-key:before {
  content: "";
}

/* line 129, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gears:before,
.fa-cogs:before {
  content: "";
}

/* line 130, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments:before {
  content: "";
}

/* line 131, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-up:before {
  content: "";
}

/* line 132, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-o-down:before {
  content: "";
}

/* line 133, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half:before {
  content: "";
}

/* line 134, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heart-o:before {
  content: "";
}

/* line 135, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-out:before {
  content: "";
}

/* line 136, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin-square:before {
  content: "";
}

/* line 137, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumb-tack:before {
  content: "";
}

/* line 138, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link:before {
  content: "";
}

/* line 139, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sign-in:before {
  content: "";
}

/* line 140, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trophy:before {
  content: "";
}

/* line 141, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-square:before {
  content: "";
}

/* line 142, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-upload:before {
  content: "";
}

/* line 143, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lemon-o:before {
  content: "";
}

/* line 144, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone:before {
  content: "";
}

/* line 145, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square-o:before {
  content: "";
}

/* line 146, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bookmark-o:before {
  content: "";
}

/* line 147, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-phone-square:before {
  content: "";
}

/* line 148, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitter:before {
  content: "";
}

/* line 149, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

/* line 150, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github:before {
  content: "";
}

/* line 151, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock:before {
  content: "";
}

/* line 152, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card:before {
  content: "";
}

/* line 153, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-feed:before,
.fa-rss:before {
  content: "";
}

/* line 154, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hdd-o:before {
  content: "";
}

/* line 155, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullhorn:before {
  content: "";
}

/* line 156, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell:before {
  content: "";
}

/* line 157, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-certificate:before {
  content: "";
}

/* line 158, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-right:before {
  content: "";
}

/* line 159, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-left:before {
  content: "";
}

/* line 160, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-up:before {
  content: "";
}

/* line 161, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-o-down:before {
  content: "";
}

/* line 162, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-left:before {
  content: "";
}

/* line 163, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-right:before {
  content: "";
}

/* line 164, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-up:before {
  content: "";
}

/* line 165, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-down:before {
  content: "";
}

/* line 166, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-globe:before {
  content: "";
}

/* line 167, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wrench:before {
  content: "";
}

/* line 168, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tasks:before {
  content: "";
}

/* line 169, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-filter:before {
  content: "";
}

/* line 170, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-briefcase:before {
  content: "";
}

/* line 171, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrows-alt:before {
  content: "";
}

/* line 172, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-group:before,
.fa-users:before {
  content: "";
}

/* line 173, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chain:before,
.fa-link:before {
  content: "";
}

/* line 174, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud:before {
  content: "";
}

/* line 175, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flask:before {
  content: "";
}

/* line 176, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cut:before,
.fa-scissors:before {
  content: "";
}

/* line 177, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copy:before,
.fa-files-o:before {
  content: "";
}

/* line 178, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paperclip:before {
  content: "";
}

/* line 179, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-save:before,
.fa-floppy-o:before {
  content: "";
}

/* line 180, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-square:before {
  content: "";
}

/* line 181, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "";
}

/* line 182, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ul:before {
  content: "";
}

/* line 183, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-list-ol:before {
  content: "";
}

/* line 184, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-strikethrough:before {
  content: "";
}

/* line 185, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-underline:before {
  content: "";
}

/* line 186, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-table:before {
  content: "";
}

/* line 187, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-magic:before {
  content: "";
}

/* line 188, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-truck:before {
  content: "";
}

/* line 189, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest:before {
  content: "";
}

/* line 190, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-square:before {
  content: "";
}

/* line 191, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-square:before {
  content: "";
}

/* line 192, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus:before {
  content: "";
}

/* line 193, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-money:before {
  content: "";
}

/* line 194, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-down:before {
  content: "";
}

/* line 195, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-up:before {
  content: "";
}

/* line 196, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-left:before {
  content: "";
}

/* line 197, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-caret-right:before {
  content: "";
}

/* line 198, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-columns:before {
  content: "";
}

/* line 199, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unsorted:before,
.fa-sort:before {
  content: "";
}

/* line 200, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "";
}

/* line 201, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "";
}

/* line 202, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope:before {
  content: "";
}

/* line 203, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linkedin:before {
  content: "";
}

/* line 204, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

/* line 205, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-legal:before,
.fa-gavel:before {
  content: "";
}

/* line 206, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

/* line 207, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comment-o:before {
  content: "";
}

/* line 208, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-comments-o:before {
  content: "";
}

/* line 209, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flash:before,
.fa-bolt:before {
  content: "";
}

/* line 210, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sitemap:before {
  content: "";
}

/* line 211, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-umbrella:before {
  content: "";
}

/* line 212, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paste:before,
.fa-clipboard:before {
  content: "";
}

/* line 213, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lightbulb-o:before {
  content: "";
}

/* line 214, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exchange:before {
  content: "";
}

/* line 215, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-download:before {
  content: "";
}

/* line 216, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cloud-upload:before {
  content: "";
}

/* line 217, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-md:before {
  content: "";
}

/* line 218, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stethoscope:before {
  content: "";
}

/* line 219, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-suitcase:before {
  content: "";
}

/* line 220, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-o:before {
  content: "";
}

/* line 221, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-coffee:before {
  content: "";
}

/* line 222, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cutlery:before {
  content: "";
}

/* line 223, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text-o:before {
  content: "";
}

/* line 224, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building-o:before {
  content: "";
}

/* line 225, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hospital-o:before {
  content: "";
}

/* line 226, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ambulance:before {
  content: "";
}

/* line 227, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medkit:before {
  content: "";
}

/* line 228, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fighter-jet:before {
  content: "";
}

/* line 229, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-beer:before {
  content: "";
}

/* line 230, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-h-square:before {
  content: "";
}

/* line 231, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square:before {
  content: "";
}

/* line 232, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-left:before {
  content: "";
}

/* line 233, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-right:before {
  content: "";
}

/* line 234, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-up:before {
  content: "";
}

/* line 235, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-double-down:before {
  content: "";
}

/* line 236, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-left:before {
  content: "";
}

/* line 237, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-right:before {
  content: "";
}

/* line 238, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-up:before {
  content: "";
}

/* line 239, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angle-down:before {
  content: "";
}

/* line 240, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-desktop:before {
  content: "";
}

/* line 241, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-laptop:before {
  content: "";
}

/* line 242, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tablet:before {
  content: "";
}

/* line 243, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

/* line 244, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o:before {
  content: "";
}

/* line 245, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-left:before {
  content: "";
}

/* line 246, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quote-right:before {
  content: "";
}

/* line 247, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spinner:before {
  content: "";
}

/* line 248, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle:before {
  content: "";
}

/* line 249, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

/* line 250, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-github-alt:before {
  content: "";
}

/* line 251, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-o:before {
  content: "";
}

/* line 252, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-folder-open-o:before {
  content: "";
}

/* line 253, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-smile-o:before {
  content: "";
}

/* line 254, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-frown-o:before {
  content: "";
}

/* line 255, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meh-o:before {
  content: "";
}

/* line 256, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gamepad:before {
  content: "";
}

/* line 257, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-keyboard-o:before {
  content: "";
}

/* line 258, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-o:before {
  content: "";
}

/* line 259, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flag-checkered:before {
  content: "";
}

/* line 260, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-terminal:before {
  content: "";
}

/* line 261, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code:before {
  content: "";
}

/* line 262, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

/* line 263, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

/* line 264, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-location-arrow:before {
  content: "";
}

/* line 265, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-crop:before {
  content: "";
}

/* line 266, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-code-fork:before {
  content: "";
}

/* line 267, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlink:before,
.fa-chain-broken:before {
  content: "";
}

/* line 268, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question:before {
  content: "";
}

/* line 269, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-info:before {
  content: "";
}

/* line 270, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-exclamation:before {
  content: "";
}

/* line 271, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superscript:before {
  content: "";
}

/* line 272, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subscript:before {
  content: "";
}

/* line 273, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eraser:before {
  content: "";
}

/* line 274, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-puzzle-piece:before {
  content: "";
}

/* line 275, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone:before {
  content: "";
}

/* line 276, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microphone-slash:before {
  content: "";
}

/* line 277, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shield:before {
  content: "";
}

/* line 278, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-o:before {
  content: "";
}

/* line 279, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fire-extinguisher:before {
  content: "";
}

/* line 280, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rocket:before {
  content: "";
}

/* line 281, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-maxcdn:before {
  content: "";
}

/* line 282, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-left:before {
  content: "";
}

/* line 283, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-right:before {
  content: "";
}

/* line 284, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-up:before {
  content: "";
}

/* line 285, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chevron-circle-down:before {
  content: "";
}

/* line 286, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-html5:before {
  content: "";
}

/* line 287, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-css3:before {
  content: "";
}

/* line 288, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-anchor:before {
  content: "";
}

/* line 289, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-unlock-alt:before {
  content: "";
}

/* line 290, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bullseye:before {
  content: "";
}

/* line 291, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-h:before {
  content: "";
}

/* line 292, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ellipsis-v:before {
  content: "";
}

/* line 293, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rss-square:before {
  content: "";
}

/* line 294, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-play-circle:before {
  content: "";
}

/* line 295, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ticket:before {
  content: "";
}

/* line 296, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square:before {
  content: "";
}

/* line 297, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-minus-square-o:before {
  content: "";
}

/* line 298, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-up:before {
  content: "";
}

/* line 299, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-level-down:before {
  content: "";
}

/* line 300, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-check-square:before {
  content: "";
}

/* line 301, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pencil-square:before {
  content: "";
}

/* line 302, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-external-link-square:before {
  content: "";
}

/* line 303, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-square:before {
  content: "";
}

/* line 304, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-compass:before {
  content: "";
}

/* line 305, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "";
}

/* line 306, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "";
}

/* line 307, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "";
}

/* line 308, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-euro:before,
.fa-eur:before {
  content: "";
}

/* line 309, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gbp:before {
  content: "";
}

/* line 310, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dollar:before,
.fa-usd:before {
  content: "";
}

/* line 311, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-rupee:before,
.fa-inr:before {
  content: "";
}

/* line 312, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "";
}

/* line 313, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "";
}

/* line 314, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-won:before,
.fa-krw:before {
  content: "";
}

/* line 315, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

/* line 316, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file:before {
  content: "";
}

/* line 317, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-text:before {
  content: "";
}

/* line 318, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-asc:before {
  content: "";
}

/* line 319, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-alpha-desc:before {
  content: "";
}

/* line 320, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-asc:before {
  content: "";
}

/* line 321, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-amount-desc:before {
  content: "";
}

/* line 322, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-asc:before {
  content: "";
}

/* line 323, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sort-numeric-desc:before {
  content: "";
}

/* line 324, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-up:before {
  content: "";
}

/* line 325, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thumbs-down:before {
  content: "";
}

/* line 326, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-square:before {
  content: "";
}

/* line 327, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube:before {
  content: "";
}

/* line 328, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing:before {
  content: "";
}

/* line 329, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-xing-square:before {
  content: "";
}

/* line 330, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-youtube-play:before {
  content: "";
}

/* line 331, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dropbox:before {
  content: "";
}

/* line 332, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-overflow:before {
  content: "";
}

/* line 333, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-instagram:before {
  content: "";
}

/* line 334, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-flickr:before {
  content: "";
}

/* line 335, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-adn:before {
  content: "";
}

/* line 336, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket:before {
  content: "";
}

/* line 337, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bitbucket-square:before {
  content: "";
}

/* line 338, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr:before {
  content: "";
}

/* line 339, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tumblr-square:before {
  content: "";
}

/* line 340, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-down:before {
  content: "";
}

/* line 341, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-up:before {
  content: "";
}

/* line 342, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-left:before {
  content: "";
}

/* line 343, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-long-arrow-right:before {
  content: "";
}

/* line 344, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-apple:before {
  content: "";
}

/* line 345, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-windows:before {
  content: "";
}

/* line 346, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-android:before {
  content: "";
}

/* line 347, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linux:before {
  content: "";
}

/* line 348, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dribbble:before {
  content: "";
}

/* line 349, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skype:before {
  content: "";
}

/* line 350, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-foursquare:before {
  content: "";
}

/* line 351, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trello:before {
  content: "";
}

/* line 352, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-female:before {
  content: "";
}

/* line 353, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-male:before {
  content: "";
}

/* line 354, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

/* line 355, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sun-o:before {
  content: "";
}

/* line 356, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-moon-o:before {
  content: "";
}

/* line 357, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-archive:before {
  content: "";
}

/* line 358, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bug:before {
  content: "";
}

/* line 359, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vk:before {
  content: "";
}

/* line 360, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-weibo:before {
  content: "";
}

/* line 361, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-renren:before {
  content: "";
}

/* line 362, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pagelines:before {
  content: "";
}

/* line 363, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stack-exchange:before {
  content: "";
}

/* line 364, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-right:before {
  content: "";
}

/* line 365, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-arrow-circle-o-left:before {
  content: "";
}

/* line 366, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "";
}

/* line 367, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dot-circle-o:before {
  content: "";
}

/* line 368, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair:before {
  content: "";
}

/* line 369, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo-square:before {
  content: "";
}

/* line 370, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-turkish-lira:before,
.fa-try:before {
  content: "";
}

/* line 371, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plus-square-o:before {
  content: "";
}

/* line 372, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-space-shuttle:before {
  content: "";
}

/* line 373, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slack:before {
  content: "";
}

/* line 374, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-square:before {
  content: "";
}

/* line 375, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wordpress:before {
  content: "";
}

/* line 376, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-openid:before {
  content: "";
}

/* line 377, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "";
}

/* line 378, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "";
}

/* line 379, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yahoo:before {
  content: "";
}

/* line 380, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google:before {
  content: "";
}

/* line 381, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit:before {
  content: "";
}

/* line 382, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-square:before {
  content: "";
}

/* line 383, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon-circle:before {
  content: "";
}

/* line 384, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stumbleupon:before {
  content: "";
}

/* line 385, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-delicious:before {
  content: "";
}

/* line 386, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-digg:before {
  content: "";
}

/* line 387, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-pp:before {
  content: "";
}

/* line 388, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper-alt:before {
  content: "";
}

/* line 389, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drupal:before {
  content: "";
}

/* line 390, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-joomla:before {
  content: "";
}

/* line 391, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-language:before {
  content: "";
}

/* line 392, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fax:before {
  content: "";
}

/* line 393, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-building:before {
  content: "";
}

/* line 394, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-child:before {
  content: "";
}

/* line 395, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paw:before {
  content: "";
}

/* line 396, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spoon:before {
  content: "";
}

/* line 397, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cube:before {
  content: "";
}

/* line 398, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cubes:before {
  content: "";
}

/* line 399, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance:before {
  content: "";
}

/* line 400, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-behance-square:before {
  content: "";
}

/* line 401, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam:before {
  content: "";
}

/* line 402, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-steam-square:before {
  content: "";
}

/* line 403, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-recycle:before {
  content: "";
}

/* line 404, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-automobile:before,
.fa-car:before {
  content: "";
}

/* line 405, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cab:before,
.fa-taxi:before {
  content: "";
}

/* line 406, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tree:before {
  content: "";
}

/* line 407, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-spotify:before {
  content: "";
}

/* line 408, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deviantart:before {
  content: "";
}

/* line 409, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soundcloud:before {
  content: "";
}

/* line 410, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-database:before {
  content: "";
}

/* line 411, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-pdf-o:before {
  content: "";
}

/* line 412, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-word-o:before {
  content: "";
}

/* line 413, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-excel-o:before {
  content: "";
}

/* line 414, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-powerpoint-o:before {
  content: "";
}

/* line 415, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "";
}

/* line 416, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "";
}

/* line 417, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "";
}

/* line 418, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

/* line 419, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-file-code-o:before {
  content: "";
}

/* line 420, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vine:before {
  content: "";
}

/* line 421, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codepen:before {
  content: "";
}

/* line 422, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-jsfiddle:before {
  content: "";
}

/* line 423, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "";
}

/* line 424, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-o-notch:before {
  content: "";
}

/* line 425, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "";
}

/* line 426, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ge:before,
.fa-empire:before {
  content: "";
}

/* line 427, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git-square:before {
  content: "";
}

/* line 428, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-git:before {
  content: "";
}

/* line 429, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "";
}

/* line 430, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tencent-weibo:before {
  content: "";
}

/* line 431, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-qq:before {
  content: "";
}

/* line 432, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

/* line 433, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send:before,
.fa-paper-plane:before {
  content: "";
}

/* line 434, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "";
}

/* line 435, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-history:before {
  content: "";
}

/* line 436, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-circle-thin:before {
  content: "";
}

/* line 437, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-header:before {
  content: "";
}

/* line 438, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paragraph:before {
  content: "";
}

/* line 439, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sliders:before {
  content: "";
}

/* line 440, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt:before {
  content: "";
}

/* line 441, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-share-alt-square:before {
  content: "";
}

/* line 442, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bomb:before {
  content: "";
}

/* line 443, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "";
}

/* line 444, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tty:before {
  content: "";
}

/* line 445, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-binoculars:before {
  content: "";
}

/* line 446, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-plug:before {
  content: "";
}

/* line 447, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-slideshare:before {
  content: "";
}

/* line 448, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-twitch:before {
  content: "";
}

/* line 449, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yelp:before {
  content: "";
}

/* line 450, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-newspaper-o:before {
  content: "";
}

/* line 451, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wifi:before {
  content: "";
}

/* line 452, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calculator:before {
  content: "";
}

/* line 453, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paypal:before {
  content: "";
}

/* line 454, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-wallet:before {
  content: "";
}

/* line 455, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-visa:before {
  content: "";
}

/* line 456, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-mastercard:before {
  content: "";
}

/* line 457, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-discover:before {
  content: "";
}

/* line 458, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-amex:before {
  content: "";
}

/* line 459, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-paypal:before {
  content: "";
}

/* line 460, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-stripe:before {
  content: "";
}

/* line 461, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash:before {
  content: "";
}

/* line 462, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bell-slash-o:before {
  content: "";
}

/* line 463, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trash:before {
  content: "";
}

/* line 464, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-copyright:before {
  content: "";
}

/* line 465, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-at:before {
  content: "";
}

/* line 466, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eyedropper:before {
  content: "";
}

/* line 467, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-paint-brush:before {
  content: "";
}

/* line 468, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-birthday-cake:before {
  content: "";
}

/* line 469, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-area-chart:before {
  content: "";
}

/* line 470, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pie-chart:before {
  content: "";
}

/* line 471, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-line-chart:before {
  content: "";
}

/* line 472, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm:before {
  content: "";
}

/* line 473, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-lastfm-square:before {
  content: "";
}

/* line 474, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-off:before {
  content: "";
}

/* line 475, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-toggle-on:before {
  content: "";
}

/* line 476, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bicycle:before {
  content: "";
}

/* line 477, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bus:before {
  content: "";
}

/* line 478, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ioxhost:before {
  content: "";
}

/* line 479, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-angellist:before {
  content: "";
}

/* line 480, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc:before {
  content: "";
}

/* line 481, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "";
}

/* line 482, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meanpath:before {
  content: "";
}

/* line 483, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-buysellads:before {
  content: "";
}

/* line 484, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-connectdevelop:before {
  content: "";
}

/* line 485, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-dashcube:before {
  content: "";
}

/* line 486, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-forumbee:before {
  content: "";
}

/* line 487, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-leanpub:before {
  content: "";
}

/* line 488, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sellsy:before {
  content: "";
}

/* line 489, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shirtsinbulk:before {
  content: "";
}

/* line 490, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-simplybuilt:before {
  content: "";
}

/* line 491, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-skyatlas:before {
  content: "";
}

/* line 492, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-plus:before {
  content: "";
}

/* line 493, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cart-arrow-down:before {
  content: "";
}

/* line 494, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-diamond:before {
  content: "";
}

/* line 495, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ship:before {
  content: "";
}

/* line 496, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-secret:before {
  content: "";
}

/* line 497, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-motorcycle:before {
  content: "";
}

/* line 498, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-street-view:before {
  content: "";
}

/* line 499, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-heartbeat:before {
  content: "";
}

/* line 500, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus:before {
  content: "";
}

/* line 501, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars:before {
  content: "";
}

/* line 502, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mercury:before {
  content: "";
}

/* line 503, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

/* line 504, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-transgender-alt:before {
  content: "";
}

/* line 505, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-double:before {
  content: "";
}

/* line 506, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-double:before {
  content: "";
}

/* line 507, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-venus-mars:before {
  content: "";
}

/* line 508, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke:before {
  content: "";
}

/* line 509, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-v:before {
  content: "";
}

/* line 510, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mars-stroke-h:before {
  content: "";
}

/* line 511, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-neuter:before {
  content: "";
}

/* line 512, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-genderless:before {
  content: "";
}

/* line 513, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-facebook-official:before {
  content: "";
}

/* line 514, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pinterest-p:before {
  content: "";
}

/* line 515, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-whatsapp:before {
  content: "";
}

/* line 516, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-server:before {
  content: "";
}

/* line 517, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-plus:before {
  content: "";
}

/* line 518, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-times:before {
  content: "";
}

/* line 519, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hotel:before,
.fa-bed:before {
  content: "";
}

/* line 520, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viacoin:before {
  content: "";
}

/* line 521, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-train:before {
  content: "";
}

/* line 522, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-subway:before {
  content: "";
}

/* line 523, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-medium:before {
  content: "";
}

/* line 524, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yc:before,
.fa-y-combinator:before {
  content: "";
}

/* line 525, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-optin-monster:before {
  content: "";
}

/* line 526, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opencart:before {
  content: "";
}

/* line 527, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-expeditedssl:before {
  content: "";
}

/* line 528, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "";
}

/* line 529, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

/* line 530, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

/* line 531, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

/* line 532, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

/* line 533, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mouse-pointer:before {
  content: "";
}

/* line 534, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-i-cursor:before {
  content: "";
}

/* line 535, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-group:before {
  content: "";
}

/* line 536, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-object-ungroup:before {
  content: "";
}

/* line 537, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note:before {
  content: "";
}

/* line 538, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-sticky-note-o:before {
  content: "";
}

/* line 539, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-jcb:before {
  content: "";
}

/* line 540, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-cc-diners-club:before {
  content: "";
}

/* line 541, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-clone:before {
  content: "";
}

/* line 542, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-balance-scale:before {
  content: "";
}

/* line 543, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-o:before {
  content: "";
}

/* line 544, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

/* line 545, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

/* line 546, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

/* line 547, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hourglass:before {
  content: "";
}

/* line 548, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

/* line 549, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "";
}

/* line 550, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-scissors-o:before {
  content: "";
}

/* line 551, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-lizard-o:before {
  content: "";
}

/* line 552, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-spock-o:before {
  content: "";
}

/* line 553, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-pointer-o:before {
  content: "";
}

/* line 554, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hand-peace-o:before {
  content: "";
}

/* line 555, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-trademark:before {
  content: "";
}

/* line 556, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-registered:before {
  content: "";
}

/* line 557, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-creative-commons:before {
  content: "";
}

/* line 558, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg:before {
  content: "";
}

/* line 559, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gg-circle:before {
  content: "";
}

/* line 560, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tripadvisor:before {
  content: "";
}

/* line 561, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki:before {
  content: "";
}

/* line 562, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-odnoklassniki-square:before {
  content: "";
}

/* line 563, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-get-pocket:before {
  content: "";
}

/* line 564, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wikipedia-w:before {
  content: "";
}

/* line 565, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-safari:before {
  content: "";
}

/* line 566, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-chrome:before {
  content: "";
}

/* line 567, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-firefox:before {
  content: "";
}

/* line 568, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-opera:before {
  content: "";
}

/* line 569, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-internet-explorer:before {
  content: "";
}

/* line 570, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-tv:before,
.fa-television:before {
  content: "";
}

/* line 571, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-contao:before {
  content: "";
}

/* line 572, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-500px:before {
  content: "";
}

/* line 573, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-amazon:before {
  content: "";
}

/* line 574, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-plus-o:before {
  content: "";
}

/* line 575, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-minus-o:before {
  content: "";
}

/* line 576, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-times-o:before {
  content: "";
}

/* line 577, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-calendar-check-o:before {
  content: "";
}

/* line 578, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-industry:before {
  content: "";
}

/* line 579, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-pin:before {
  content: "";
}

/* line 580, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-signs:before {
  content: "";
}

/* line 581, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map-o:before {
  content: "";
}

/* line 582, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-map:before {
  content: "";
}

/* line 583, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting:before {
  content: "";
}

/* line 584, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-commenting-o:before {
  content: "";
}

/* line 585, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-houzz:before {
  content: "";
}

/* line 586, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vimeo:before {
  content: "";
}

/* line 587, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-black-tie:before {
  content: "";
}

/* line 588, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fonticons:before {
  content: "";
}

/* line 589, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-reddit-alien:before {
  content: "";
}

/* line 590, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-edge:before {
  content: "";
}

/* line 591, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-credit-card-alt:before {
  content: "";
}

/* line 592, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-codiepie:before {
  content: "";
}

/* line 593, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-modx:before {
  content: "";
}

/* line 594, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fort-awesome:before {
  content: "";
}

/* line 595, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-usb:before {
  content: "";
}

/* line 596, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-product-hunt:before {
  content: "";
}

/* line 597, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-mixcloud:before {
  content: "";
}

/* line 598, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-scribd:before {
  content: "";
}

/* line 599, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle:before {
  content: "";
}

/* line 600, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pause-circle-o:before {
  content: "";
}

/* line 601, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle:before {
  content: "";
}

/* line 602, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-stop-circle-o:before {
  content: "";
}

/* line 603, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-bag:before {
  content: "";
}

/* line 604, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shopping-basket:before {
  content: "";
}

/* line 605, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-hashtag:before {
  content: "";
}

/* line 606, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth:before {
  content: "";
}

/* line 607, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bluetooth-b:before {
  content: "";
}

/* line 608, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-percent:before {
  content: "";
}

/* line 609, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-gitlab:before {
  content: "";
}

/* line 610, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpbeginner:before {
  content: "";
}

/* line 611, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpforms:before {
  content: "";
}

/* line 612, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envira:before {
  content: "";
}

/* line 613, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-universal-access:before {
  content: "";
}

/* line 614, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wheelchair-alt:before {
  content: "";
}

/* line 615, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-question-circle-o:before {
  content: "";
}

/* line 616, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-blind:before {
  content: "";
}

/* line 617, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-audio-description:before {
  content: "";
}

/* line 618, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-volume-control-phone:before {
  content: "";
}

/* line 619, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-braille:before {
  content: "";
}

/* line 620, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-assistive-listening-systems:before {
  content: "";
}

/* line 621, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "";
}

/* line 622, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "";
}

/* line 623, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide:before {
  content: "";
}

/* line 624, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-glide-g:before {
  content: "";
}

/* line 625, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-signing:before,
.fa-sign-language:before {
  content: "";
}

/* line 626, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-low-vision:before {
  content: "";
}

/* line 627, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo:before {
  content: "";
}

/* line 628, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-viadeo-square:before {
  content: "";
}

/* line 629, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat:before {
  content: "";
}

/* line 630, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-ghost:before {
  content: "";
}

/* line 631, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snapchat-square:before {
  content: "";
}

/* line 632, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-pied-piper:before {
  content: "";
}

/* line 633, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-first-order:before {
  content: "";
}

/* line 634, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-yoast:before {
  content: "";
}

/* line 635, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-themeisle:before {
  content: "";
}

/* line 636, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

/* line 637, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

/* line 638, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-handshake-o:before {
  content: "";
}

/* line 639, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open:before {
  content: "";
}

/* line 640, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-envelope-open-o:before {
  content: "";
}

/* line 641, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-linode:before {
  content: "";
}

/* line 642, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book:before {
  content: "";
}

/* line 643, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-address-book-o:before {
  content: "";
}

/* line 644, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard:before,
.fa-address-card:before {
  content: "";
}

/* line 645, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "";
}

/* line 646, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle:before {
  content: "";
}

/* line 647, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-circle-o:before {
  content: "";
}

/* line 648, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-user-o:before {
  content: "";
}

/* line 649, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-id-badge:before {
  content: "";
}

/* line 650, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

/* line 651, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

/* line 652, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-quora:before {
  content: "";
}

/* line 653, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-free-code-camp:before {
  content: "";
}

/* line 654, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-telegram:before {
  content: "";
}

/* line 655, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "";
}

/* line 656, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

/* line 657, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

/* line 658, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

/* line 659, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

/* line 660, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-shower:before {
  content: "";
}

/* line 661, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "";
}

/* line 662, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-podcast:before {
  content: "";
}

/* line 663, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-maximize:before {
  content: "";
}

/* line 664, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-minimize:before {
  content: "";
}

/* line 665, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-window-restore:before {
  content: "";
}

/* line 666, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

/* line 667, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

/* line 668, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-bandcamp:before {
  content: "";
}

/* line 669, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-grav:before {
  content: "";
}

/* line 670, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-etsy:before {
  content: "";
}

/* line 671, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-imdb:before {
  content: "";
}

/* line 672, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-ravelry:before {
  content: "";
}

/* line 673, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-eercast:before {
  content: "";
}

/* line 674, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-microchip:before {
  content: "";
}

/* line 675, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-snowflake-o:before {
  content: "";
}

/* line 676, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-superpowers:before {
  content: "";
}

/* line 677, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-wpexplorer:before {
  content: "";
}

/* line 678, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_icons.scss */
.fa-meetup:before {
  content: "";
}

/* line 4, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_screen-reader.scss */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* line 51, ../../shared/vendor/bundle/ruby/2.7.0/gems/font-awesome-sass-4.7.0/assets/stylesheets/font-awesome/_mixins.scss */
.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/*!
  Ionicons, v2.0.0
  Created by Ben Sperry for the Ionic Framework, http://ionicons.com/
  https://twitter.com/benjsperry  https://twitter.com/ionicframework
  MIT License: https://github.com/driftyco/ionicons

  Android-style icons originally built by Google’s
  Material Design Icons: https://github.com/google/material-design-icons
  used under CC BY http://creativecommons.org/licenses/by/4.0/
  Modified icons to fit ionicon’s grid from original.
*/
@font-face {
  font-family: "Ionicons";
  src: url(//web.pipi-cdn.com/assets/ionicons.eot?v=2.0.0);
  src: url(//web.pipi-cdn.com/assets/ionicons.eot?v=2.0.0#iefix) format("embedded-opentype"), url(//web.pipi-cdn.com/assets/ionicons.ttf?v=2.0.0) format("truetype"), url(//web.pipi-cdn.com/assets/ionicons.woff?v=2.0.0) format("woff"), url(//web.pipi-cdn.com/assets/ionicons.svg?v=2.0.0#Ionicons) format("svg");
  font-weight: normal;
  font-style: normal;
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion, .ionicons, .ion-alert:before, .ion-alert-circled:before, .ion-android-add:before, .ion-android-add-circle:before, .ion-android-alarm-clock:before, .ion-android-alert:before, .ion-android-apps:before, .ion-android-archive:before, .ion-android-arrow-back:before, .ion-android-arrow-down:before, .ion-android-arrow-dropdown:before, .ion-android-arrow-dropdown-circle:before, .ion-android-arrow-dropleft:before, .ion-android-arrow-dropleft-circle:before, .ion-android-arrow-dropright:before, .ion-android-arrow-dropright-circle:before, .ion-android-arrow-dropup:before, .ion-android-arrow-dropup-circle:before, .ion-android-arrow-forward:before, .ion-android-arrow-up:before, .ion-android-attach:before, .ion-android-bar:before, .ion-android-bicycle:before, .ion-android-boat:before, .ion-android-bookmark:before, .ion-android-bulb:before, .ion-android-bus:before, .ion-android-calendar:before, .ion-android-call:before, .ion-android-camera:before, .ion-android-cancel:before, .ion-android-car:before, .ion-android-cart:before, .ion-android-chat:before, .ion-android-checkbox:before, .ion-android-checkbox-blank:before, .ion-android-checkbox-outline:before, .ion-android-checkbox-outline-blank:before, .ion-android-checkmark-circle:before, .ion-android-clipboard:before, .ion-android-close:before, .ion-android-cloud:before, .ion-android-cloud-circle:before, .ion-android-cloud-done:before, .ion-android-cloud-outline:before, .ion-android-color-palette:before, .ion-android-compass:before, .ion-android-contact:before, .ion-android-contacts:before, .ion-android-contract:before, .ion-android-create:before, .ion-android-delete:before, .ion-android-desktop:before, .ion-android-document:before, .ion-android-done:before, .ion-android-done-all:before, .ion-android-download:before, .ion-android-drafts:before, .ion-android-exit:before, .ion-android-expand:before, .ion-android-favorite:before, .ion-android-favorite-outline:before, .ion-android-film:before, .ion-android-folder:before, .ion-android-folder-open:before, .ion-android-funnel:before, .ion-android-globe:before, .ion-android-hand:before, .ion-android-hangout:before, .ion-android-happy:before, .ion-android-home:before, .ion-android-image:before, .ion-android-laptop:before, .ion-android-list:before, .ion-android-locate:before, .ion-android-lock:before, .ion-android-mail:before, .ion-android-map:before, .ion-android-menu:before, .ion-android-microphone:before, .ion-android-microphone-off:before, .ion-android-more-horizontal:before, .ion-android-more-vertical:before, .ion-android-navigate:before, .ion-android-notifications:before, .ion-android-notifications-none:before, .ion-android-notifications-off:before, .ion-android-open:before, .ion-android-options:before, .ion-android-people:before, .ion-android-person:before, .ion-android-person-add:before, .ion-android-phone-landscape:before, .ion-android-phone-portrait:before, .ion-android-pin:before, .ion-android-plane:before, .ion-android-playstore:before, .ion-android-print:before, .ion-android-radio-button-off:before, .ion-android-radio-button-on:before, .ion-android-refresh:before, .ion-android-remove:before, .ion-android-remove-circle:before, .ion-android-restaurant:before, .ion-android-sad:before, .ion-android-search:before, .ion-android-send:before, .ion-android-settings:before, .ion-android-share:before, .ion-android-share-alt:before, .ion-android-star:before, .ion-android-star-half:before, .ion-android-star-outline:before, .ion-android-stopwatch:before, .ion-android-subway:before, .ion-android-sunny:before, .ion-android-sync:before, .ion-android-textsms:before, .ion-android-time:before, .ion-android-train:before, .ion-android-unlock:before, .ion-android-upload:before, .ion-android-volume-down:before, .ion-android-volume-mute:before, .ion-android-volume-off:before, .ion-android-volume-up:before, .ion-android-walk:before, .ion-android-warning:before, .ion-android-watch:before, .ion-android-wifi:before, .ion-aperture:before, .ion-archive:before, .ion-arrow-down-a:before, .ion-arrow-down-b:before, .ion-arrow-down-c:before, .ion-arrow-expand:before, .ion-arrow-graph-down-left:before, .ion-arrow-graph-down-right:before, .ion-arrow-graph-up-left:before, .ion-arrow-graph-up-right:before, .ion-arrow-left-a:before, .ion-arrow-left-b:before, .ion-arrow-left-c:before, .ion-arrow-move:before, .ion-arrow-resize:before, .ion-arrow-return-left:before, .ion-arrow-return-right:before, .ion-arrow-right-a:before, .ion-arrow-right-b:before, .ion-arrow-right-c:before, .ion-arrow-shrink:before, .ion-arrow-swap:before, .ion-arrow-up-a:before, .ion-arrow-up-b:before, .ion-arrow-up-c:before, .ion-asterisk:before, .ion-at:before, .ion-backspace:before, .ion-backspace-outline:before, .ion-bag:before, .ion-battery-charging:before, .ion-battery-empty:before, .ion-battery-full:before, .ion-battery-half:before, .ion-battery-low:before, .ion-beaker:before, .ion-beer:before, .ion-bluetooth:before, .ion-bonfire:before, .ion-bookmark:before, .ion-bowtie:before, .ion-briefcase:before, .ion-bug:before, .ion-calculator:before, .ion-calendar:before, .ion-camera:before, .ion-card:before, .ion-cash:before, .ion-chatbox:before, .ion-chatbox-working:before, .ion-chatboxes:before, .ion-chatbubble:before, .ion-chatbubble-working:before, .ion-chatbubbles:before, .ion-checkmark:before, .ion-checkmark-circled:before, .ion-checkmark-round:before, .ion-chevron-down:before, .ion-chevron-left:before, .ion-chevron-right:before, .ion-chevron-up:before, .ion-clipboard:before, .ion-clock:before, .ion-close:before, .ion-close-circled:before, .ion-close-round:before, .ion-closed-captioning:before, .ion-cloud:before, .ion-code:before, .ion-code-download:before, .ion-code-working:before, .ion-coffee:before, .ion-compass:before, .ion-compose:before, .ion-connection-bars:before, .ion-contrast:before, .ion-crop:before, .ion-cube:before, .ion-disc:before, .ion-document:before, .ion-document-text:before, .ion-drag:before, .ion-earth:before, .ion-easel:before, .ion-edit:before, .ion-egg:before, .ion-eject:before, .ion-email:before, .ion-email-unread:before, .ion-erlenmeyer-flask:before, .ion-erlenmeyer-flask-bubbles:before, .ion-eye:before, .ion-eye-disabled:before, .ion-female:before, .ion-filing:before, .ion-film-marker:before, .ion-fireball:before, .ion-flag:before, .ion-flame:before, .ion-flash:before, .ion-flash-off:before, .ion-folder:before, .ion-fork:before, .ion-fork-repo:before, .ion-forward:before, .ion-funnel:before, .ion-gear-a:before, .ion-gear-b:before, .ion-grid:before, .ion-hammer:before, .ion-happy:before, .ion-happy-outline:before, .ion-headphone:before, .ion-heart:before, .ion-heart-broken:before, .ion-help:before, .ion-help-buoy:before, .ion-help-circled:before, .ion-home:before, .ion-icecream:before, .ion-image:before, .ion-images:before, .ion-information:before, .ion-information-circled:before, .ion-ionic:before, .ion-ios-alarm:before, .ion-ios-alarm-outline:before, .ion-ios-albums:before, .ion-ios-albums-outline:before, .ion-ios-americanfootball:before, .ion-ios-americanfootball-outline:before, .ion-ios-analytics:before, .ion-ios-analytics-outline:before, .ion-ios-arrow-back:before, .ion-ios-arrow-down:before, .ion-ios-arrow-forward:before, .ion-ios-arrow-left:before, .ion-ios-arrow-right:before, .ion-ios-arrow-thin-down:before, .ion-ios-arrow-thin-left:before, .ion-ios-arrow-thin-right:before, .ion-ios-arrow-thin-up:before, .ion-ios-arrow-up:before, .ion-ios-at:before, .ion-ios-at-outline:before, .ion-ios-barcode:before, .ion-ios-barcode-outline:before, .ion-ios-baseball:before, .ion-ios-baseball-outline:before, .ion-ios-basketball:before, .ion-ios-basketball-outline:before, .ion-ios-bell:before, .ion-ios-bell-outline:before, .ion-ios-body:before, .ion-ios-body-outline:before, .ion-ios-bolt:before, .ion-ios-bolt-outline:before, .ion-ios-book:before, .ion-ios-book-outline:before, .ion-ios-bookmarks:before, .ion-ios-bookmarks-outline:before, .ion-ios-box:before, .ion-ios-box-outline:before, .ion-ios-briefcase:before, .ion-ios-briefcase-outline:before, .ion-ios-browsers:before, .ion-ios-browsers-outline:before, .ion-ios-calculator:before, .ion-ios-calculator-outline:before, .ion-ios-calendar:before, .ion-ios-calendar-outline:before, .ion-ios-camera:before, .ion-ios-camera-outline:before, .ion-ios-cart:before, .ion-ios-cart-outline:before, .ion-ios-chatboxes:before, .ion-ios-chatboxes-outline:before, .ion-ios-chatbubble:before, .ion-ios-chatbubble-outline:before, .ion-ios-checkmark:before, .ion-ios-checkmark-empty:before, .ion-ios-checkmark-outline:before, .ion-ios-circle-filled:before, .ion-ios-circle-outline:before, .ion-ios-clock:before, .ion-ios-clock-outline:before, .ion-ios-close:before, .ion-ios-close-empty:before, .ion-ios-close-outline:before, .ion-ios-cloud:before, .ion-ios-cloud-download:before, .ion-ios-cloud-download-outline:before, .ion-ios-cloud-outline:before, .ion-ios-cloud-upload:before, .ion-ios-cloud-upload-outline:before, .ion-ios-cloudy:before, .ion-ios-cloudy-night:before, .ion-ios-cloudy-night-outline:before, .ion-ios-cloudy-outline:before, .ion-ios-cog:before, .ion-ios-cog-outline:before, .ion-ios-color-filter:before, .ion-ios-color-filter-outline:before, .ion-ios-color-wand:before, .ion-ios-color-wand-outline:before, .ion-ios-compose:before, .ion-ios-compose-outline:before, .ion-ios-contact:before, .ion-ios-contact-outline:before, .ion-ios-copy:before, .ion-ios-copy-outline:before, .ion-ios-crop:before, .ion-ios-crop-strong:before, .ion-ios-download:before, .ion-ios-download-outline:before, .ion-ios-drag:before, .ion-ios-email:before, .ion-ios-email-outline:before, .ion-ios-eye:before, .ion-ios-eye-outline:before, .ion-ios-fastforward:before, .ion-ios-fastforward-outline:before, .ion-ios-filing:before, .ion-ios-filing-outline:before, .ion-ios-film:before, .ion-ios-film-outline:before, .ion-ios-flag:before, .ion-ios-flag-outline:before, .ion-ios-flame:before, .ion-ios-flame-outline:before, .ion-ios-flask:before, .ion-ios-flask-outline:before, .ion-ios-flower:before, .ion-ios-flower-outline:before, .ion-ios-folder:before, .ion-ios-folder-outline:before, .ion-ios-football:before, .ion-ios-football-outline:before, .ion-ios-game-controller-a:before, .ion-ios-game-controller-a-outline:before, .ion-ios-game-controller-b:before, .ion-ios-game-controller-b-outline:before, .ion-ios-gear:before, .ion-ios-gear-outline:before, .ion-ios-glasses:before, .ion-ios-glasses-outline:before, .ion-ios-grid-view:before, .ion-ios-grid-view-outline:before, .ion-ios-heart:before, .ion-ios-heart-outline:before, .ion-ios-help:before, .ion-ios-help-empty:before, .ion-ios-help-outline:before, .ion-ios-home:before, .ion-ios-home-outline:before, .ion-ios-infinite:before, .ion-ios-infinite-outline:before, .ion-ios-information:before, .ion-ios-information-empty:before, .ion-ios-information-outline:before, .ion-ios-ionic-outline:before, .ion-ios-keypad:before, .ion-ios-keypad-outline:before, .ion-ios-lightbulb:before, .ion-ios-lightbulb-outline:before, .ion-ios-list:before, .ion-ios-list-outline:before, .ion-ios-location:before, .ion-ios-location-outline:before, .ion-ios-locked:before, .ion-ios-locked-outline:before, .ion-ios-loop:before, .ion-ios-loop-strong:before, .ion-ios-medical:before, .ion-ios-medical-outline:before, .ion-ios-medkit:before, .ion-ios-medkit-outline:before, .ion-ios-mic:before, .ion-ios-mic-off:before, .ion-ios-mic-outline:before, .ion-ios-minus:before, .ion-ios-minus-empty:before, .ion-ios-minus-outline:before, .ion-ios-monitor:before, .ion-ios-monitor-outline:before, .ion-ios-moon:before, .ion-ios-moon-outline:before, .ion-ios-more:before, .ion-ios-more-outline:before, .ion-ios-musical-note:before, .ion-ios-musical-notes:before, .ion-ios-navigate:before, .ion-ios-navigate-outline:before, .ion-ios-nutrition:before, .ion-ios-nutrition-outline:before, .ion-ios-paper:before, .ion-ios-paper-outline:before, .ion-ios-paperplane:before, .ion-ios-paperplane-outline:before, .ion-ios-partlysunny:before, .ion-ios-partlysunny-outline:before, .ion-ios-pause:before, .ion-ios-pause-outline:before, .ion-ios-paw:before, .ion-ios-paw-outline:before, .ion-ios-people:before, .ion-ios-people-outline:before, .ion-ios-person:before, .ion-ios-person-outline:before, .ion-ios-personadd:before, .ion-ios-personadd-outline:before, .ion-ios-photos:before, .ion-ios-photos-outline:before, .ion-ios-pie:before, .ion-ios-pie-outline:before, .ion-ios-pint:before, .ion-ios-pint-outline:before, .ion-ios-play:before, .ion-ios-play-outline:before, .ion-ios-plus:before, .ion-ios-plus-empty:before, .ion-ios-plus-outline:before, .ion-ios-pricetag:before, .ion-ios-pricetag-outline:before, .ion-ios-pricetags:before, .ion-ios-pricetags-outline:before, .ion-ios-printer:before, .ion-ios-printer-outline:before, .ion-ios-pulse:before, .ion-ios-pulse-strong:before, .ion-ios-rainy:before, .ion-ios-rainy-outline:before, .ion-ios-recording:before, .ion-ios-recording-outline:before, .ion-ios-redo:before, .ion-ios-redo-outline:before, .ion-ios-refresh:before, .ion-ios-refresh-empty:before, .ion-ios-refresh-outline:before, .ion-ios-reload:before, .ion-ios-reverse-camera:before, .ion-ios-reverse-camera-outline:before, .ion-ios-rewind:before, .ion-ios-rewind-outline:before, .ion-ios-rose:before, .ion-ios-rose-outline:before, .ion-ios-search:before, .ion-ios-search-strong:before, .ion-ios-settings:before, .ion-ios-settings-strong:before, .ion-ios-shuffle:before, .ion-ios-shuffle-strong:before, .ion-ios-skipbackward:before, .ion-ios-skipbackward-outline:before, .ion-ios-skipforward:before, .ion-ios-skipforward-outline:before, .ion-ios-snowy:before, .ion-ios-speedometer:before, .ion-ios-speedometer-outline:before, .ion-ios-star:before, .ion-ios-star-half:before, .ion-ios-star-outline:before, .ion-ios-stopwatch:before, .ion-ios-stopwatch-outline:before, .ion-ios-sunny:before, .ion-ios-sunny-outline:before, .ion-ios-telephone:before, .ion-ios-telephone-outline:before, .ion-ios-tennisball:before, .ion-ios-tennisball-outline:before, .ion-ios-thunderstorm:before, .ion-ios-thunderstorm-outline:before, .ion-ios-time:before, .ion-ios-time-outline:before, .ion-ios-timer:before, .ion-ios-timer-outline:before, .ion-ios-toggle:before, .ion-ios-toggle-outline:before, .ion-ios-trash:before, .ion-ios-trash-outline:before, .ion-ios-undo:before, .ion-ios-undo-outline:before, .ion-ios-unlocked:before, .ion-ios-unlocked-outline:before, .ion-ios-upload:before, .ion-ios-upload-outline:before, .ion-ios-videocam:before, .ion-ios-videocam-outline:before, .ion-ios-volume-high:before, .ion-ios-volume-low:before, .ion-ios-wineglass:before, .ion-ios-wineglass-outline:before, .ion-ios-world:before, .ion-ios-world-outline:before, .ion-ipad:before, .ion-iphone:before, .ion-ipod:before, .ion-jet:before, .ion-key:before, .ion-knife:before, .ion-laptop:before, .ion-leaf:before, .ion-levels:before, .ion-lightbulb:before, .ion-link:before, .ion-load-a:before, .ion-load-b:before, .ion-load-c:before, .ion-load-d:before, .ion-location:before, .ion-lock-combination:before, .ion-locked:before, .ion-log-in:before, .ion-log-out:before, .ion-loop:before, .ion-magnet:before, .ion-male:before, .ion-man:before, .ion-map:before, .ion-medkit:before, .ion-merge:before, .ion-mic-a:before, .ion-mic-b:before, .ion-mic-c:before, .ion-minus:before, .ion-minus-circled:before, .ion-minus-round:before, .ion-model-s:before, .ion-monitor:before, .ion-more:before, .ion-mouse:before, .ion-music-note:before, .ion-navicon:before, .ion-navicon-round:before, .ion-navigate:before, .ion-network:before, .ion-no-smoking:before, .ion-nuclear:before, .ion-outlet:before, .ion-paintbrush:before, .ion-paintbucket:before, .ion-paper-airplane:before, .ion-paperclip:before, .ion-pause:before, .ion-person:before, .ion-person-add:before, .ion-person-stalker:before, .ion-pie-graph:before, .ion-pin:before, .ion-pinpoint:before, .ion-pizza:before, .ion-plane:before, .ion-planet:before, .ion-play:before, .ion-playstation:before, .ion-plus:before, .ion-plus-circled:before, .ion-plus-round:before, .ion-podium:before, .ion-pound:before, .ion-power:before, .ion-pricetag:before, .ion-pricetags:before, .ion-printer:before, .ion-pull-request:before, .ion-qr-scanner:before, .ion-quote:before, .ion-radio-waves:before, .ion-record:before, .ion-refresh:before, .ion-reply:before, .ion-reply-all:before, .ion-ribbon-a:before, .ion-ribbon-b:before, .ion-sad:before, .ion-sad-outline:before, .ion-scissors:before, .ion-search:before, .ion-settings:before, .ion-share:before, .ion-shuffle:before, .ion-skip-backward:before, .ion-skip-forward:before, .ion-social-android:before, .ion-social-android-outline:before, .ion-social-angular:before, .ion-social-angular-outline:before, .ion-social-apple:before, .ion-social-apple-outline:before, .ion-social-bitcoin:before, .ion-social-bitcoin-outline:before, .ion-social-buffer:before, .ion-social-buffer-outline:before, .ion-social-chrome:before, .ion-social-chrome-outline:before, .ion-social-codepen:before, .ion-social-codepen-outline:before, .ion-social-css3:before, .ion-social-css3-outline:before, .ion-social-designernews:before, .ion-social-designernews-outline:before, .ion-social-dribbble:before, .ion-social-dribbble-outline:before, .ion-social-dropbox:before, .ion-social-dropbox-outline:before, .ion-social-euro:before, .ion-social-euro-outline:before, .ion-social-facebook:before, .ion-social-facebook-outline:before, .ion-social-foursquare:before, .ion-social-foursquare-outline:before, .ion-social-freebsd-devil:before, .ion-social-github:before, .ion-social-github-outline:before, .ion-social-google:before, .ion-social-google-outline:before, .ion-social-googleplus:before, .ion-social-googleplus-outline:before, .ion-social-hackernews:before, .ion-social-hackernews-outline:before, .ion-social-html5:before, .ion-social-html5-outline:before, .ion-social-instagram:before, .ion-social-instagram-outline:before, .ion-social-javascript:before, .ion-social-javascript-outline:before, .ion-social-linkedin:before, .ion-social-linkedin-outline:before, .ion-social-markdown:before, .ion-social-nodejs:before, .ion-social-octocat:before, .ion-social-pinterest:before, .ion-social-pinterest-outline:before, .ion-social-python:before, .ion-social-reddit:before, .ion-social-reddit-outline:before, .ion-social-rss:before, .ion-social-rss-outline:before, .ion-social-sass:before, .ion-social-skype:before, .ion-social-skype-outline:before, .ion-social-snapchat:before, .ion-social-snapchat-outline:before, .ion-social-tumblr:before, .ion-social-tumblr-outline:before, .ion-social-tux:before, .ion-social-twitch:before, .ion-social-twitch-outline:before, .ion-social-twitter:before, .ion-social-twitter-outline:before, .ion-social-usd:before, .ion-social-usd-outline:before, .ion-social-vimeo:before, .ion-social-vimeo-outline:before, .ion-social-whatsapp:before, .ion-social-whatsapp-outline:before, .ion-social-windows:before, .ion-social-windows-outline:before, .ion-social-wordpress:before, .ion-social-wordpress-outline:before, .ion-social-yahoo:before, .ion-social-yahoo-outline:before, .ion-social-yen:before, .ion-social-yen-outline:before, .ion-social-youtube:before, .ion-social-youtube-outline:before, .ion-soup-can:before, .ion-soup-can-outline:before, .ion-speakerphone:before, .ion-speedometer:before, .ion-spoon:before, .ion-star:before, .ion-stats-bars:before, .ion-steam:before, .ion-stop:before, .ion-thermometer:before, .ion-thumbsdown:before, .ion-thumbsup:before, .ion-toggle:before, .ion-toggle-filled:before, .ion-transgender:before, .ion-trash-a:before, .ion-trash-b:before, .ion-trophy:before, .ion-tshirt:before, .ion-tshirt-outline:before, .ion-umbrella:before, .ion-university:before, .ion-unlocked:before, .ion-upload:before, .ion-usb:before, .ion-videocamera:before, .ion-volume-high:before, .ion-volume-low:before, .ion-volume-medium:before, .ion-volume-mute:before, .ion-wand:before, .ion-waterdrop:before, .ion-wifi:before, .ion-wineglass:before, .ion-woman:before, .ion-wrench:before, .ion-xbox:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-alert:before {
  content: "\f101";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-alert-circled:before {
  content: "\f100";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-add:before {
  content: "\f2c7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-add-circle:before {
  content: "\f359";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-alarm-clock:before {
  content: "\f35a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-alert:before {
  content: "\f35b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-apps:before {
  content: "\f35c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-archive:before {
  content: "\f2c9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-back:before {
  content: "\f2ca";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-down:before {
  content: "\f35d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropleft:before {
  content: "\f361";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropright:before {
  content: "\f363";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropup:before {
  content: "\f365";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-forward:before {
  content: "\f30f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-arrow-up:before {
  content: "\f366";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-attach:before {
  content: "\f367";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-bar:before {
  content: "\f368";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-bicycle:before {
  content: "\f369";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-boat:before {
  content: "\f36a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-bookmark:before {
  content: "\f36b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-bulb:before {
  content: "\f36c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-bus:before {
  content: "\f36d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-calendar:before {
  content: "\f2d1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-call:before {
  content: "\f2d2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-camera:before {
  content: "\f2d3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-cancel:before {
  content: "\f36e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-car:before {
  content: "\f36f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-cart:before {
  content: "\f370";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-chat:before {
  content: "\f2d4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-checkbox:before {
  content: "\f374";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-checkbox-blank:before {
  content: "\f371";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-checkbox-outline:before {
  content: "\f373";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-checkmark-circle:before {
  content: "\f375";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-clipboard:before {
  content: "\f376";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-close:before {
  content: "\f2d7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-cloud:before {
  content: "\f37a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-cloud-circle:before {
  content: "\f377";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-cloud-done:before {
  content: "\f378";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-cloud-outline:before {
  content: "\f379";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-color-palette:before {
  content: "\f37b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-compass:before {
  content: "\f37c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-contact:before {
  content: "\f2d8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-contacts:before {
  content: "\f2d9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-contract:before {
  content: "\f37d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-create:before {
  content: "\f37e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-delete:before {
  content: "\f37f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-desktop:before {
  content: "\f380";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-document:before {
  content: "\f381";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-done:before {
  content: "\f383";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-done-all:before {
  content: "\f382";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-download:before {
  content: "\f2dd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-drafts:before {
  content: "\f384";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-exit:before {
  content: "\f385";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-expand:before {
  content: "\f386";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-favorite:before {
  content: "\f388";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-favorite-outline:before {
  content: "\f387";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-film:before {
  content: "\f389";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-folder:before {
  content: "\f2e0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-folder-open:before {
  content: "\f38a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-funnel:before {
  content: "\f38b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-globe:before {
  content: "\f38c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-hand:before {
  content: "\f2e3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-hangout:before {
  content: "\f38d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-happy:before {
  content: "\f38e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-home:before {
  content: "\f38f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-image:before {
  content: "\f2e4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-laptop:before {
  content: "\f390";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-list:before {
  content: "\f391";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-locate:before {
  content: "\f2e9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-lock:before {
  content: "\f392";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-mail:before {
  content: "\f2eb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-map:before {
  content: "\f393";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-menu:before {
  content: "\f394";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-microphone:before {
  content: "\f2ec";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-microphone-off:before {
  content: "\f395";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-more-horizontal:before {
  content: "\f396";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-more-vertical:before {
  content: "\f397";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-navigate:before {
  content: "\f398";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-notifications:before {
  content: "\f39b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-notifications-none:before {
  content: "\f399";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-notifications-off:before {
  content: "\f39a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-open:before {
  content: "\f39c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-options:before {
  content: "\f39d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-people:before {
  content: "\f39e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-person:before {
  content: "\f3a0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-person-add:before {
  content: "\f39f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-phone-landscape:before {
  content: "\f3a1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-phone-portrait:before {
  content: "\f3a2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-pin:before {
  content: "\f3a3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-plane:before {
  content: "\f3a4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-playstore:before {
  content: "\f2f0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-print:before {
  content: "\f3a5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-radio-button-off:before {
  content: "\f3a6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-radio-button-on:before {
  content: "\f3a7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-refresh:before {
  content: "\f3a8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-remove:before {
  content: "\f2f4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-remove-circle:before {
  content: "\f3a9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-restaurant:before {
  content: "\f3aa";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-sad:before {
  content: "\f3ab";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-search:before {
  content: "\f2f5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-send:before {
  content: "\f2f6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-settings:before {
  content: "\f2f7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-share:before {
  content: "\f2f8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-share-alt:before {
  content: "\f3ac";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-star:before {
  content: "\f2fc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-star-half:before {
  content: "\f3ad";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-star-outline:before {
  content: "\f3ae";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-stopwatch:before {
  content: "\f2fd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-subway:before {
  content: "\f3af";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-sunny:before {
  content: "\f3b0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-sync:before {
  content: "\f3b1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-textsms:before {
  content: "\f3b2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-time:before {
  content: "\f3b3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-train:before {
  content: "\f3b4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-unlock:before {
  content: "\f3b5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-upload:before {
  content: "\f3b6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-volume-down:before {
  content: "\f3b7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-volume-mute:before {
  content: "\f3b8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-volume-off:before {
  content: "\f3b9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-volume-up:before {
  content: "\f3ba";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-walk:before {
  content: "\f3bb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-warning:before {
  content: "\f3bc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-watch:before {
  content: "\f3bd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-android-wifi:before {
  content: "\f305";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-aperture:before {
  content: "\f313";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-archive:before {
  content: "\f102";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-down-a:before {
  content: "\f103";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-down-b:before {
  content: "\f104";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-down-c:before {
  content: "\f105";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-expand:before {
  content: "\f25e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-graph-down-right:before {
  content: "\f260";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-graph-up-left:before {
  content: "\f261";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-graph-up-right:before {
  content: "\f262";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-left-a:before {
  content: "\f106";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-left-b:before {
  content: "\f107";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-left-c:before {
  content: "\f108";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-move:before {
  content: "\f263";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-resize:before {
  content: "\f264";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-return-left:before {
  content: "\f265";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-return-right:before {
  content: "\f266";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-right-a:before {
  content: "\f109";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-right-b:before {
  content: "\f10a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-right-c:before {
  content: "\f10b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-shrink:before {
  content: "\f267";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-swap:before {
  content: "\f268";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-up-a:before {
  content: "\f10c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-up-b:before {
  content: "\f10d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-arrow-up-c:before {
  content: "\f10e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-asterisk:before {
  content: "\f314";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-at:before {
  content: "\f10f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-backspace:before {
  content: "\f3bf";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-backspace-outline:before {
  content: "\f3be";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-bag:before {
  content: "\f110";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-battery-charging:before {
  content: "\f111";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-battery-empty:before {
  content: "\f112";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-battery-full:before {
  content: "\f113";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-battery-half:before {
  content: "\f114";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-battery-low:before {
  content: "\f115";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-beaker:before {
  content: "\f269";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-beer:before {
  content: "\f26a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-bluetooth:before {
  content: "\f116";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-bonfire:before {
  content: "\f315";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-bookmark:before {
  content: "\f26b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-bowtie:before {
  content: "\f3c0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-briefcase:before {
  content: "\f26c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-bug:before {
  content: "\f2be";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-calculator:before {
  content: "\f26d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-calendar:before {
  content: "\f117";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-camera:before {
  content: "\f118";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-card:before {
  content: "\f119";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-cash:before {
  content: "\f316";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chatbox:before {
  content: "\f11b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chatbox-working:before {
  content: "\f11a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chatboxes:before {
  content: "\f11c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chatbubble:before {
  content: "\f11e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chatbubble-working:before {
  content: "\f11d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chatbubbles:before {
  content: "\f11f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-checkmark:before {
  content: "\f122";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-checkmark-circled:before {
  content: "\f120";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-checkmark-round:before {
  content: "\f121";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chevron-down:before {
  content: "\f123";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chevron-left:before {
  content: "\f124";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chevron-right:before {
  content: "\f125";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-chevron-up:before {
  content: "\f126";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-clipboard:before {
  content: "\f127";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-clock:before {
  content: "\f26e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-close:before {
  content: "\f12a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-close-circled:before {
  content: "\f128";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-close-round:before {
  content: "\f129";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-closed-captioning:before {
  content: "\f317";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-cloud:before {
  content: "\f12b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-code:before {
  content: "\f271";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-code-download:before {
  content: "\f26f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-code-working:before {
  content: "\f270";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-coffee:before {
  content: "\f272";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-compass:before {
  content: "\f273";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-compose:before {
  content: "\f12c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-connection-bars:before {
  content: "\f274";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-contrast:before {
  content: "\f275";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-crop:before {
  content: "\f3c1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-cube:before {
  content: "\f318";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-disc:before {
  content: "\f12d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-document:before {
  content: "\f12f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-document-text:before {
  content: "\f12e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-drag:before {
  content: "\f130";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-earth:before {
  content: "\f276";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-easel:before {
  content: "\f3c2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-edit:before {
  content: "\f2bf";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-egg:before {
  content: "\f277";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-eject:before {
  content: "\f131";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-email:before {
  content: "\f132";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-email-unread:before {
  content: "\f3c3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-eye:before {
  content: "\f133";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-eye-disabled:before {
  content: "\f306";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-female:before {
  content: "\f278";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-filing:before {
  content: "\f134";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-film-marker:before {
  content: "\f135";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-fireball:before {
  content: "\f319";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-flag:before {
  content: "\f279";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-flame:before {
  content: "\f31a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-flash:before {
  content: "\f137";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-flash-off:before {
  content: "\f136";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-folder:before {
  content: "\f139";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-fork:before {
  content: "\f27a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-fork-repo:before {
  content: "\f2c0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-forward:before {
  content: "\f13a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-funnel:before {
  content: "\f31b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-gear-a:before {
  content: "\f13d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-gear-b:before {
  content: "\f13e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-grid:before {
  content: "\f13f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-hammer:before {
  content: "\f27b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-happy:before {
  content: "\f31c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-happy-outline:before {
  content: "\f3c6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-headphone:before {
  content: "\f140";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-heart:before {
  content: "\f141";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-heart-broken:before {
  content: "\f31d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-help:before {
  content: "\f143";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-help-buoy:before {
  content: "\f27c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-help-circled:before {
  content: "\f142";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-home:before {
  content: "\f144";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-icecream:before {
  content: "\f27d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-image:before {
  content: "\f147";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-images:before {
  content: "\f148";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-information:before {
  content: "\f14a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-information-circled:before {
  content: "\f149";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ionic:before {
  content: "\f14b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-alarm:before {
  content: "\f3c8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-albums:before {
  content: "\f3ca";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-albums-outline:before {
  content: "\f3c9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-americanfootball:before {
  content: "\f3cc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-analytics:before {
  content: "\f3ce";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-back:before {
  content: "\f3cf";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-down:before {
  content: "\f3d0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-left:before {
  content: "\f3d2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-right:before {
  content: "\f3d3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-arrow-up:before {
  content: "\f3d8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-at:before {
  content: "\f3da";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-at-outline:before {
  content: "\f3d9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-barcode:before {
  content: "\f3dc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-barcode-outline:before {
  content: "\f3db";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-baseball:before {
  content: "\f3de";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-basketball:before {
  content: "\f3e0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-basketball-outline:before {
  content: "\f3df";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-bell:before {
  content: "\f3e2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-bell-outline:before {
  content: "\f3e1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-body:before {
  content: "\f3e4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-body-outline:before {
  content: "\f3e3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-bolt:before {
  content: "\f3e6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-book:before {
  content: "\f3e8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-book-outline:before {
  content: "\f3e7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-bookmarks:before {
  content: "\f3ea";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-box:before {
  content: "\f3ec";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-box-outline:before {
  content: "\f3eb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-briefcase:before {
  content: "\f3ee";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-browsers:before {
  content: "\f3f0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-calculator:before {
  content: "\f3f2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-calendar:before {
  content: "\f3f4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-camera:before {
  content: "\f3f6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-camera-outline:before {
  content: "\f3f5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cart:before {
  content: "\f3f8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cart-outline:before {
  content: "\f3f7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-chatboxes:before {
  content: "\f3fa";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-chatbubble:before {
  content: "\f3fc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-checkmark:before {
  content: "\f3ff";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-circle-filled:before {
  content: "\f400";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-circle-outline:before {
  content: "\f401";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-clock:before {
  content: "\f403";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-clock-outline:before {
  content: "\f402";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-close:before {
  content: "\f406";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-close-empty:before {
  content: "\f404";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-close-outline:before {
  content: "\f405";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloud:before {
  content: "\f40c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloud-download:before {
  content: "\f408";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloud-outline:before {
  content: "\f409";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloud-upload:before {
  content: "\f40b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloudy:before {
  content: "\f410";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloudy-night:before {
  content: "\f40e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cog:before {
  content: "\f412";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-cog-outline:before {
  content: "\f411";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-color-filter:before {
  content: "\f414";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-color-filter-outline:before {
  content: "\f413";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-color-wand:before {
  content: "\f416";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-color-wand-outline:before {
  content: "\f415";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-compose:before {
  content: "\f418";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-compose-outline:before {
  content: "\f417";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-contact:before {
  content: "\f41a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-contact-outline:before {
  content: "\f419";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-copy:before {
  content: "\f41c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-copy-outline:before {
  content: "\f41b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-crop:before {
  content: "\f41e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-crop-strong:before {
  content: "\f41d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-download:before {
  content: "\f420";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-download-outline:before {
  content: "\f41f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-drag:before {
  content: "\f421";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-email:before {
  content: "\f423";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-email-outline:before {
  content: "\f422";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-eye:before {
  content: "\f425";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-eye-outline:before {
  content: "\f424";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-fastforward:before {
  content: "\f427";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-fastforward-outline:before {
  content: "\f426";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-filing:before {
  content: "\f429";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-filing-outline:before {
  content: "\f428";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-film:before {
  content: "\f42b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-film-outline:before {
  content: "\f42a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flag:before {
  content: "\f42d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flag-outline:before {
  content: "\f42c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flame:before {
  content: "\f42f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flame-outline:before {
  content: "\f42e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flask:before {
  content: "\f431";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flask-outline:before {
  content: "\f430";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flower:before {
  content: "\f433";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-flower-outline:before {
  content: "\f432";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-folder:before {
  content: "\f435";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-folder-outline:before {
  content: "\f434";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-football:before {
  content: "\f437";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-football-outline:before {
  content: "\f436";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-game-controller-a:before {
  content: "\f439";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-game-controller-b:before {
  content: "\f43b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-gear:before {
  content: "\f43d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-gear-outline:before {
  content: "\f43c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-glasses:before {
  content: "\f43f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-glasses-outline:before {
  content: "\f43e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-grid-view:before {
  content: "\f441";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-grid-view-outline:before {
  content: "\f440";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-heart:before {
  content: "\f443";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-heart-outline:before {
  content: "\f442";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-help:before {
  content: "\f446";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-help-empty:before {
  content: "\f444";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-help-outline:before {
  content: "\f445";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-home:before {
  content: "\f448";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-home-outline:before {
  content: "\f447";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-infinite:before {
  content: "\f44a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-infinite-outline:before {
  content: "\f449";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-information:before {
  content: "\f44d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-information-empty:before {
  content: "\f44b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-information-outline:before {
  content: "\f44c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-ionic-outline:before {
  content: "\f44e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-keypad:before {
  content: "\f450";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-keypad-outline:before {
  content: "\f44f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-lightbulb:before {
  content: "\f452";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-list:before {
  content: "\f454";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-list-outline:before {
  content: "\f453";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-location:before {
  content: "\f456";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-location-outline:before {
  content: "\f455";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-locked:before {
  content: "\f458";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-locked-outline:before {
  content: "\f457";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-loop:before {
  content: "\f45a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-loop-strong:before {
  content: "\f459";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-medical:before {
  content: "\f45c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-medical-outline:before {
  content: "\f45b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-medkit:before {
  content: "\f45e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-medkit-outline:before {
  content: "\f45d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-mic:before {
  content: "\f461";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-mic-off:before {
  content: "\f45f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-mic-outline:before {
  content: "\f460";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-minus:before {
  content: "\f464";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-minus-empty:before {
  content: "\f462";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-minus-outline:before {
  content: "\f463";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-monitor:before {
  content: "\f466";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-monitor-outline:before {
  content: "\f465";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-moon:before {
  content: "\f468";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-moon-outline:before {
  content: "\f467";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-more:before {
  content: "\f46a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-more-outline:before {
  content: "\f469";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-musical-note:before {
  content: "\f46b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-musical-notes:before {
  content: "\f46c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-navigate:before {
  content: "\f46e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-navigate-outline:before {
  content: "\f46d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-nutrition:before {
  content: "\f470";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-paper:before {
  content: "\f472";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-paper-outline:before {
  content: "\f471";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-paperplane:before {
  content: "\f474";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-paperplane-outline:before {
  content: "\f473";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-partlysunny:before {
  content: "\f476";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pause:before {
  content: "\f478";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pause-outline:before {
  content: "\f477";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-paw:before {
  content: "\f47a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-paw-outline:before {
  content: "\f479";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-people:before {
  content: "\f47c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-people-outline:before {
  content: "\f47b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-person:before {
  content: "\f47e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-person-outline:before {
  content: "\f47d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-personadd:before {
  content: "\f480";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-personadd-outline:before {
  content: "\f47f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-photos:before {
  content: "\f482";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-photos-outline:before {
  content: "\f481";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pie:before {
  content: "\f484";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pie-outline:before {
  content: "\f483";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pint:before {
  content: "\f486";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pint-outline:before {
  content: "\f485";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-play:before {
  content: "\f488";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-play-outline:before {
  content: "\f487";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-plus:before {
  content: "\f48b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-plus-empty:before {
  content: "\f489";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-plus-outline:before {
  content: "\f48a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pricetag:before {
  content: "\f48d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pricetags:before {
  content: "\f48f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-printer:before {
  content: "\f491";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-printer-outline:before {
  content: "\f490";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pulse:before {
  content: "\f493";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-pulse-strong:before {
  content: "\f492";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-rainy:before {
  content: "\f495";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-rainy-outline:before {
  content: "\f494";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-recording:before {
  content: "\f497";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-recording-outline:before {
  content: "\f496";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-redo:before {
  content: "\f499";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-redo-outline:before {
  content: "\f498";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-refresh:before {
  content: "\f49c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-refresh-empty:before {
  content: "\f49a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-refresh-outline:before {
  content: "\f49b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-reload:before {
  content: "\f49d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-reverse-camera:before {
  content: "\f49f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-rewind:before {
  content: "\f4a1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-rose:before {
  content: "\f4a3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-rose-outline:before {
  content: "\f4a2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-search:before {
  content: "\f4a5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-search-strong:before {
  content: "\f4a4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-settings:before {
  content: "\f4a7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-settings-strong:before {
  content: "\f4a6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-shuffle:before {
  content: "\f4a9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-skipbackward:before {
  content: "\f4ab";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-skipforward:before {
  content: "\f4ad";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-snowy:before {
  content: "\f4ae";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-speedometer:before {
  content: "\f4b0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-star:before {
  content: "\f4b3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-star-half:before {
  content: "\f4b1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-star-outline:before {
  content: "\f4b2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-stopwatch:before {
  content: "\f4b5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-sunny:before {
  content: "\f4b7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-telephone:before {
  content: "\f4b9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-tennisball:before {
  content: "\f4bb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-time:before {
  content: "\f4bf";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-time-outline:before {
  content: "\f4be";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-timer:before {
  content: "\f4c1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-timer-outline:before {
  content: "\f4c0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-toggle:before {
  content: "\f4c3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-trash:before {
  content: "\f4c5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-trash-outline:before {
  content: "\f4c4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-undo:before {
  content: "\f4c7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-undo-outline:before {
  content: "\f4c6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-unlocked:before {
  content: "\f4c9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-upload:before {
  content: "\f4cb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-upload-outline:before {
  content: "\f4ca";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-videocam:before {
  content: "\f4cd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-volume-high:before {
  content: "\f4ce";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-volume-low:before {
  content: "\f4cf";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-wineglass:before {
  content: "\f4d1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-world:before {
  content: "\f4d3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ios-world-outline:before {
  content: "\f4d2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ipad:before {
  content: "\f1f9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-iphone:before {
  content: "\f1fa";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ipod:before {
  content: "\f1fb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-jet:before {
  content: "\f295";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-key:before {
  content: "\f296";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-knife:before {
  content: "\f297";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-laptop:before {
  content: "\f1fc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-leaf:before {
  content: "\f1fd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-levels:before {
  content: "\f298";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-lightbulb:before {
  content: "\f299";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-link:before {
  content: "\f1fe";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-load-a:before {
  content: "\f29a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-load-b:before {
  content: "\f29b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-load-c:before {
  content: "\f29c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-load-d:before {
  content: "\f29d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-location:before {
  content: "\f1ff";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-lock-combination:before {
  content: "\f4d4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-locked:before {
  content: "\f200";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-log-in:before {
  content: "\f29e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-log-out:before {
  content: "\f29f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-loop:before {
  content: "\f201";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-magnet:before {
  content: "\f2a0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-male:before {
  content: "\f2a1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-man:before {
  content: "\f202";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-map:before {
  content: "\f203";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-medkit:before {
  content: "\f2a2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-merge:before {
  content: "\f33f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-mic-a:before {
  content: "\f204";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-mic-b:before {
  content: "\f205";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-mic-c:before {
  content: "\f206";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-minus:before {
  content: "\f209";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-minus-circled:before {
  content: "\f207";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-minus-round:before {
  content: "\f208";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-model-s:before {
  content: "\f2c1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-monitor:before {
  content: "\f20a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-more:before {
  content: "\f20b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-mouse:before {
  content: "\f340";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-music-note:before {
  content: "\f20c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-navicon:before {
  content: "\f20e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-navicon-round:before {
  content: "\f20d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-navigate:before {
  content: "\f2a3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-network:before {
  content: "\f341";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-no-smoking:before {
  content: "\f2c2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-nuclear:before {
  content: "\f2a4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-outlet:before {
  content: "\f342";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-paintbrush:before {
  content: "\f4d5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-paintbucket:before {
  content: "\f4d6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-paper-airplane:before {
  content: "\f2c3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-paperclip:before {
  content: "\f20f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pause:before {
  content: "\f210";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-person:before {
  content: "\f213";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-person-add:before {
  content: "\f211";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-person-stalker:before {
  content: "\f212";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pie-graph:before {
  content: "\f2a5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pin:before {
  content: "\f2a6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pinpoint:before {
  content: "\f2a7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pizza:before {
  content: "\f2a8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-plane:before {
  content: "\f214";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-planet:before {
  content: "\f343";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-play:before {
  content: "\f215";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-playstation:before {
  content: "\f30a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-plus:before {
  content: "\f218";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-plus-circled:before {
  content: "\f216";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-plus-round:before {
  content: "\f217";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-podium:before {
  content: "\f344";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pound:before {
  content: "\f219";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-power:before {
  content: "\f2a9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pricetag:before {
  content: "\f2aa";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pricetags:before {
  content: "\f2ab";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-printer:before {
  content: "\f21a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-pull-request:before {
  content: "\f345";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-qr-scanner:before {
  content: "\f346";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-quote:before {
  content: "\f347";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-radio-waves:before {
  content: "\f2ac";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-record:before {
  content: "\f21b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-refresh:before {
  content: "\f21c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-reply:before {
  content: "\f21e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-reply-all:before {
  content: "\f21d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ribbon-a:before {
  content: "\f348";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-ribbon-b:before {
  content: "\f349";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-sad:before {
  content: "\f34a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-sad-outline:before {
  content: "\f4d7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-scissors:before {
  content: "\f34b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-search:before {
  content: "\f21f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-settings:before {
  content: "\f2ad";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-share:before {
  content: "\f220";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-shuffle:before {
  content: "\f221";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-skip-backward:before {
  content: "\f222";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-skip-forward:before {
  content: "\f223";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-android:before {
  content: "\f225";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-android-outline:before {
  content: "\f224";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-angular:before {
  content: "\f4d9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-angular-outline:before {
  content: "\f4d8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-apple:before {
  content: "\f227";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-apple-outline:before {
  content: "\f226";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-bitcoin:before {
  content: "\f2af";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-buffer:before {
  content: "\f229";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-buffer-outline:before {
  content: "\f228";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-chrome:before {
  content: "\f4db";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-chrome-outline:before {
  content: "\f4da";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-codepen:before {
  content: "\f4dd";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-codepen-outline:before {
  content: "\f4dc";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-css3:before {
  content: "\f4df";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-css3-outline:before {
  content: "\f4de";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-designernews:before {
  content: "\f22b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-designernews-outline:before {
  content: "\f22a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-dribbble:before {
  content: "\f22d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-dribbble-outline:before {
  content: "\f22c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-dropbox:before {
  content: "\f22f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-dropbox-outline:before {
  content: "\f22e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-euro:before {
  content: "\f4e1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-euro-outline:before {
  content: "\f4e0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-facebook:before {
  content: "\f231";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-facebook-outline:before {
  content: "\f230";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-foursquare:before {
  content: "\f34d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-foursquare-outline:before {
  content: "\f34c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-github:before {
  content: "\f233";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-github-outline:before {
  content: "\f232";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-google:before {
  content: "\f34f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-google-outline:before {
  content: "\f34e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-googleplus:before {
  content: "\f235";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-googleplus-outline:before {
  content: "\f234";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-hackernews:before {
  content: "\f237";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-hackernews-outline:before {
  content: "\f236";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-html5:before {
  content: "\f4e3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-html5-outline:before {
  content: "\f4e2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-instagram:before {
  content: "\f351";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-instagram-outline:before {
  content: "\f350";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-javascript:before {
  content: "\f4e5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-javascript-outline:before {
  content: "\f4e4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-linkedin:before {
  content: "\f239";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-linkedin-outline:before {
  content: "\f238";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-markdown:before {
  content: "\f4e6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-nodejs:before {
  content: "\f4e7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-octocat:before {
  content: "\f4e8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-pinterest:before {
  content: "\f2b1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-python:before {
  content: "\f4e9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-reddit:before {
  content: "\f23b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-reddit-outline:before {
  content: "\f23a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-rss:before {
  content: "\f23d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-rss-outline:before {
  content: "\f23c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-sass:before {
  content: "\f4ea";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-skype:before {
  content: "\f23f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-skype-outline:before {
  content: "\f23e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-snapchat:before {
  content: "\f4ec";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-tumblr:before {
  content: "\f241";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-tumblr-outline:before {
  content: "\f240";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-tux:before {
  content: "\f2c5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-twitch:before {
  content: "\f4ee";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-twitch-outline:before {
  content: "\f4ed";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-twitter:before {
  content: "\f243";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-twitter-outline:before {
  content: "\f242";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-usd:before {
  content: "\f353";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-usd-outline:before {
  content: "\f352";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-vimeo:before {
  content: "\f245";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-vimeo-outline:before {
  content: "\f244";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-whatsapp:before {
  content: "\f4f0";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-windows:before {
  content: "\f247";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-windows-outline:before {
  content: "\f246";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-wordpress:before {
  content: "\f249";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-wordpress-outline:before {
  content: "\f248";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-yahoo:before {
  content: "\f24b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-yahoo-outline:before {
  content: "\f24a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-yen:before {
  content: "\f4f2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-yen-outline:before {
  content: "\f4f1";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-youtube:before {
  content: "\f24d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-social-youtube-outline:before {
  content: "\f24c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-soup-can:before {
  content: "\f4f4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-soup-can-outline:before {
  content: "\f4f3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-speakerphone:before {
  content: "\f2b2";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-speedometer:before {
  content: "\f2b3";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-spoon:before {
  content: "\f2b4";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-star:before {
  content: "\f24e";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-stats-bars:before {
  content: "\f2b5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-steam:before {
  content: "\f30b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-stop:before {
  content: "\f24f";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-thermometer:before {
  content: "\f2b6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-thumbsdown:before {
  content: "\f250";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-thumbsup:before {
  content: "\f251";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-toggle:before {
  content: "\f355";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-toggle-filled:before {
  content: "\f354";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-transgender:before {
  content: "\f4f5";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-trash-a:before {
  content: "\f252";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-trash-b:before {
  content: "\f253";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-trophy:before {
  content: "\f356";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-tshirt:before {
  content: "\f4f7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-tshirt-outline:before {
  content: "\f4f6";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-umbrella:before {
  content: "\f2b7";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-university:before {
  content: "\f357";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-unlocked:before {
  content: "\f254";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-upload:before {
  content: "\f255";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-usb:before {
  content: "\f2b8";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-videocamera:before {
  content: "\f256";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-volume-high:before {
  content: "\f257";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-volume-low:before {
  content: "\f258";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-volume-medium:before {
  content: "\f259";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-volume-mute:before {
  content: "\f25a";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-wand:before {
  content: "\f358";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-waterdrop:before {
  content: "\f25b";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-wifi:before {
  content: "\f25c";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-wineglass:before {
  content: "\f2b9";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-woman:before {
  content: "\f25d";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-wrench:before {
  content: "\f2ba";
}

/* line 11, app/assets/stylesheets/my/ionicons.min.scss */
.ion-xbox:before {
  content: "\f30c";
}

/*! 
 *   AdminLTE v2.0.1
 *   Author: Almsaeed Studio
 *	 Website: Almsaeed Studio <http://almsaeedstudio.com>
 *   License: Open source - MIT
 *           Please visit http://opensource.org/licenses/MIT for more information
!*/
/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
html, body {
  min-height: 100%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.layout-boxed html, .layout-boxed body {
  height: 100%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: 'Source Sans Pro','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight: 400;
  overflow-x: hidden;
  overflow-y: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.wrapper {
  min-height: 100%;
  position: static;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.wrapper:before, .wrapper:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.wrapper:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.layout-boxed .wrapper {
  max-width: 1250px;
  margin: 0 auto;
  min-height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.layout-boxed {
  background: url(//web.pipi-cdn.com/../img/boxed-bg.jpg) repeat fixed;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-wrapper, .right-side, .main-footer {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -webkit-transition: margin-left 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: margin-left 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: margin-left 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  margin-left: 230px;
  z-index: 820;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.layout-top-nav .content-wrapper, .layout-top-nav .right-side, .layout-top-nav .main-footer {
  margin-left: 0;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .content-wrapper, .right-side, .main-footer {
    margin-left: 0;
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .sidebar-collapse .content-wrapper, .sidebar-collapse .right-side, .sidebar-collapse .main-footer {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .sidebar-open .content-wrapper, .sidebar-open .right-side, .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-wrapper, .right-side {
  min-height: 100%;
  background-color: #ecf0f5;
  z-index: 800;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-footer {
  background: #fff;
  padding: 15px;
  color: #444;
  border-top: 1px solid #eee;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fixed .main-header, .fixed .main-sidebar, .fixed .left-side {
  position: fixed;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fixed .main-header {
  top: 0;
  right: 0;
  left: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fixed .content-wrapper, .fixed .right-side {
  padding-top: 50px;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .fixed .content-wrapper, .fixed .right-side {
    padding-top: 100px;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fixed.layout-boxed .wrapper {
  max-width: 100%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content {
  min-height: 250px;
  padding: 15px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Source Sans Pro',sans-serif;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
a {
  color: #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
a:hover, a:active, a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}

@media print {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .no-print {
    display: none;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-sidebar, .left-side, .main-header, .content-header {
    display: none;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .content-wrapper, .right-side {
    margin: 0 !important;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header {
  position: relative;
  max-height: 100px;
  z-index: 1030;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header > .navbar {
  margin-bottom: 0;
  margin-left: 230px;
  border: none;
  min-height: 50px;
  border-radius: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.layout-top-nav .main-header > .navbar {
  margin-left: 0 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header #navbar-search-input {
  background: rgba(255, 255, 255, 0.2);
  border-color: transparent;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header #navbar-search-input:focus, .main-header #navbar-search-input:active {
  border-color: rgba(0, 0, 0, 0.1) !important;
  background: rgba(255, 255, 255, 0.9);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header #navbar-search-input::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header #navbar-search-input:-ms-input-placeholder {
  color: #ccc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header #navbar-search-input::-webkit-input-placeholder {
  color: #ccc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .navbar-custom-menu, .main-header .navbar-right {
  margin-right: 5px;
  float: right;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-header .navbar-custom-menu a, .main-header .navbar-right a {
    color: inherit;
    background: transparent;
  }
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-header .navbar-right {
    float: none;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-collapse .main-header .navbar-right {
    margin: 7.5px -15px;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-header .navbar-right > li {
    color: inherit;
    border: 0;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .sidebar-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .sidebar-toggle:before {
  content: "\f0c9";
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .sidebar-toggle:hover {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .sidebar-toggle .icon-bar {
  display: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .navbar .nav > li.user > a > .fa, .main-header .navbar .nav > li.user > a > .glyphicon, .main-header .navbar .nav > li.user > a > .ion {
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .navbar .nav > li > a > .label {
  position: absolute;
  top: 9px;
  right: 7px;
  text-align: center;
  font-size: 9px;
  padding: 2px 3px;
  line-height: .9;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .logo {
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  width: 230px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 15px;
  font-weight: 300;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-header .navbar-brand {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-header {
  position: relative;
  padding: 15px 15px 0 15px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-header > h1 {
  margin: 0;
  font-size: 24px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 300;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  border-radius: 2px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-header > .breadcrumb > li > a > .fa, .content-header > .breadcrumb > li > a > .glyphicon, .content-header > .breadcrumb > li > a > .ion {
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #d2d6de;
    padding-left: 10px;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .content-header > .breadcrumb li:before {
    color: #97a0b3;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-toggle {
  color: #fff;
  border: 0;
  margin: 0;
  padding: 15px 15px;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-custom-menu .navbar-nav > li {
    float: left;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-custom-menu .navbar-nav {
    margin: 0;
    float: left;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-custom-menu .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-header {
    position: relative;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-header .logo, .main-header .navbar {
    width: 100%;
    float: none;
    position: relative !important;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-header .navbar {
    margin: 0;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-header .navbar-custom-menu {
    float: right;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-sidebar, .left-side {
    padding-top: 100px !important;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.main-sidebar, .left-side {
  position: absolute;
  top: 0;
  left: 0;
  padding-top: 50px;
  height: 100%;
  width: 230px;
  z-index: 810;
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -moz-transition: -moz-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: -o-transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: transform 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .main-sidebar, .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .sidebar-collapse .main-sidebar, .sidebar-collapse .left-side {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .sidebar-open .main-sidebar, .sidebar-open .left-side {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar {
  padding-bottom: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fixed .sidebar {
  overflow: auto;
  height: 100%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-form input:focus {
  border-color: transparent !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel {
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel:before, .user-panel:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel > .info {
  font-weight: 600;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel > .info > p {
  margin-bottom: 9px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: normal;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.user-panel > .info > a > .fa, .user-panel > .info > a > .ion, .user-panel > .info > a > .glyphicon {
  margin-right: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
  width: 20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu > li .label, .sidebar-menu > li .badge {
  margin-top: 3px;
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu li.header {
  padding: 10px 25px 10px 15px;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu li > a > .fa-angle-left {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu li.active > a > .fa-angle-left {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu li.active > .treeview-menu {
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu .treeview-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
  padding-left: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu .treeview-menu .treeview-menu {
  padding-left: 20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu .treeview-menu > li {
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu .treeview-menu > li > a {
  padding: 5px 5px 5px 15px;
  display: block;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu .treeview-menu > li > a > .fa, .sidebar-menu .treeview-menu > li > a > .glyphicon, .sidebar-menu .treeview-menu > li > a > .ion {
  width: 20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sidebar-menu .treeview-menu > li > a > .fa-angle-left, .sidebar-menu .treeview-menu > li > a > .fa-angle-down {
  width: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.dropdown-menu {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-color: #eee;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.dropdown-menu > li > a {
  color: #777;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.dropdown-menu > li > a > .glyphicon, .dropdown-menu > li > a > .fa, .dropdown-menu > li > a > .ion {
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.dropdown-menu > li > a:hover {
  background-color: #e1e3e9;
  color: #333;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.dropdown-menu > .divider {
  background-color: #eee;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu, .navbar-nav > .messages-menu, .navbar-nav > .tasks-menu {
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu, .navbar-nav > .messages-menu > .dropdown-menu, .navbar-nav > .tasks-menu > .dropdown-menu {
  width: 280px;
  padding: 0 0 0 0 !important;
  margin: 0 !important;
  top: 100%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li, .navbar-nav > .messages-menu > .dropdown-menu > li, .navbar-nav > .tasks-menu > .dropdown-menu > li {
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li.header, .navbar-nav > .messages-menu > .dropdown-menu > li.header, .navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f4f4f4;
  color: #444444;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  font-size: 12px;
  background-color: #fff;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444 !important;
  text-align: center;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
    background: #fff !important;
    color: #444 !important;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  text-decoration: none;
  font-weight: normal;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu, .navbar-nav > .messages-menu > .dropdown-menu > li .menu, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  max-height: 200px;
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  border-bottom: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover, .navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f4f4f4;
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  color: #444444;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa, .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  width: 20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0px;
  padding: 10px 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0px;
  right: 0px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before, .navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu {
  border-radius: 0;
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  height: 175px;
  padding: 10px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 90px;
  width: 90px;
  border: 3px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  font-size: 17px;
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-body {
  padding: 15px;
  border-bottom: 1px solid #f4f4f4;
  border-top: 1px solid #dddddd;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-body:before, .navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-body:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-body a {
  color: #444 !important;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-nav > .user-menu > .dropdown-menu > .user-body a {
    background: #fff !important;
    color: #444 !important;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:before, .navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu > .dropdown-menu > .user-footer .btn-default {
  color: #666666;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-nav > .user-menu .user-image {
  float: left;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  margin-right: 10px;
  margin-top: -2px;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-nav > .user-menu .user-image {
    float: none;
    margin-right: 0;
    margin-top: -8px;
    line-height: 10px;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.open:not(.dropup) > .animated-dropdown-menu {
  backface-visibility: visible !important;
  -webkit-animation: flipInX .7s both;
  -o-animation: flipInX .7s both;
  animation: flipInX .7s both;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

@-webkit-keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    transform: perspective(400px);
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-custom-menu > .navbar-nav > li {
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
  position: absolute;
  right: 0;
  left: auto;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-custom-menu > .navbar-nav {
    float: right;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-custom-menu > .navbar-nav > li {
    position: static;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .navbar-custom-menu > .navbar-nav > li > .dropdown-menu {
    position: absolute;
    right: 5%;
    left: auto;
    border: 1px solid #ddd;
    background: #fff;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-control {
  border-radius: 0 !important;
  box-shadow: none;
  border-color: #d2d6de;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-control::-moz-placeholder {
  color: #bbb;
  opacity: 1;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-control:-ms-input-placeholder {
  color: #bbb;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-control::-webkit-input-placeholder {
  color: #bbb;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-control:not(select) {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-group.has-success label {
  color: #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-group.has-warning label {
  color: #f39c12;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-group.has-error label {
  color: #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.form-group.has-error .form-control {
  border-color: #dd4b39 !important;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.input-group .input-group-addon {
  border-radius: 0;
  border-color: #d2d6de;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-group-vertical .btn.btn-flat:first-of-type, .btn-group-vertical .btn.btn-flat:last-of-type {
  border-radius: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.icheck > label {
  padding-left: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress, .progress > .progress-bar {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress, .progress > .progress-bar, .progress .progress-bar, .progress > .progress-bar .progress-bar {
  border-radius: 1px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.sm, .progress-sm {
  height: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.sm, .progress-sm, .progress.sm .progress-bar, .progress-sm .progress-bar {
  border-radius: 1px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.xs, .progress-xs {
  height: 7px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.xs, .progress-xs, .progress.xs .progress-bar, .progress-xs .progress-bar {
  border-radius: 1px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.xxs, .progress-xxs {
  height: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.xxs, .progress-xxs, .progress.xxs .progress-bar, .progress-xxs .progress-bar {
  border-radius: 1px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.vertical > .progress-bar {
  width: 100% !important;
  position: absolute;
  bottom: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.vertical.sm, .progress.vertical.progress-sm {
  width: 20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.vertical.xs, .progress.vertical.progress-xs {
  width: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress.vertical.xxs, .progress.vertical.progress-xxs {
  width: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-group .progress-text {
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-group .progress-number {
  float: right;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table tr > td .progress {
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-bar-light-blue, .progress-bar-primary {
  background-color: #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-striped .progress-bar-light-blue, .progress-striped .progress-bar-primary {
  background-image: -webkit-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-image: -o-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-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 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-bar-green, .progress-bar-success {
  background-color: #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-striped .progress-bar-green, .progress-striped .progress-bar-success {
  background-image: -webkit-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-image: -o-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-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 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-bar-aqua, .progress-bar-info {
  background-color: #00c0ef;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-striped .progress-bar-aqua, .progress-striped .progress-bar-info {
  background-image: -webkit-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-image: -o-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-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 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-bar-yellow, .progress-bar-warning {
  background-color: #f39c12;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-striped .progress-bar-yellow, .progress-striped .progress-bar-warning {
  background-image: -webkit-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-image: -o-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-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 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-bar-red, .progress-bar-danger {
  background-color: #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-striped .progress-bar-red, .progress-striped .progress-bar-danger {
  background-image: -webkit-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-image: -o-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-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 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box > .inner {
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box p {
  font-size: 15px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box h3, .small-box p {
  z-index: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box .icon {
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  font-size: 90px;
  color: rgba(0, 0, 0, 0.15);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.small-box:hover .icon {
  font-size: 95px;
}

@media (max-width: 767px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .small-box {
    text-align: center;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .small-box .icon {
    display: none;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .small-box p {
    font-size: 12px;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-primary {
  border-top-color: #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-info {
  border-top-color: #00c0ef;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-danger {
  border-top-color: #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-warning {
  border-top-color: #f39c12;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-success {
  border-top-color: #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-default {
  border-top-color: #d2d6de;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.collapsed-box .box-body, .box.collapsed-box .box-footer {
  display: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .nav-stacked > li {
  border-bottom: 1px solid #f4f4f4;
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .nav-stacked > li:last-of-type {
  border-bottom: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .border-right {
  border-right: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .border-left {
  border-left: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid {
  border-top: 0px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid > .box-header .btn:hover, .box.box-solid > .box-header a:hover {
  background: rgba(0, 0, 0, 0.1) !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-default {
  border: 1px solid #d2d6de;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-default > .box-header {
  color: #444;
  background: #d2d6de;
  background-color: #d2d6de;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-default > .box-header a, .box.box-solid.box-default > .box-header .btn {
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-primary > .box-header a, .box.box-solid.box-primary > .box-header .btn {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-info > .box-header a, .box.box-solid.box-info > .box-header .btn {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-danger {
  border: 1px solid #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #dd4b39;
  background-color: #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-danger > .box-header a, .box.box-solid.box-danger > .box-header .btn {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-warning > .box-header a, .box.box-solid.box-warning > .box-header .btn {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid.box-success > .box-header a, .box.box-solid.box-success > .box-header .btn {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .box-group > .box {
  margin-bottom: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 100;
  font-size: 12px;
  margin-bottom: 0.3em;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box > .overlay, .box > .loading-img {
  position: absolute;
  top: -3px;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header:before, .box-header:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.collapsed-box .box-header.with-border {
  border-bottom: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion, .box-header .box-title {
  display: inline-block;
  font-size: 18px;
  margin: 0;
  line-height: 1;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header > .fa, .box-header > .glyphicon, .box-header > .ion {
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header > .box-tools {
  position: absolute;
  right: 10px;
  top: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header > .box-tools [data-toggle="tooltip"] {
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-header > .box-tools.pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-box-tool {
  padding: 5px;
  font-size: 12px;
  background: transparent;
  box-shadow: none !important;
  color: #97a0b3;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.open .btn-box-tool, .btn-box-tool:hover {
  color: #606c84;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-box-tool:active {
  outline: none !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.no-header .box-body {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body > .table {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body > .chart svg, .box-body > .chart canvas {
  width: 100% !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body .fc {
  margin-top: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body .full-width-chart {
  margin: -19px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body.no-padding .full-width-chart {
  margin: -9px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body .box-pane {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-body .box-pane-right {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-footer {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top: 1px solid #f4f4f4;
  padding: 10px;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chart-legend {
  margin: 10px 0;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li {
  border-radius: 2px;
  padding: 10px;
  background: #f4f4f4;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li:last-of-type {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.danger {
  border-left-color: #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.warning {
  border-left-color: #f39c12;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.info {
  border-left-color: #00c0ef;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.success {
  border-left-color: #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.primary {
  border-left-color: #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li .tools {
  display: none;
  float: right;
  color: #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li .tools > .fa, .todo-list > li .tools > .glyphicon, .todo-list > li .tools > .ion {
  margin-right: 5px;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li:hover .tools {
  display: inline-block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.done {
  color: #999;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 500;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list > li.done .label {
  background: #d2d6de !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat {
  padding: 5px 20px 5px 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item {
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item:before, .chat .item:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
  border-radius: 50% !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > img.online {
  border: 2px solid #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > img.offline {
  border: 2px solid #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > .message > .name {
  display: block;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > .attachment {
  border-radius: 3px;
  background: #f4f4f4;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 600;
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > .attachment > p, .chat .item > .attachment > .filename {
  font-weight: 600;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > .attachment:before, .chat .item > .attachment:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.chat .item > .attachment:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.box-input {
  max-width: 200px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box {
  display: block;
  min-height: 90px;
  background: #fff;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box small {
  font-size: 14px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box .progress {
  background: rgba(0, 0, 0, 0.2);
  margin: 5px -10px 5px -10px;
  height: 2px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box .progress, .info-box .progress .progress-bar {
  border-radius: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box .progress .progress-bar {
  background: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 90px;
  width: 90px;
  text-align: center;
  font-size: 45px;
  line-height: 90px;
  background: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box-number {
  display: block;
  font-weight: bold;
  font-size: 18px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-description, .info-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.info-box-more {
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.progress-description {
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 4px;
  background: #ddd;
  left: 31px;
  margin: 0;
  border-radius: 2px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li:before, .timeline > li:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li > .timeline-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  margin-top: 0px;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li > .timeline-item > .timeline-body, .timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li.time-label > span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  border-radius: 4px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.timeline > li > .fa, .timeline > li > .glyphicon, .timeline > li > .ion {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #d2d6de;
  border-radius: 50%;
  text-align: center;
  left: 18px;
  top: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid transparent;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn.uppercase {
  text-transform: uppercase;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn.btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn:focus {
  outline: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn.btn-file {
  position: relative;
  overflow: hidden;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  opacity: 0;
  filter: alpha(opacity=0);
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-default {
  background-color: #f4f4f4;
  color: #444;
  border-color: #ddd;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-default:hover, .btn-default:active, .btn-default.hover {
  background-color: #e7e7e7 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-primary:hover, .btn-primary:active, .btn-primary.hover {
  background-color: #367fa9;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-success:hover, .btn-success:active, .btn-success.hover {
  background-color: #008d4c;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-info:hover, .btn-info:active, .btn-info.hover {
  background-color: #00acd6;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-danger {
  background-color: #dd4b39;
  border-color: #d73925;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-danger:hover, .btn-danger:active, .btn-danger.hover {
  background-color: #d73925;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-warning:hover, .btn-warning:active, .btn-warning.hover {
  background-color: #e08e0b;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-outline {
  border: 1px solid #fff;
  background: transparent;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-outline:hover, .btn-outline:focus, .btn-outline:active {
  color: rgba(255, 255, 255, 0.7);
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn[class*='bg-']:hover {
  -webkit-box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-app {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-app > .fa, .btn-app > .glyphicon, .btn-app > .ion {
  font-size: 20px;
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-app:hover {
  background: #f4f4f4;
  color: #444;
  border-color: #aaa;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-app:active, .btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout {
  border-radius: 3px;
  margin: 0 0 20px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout a {
  color: #fff;
  text-decoration: underline;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout a:hover {
  color: #eee;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout h4 {
  margin-top: 0;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout p:last-child {
  margin-bottom: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout code, .callout .highlight {
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout.callout-danger {
  border-color: #c23321;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout.callout-warning {
  border-color: #c87f0a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout.callout-info {
  border-color: #0097bc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.callout.callout-success {
  border-color: #00733e;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert {
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert h4 {
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert .icon {
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert .close {
  color: #000;
  opacity: .2;
  filter: alpha(opacity=20);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert .close:hover {
  opacity: .5;
  filter: alpha(opacity=50);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert a {
  color: #fff;
  text-decoration: underline;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert-success {
  border-color: #008d4c;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert-danger, .alert-error {
  border-color: #d73925;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert-warning {
  border-color: #e08e0b;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.alert-info {
  border-color: #00acd6;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-pills > li > a {
  border-radius: 0;
  border-top: 3px solid transparent;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-pills > li > a > .fa, .nav-pills > li > a > .glyphicon, .nav-pills > li > a > .ion {
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-pills > li.active > a, .nav-pills > li.active > a:hover {
  background-color: #f4f4f4;
  border-top-color: #3c8dbc;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-pills > li.active > a {
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-pills > li > a:hover {
  background-color: #f6f6f6;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-stacked > li > a {
  border-radius: 0;
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-stacked > li.active > a, .nav-stacked > li.active > a:hover {
  background-color: #f4f4f4;
  border-top: 0;
  border-left-color: #3c8dbc;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f4f4f4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li > a {
  border-radius: 0 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li > a, .nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus, .nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li.active > a, .nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top: 0;
  border-left-color: #f4f4f4;
  border-right-color: #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li.active:first-of-type > a {
  border-left-width: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs.pull-right > li.active:first-of-type > a {
  border-left-width: 1px;
  border-right-width: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .nav-tabs > li.header > .fa, .nav-tabs-custom > .nav-tabs > li.header > .glyphicon, .nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.tabs-bottom.nav-3 li a {
  width: 3333.33333333% !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.tabs-bottom li a {
  border: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.pagination > li > a {
  background: #fafafa;
  color: #666;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.pagination > li:first-of-type a, .pagination > li:last-of-type a {
  border-radius: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list > .item {
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
  background: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list > .item:before, .products-list > .item:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list > .item:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list .product-img {
  float: left;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list .product-img img {
  width: 50px;
  height: 50px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list .product-info {
  margin-left: 60px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list .product-title {
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.products-list .product-description {
  display: block;
  color: #999;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.product-list-in-box > .item {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-bottom: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.product-list-in-box > .item:last-of-type {
  border-bottom-width: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table tr td .progress {
  margin-top: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table-bordered {
  border: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table.no-border, .table.no-border td, .table.no-border th {
  border: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
table.text-center, table.text-center td, table.text-center th {
  text-align: center;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table.align th {
  text-align: left;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.table.align td {
  text-align: right;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.label-default {
  background-color: #d2d6de;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat .box-body {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat.chat-pane-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-messages {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  padding: 10px;
  height: 250px;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-msg, .direct-chat-text {
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-msg {
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-msg:before, .direct-chat-msg:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-msg:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-messages, .direct-chat-contacts {
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -moz-transition: -moz-transform .5s ease-in-out;
  -o-transition: -o-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-text {
  border-radius: 5px;
  position: relative;
  padding: 5px 10px;
  background: #d2d6de;
  border: 1px solid #d2d6de;
  margin: 5px 0 0 50px;
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-text:after, .direct-chat-text:before {
  position: absolute;
  right: 100%;
  top: 15px;
  border: solid transparent;
  border-right-color: #d2d6de;
  content: ' ';
  height: 0;
  width: 0;
  pointer-events: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-text:after {
  border-width: 5px;
  margin-top: -5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-text:before {
  border-width: 6px;
  margin-top: -6px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.right .direct-chat-text {
  margin-right: 50px;
  margin-left: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.right .direct-chat-text:after, .right .direct-chat-text:before {
  right: auto;
  left: 100%;
  border-right-color: transparent;
  border-left-color: #d2d6de;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-img {
  border-radius: 50%;
  float: left;
  width: 40px;
  height: 40px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.right .direct-chat-img {
  float: right;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-info {
  display: block;
  margin-bottom: 2px;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-name {
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-timestamp {
  color: #999;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-contacts-open .direct-chat-contacts {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-contacts {
  -webkit-transform: translate(101%, 0);
  -ms-transform: translate(101%, 0);
  -o-transform: translate(101%, 0);
  transform: translate(101%, 0);
  position: absolute;
  top: 0;
  bottom: 0;
  height: 250px;
  width: 100%;
  background: #222d32;
  color: #fff;
  overflow: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list > li:before, .contacts-list > li:after {
  content: " ";
  display: table;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list > li:after {
  clear: both;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list > li:last-of-type {
  border-bottom: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list-img {
  border-radius: 50%;
  width: 40px;
  float: left;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list-info {
  margin-left: 45px;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list-name, .contacts-list-status {
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list-name {
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list-status {
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list-date {
  color: #aaa;
  font-weight: normal;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.contacts-list-msg {
  color: #999;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-danger .right > .direct-chat-text {
  background: #dd4b39;
  border-color: #dd4b39;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-danger .right > .direct-chat-text:after, .direct-chat-danger .right > .direct-chat-text:before {
  border-left-color: #dd4b39;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-primary .right > .direct-chat-text {
  background: #3c8dbc;
  border-color: #3c8dbc;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-primary .right > .direct-chat-text:after, .direct-chat-primary .right > .direct-chat-text:before {
  border-left-color: #3c8dbc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-warning .right > .direct-chat-text {
  background: #f39c12;
  border-color: #f39c12;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-warning .right > .direct-chat-text:after, .direct-chat-warning .right > .direct-chat-text:before {
  border-left-color: #f39c12;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-info .right > .direct-chat-text {
  background: #00c0ef;
  border-color: #00c0ef;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-info .right > .direct-chat-text:after, .direct-chat-info .right > .direct-chat-text:before {
  border-left-color: #00c0ef;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-success .right > .direct-chat-text {
  background: #00a65a;
  border-color: #00a65a;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.direct-chat-success .right > .direct-chat-text:after, .direct-chat-success .right > .direct-chat-text:before {
  border-left-color: #00a65a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.users-list > li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.users-list > li > img {
  border-radius: 50%;
  max-width: 100%;
  height: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.users-list-name, .users-list-date {
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.users-list-name {
  font-weight: 600;
  color: #444;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.users-list-name:hover {
  color: #999;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.users-list-date {
  color: #999;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.carousel-control {
  background-image: none !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.carousel-control > .fa {
  font-size: 40px;
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal {
  background: rgba(0, 0, 0, 0.3);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-content {
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  border: 0;
}

@media (min-width: 768px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .modal-content {
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.125) !important;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-header {
  border-bottom-color: #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-footer {
  border-top-color: #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-primary .modal-header, .modal-primary .modal-footer {
  border-color: #307095;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-warning .modal-header, .modal-warning .modal-footer {
  border-color: #c87f0a;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-info .modal-header, .modal-info .modal-footer {
  border-color: #0097bc;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-success .modal-header, .modal-success .modal-footer {
  border-color: #00733e;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.modal-danger .modal-header, .modal-danger .modal-footer {
  border-color: #c23321;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-messages > .table {
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-controls {
  padding: 5px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-controls.with-border {
  border-bottom: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-read-info {
  border-bottom: 1px solid #f4f4f4;
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-read-info h3 {
  font-size: 20px;
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-read-info h5 {
  margin: 0;
  padding: 5px 0 0 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-read-time {
  color: #999;
  font-size: 13px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-read-message {
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachments li {
  float: left;
  width: 200px;
  border: 1px solid #eee;
  margin-bottom: 10px;
  margin-right: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachment-name {
  font-weight: bold;
  color: #666;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachment-icon, .mailbox-attachment-info, .mailbox-attachment-size {
  display: block;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachment-info {
  padding: 10px;
  background: #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachment-size {
  color: #999;
  font-size: 12px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachment-icon {
  text-align: center;
  font-size: 65px;
  color: #666;
  padding: 20px 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachment-icon.has-img {
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox-attachment-icon.has-img > img {
  max-width: 100%;
  height: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox {
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox tr.unread > td {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox tr > td > .fa.fa-star, .mailbox .table-mailbox tr > td > .fa.fa-star-o, .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star, .mailbox .table-mailbox tr > td > .glyphicon.glyphicon-star-empty {
  color: #f39c12;
  cursor: pointer;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox tr > td.small-col {
  width: 30px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox tr > td.name {
  width: 150px;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox tr > td.time {
  text-align: right;
  width: 100px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox tr > td {
  white-space: nowrap;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.mailbox .table-mailbox tr > td > a {
  color: #444;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .mailbox .nav-stacked > li:not(.header) {
    float: left;
    width: 50%;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .mailbox .nav-stacked > li.header:not(.header) {
    border: 0 !important;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .mailbox .search-form {
    margin-top: 10px;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen {
  background: #d2d6de;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-logo a {
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-wrapper {
  max-width: 400px;
  margin: 0 auto;
  margin-top: 10%;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen .lockscreen-name {
  text-align: center;
  font-weight: 600;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-item {
  border-radius: 4px;
  padding: 0;
  background: #fff;
  position: relative;
  margin: 10px auto 30px auto;
  width: 290px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-image {
  border-radius: 50%;
  position: absolute;
  left: -10px;
  top: -25px;
  background: #fff;
  padding: 5px;
  z-index: 10;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-image > img {
  border-radius: 50%;
  width: 70px;
  height: 70px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-credentials {
  margin-left: 70px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-credentials .form-control {
  border: 0 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-credentials .btn {
  background-color: #fff;
  border: 0;
  padding: 0 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.lockscreen-footer {
  margin-top: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.login-logo, .register-logo {
  font-size: 35px;
  text-align: center;
  margin-bottom: 25px;
  font-weight: 300;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.login-logo a, .register-logo a {
  color: #444;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.login-page, .register-page {
  background: #d2d6de;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.login-box, .register-box {
  width: 360px;
  margin: 7% auto;
}

@media (max-width: 768px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .login-box, .register-box {
    width: 90%;
    margin-top: 20px;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.login-box-body, .register-box-body {
  background: #fff;
  padding: 20px;
  color: #444;
  border-top: 0;
  color: #666;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.login-box-body .form-control-feedback, .register-box-body .form-control-feedback {
  color: #777;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.login-box-msg, .register-box-msg {
  margin: 0;
  text-align: center;
  padding: 0 20px 20px 20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.social-auth-links {
  margin: 10px 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .error-page {
    width: 100%;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 300;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .error-page > .error-content {
    margin-left: 0;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.error-page > .error-content > h3 {
  font-weight: 300;
  font-size: 25px;
}

@media (max-width: 991px) {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .error-page > .error-content > h3 {
    text-align: center;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.invoice {
  position: relative;
  background: #fff;
  border: 1px solid #f4f4f4;
  padding: 20px;
  margin: 10px 25px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.invoice-title {
  margin-top: 0;
}

@media print {
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .invoice {
    width: 100%;
    border: 0;
    margin: 0;
    padding: 0;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .invoice-col {
    float: left;
    width: 33.3333333%;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .table-responsive {
    overflow: auto;
  }
  /* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
  .table-responsive > .table tr th, .table-responsive > .table tr td {
    white-space: normal !important;
  }
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social.btn-lg, .btn-group-lg > .btn-social.btn {
  padding-left: 61px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social.btn-lg :first-child, .btn-group-lg > .btn-social.btn :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social.btn-sm, .btn-group-sm > .btn-social.btn {
  padding-left: 38px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social.btn-sm :first-child, .btn-group-sm > .btn-social.btn :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social.btn-xs, .btn-group-xs > .btn-social.btn {
  padding-left: 30px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social.btn-xs :first-child, .btn-group-xs > .btn-social.btn :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon {
  position: relative;
  padding-left: 44px !important;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 34px;
  width: 34px;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon :first-child {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px !important;
  line-height: 34px !important;
  font-size: 1.6em !important;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  padding-left: 61px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-lg :first-child, .btn-group-lg > .btn-social-icon.btn :first-child {
  line-height: 45px;
  width: 45px;
  font-size: 1.8em;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  padding-left: 38px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-sm :first-child, .btn-group-sm > .btn-social-icon.btn :first-child {
  line-height: 28px;
  width: 28px;
  font-size: 1.4em;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
  padding-left: 30px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-xs :first-child, .btn-group-xs > .btn-social-icon.btn :first-child {
  line-height: 20px;
  width: 20px;
  font-size: 1.2em;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon :first-child {
  border: none;
  text-align: center;
  width: 100% !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-lg, .btn-group-lg > .btn-social-icon.btn {
  height: 45px;
  width: 45px;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-sm, .btn-group-sm > .btn-social-icon.btn {
  height: 30px;
  width: 30px;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-social-icon.btn-xs, .btn-group-xs > .btn-social-icon.btn {
  height: 22px;
  width: 22px;
  padding-left: 0;
  padding-right: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-bitbucket {
  color: #fff;
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket.focus, .btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  color: #fff;
  background-color: #163758;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-bitbucket:active, .btn-bitbucket.active, .open > .dropdown-toggle.btn-bitbucket {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled.focus, .btn-bitbucket.focus[disabled], fieldset[disabled] .btn-bitbucket.focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket.active[disabled], fieldset[disabled] .btn-bitbucket.active {
  background-color: #205081;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-bitbucket .badge {
  color: #205081;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-dropbox {
  color: #fff;
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox.focus, .btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  color: #fff;
  background-color: #0d6aad;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-dropbox:active, .btn-dropbox.active, .open > .dropdown-toggle.btn-dropbox {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled.focus, .btn-dropbox.focus[disabled], fieldset[disabled] .btn-dropbox.focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox.active[disabled], fieldset[disabled] .btn-dropbox.active {
  background-color: #1087dd;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-dropbox .badge {
  color: #1087dd;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-facebook {
  color: #fff;
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook.focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  color: #fff;
  background-color: #2d4373;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled.focus, .btn-facebook.focus[disabled], fieldset[disabled] .btn-facebook.focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook.active[disabled], fieldset[disabled] .btn-facebook.active {
  background-color: #3b5998;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-facebook .badge {
  color: #3b5998;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-flickr {
  color: #fff;
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-flickr:hover, .btn-flickr:focus, .btn-flickr.focus, .btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  color: #fff;
  background-color: #cc006a;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-flickr:active, .btn-flickr.active, .open > .dropdown-toggle.btn-flickr {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled.focus, .btn-flickr.focus[disabled], fieldset[disabled] .btn-flickr.focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr.active[disabled], fieldset[disabled] .btn-flickr.active {
  background-color: #ff0084;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-flickr .badge {
  color: #ff0084;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-foursquare {
  color: #fff;
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare.focus, .btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  color: #fff;
  background-color: #00517e;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-foursquare:active, .btn-foursquare.active, .open > .dropdown-toggle.btn-foursquare {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled.focus, .btn-foursquare.focus[disabled], fieldset[disabled] .btn-foursquare.focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare.active[disabled], fieldset[disabled] .btn-foursquare.active {
  background-color: #0072b1;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-foursquare .badge {
  color: #0072b1;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-github {
  color: #fff;
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-github:hover, .btn-github:focus, .btn-github.focus, .btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  color: #fff;
  background-color: #2b2b2b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-github:active, .btn-github.active, .open > .dropdown-toggle.btn-github {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled.focus, .btn-github.focus[disabled], fieldset[disabled] .btn-github.focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github.active[disabled], fieldset[disabled] .btn-github.active {
  background-color: #444;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-github .badge {
  color: #444;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-google-plus {
  color: #fff;
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus.focus, .btn-google-plus:active, .btn-google-plus.active, .open > .dropdown-toggle.btn-google-plus {
  color: #fff;
  background-color: #c23321;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-google-plus:active, .btn-google-plus.active, .open > .dropdown-toggle.btn-google-plus {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled.focus, .btn-google-plus.focus[disabled], fieldset[disabled] .btn-google-plus.focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus.active[disabled], fieldset[disabled] .btn-google-plus.active {
  background-color: #dd4b39;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-google-plus .badge {
  color: #dd4b39;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-instagram {
  color: #fff;
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-instagram:hover, .btn-instagram:focus, .btn-instagram.focus, .btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  color: #fff;
  background-color: #305777;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-instagram:active, .btn-instagram.active, .open > .dropdown-toggle.btn-instagram {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled.focus, .btn-instagram.focus[disabled], fieldset[disabled] .btn-instagram.focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram.active[disabled], fieldset[disabled] .btn-instagram.active {
  background-color: #3f729b;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-instagram .badge {
  color: #3f729b;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-linkedin {
  color: #fff;
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin.focus, .btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  color: #fff;
  background-color: #005983;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-linkedin:active, .btn-linkedin.active, .open > .dropdown-toggle.btn-linkedin {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled.focus, .btn-linkedin.focus[disabled], fieldset[disabled] .btn-linkedin.focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin.active[disabled], fieldset[disabled] .btn-linkedin.active {
  background-color: #007bb6;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-linkedin .badge {
  color: #007bb6;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-tumblr {
  color: #fff;
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr.focus, .btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  color: #fff;
  background-color: #1c2d3f;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-tumblr:active, .btn-tumblr.active, .open > .dropdown-toggle.btn-tumblr {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled.focus, .btn-tumblr.focus[disabled], fieldset[disabled] .btn-tumblr.focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr.active[disabled], fieldset[disabled] .btn-tumblr.active {
  background-color: #2c4762;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-tumblr .badge {
  color: #2c4762;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-twitter {
  color: #fff;
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter.focus, .btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  color: #fff;
  background-color: #2795e9;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-twitter:active, .btn-twitter.active, .open > .dropdown-toggle.btn-twitter {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled.focus, .btn-twitter.focus[disabled], fieldset[disabled] .btn-twitter.focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter.active[disabled], fieldset[disabled] .btn-twitter.active {
  background-color: #55acee;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-twitter .badge {
  color: #55acee;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-vk {
  color: #fff;
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-vk:hover, .btn-vk:focus, .btn-vk.focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  color: #fff;
  background-color: #466482;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
  background-image: none;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled.focus, .btn-vk.focus[disabled], fieldset[disabled] .btn-vk.focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk.active[disabled], fieldset[disabled] .btn-vk.active {
  background-color: #587ea3;
  border-color: rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.btn-vk .badge {
  color: #587ea3;
  background-color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-button {
  background: #f4f4f4;
  background-image: none;
  color: #444;
  border-color: #ddd;
  border-bottom-color: #ddd;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-button:hover, .fc-button:active, .fc-button.hover {
  background-color: #e9e9e9;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-header-right {
  padding-right: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-header-left {
  padding-left: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-widget-header {
  background: #fafafa;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-grid {
  width: 100%;
  border: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-widget-header:first-of-type, .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-widget-header:last-of-type, .fc-widget-content:last-of-type {
  border-right: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-toolbar {
  padding: 10px;
  margin: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-day-number {
  font-size: 20px;
  font-weight: 300;
  padding-right: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-color-picker {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-color-picker > li {
  float: left;
  font-size: 30px;
  margin-right: 5px;
  line-height: 30px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-color-picker > li .fa {
  -webkit-transition: -webkit-transform linear .3s;
  -moz-transition: -moz-transform linear .3s;
  -o-transition: -o-transform linear .3s;
  transition: transform linear .3s;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.fc-color-picker > li .fa:hover {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
#add-new-event {
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.external-event {
  padding: 5px 10px;
  font-weight: bold;
  margin-bottom: 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  cursor: move;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.external-event:hover {
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.2);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.pad {
  padding: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.margin {
  margin: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.margin-bottom {
  margin-bottom: 20px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.inline {
  display: inline;
  width: auto;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.description-block {
  display: block;
  margin: 10px 0;
  text-align: center;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.description-block.margin-bottom {
  margin-bottom: 25px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.description-block > .description-header {
  margin: 0;
  padding: 0;
  font-weight: 600;
  font-size: 16px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.description-block > .description-text {
  text-transform: uppercase;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-red, .bg-yellow, .bg-aqua, .bg-blue, .bg-light-blue, .bg-green, .bg-navy, .bg-teal, .bg-olive, .bg-lime, .bg-orange, .bg-fuchsia, .bg-purple, .bg-maroon, .bg-black, .bg-red-active, .bg-yellow-active, .bg-aqua-active, .bg-blue-active, .bg-light-blue-active, .bg-green-active, .bg-navy-active, .bg-teal-active, .bg-olive-active, .bg-lime-active, .bg-orange-active, .bg-fuchsia-active, .bg-purple-active, .bg-maroon-active, .bg-black-active, .callout.callout-danger, .callout.callout-warning, .callout.callout-info, .callout.callout-success, .alert-success, .alert-danger, .alert-error, .alert-warning, .alert-info, .label-danger, .label-info, .label-waring, .label-primary, .label-success, .modal-primary .modal-body, .modal-primary .modal-header, .modal-primary .modal-footer, .modal-warning .modal-body, .modal-warning .modal-header, .modal-warning .modal-footer, .modal-info .modal-body, .modal-info .modal-header, .modal-info .modal-footer, .modal-success .modal-body, .modal-success .modal-header, .modal-success .modal-footer, .modal-danger .modal-body, .modal-danger .modal-header, .modal-danger .modal-footer {
  color: #fff !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-gray {
  color: #000;
  background-color: #d2d6de !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-black {
  background-color: #111 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-red, .callout.callout-danger, .alert-danger, .alert-error, .label-danger, .modal-danger .modal-body {
  background-color: #dd4b39 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-yellow, .callout.callout-warning, .alert-warning, .label-waring, .modal-warning .modal-body {
  background-color: #f39c12 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-aqua, .callout.callout-info, .alert-info, .label-info, .modal-info .modal-body {
  background-color: #00c0ef !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-blue {
  background-color: #0073b7 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-light-blue, .label-primary, .modal-primary .modal-body {
  background-color: #3c8dbc !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-green, .callout.callout-success, .alert-success, .label-success, .modal-success .modal-body {
  background-color: #00a65a !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-navy {
  background-color: #001f3f !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-teal {
  background-color: #39cccc !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-olive {
  background-color: #3d9970 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-lime {
  background-color: #01ff70 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-orange {
  background-color: #ff851b !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-fuchsia {
  background-color: #f012be !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-purple {
  background-color: #605ca8 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-maroon {
  background-color: #d81b60 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-gray-active {
  color: #000;
  background-color: #b5bbc8 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-black-active {
  background-color: #000 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-red-active, .modal-danger .modal-header, .modal-danger .modal-footer {
  background-color: #d33724 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-yellow-active, .modal-warning .modal-header, .modal-warning .modal-footer {
  background-color: #db8b0b !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-aqua-active, .modal-info .modal-header, .modal-info .modal-footer {
  background-color: #00a7d0 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-blue-active {
  background-color: #005384 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-light-blue-active, .modal-primary .modal-header, .modal-primary .modal-footer {
  background-color: #357ca5 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-green-active, .modal-success .modal-header, .modal-success .modal-footer {
  background-color: #008d4c !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-navy-active {
  background-color: #001a35 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-teal-active {
  background-color: #30bbbb !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-olive-active {
  background-color: #368763 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-lime-active {
  background-color: #00e765 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-orange-active {
  background-color: #ff7701 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-fuchsia-active {
  background-color: #db0ead !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-purple-active {
  background-color: #555299 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-maroon-active {
  background-color: #ca195a !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.disabled[class^="bg-"] {
  opacity: .65;
  filter: alpha(opacity=65);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-red {
  color: #dd4b39 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-yellow {
  color: #f39c12 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-aqua {
  color: #00c0ef !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-blue {
  color: #0073b7 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-black {
  color: #111 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-light-blue {
  color: #3c8dbc !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-green {
  color: #00a65a !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-gray {
  color: #d2d6de !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-navy {
  color: #001f3f !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-teal {
  color: #39cccc !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-olive {
  color: #3d9970 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-lime {
  color: #01ff70 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-orange {
  color: #ff851b !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-fuchsia {
  color: #f012be !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-purple {
  color: #605ca8 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-maroon {
  color: #d81b60 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.hide {
  display: none !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.no-border {
  border: 0px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.no-padding {
  padding: 0px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.no-margin {
  margin: 0px !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.no-shadow {
  box-shadow: none !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.list-unstyled, .chart-legend, .contacts-list, .users-list, .mailbox-attachments {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.flat {
  border-radius: 0 !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.text-bold, .text-bold.table td, .text-bold.table th {
  font-weight: 700;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.jqstooltip {
  padding: 5px !important;
  width: auto !important;
  height: auto !important;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-teal-gradient {
  background: #39cccc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #39cccc), color-stop(1, #7adddd)) !important;
  background: -ms-linear-gradient(bottom, #39cccc, #7adddd) !important;
  background: -moz-linear-gradient(center bottom, #39cccc 0, #7adddd 100%) !important;
  background: -o-linear-gradient(#7adddd, #39cccc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7adddd', endColorstr='#39cccc', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-aqua-gradient {
  background: #00c0ef !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00c0ef), color-stop(1, #14d1ff)) !important;
  background: -ms-linear-gradient(bottom, #00c0ef, #14d1ff) !important;
  background: -moz-linear-gradient(center bottom, #00c0ef 0, #14d1ff 100%) !important;
  background: -o-linear-gradient(#14d1ff, #00c0ef) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#14d1ff', endColorstr='#00c0ef', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-yellow-gradient {
  background: #f39c12 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #f39c12), color-stop(1, #f7bc60)) !important;
  background: -ms-linear-gradient(bottom, #f39c12, #f7bc60) !important;
  background: -moz-linear-gradient(center bottom, #f39c12 0, #f7bc60 100%) !important;
  background: -o-linear-gradient(#f7bc60, #f39c12) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7bc60', endColorstr='#f39c12', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-purple-gradient {
  background: #605ca8 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #605ca8), color-stop(1, #9491c4)) !important;
  background: -ms-linear-gradient(bottom, #605ca8, #9491c4) !important;
  background: -moz-linear-gradient(center bottom, #605ca8 0, #9491c4 100%) !important;
  background: -o-linear-gradient(#9491c4, #605ca8) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9491c4', endColorstr='#605ca8', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-green-gradient {
  background: #00a65a !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #00a65a), color-stop(1, #00ca6d)) !important;
  background: -ms-linear-gradient(bottom, #00a65a, #00ca6d) !important;
  background: -moz-linear-gradient(center bottom, #00a65a 0, #00ca6d 100%) !important;
  background: -o-linear-gradient(#00ca6d, #00a65a) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ca6d', endColorstr='#00a65a', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-red-gradient {
  background: #dd4b39 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dd4b39), color-stop(1, #e47365)) !important;
  background: -ms-linear-gradient(bottom, #dd4b39, #e47365) !important;
  background: -moz-linear-gradient(center bottom, #dd4b39 0, #e47365 100%) !important;
  background: -o-linear-gradient(#e47365, #dd4b39) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e47365', endColorstr='#dd4b39', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-black-gradient {
  background: #111 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #111), color-stop(1, #2b2b2b)) !important;
  background: -ms-linear-gradient(bottom, #111, #2b2b2b) !important;
  background: -moz-linear-gradient(center bottom, #111 0, #2b2b2b 100%) !important;
  background: -o-linear-gradient(#2b2b2b, #111) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2b2b2b', endColorstr='#111111', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.bg-maroon-gradient {
  background: #d81b60 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #d81b60), color-stop(1, #e73f7c)) !important;
  background: -ms-linear-gradient(bottom, #d81b60, #e73f7c) !important;
  background: -moz-linear-gradient(center bottom, #d81b60 0, #e73f7c 100%) !important;
  background: -o-linear-gradient(#e73f7c, #d81b60) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e73f7c', endColorstr='#d81b60', GradientType=0) !important;
  color: #fff;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.connectedSortable {
  min-height: 100px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.sort-highlight {
  background: #f4f4f4;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.full-opacity-hover {
  opacity: .65;
  filter: alpha(opacity=65);
}

/* line 7, app/assets/stylesheets/my/AdminLTE.min.css */
.full-opacity-hover:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
 * Skin: Blue
 * ----------
 */
/* line 5, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar {
  background-color: #3c8dbc;
}

/* line 8, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar .nav > li > a {
  color: #ffffff;
}

/* line 11, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.1);
  color: #f6f6f6;
}

/* line 20, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar .navbar-custom-menu > .nav {
  margin-right: 10px;
}

/* line 23, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #ffffff;
}

/* line 26, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  color: #f6f6f6;
  background: rgba(0, 0, 0, 0.1);
}

/* line 30, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar .sidebar-toggle {
  color: #fff;
}

/* line 33, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .navbar .sidebar-toggle:hover {
  background-color: #367fa9;
}

@media (max-width: 767px) {
  /* line 37, app/assets/stylesheets/my/skin-blue.css */
  .skin-blue .main-header .navbar .dropdown-menu li.divider {
    background-color: rgba(255, 255, 255, 0.1);
  }
  /* line 40, app/assets/stylesheets/my/skin-blue.css */
  .skin-blue .main-header .navbar .dropdown-menu li a {
    color: #fff;
  }
  /* line 43, app/assets/stylesheets/my/skin-blue.css */
  .skin-blue .main-header .navbar .dropdown-menu li a:hover {
    background: #367fa9;
  }
}

/* line 47, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .logo {
  background-color: #3C8DBC;
  color: #ffffff;
  border-bottom: 0px solid transparent;
}

/* line 52, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .logo > a {
  color: #ffffff;
}

/* line 55, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header .logo:hover {
  background: #357ca5;
}

/* line 58, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .main-header li.user-header {
  background-color: #3c8dbc;
}

/* line 61, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .content-header {
  background: transparent;
}

/* line 64, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #fff;
}

/* line 68, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-menu > li.header {
  color: #4b646f;
  background: #1a2226;
}

/* line 72, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-menu > li > a {
  border-left: 3px solid transparent;
  margin-right: 1px;
}

/* line 76, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-menu > li > a:hover,
.skin-blue .sidebar-menu > li.active > a {
  color: #ffffff;
  background: #1e282c;
  border-left-color: #3c8dbc;
}

/* line 82, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-menu > li > .treeview-menu {
  margin: 0 1px;
  background: #2c3b41;
}

/* line 86, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
  background: #222d32;
}

/* line 91, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar a {
  color: #b8c7ce;
}

/* line 94, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar a:hover {
  text-decoration: none;
}

/* line 97, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .treeview-menu > li > a {
  color: #8aa4af;
}

/* line 100, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
  color: #ffffff;
}

/* line 104, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-form {
  border-radius: 3px;
  border: 1px solid #374850;
  margin: 10px 10px;
}

/* line 109, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #374850;
  border: 1px solid transparent;
  height: 35px;
  -webkit-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  -o-transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
  transition: all 0.3s cubic-bezier(0.32, 1.25, 0.375, 1.15);
}

/* line 119, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
  border-top-left-radius: 2px !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 2px !important;
}

/* line 126, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}

/* line 131, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}

/* line 134, app/assets/stylesheets/my/skin-blue.css */
.skin-blue .sidebar-form .btn {
  color: #999;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 2px !important;
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 0 !important;
}

/* line 141, app/assets/stylesheets/my/skin-blue.css */
.skin-blue.layout-top-nav .main-header > .logo {
  background-color: #3c8dbc;
  color: #ffffff;
  border-bottom: 0px solid transparent;
}

/* line 146, app/assets/stylesheets/my/skin-blue.css */
.skin-blue.layout-top-nav .main-header > .logo > a {
  color: #ffffff;
}

/* line 149, app/assets/stylesheets/my/skin-blue.css */
.skin-blue.layout-top-nav .main-header > .logo:hover {
  background: #3b8ab8;
}

/*带树级状态的可搜索下拉框*/
/* line 3, app/assets/stylesheets/admin/select3.css */
.tree-type-search {
  background: #fff;
  border: 1px solid #ccc;
}

/* line 7, app/assets/stylesheets/admin/select3.css */
.tree-type-search.fc-doing {
  border-color: #d0d5da;
  position: absolute;
  z-index: 9999999;
}

/*选中展示、搜索区域*/
/* line 13, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area {
  width: 100%;
  border: 0px;
  padding: 0px 5px;
}

/* line 18, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .icon-loading {
  display: none;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 5px;
  z-index: 3;
  -webkit-animation: rotation 1s ease-in-out infinite;
  -moz-animation: rotation 1s ease-in-out infinite;
  animation: rotation 1s ease-in-out infinite;
  background-size: 16px;
}

/* line 30, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .choices-list {
  display: block;
  width: 100%;
  position: relative;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

/* line 38, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .choices-list li {
  display: inline-block;
  max-width: 100%;
  padding: 0px 20px 0px 14px;
  color: #333;
  margin: 3px 2px 3px 0px;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 49, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .choices-list li.choice-field {
  position: relative;
  color: #fff;
  border: 1px solid #2a6395;
  background: #3276b1;
}

/* line 57, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .choices-list li.choice-field .show-text {
  overflow: hidden;
  text-overflow: ellipsis;
  cursor: default;
}

/* line 62, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .choices-list li.choice-field .del-action {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 2px;
  right: 2px;
  cursor: pointer;
  background-size: 10px;
}

/* line 71, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .choices-list li.choice-field .del-action:hover {
  background-size: 12px;
}

/* line 74, app/assets/stylesheets/admin/select3.css */
.tree-type-search .choices-area .choices-list li.search-field {
  width: auto;
  padding: 0px;
  margin-right: 0px;
}

/* line 79, app/assets/stylesheets/admin/select3.css */
.tree-type-search .search_box {
  width: 100%;
  height: 30px;
  display: none;
}

/* line 84, app/assets/stylesheets/admin/select3.css */
.tree-type-search .search-input {
  width: 100%;
  height: 100%;
  padding: 0px 10px;
  box-sizing: border-box;
}

/* .tree-type-search.fc-doing .choices-area .choices-list li.search-field .search-input{
	display:block;
}
.tree-type-search.fc-doing .choices-area .choices-list li.search-field .search-input:focus{
	border:0px;
} */
/*数据为空提示*/
/* line 97, app/assets/stylesheets/admin/select3.css */
.tree-type-search .remind-area {
  display: none;
}

/* line 100, app/assets/stylesheets/admin/select3.css */
.tree-type-search.fc-doing .remind-area {
  display: block;
}

/* line 103, app/assets/stylesheets/admin/select3.css */
.tree-type-search .remind-area .remind-text {
  display: none;
  margin: 4px;
  line-height: 24px;
  padding: 0px 10px;
  background: #f4f4f4;
  color: #000;
}

/*生成树区域*/
/* line 112, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area {
  display: none;
  width: 100%;
  max-height: 600px;
  overflow-y: auto;
}

/* line 118, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}

/* line 123, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element li {
  border-top: 1px solid #ccc;
  position: relative;
}

/* line 127, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element .ts-icon {
  display: block;
  height: 24px;
  position: absolute;
  top: 3px;
  left: 0px;
  padding-right: 8px;
  border-right: 1px solid #ccc;
  cursor: pointer;
  background-size: 12px 12px;
}

/* line 138, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element .ts-icon:hover {
  background-size: 14px 14px;
  background-color: #f8f8f8;
}

/* line 142, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element .ts-title {
  display: block;
  height: 30px;
  line-height: 30px;
  font-weight: 500;
  color: #000;
  cursor: pointer;
  text-indent: 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 154, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element .ts-title:hover {
  color: #d0d5da;
}

/* line 157, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element .ts-title .search-text {
  text-decoration: underline;
  color: #d0d5da;
}

/* line 161, app/assets/stylesheets/admin/select3.css */
.tree-type-search .tree-area ul.list-element .ts-title.is-checked {
  cursor: not-allowed;
  opacity: 0.5;
}

/*旋转动画特效果*/
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@-moz-keyframes rotation {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* line 184, app/assets/stylesheets/admin/select3.css */
.icon-down-s1 {
  background-image: url(//web.pipi-cdn.com/assets/down-1-0cc72f51c07b997bf2a941069f66d34a9f02216781b917cc30a856c5d523e18b.png);
  background-repeat: no-repeat;
}

/* line 188, app/assets/stylesheets/admin/select3.css */
.icon-right-s1 {
  background-image: url(//web.pipi-cdn.com/assets/right-1-a805d1a72a3463d66bb8f28eea1d2f54341c491da24a1a519a23b4fbbbca1850.png);
  background-repeat: no-repeat;
}

/* line 192, app/assets/stylesheets/admin/select3.css */
.icon-delete-s1 {
  background-image: url(//web.pipi-cdn.com/assets/delete-1-752d963979b332d1d8e217742dcf98e828bcb70c6204c63b2620cda5a483e933.png);
  background-repeat: no-repeat;
}

/* line 196, app/assets/stylesheets/admin/select3.css */
.icon-refresh-s1 {
  background-image: url(//web.pipi-cdn.com/assets/refresh-1-b59a4afa706930f40315e15e3cb34c66fa829ae028abf56295be036a1a63a16c.png);
  background-repeat: no-repeat;
}

/* line 201, app/assets/stylesheets/admin/select3.css */
[class^="icon-"], [class*=" icon-"] {
  background-position: center center;
}

/* iCheck plugin Square skin, blue
----------------------------------- */
/* line 3, app/assets/stylesheets/my/blue.scss */
.icheckbox_square-blue,
.iradio_square-blue {
  display: inline-block;
  *display: inline;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: url(//web.pipi-cdn.com/assets/blue-f782bfedbef3205bfb4ee89e408cf2dc066f7457664f3e99ee7cf25da81a9c9c.png) no-repeat;
  border: none;
  cursor: pointer;
}

/* line 17, app/assets/stylesheets/my/blue.scss */
.icheckbox_square-blue {
  background-position: 0 0;
}

/* line 20, app/assets/stylesheets/my/blue.scss */
.icheckbox_square-blue.hover {
  background-position: -24px 0;
}

/* line 23, app/assets/stylesheets/my/blue.scss */
.icheckbox_square-blue.checked {
  background-position: -48px 0;
}

/* line 26, app/assets/stylesheets/my/blue.scss */
.icheckbox_square-blue.disabled {
  background-position: -72px 0;
  cursor: default;
}

/* line 30, app/assets/stylesheets/my/blue.scss */
.icheckbox_square-blue.checked.disabled {
  background-position: -96px 0;
}

/* line 34, app/assets/stylesheets/my/blue.scss */
.iradio_square-blue {
  background-position: -120px 0;
}

/* line 37, app/assets/stylesheets/my/blue.scss */
.iradio_square-blue.hover {
  background-position: -144px 0;
}

/* line 40, app/assets/stylesheets/my/blue.scss */
.iradio_square-blue.checked {
  background-position: -168px 0;
}

/* line 43, app/assets/stylesheets/my/blue.scss */
.iradio_square-blue.disabled {
  background-position: -192px 0;
  cursor: default;
}

/* line 47, app/assets/stylesheets/my/blue.scss */
.iradio_square-blue.checked.disabled {
  background-position: -216px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
  /* line 56, app/assets/stylesheets/my/blue.scss */
  .icheckbox_square-blue,
.iradio_square-blue {
    background-image: url(//web.pipi-cdn.com/assets/blue@2x-9b3d12d2bf411f1ce9e11e2c7d297de9b892d73e29ac97eeaaa016c465dea094.png);
    -webkit-background-size: 240px 24px;
    background-size: 240px 24px;
  }
}

/*
    Common
*/
/* line 5, app/assets/stylesheets/my/jquery.steps.css */
.wizard,
.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* line 13, app/assets/stylesheets/my/jquery.steps.css */
.wizard a,
.tabcontrol a {
  outline: 0;
}

/* line 19, app/assets/stylesheets/my/jquery.steps.css */
.wizard ul,
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

/* line 27, app/assets/stylesheets/my/jquery.steps.css */
.wizard ul > li,
.tabcontrol ul > li {
  display: block;
  padding: 0;
}

/* Accessibility */
/* line 35, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps .current-info,
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}

/* line 42, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .title,
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}

/*
    Wizard
*/
/* line 55, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 62, app/assets/stylesheets/my/jquery.steps.css */
.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}

/* line 69, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps > ul > li {
  width: 25%;
}

/* line 74, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps > ul > li,
.wizard > .actions > ul > li {
  float: left;
}

/* line 80, app/assets/stylesheets/my/jquery.steps.css */
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}

/* line 86, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps a,
.wizard > .steps a:hover,
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 8px;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 101, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps .disabled a,
.wizard > .steps .disabled a:hover,
.wizard > .steps .disabled a:active {
  background: #eee;
  color: #aaa;
  cursor: default;
}

/* line 110, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps .current a,
.wizard > .steps .current a:hover,
.wizard > .steps .current a:active {
  background: #1A85B3;
  color: #fff;
  cursor: default;
}

/* line 119, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps .done a,
.wizard > .steps .done a:hover,
.wizard > .steps .done a:active {
  background: #6FB3D1;
  color: #fff;
}

/* line 127, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .steps .error a,
.wizard > .steps .error a:hover,
.wizard > .steps .error a:active {
  background: #ED5565;
  color: #fff;
}

/* line 135, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content {
  background: #eee;
  display: block;
  margin: 5px 5px 10px 5px;
  min-height: 420px;
  overflow: hidden;
  position: relative;
  width: auto;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 150, app/assets/stylesheets/my/jquery.steps.css */
.wizard-big.wizard > .content {
  /*min-height: 520px;*/
}

/* line 153, app/assets/stylesheets/my/jquery.steps.css */
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}

/* line 161, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 170, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body ul {
  list-style: disc !important;
}

/* line 175, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body ul > li {
  display: list-item;
}

/* line 180, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}

/* line 187, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body input {
  display: block;
  border: 1px solid #ccc;
}

/* line 193, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body input.error {
  background: #fbe3e4;
  border: 1px solid #fbc2c4;
  color: #8a1f11;
}

/* line 200, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}

/* line 206, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .content > .body label.error {
  color: #8a1f11;
  display: inline-block;
  margin-left: 1.5em;
}

/* line 213, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
}

/* line 221, app/assets/stylesheets/my/jquery.steps.css */
.wizard.vertical > .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}

/* line 229, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}

/* line 235, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .actions > ul > li {
  margin: 0 0.5em;
}

/* line 240, app/assets/stylesheets/my/jquery.steps.css */
.wizard.vertical > .actions > ul > li {
  margin: 0 0 0 1em;
}

/* line 245, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .actions a,
.wizard > .actions a:hover,
.wizard > .actions a:active {
  background: #3c8dbc;
  color: #fff;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 260, app/assets/stylesheets/my/jquery.steps.css */
.wizard > .actions .disabled a,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:active {
  background: #eee;
  color: #aaa;
}

/*
    Tabcontrol
*/
/* line 282, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}

/* line 289, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}

/* line 297, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

/* line 311, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps > ul > li:hover {
  background: #edecec;
  border: 1px solid #bbb;
  padding: 0;
}

/* line 318, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps > ul > li.current {
  background: #fff;
  border: 1px solid #bbb;
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}

/* line 327, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps > ul > li > a {
  color: #5f5f5f;
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}

/* line 337, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}

/* line 342, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}

/* line 347, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid #bbb;
  padding-top: 20px;
}

/* line 358, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}

/* line 367, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}

/* line 372, app/assets/stylesheets/my/jquery.steps.css */
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

/* line 377, app/assets/stylesheets/my/jquery.steps.css */
#listing_info {
  width: 100%;
  overflow-x: hidden;
}

/* line 381, app/assets/stylesheets/my/jquery.steps.css */
.listing_info {
  padding: 0 20px;
}

/* line 384, app/assets/stylesheets/my/jquery.steps.css */
.listing_info-content {
  padding: 20px 10px 40px;
}

@media screen {
  /* line 2, app/assets/stylesheets/my/custom.scss */
  img.seal {
    width: 69px;
    height: 69px;
    margin-top: 10%;
  }
}

@media print {
  /* line 9, app/assets/stylesheets/my/custom.scss */
  img.seal {
    width: 69px;
    height: 69px;
    margin-top: 10%;
  }
}

/* line 16, app/assets/stylesheets/my/custom.scss */
table.credit_card .visa {
  background-image: url(//web.pipi-cdn.com/assets/visa-fe5ce2d1af075deea284e2ec7c44de5ef70ce32d39a6728f104013ebaf1c0c64.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  padding-right: 10px;
}

/* line 23, app/assets/stylesheets/my/custom.scss */
table.credit_card .mastercard {
  background-image: url(//web.pipi-cdn.com/assets/mastercard-4b0f2b764644602a3a4ab397992377ffe1f71f0ce957cf7237254125d09b7e50.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

/* line 29, app/assets/stylesheets/my/custom.scss */
table.credit_card .americanexpress {
  background-image: url(//web.pipi-cdn.com/assets/americanexpress-b0692fe0fc83f24f2cc63955a2101f45a314465ff3ad72a11f1311174e371fed.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

/* line 35, app/assets/stylesheets/my/custom.scss */
table.credit_card .dinersclub {
  background-image: url(//web.pipi-cdn.com/assets/dinersclub-3caf1efe6535159ed8b21ba426b0ad0fb184e8df8ab6685564ba9f3c4de72879.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

/* line 41, app/assets/stylesheets/my/custom.scss */
table.credit_card .jcb {
  background-image: url(//web.pipi-cdn.com/assets/jcb-67084b52654891b6caffda3d77cf0ea9d16594c94f801c0979ec963333547049.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
}

/* line 47, app/assets/stylesheets/my/custom.scss */
input[id^="host_identity_attributes_"][id$="_photo"] {
  display: none;
}

/* line 50, app/assets/stylesheets/my/custom.scss */
a[id^="host_identity_attributes_"][id$="_photo"] {
  display: none;
}

/* line 53, app/assets/stylesheets/my/custom.scss */
img[class^="identity-card-"] {
  cursor: pointer;
  cursor: hand;
  border: 3px #ffffff solid;
}

/* line 58, app/assets/stylesheets/my/custom.scss */
img[class^="identity-card-"]:hover {
  border-color: #3C8DBC;
}

/* line 61, app/assets/stylesheets/my/custom.scss */
div.identity {
  position: relative;
}

/* line 64, app/assets/stylesheets/my/custom.scss */
p.click_here {
  position: absolute;
  bottom: 0;
}

/* line 68, app/assets/stylesheets/my/custom.scss */
div[class^="identity"] {
  bottom-padding: 1em;
}

/* line 71, app/assets/stylesheets/my/custom.scss */
div.scroll-terms {
  margin-top: 50px;
  margin-down: 50px;
  height: 30em;
  overflow-y: auto;
  margin-bottom: 50px;
}

/* line 78, app/assets/stylesheets/my/custom.scss */
div.scroll-terms-service {
  height: 30em;
  margin-bottom: 50px;
  overflow-x: hidden;
}

/* line 84, app/assets/stylesheets/my/custom.scss */
.box-receipt-card {
  background-color: #dbecf6;
}

/* line 89, app/assets/stylesheets/my/custom.scss */
.house-index .min-width-btn {
  min-width: 70px;
}

/* line 92, app/assets/stylesheets/my/custom.scss */
.house-index .lh25 {
  line-height: 40px;
}

/* line 95, app/assets/stylesheets/my/custom.scss */
.house-index .mr10 {
  margin-right: 10px;
}

/* line 99, app/assets/stylesheets/my/custom.scss */
.inline-block {
  display: inline-block;
}

/* line 104, app/assets/stylesheets/my/custom.scss */
.receipt-card-info .info-item {
  margin-top: 8px;
}

/* line 107, app/assets/stylesheets/my/custom.scss */
.receipt-card-info .info-item span.text-muted {
  display: block;
  font-size: 12px;
  margin-bottom: 2px;
}

/* line 113, app/assets/stylesheets/my/custom.scss */
.receipt-card-info .info-item strong {
  display: block;
  word-wrap: break-word;
  font-weight: 500;
}

/* line 1, app/assets/stylesheets/my/house_manual.scss */
div[class^="preview_"] {
  background: url(//web.pipi-cdn.com/assets/placehold-93ab05c78e458e50786b64637654ca02d0d1c044a44e8381a8c4856e216b7121.png) no-repeat;
  position: relative;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 400px;
}

/* line 13, app/assets/stylesheets/my/house_manual.scss */
input[id^="house_manual_manual_photos_attributes_"][id$="_photo"] {
  display: none;
}

/* line 2, app/assets/stylesheets/my/input_card_info.css */
.form-container {
  width: 100%;
}

/* line 5, app/assets/stylesheets/my/input_card_info.css */
.card-wrapper {
  width: 100%;
  padding: auto;
  margin: auto;
}

/* line 11, app/assets/stylesheets/my/input_card_info.css */
button.submit-credit-card[type="submit"] {
  width: 100%;
}

/* line 15, app/assets/stylesheets/my/input_card_info.css */
button[type="submit"]:hover {
  background-color: #6FB7E9;
  border-color: #6FB7E9;
  transition: 0.3s ease;
}

/* line 21, app/assets/stylesheets/my/input_card_info.css */
div.credit-form {
  width: 400px;
  margin: auto;
}

/* line 25, app/assets/stylesheets/my/input_card_info.css */
div.callout-warning {
  font-size: 0.8em;
}

@media only screen and (min-width: 300px) and (max-width: 400px) {
  /* line 29, app/assets/stylesheets/my/input_card_info.css */
  .card-wrapper {
    padding: 20px 0px;
    margin: auto;
  }
  /* line 33, app/assets/stylesheets/my/input_card_info.css */
  div.credit-form {
    width: 280px;
    margin: auto;
  }
}

/* line 38, app/assets/stylesheets/my/input_card_info.css */
span#payment-errors {
  color: red;
  font-size: 1.1em;
  font-weight: bold;
}

/* line 44, app/assets/stylesheets/my/input_card_info.css */
div.stripe-element-wrapper {
  height: 40px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
}

@font-face {
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  src: url(//web.pipi-cdn.com/assets/summernote-f4993208ef86ad335f8df7b24be404569de0c4aa08e3fccc633a634b561c8a2b.eot);
  src: url(//web.pipi-cdn.com/assets/summernote-f4993208ef86ad335f8df7b24be404569de0c4aa08e3fccc633a634b561c8a2b.eot?#iefix) format("embedded-opentype"), url(//web.pipi-cdn.com/assets/summernote-f7c8f3281ba02202dddcfb519ca26b11f28ebfdbcaa9b948eeeabf56131f4445.woff) format("woff"), url(//web.pipi-cdn.com/assets/summernote-f1342b3672f438f42f788edc3704127ab8ab43d685d01ae133488eee4a63c2c4.ttf) format("truetype");
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
[class^="note-icon-"]:before, [class*=" note-icon-"]:before {
  display: inline-block;
  font: normal normal normal 14px summernote;
  font-size: inherit;
  -webkit-font-smoothing: antialiased;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
  speak: none;
  -moz-osx-font-smoothing: grayscale;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-center:before, .note-icon-align-indent:before, .note-icon-align-justify:before, .note-icon-align-left:before, .note-icon-align-outdent:before, .note-icon-align-right:before, .note-icon-align:before, .note-icon-arrow-circle-down:before, .note-icon-arrow-circle-left:before, .note-icon-arrow-circle-right:before, .note-icon-arrow-circle-up:before, .note-icon-arrows-alt:before, .note-icon-arrows-h:before, .note-icon-arrows-v:before, .note-icon-bold:before, .note-icon-caret:before, .note-icon-chain-broken:before, .note-icon-circle:before, .note-icon-close:before, .note-icon-code:before, .note-icon-col-after:before, .note-icon-col-before:before, .note-icon-col-remove:before, .note-icon-eraser:before, .note-icon-float-left:before, .note-icon-float-none:before, .note-icon-float-right:before, .note-icon-font:before, .note-icon-frame:before, .note-icon-italic:before, .note-icon-link:before, .note-icon-magic:before, .note-icon-menu-check:before, .note-icon-minus:before, .note-icon-orderedlist:before, .note-icon-pencil:before, .note-icon-picture:before, .note-icon-question:before, .note-icon-redo:before, .note-icon-rollback:before, .note-icon-row-above:before, .note-icon-row-below:before, .note-icon-row-remove:before, .note-icon-special-character:before, .note-icon-square:before, .note-icon-strikethrough:before, .note-icon-subscript:before, .note-icon-summernote:before, .note-icon-superscript:before, .note-icon-table:before, .note-icon-text-height:before, .note-icon-trash:before, .note-icon-underline:before, .note-icon-undo:before, .note-icon-unorderedlist:before, .note-icon-video:before {
  display: inline-block;
  font-family: "summernote";
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-center:before {
  content: "\f101";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-indent:before {
  content: "\f102";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-justify:before {
  content: "\f103";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-left:before {
  content: "\f104";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-outdent:before {
  content: "\f105";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align-right:before {
  content: "\f106";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-align:before {
  content: "\f107";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-down:before {
  content: "\f108";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-left:before {
  content: "\f109";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-right:before {
  content: "\f10a";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrow-circle-up:before {
  content: "\f10b";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-alt:before {
  content: "\f10c";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-h:before {
  content: "\f10d";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-arrows-v:before {
  content: "\f10e";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-bold:before {
  content: "\f10f";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-caret:before {
  content: "\f110";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-chain-broken:before {
  content: "\f111";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-circle:before {
  content: "\f112";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-close:before {
  content: "\f113";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-code:before {
  content: "\f114";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-after:before {
  content: "\f115";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-before:before {
  content: "\f116";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-col-remove:before {
  content: "\f117";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-eraser:before {
  content: "\f118";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-float-left:before {
  content: "\f119";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-float-none:before {
  content: "\f11a";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-float-right:before {
  content: "\f11b";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-font:before {
  content: "\f11c";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-frame:before {
  content: "\f11d";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-italic:before {
  content: "\f11e";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-link:before {
  content: "\f11f";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-magic:before {
  content: "\f120";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-menu-check:before {
  content: "\f121";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-minus:before {
  content: "\f122";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-orderedlist:before {
  content: "\f123";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-pencil:before {
  content: "\f124";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-picture:before {
  content: "\f125";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-question:before {
  content: "\f126";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-redo:before {
  content: "\f127";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-rollback:before {
  content: "\f128";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-above:before {
  content: "\f129";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-below:before {
  content: "\f12a";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-row-remove:before {
  content: "\f12b";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-special-character:before {
  content: "\f12c";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-square:before {
  content: "\f12d";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-strikethrough:before {
  content: "\f12e";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-subscript:before {
  content: "\f12f";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-summernote:before {
  content: "\f130";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-superscript:before {
  content: "\f131";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-table:before {
  content: "\f132";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-text-height:before {
  content: "\f133";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-trash:before {
  content: "\f134";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-underline:before {
  content: "\f135";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-undo:before {
  content: "\f136";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-unorderedlist:before {
  content: "\f137";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-icon-video:before {
  content: "\f138";
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor {
  position: relative;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone {
  position: absolute;
  z-index: 100;
  display: none;
  color: #87cefa;
  background-color: #fff;
  opacity: .95;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone .note-dropzone-message {
  display: table-cell;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  vertical-align: middle;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-dropzone.hover {
  color: #098ddf;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.dragover .note-dropzone {
  display: table;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area {
  position: relative;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable {
  outline: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable sup {
  vertical-align: super;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area .note-editable sub {
  vertical-align: sub;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area img.note-float-left {
  margin-right: 10px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor .note-editing-area img.note-float-right {
  margin-left: 10px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame {
  border: 1px solid #a9a9a9;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-editable {
  display: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.codeview .note-editing-area .note-codable {
  display: block;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area {
  overflow: hidden;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable {
  padding: 10px;
  overflow: auto;
  color: #000;
  word-wrap: break-word;
  background-color: #fff;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-editable[contenteditable="false"] {
  background-color: #e5e5e5;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-editing-area .note-codable {
  display: none;
  width: 100%;
  padding: 10px;
  margin-bottom: 0;
  font-family: Menlo,Monaco,monospace,sans-serif;
  font-size: 14px;
  color: #ccc;
  background-color: #222;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  resize: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100% !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen .note-editable {
  background-color: #fff;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame.fullscreen .note-resizebar {
  display: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output {
  display: block;
  width: 100%;
  height: 20px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
  border: 0;
  border-top: 1px solid #e2e2e2;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output:empty {
  height: 0;
  border-top: 0 solid transparent;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .pull-right {
  float: right !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-muted {
  color: #777;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-primary {
  color: #286090;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-success {
  color: #3c763d;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-info {
  color: #31708f;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-warning {
  color: #8a6d3b;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .text-danger {
  color: #a94442;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert {
  padding: 7px 10px 2px 10px;
  margin: -7px 0 0 0;
  color: #000;
  background-color: #f5f5f5;
  border-radius: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert .note-icon {
  margin-right: 5px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-success {
  color: #3c763d !important;
  background-color: #dff0d8 !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-info {
  color: #31708f !important;
  background-color: #d9edf7 !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-warning {
  color: #8a6d3b !important;
  background-color: #fcf8e3 !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-status-output .alert-danger {
  color: #a94442 !important;
  background-color: #f2dede !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar {
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar {
  width: 100%;
  height: 9px;
  padding-top: 1px;
  cursor: ns-resize;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar .note-resizebar .note-icon-bar {
  width: 20px;
  margin: 1px auto;
  border-top: 1px solid #a9a9a9;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar {
  cursor: default;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-statusbar.locked .note-resizebar .note-icon-bar {
  display: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-editor.note-frame .note-placeholder {
  padding: 10px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover {
  max-width: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover .popover-content a {
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover.popover .arrow {
  left: 20px !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-toolbar {
  position: relative;
  z-index: 500;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content, .panel-heading.note-toolbar {
  padding: 0 0 5px 5px;
  margin: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content > .btn-group, .panel-heading.note-toolbar > .btn-group {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table, .panel-heading.note-toolbar .btn-group .note-table {
  min-width: 0;
  padding: 5px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker {
  font-size: 18px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher, .panel-heading.note-toolbar .btn-group .note-table .note-dimension-picker .note-dimension-picker-mousecatcher {
  position: absolute !important;
  z-index: 3;
  width: 10em;
  height: 10em;
  cursor: pointer;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-unhighlighted, .panel-heading.note-toolbar .btn-group .note-table .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 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .btn-group .note-table .note-dimension-picker .note-dimension-picker-highlighted, .panel-heading.note-toolbar .btn-group .note-table .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 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-style .dropdown-style blockquote, .panel-heading.note-toolbar .note-style .dropdown-style blockquote, .note-popover .popover-content .note-style .dropdown-style pre, .panel-heading.note-toolbar .note-style .dropdown-style pre {
  padding: 5px 10px;
  margin: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-style .dropdown-style h1, .panel-heading.note-toolbar .note-style .dropdown-style h1, .note-popover .popover-content .note-style .dropdown-style h2, .panel-heading.note-toolbar .note-style .dropdown-style h2, .note-popover .popover-content .note-style .dropdown-style h3, .panel-heading.note-toolbar .note-style .dropdown-style h3, .note-popover .popover-content .note-style .dropdown-style h4, .panel-heading.note-toolbar .note-style .dropdown-style h4, .note-popover .popover-content .note-style .dropdown-style h5, .panel-heading.note-toolbar .note-style .dropdown-style h5, .note-popover .popover-content .note-style .dropdown-style h6, .panel-heading.note-toolbar .note-style .dropdown-style h6, .note-popover .popover-content .note-style .dropdown-style p, .panel-heading.note-toolbar .note-style .dropdown-style p {
  padding: 0;
  margin: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-all .dropdown-menu, .panel-heading.note-toolbar .note-color-all .dropdown-menu {
  min-width: 337px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-toggle, .panel-heading.note-toolbar .note-color .dropdown-toggle {
  width: 20px;
  padding-left: 5px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette {
  display: inline-block;
  width: 160px;
  margin: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette:first-child, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette:first-child {
  margin: 0 5px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-palette-title, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-palette-title {
  margin: 2px 7px;
  font-size: 12px;
  text-align: center;
  border-bottom: 1px solid #eee;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset, .note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select {
  width: 100%;
  padding: 0 3px;
  margin: 3px;
  font-size: 11px;
  cursor: pointer;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-row, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-row {
  height: 20px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-reset:hover, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-reset:hover {
  background: #eee;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-color-select-btn, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-color-select-btn {
  display: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn, .panel-heading.note-toolbar .note-color .dropdown-menu .note-palette .note-holder-custom .note-color-btn {
  border: 1px solid #eee;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu, .panel-heading.note-toolbar .note-para .dropdown-menu {
  min-width: 216px;
  padding: 5px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-para .dropdown-menu > div:first-child, .panel-heading.note-toolbar .note-para .dropdown-menu > div:first-child {
  margin-right: 5px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu, .panel-heading.note-toolbar .dropdown-menu {
  min-width: 90px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right, .panel-heading.note-toolbar .dropdown-menu.right {
  right: 0;
  left: auto;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right::before, .panel-heading.note-toolbar .dropdown-menu.right::before {
  right: 9px;
  left: auto !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.right::after, .panel-heading.note-toolbar .dropdown-menu.right::after {
  right: 10px;
  left: auto !important;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a i, .panel-heading.note-toolbar .dropdown-menu.note-check li a i {
  color: deepskyblue;
  visibility: hidden;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .dropdown-menu.note-check li a.checked i, .panel-heading.note-toolbar .dropdown-menu.note-check li a.checked i {
  visibility: visible;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-fontsize-10, .panel-heading.note-toolbar .note-fontsize-10 {
  font-size: 10px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette, .panel-heading.note-toolbar .note-color-palette {
  line-height: 1;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn, .panel-heading.note-toolbar .note-color-palette div .note-color-btn {
  width: 20px;
  height: 20px;
  padding: 0;
  margin: 0;
  border: 1px solid #fff;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-popover .popover-content .note-color-palette div .note-color-btn:hover, .panel-heading.note-toolbar .note-color-palette div .note-color-btn:hover {
  border: 1px solid #000;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog > div {
  display: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .form-group {
  margin-right: 0;
  margin-left: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .note-modal-form {
  margin: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-dialog .note-image-dialog .note-dropzone {
  min-height: 100px;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 4;
  color: lightgray;
  text-align: center;
  border: 4px dashed lightgray;
}

@-moz-document url-prefix() {
  /* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
  .note-image-input {
    height: auto;
  }
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-placeholder {
  position: absolute;
  display: none;
  color: gray;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection {
  position: absolute;
  display: none;
  border: 1px solid #000;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection > div {
  position: absolute;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-selection-bg {
  width: 100%;
  height: 100%;
  background-color: #000;
  -webkit-opacity: .3;
  -khtml-opacity: .3;
  -moz-opacity: .3;
  opacity: .3;
  -ms-filter: alpha(opacity=30);
  filter: alpha(opacity=30);
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-handle {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-holder {
  width: 7px;
  height: 7px;
  border: 1px solid #000;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-sizing {
  width: 7px;
  height: 7px;
  background-color: #fff;
  border: 1px solid #000;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-nw {
  top: -5px;
  left: -5px;
  border-right: 0;
  border-bottom: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-ne {
  top: -5px;
  right: -5px;
  border-bottom: 0;
  border-left: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-sw {
  bottom: -5px;
  left: -5px;
  border-top: 0;
  border-right: 0;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-se {
  right: -5px;
  bottom: -5px;
  cursor: se-resize;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-se.note-control-holder {
  cursor: default;
  border-top: 0;
  border-left: none;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-handle .note-control-selection .note-control-selection-info {
  right: 0;
  bottom: 0;
  padding: 5px;
  margin: 5px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-opacity: .7;
  -khtml-opacity: .7;
  -moz-opacity: .7;
  opacity: .7;
  -ms-filter: alpha(opacity=70);
  filter: alpha(opacity=70);
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover {
  min-width: 100px;
  padding: 2px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content {
  max-height: 150px;
  padding: 3px;
  overflow: auto;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item {
  display: block !important;
  padding: 3px;
}

/* line 1, ../../shared/vendor/bundle/ruby/2.7.0/gems/summernote-rails-0.8.12.0/vendor/assets/stylesheets/summernote.css */
.note-hint-popover .popover-content .note-hint-group .note-hint-item.active, .note-hint-popover .popover-content .note-hint-group .note-hint-item:hover {
  display: block;
  clear: both;
  font-weight: 400;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: #428bca;
  outline: 0;
}

/* line 120, app/assets/stylesheets/common/utils.scss */
.m0 {
  margin: 0 !important;
}

/* line 121, app/assets/stylesheets/common/utils.scss */
.ml0, .mh0 {
  margin-left: 0 !important;
}

/* line 122, app/assets/stylesheets/common/utils.scss */
.mr0, .mh0 {
  margin-right: 0 !important;
}

/* line 123, app/assets/stylesheets/common/utils.scss */
.mt0, .mv0 {
  margin-top: 0 !important;
}

/* line 124, app/assets/stylesheets/common/utils.scss */
.mb0, .mv0 {
  margin-bottom: 0 !important;
}

/* line 126, app/assets/stylesheets/common/utils.scss */
.m {
  margin: 10px !important;
}

/* line 127, app/assets/stylesheets/common/utils.scss */
.ml, .mh {
  margin-left: 10px !important;
}

/* line 128, app/assets/stylesheets/common/utils.scss */
.mr, .mh {
  margin-right: 10px !important;
}

/* line 129, app/assets/stylesheets/common/utils.scss */
.mt, .mv {
  margin-top: 10px !important;
}

/* line 130, app/assets/stylesheets/common/utils.scss */
.mb, .mv {
  margin-bottom: 10px !important;
}

/* line 132, app/assets/stylesheets/common/utils.scss */
.m-m {
  margin: -15px !important;
}

/* line 133, app/assets/stylesheets/common/utils.scss */
.m-ml, .m-mh {
  margin-left: -15px !important;
}

/* line 134, app/assets/stylesheets/common/utils.scss */
.m-mr, .m-mh {
  margin-right: -15px !important;
}

/* line 135, app/assets/stylesheets/common/utils.scss */
.m-mt, .m-mv {
  margin-top: -15px !important;
}

/* line 136, app/assets/stylesheets/common/utils.scss */
.m-mb, .m-mv {
  margin-bottom: -15px !important;
}

/* line 138, app/assets/stylesheets/common/utils.scss */
.m-sm {
  margin: 5px !important;
}

/* line 139, app/assets/stylesheets/common/utils.scss */
.ml-sm, .mh-sm {
  margin-left: 5px !important;
}

/* line 140, app/assets/stylesheets/common/utils.scss */
.mr-sm, .mh-sm {
  margin-right: 5px !important;
}

/* line 141, app/assets/stylesheets/common/utils.scss */
.mt-sm, .mv-sm {
  margin-top: 5px !important;
}

/* line 142, app/assets/stylesheets/common/utils.scss */
.mb-sm, .mv-sm {
  margin-bottom: 5px !important;
}

/* line 144, app/assets/stylesheets/common/utils.scss */
.m-lg {
  margin: 15px !important;
}

/* line 145, app/assets/stylesheets/common/utils.scss */
.ml-lg, .mh-lg {
  margin-left: 15px !important;
}

/* line 146, app/assets/stylesheets/common/utils.scss */
.mr-lg, .mh-lg {
  margin-right: 15px !important;
}

/* line 147, app/assets/stylesheets/common/utils.scss */
.mt-lg, .mv-lg {
  margin-top: 15px !important;
}

/* line 148, app/assets/stylesheets/common/utils.scss */
.mb-lg, .mv-lg {
  margin-bottom: 15px !important;
}

/* line 150, app/assets/stylesheets/common/utils.scss */
.m-xl {
  margin: 30px !important;
}

/* line 151, app/assets/stylesheets/common/utils.scss */
.ml-xl {
  margin-left: 30px !important;
}

/* line 152, app/assets/stylesheets/common/utils.scss */
.mr-xl {
  margin-right: 30px !important;
}

/* line 153, app/assets/stylesheets/common/utils.scss */
.mt-xl {
  margin-top: 30px !important;
}

/* line 154, app/assets/stylesheets/common/utils.scss */
.mb-xl {
  margin-bottom: 30px !important;
}

/* line 175, app/assets/stylesheets/common/utils.scss */
.p0 {
  padding: 0 !important;
}

/* line 176, app/assets/stylesheets/common/utils.scss */
.pl0, .ph0 {
  padding-left: 0 !important;
}

/* line 177, app/assets/stylesheets/common/utils.scss */
.pr0, .ph0 {
  padding-right: 0 !important;
}

/* line 178, app/assets/stylesheets/common/utils.scss */
.pt0, .pv0 {
  padding-top: 0 !important;
}

/* line 179, app/assets/stylesheets/common/utils.scss */
.pb0, .pv0 {
  padding-bottom: 0 !important;
}

/* line 183, app/assets/stylesheets/common/utils.scss */
.p {
  padding: 10px !important;
}

/* line 184, app/assets/stylesheets/common/utils.scss */
.pl, .ph {
  padding-left: 10px !important;
}

/* line 185, app/assets/stylesheets/common/utils.scss */
.pr, .ph {
  padding-right: 10px !important;
}

/* line 186, app/assets/stylesheets/common/utils.scss */
.pt, .pv {
  padding-top: 10px !important;
}

/* line 187, app/assets/stylesheets/common/utils.scss */
.pb, .pv {
  padding-bottom: 10px !important;
}

/* line 189, app/assets/stylesheets/common/utils.scss */
.p-sm {
  padding: 5px !important;
}

/* line 190, app/assets/stylesheets/common/utils.scss */
.pl-sm, .ph-sm {
  padding-left: 5px !important;
}

/* line 191, app/assets/stylesheets/common/utils.scss */
.pr-sm, .ph-sm {
  padding-right: 5px !important;
}

/* line 192, app/assets/stylesheets/common/utils.scss */
.pt-sm, .pv-sm {
  padding-top: 5px !important;
}

/* line 193, app/assets/stylesheets/common/utils.scss */
.pb-sm, .pv-sm {
  padding-bottom: 5px !important;
}

/* line 195, app/assets/stylesheets/common/utils.scss */
.p-lg {
  padding: 15px !important;
}

/* line 196, app/assets/stylesheets/common/utils.scss */
.pl-lg, .ph-lg {
  padding-left: 15px !important;
}

/* line 197, app/assets/stylesheets/common/utils.scss */
.pr-lg, .ph-lg {
  padding-right: 15px !important;
}

/* line 198, app/assets/stylesheets/common/utils.scss */
.pt-lg, .pv-lg {
  padding-top: 15px !important;
}

/* line 199, app/assets/stylesheets/common/utils.scss */
.pb-lg, .pv-lg {
  padding-bottom: 15px !important;
}

/* line 201, app/assets/stylesheets/common/utils.scss */
.p-xl {
  padding: 30px !important;
}

/* line 202, app/assets/stylesheets/common/utils.scss */
.pl-xl, .ph-xl {
  padding-left: 30px !important;
}

/* line 203, app/assets/stylesheets/common/utils.scss */
.pr-xl, .ph-xl {
  padding-right: 30px !important;
}

/* line 204, app/assets/stylesheets/common/utils.scss */
.pt-xl, .pv-xl {
  padding-top: 30px !important;
}

/* line 205, app/assets/stylesheets/common/utils.scss */
.pb-xl, .pv-xl {
  padding-bottom: 30px !important;
}

/* line 225, app/assets/stylesheets/common/utils.scss */
.b0 {
  border-width: 0 !important;
}

/* line 226, app/assets/stylesheets/common/utils.scss */
.bl0 {
  border-left-width: 0 !important;
}

/* line 227, app/assets/stylesheets/common/utils.scss */
.br0 {
  border-right-width: 0 !important;
}

/* line 228, app/assets/stylesheets/common/utils.scss */
.bt0 {
  border-top-width: 0 !important;
}

/* line 229, app/assets/stylesheets/common/utils.scss */
.bb0 {
  border-bottom-width: 0 !important;
}

/* line 231, app/assets/stylesheets/common/utils.scss */
.br, .b, .ba, .bh {
  border-right: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 232, app/assets/stylesheets/common/utils.scss */
.bl, .b, .ba, .bh {
  border-left: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 233, app/assets/stylesheets/common/utils.scss */
.bt, .b, .ba, .bv {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 234, app/assets/stylesheets/common/utils.scss */
.bb, .b, .ba, .bv {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

/* line 241, app/assets/stylesheets/common/utils.scss */
.radius-clear {
  border-radius: 0 !important;
}

/* line 244, app/assets/stylesheets/common/utils.scss */
.border-radius {
  border-radius: 4px;
}

/* line 247, app/assets/stylesheets/common/utils.scss */
.box-shadow {
  box-shadow: 0 1px 1px #bbb;
}

/* line 251, app/assets/stylesheets/common/utils.scss */
.box-shadow-lg {
  box-shadow: -2px 0px 3px 3px #cac5c5;
}

/* line 257, app/assets/stylesheets/common/utils.scss */
.shadow-clear {
  box-shadow: 0 0 0 #000 !important;
}

/* line 263, app/assets/stylesheets/common/utils.scss */
.text-white {
  color: #fff;
}

/* line 264, app/assets/stylesheets/common/utils.scss */
.text-inverse {
  color: #131e26;
}

/* line 265, app/assets/stylesheets/common/utils.scss */
.text-alpha {
  color: rgba(255, 255, 255, 0.5);
}

/* line 266, app/assets/stylesheets/common/utils.scss */
.text-pink {
  color: #f532e5;
}

/* line 267, app/assets/stylesheets/common/utils.scss */
.text-purple {
  color: #7266ba;
}

/* line 268, app/assets/stylesheets/common/utils.scss */
.text-dark {
  color: #3a3f51;
}

/* line 269, app/assets/stylesheets/common/utils.scss */
.text-alpha-inverse {
  color: rgba(0, 0, 0, 0.5);
}

/* line 270, app/assets/stylesheets/common/utils.scss */
.text-green {
  color: #37bc9b;
}

/* line 271, app/assets/stylesheets/common/utils.scss */
.text-yellow {
  color: #fad732;
}

/* line 272, app/assets/stylesheets/common/utils.scss */
.text-gray-darker {
  color: #232735;
}

/* line 273, app/assets/stylesheets/common/utils.scss */
.text-gray-dark {
  color: #3a3f51;
}

/* line 274, app/assets/stylesheets/common/utils.scss */
.text-gray {
  color: #dde6e9;
}

/* line 275, app/assets/stylesheets/common/utils.scss */
.text-gray-light {
  color: #e4eaec;
}

/* line 276, app/assets/stylesheets/common/utils.scss */
.text-gray-lighter {
  color: #edf1f2;
}

/* line 279, app/assets/stylesheets/common/utils.scss */
.text-base {
  font-size: 14px !important;
}

/* line 280, app/assets/stylesheets/common/utils.scss */
.text-sm {
  font-size: 11.9px !important;
}

/* line 282, app/assets/stylesheets/common/utils.scss */
.text-no {
  font-size: 18.2px !important;
}

/* line 283, app/assets/stylesheets/common/utils.scss */
.text-md {
  font-size: 26.6px !important;
}

/* line 284, app/assets/stylesheets/common/utils.scss */
.text-lg {
  font-size: 42px !important;
}

/* line 288, app/assets/stylesheets/common/utils.scss */
.text-nowrap {
  white-space: nowrap;
}

/* line 289, app/assets/stylesheets/common/utils.scss */
.text-thin {
  font-weight: 100 !important;
}

/* line 290, app/assets/stylesheets/common/utils.scss */
.text-normal {
  font-weight: normal !important;
}

/* line 291, app/assets/stylesheets/common/utils.scss */
.text-bold {
  font-weight: bold !important;
}

/* line 293, app/assets/stylesheets/common/utils.scss */
.inline {
  display: inline-block !important;
}

/* line 294, app/assets/stylesheets/common/utils.scss */
.block {
  display: block !important;
}

/* line 295, app/assets/stylesheets/common/utils.scss */
.flex {
  display: flex !important;
}

/* line 296, app/assets/stylesheets/common/utils.scss */
.block-center {
  margin: 0 auto;
}

/* line 297, app/assets/stylesheets/common/utils.scss */
.display-none {
  display: none;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-primary {
  background-color: #5d9cec;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-primary-light {
  background-color: #8bb8f1;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-primary-dark {
  background-color: #2f80e7;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-primary small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-success {
  background-color: #27c24c;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-success-light {
  background-color: #43d967;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-success-dark {
  background-color: #1e983b;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-success small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-info {
  background-color: #23b7e5;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-info-light {
  background-color: #51c6ea;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-info-dark {
  background-color: #1797be;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-info small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-warning {
  background-color: #ff902b;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-warning-light {
  background-color: #ffab5e;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-warning-dark {
  background-color: #f77600;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-warning small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-danger {
  background-color: #f05050;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-danger-light {
  background-color: #f47f7f;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-danger-dark {
  background-color: #ec2121;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-danger small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-green {
  background-color: #37bc9b;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-green-light {
  background-color: #58ceb1;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-green-dark {
  background-color: #2b957a;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-green small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-pink {
  background-color: #f532e5;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-pink-light {
  background-color: #f763eb;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-pink-dark {
  background-color: #e90bd6;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-pink small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-purple {
  background-color: #7266ba;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-purple-light {
  background-color: #9289ca;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-purple-dark {
  background-color: #564aa3;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-purple small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-inverse {
  background-color: #131e26;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-inverse-light {
  background-color: #243948;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-inverse-dark {
  background-color: #020304;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-inverse small {
  color: inherit;
}

/* line 86, app/assets/stylesheets/common/utils.scss */
.bg-yellow {
  background-color: #fad732;
  color: #fff !important;
}

/* line 90, app/assets/stylesheets/common/utils.scss */
.bg-yellow-light {
  background-color: #fbe164;
  color: #fff !important;
}

/* line 95, app/assets/stylesheets/common/utils.scss */
.bg-yellow-dark {
  background-color: #f3ca06;
  color: #fff !important;
}

/* line 100, app/assets/stylesheets/common/utils.scss */
.bg-yellow small {
  color: inherit;
}

/* line 319, app/assets/stylesheets/common/utils.scss */
.bg-white {
  background-color: #fff;
  color: inherit !important;
}

/* line 320, app/assets/stylesheets/common/utils.scss */
.bg-gray-darker {
  background-color: #232735;
  color: #fff !important;
}

/* line 321, app/assets/stylesheets/common/utils.scss */
.bg-gray-dark {
  background-color: #3a3f51;
  color: #fff !important;
}

/* line 322, app/assets/stylesheets/common/utils.scss */
.bg-gray {
  background-color: #dde6e9;
  color: #515253 !important;
}

/* line 323, app/assets/stylesheets/common/utils.scss */
.bg-gray-light {
  background-color: #e4eaec;
  color: #515253 !important;
}

/* line 324, app/assets/stylesheets/common/utils.scss */
.bg-gray-lighter {
  background-color: #edf1f2;
  color: #515253 !important;
}

/* line 327, app/assets/stylesheets/common/utils.scss */
.bg-cover {
  background-size: cover;
}

/* line 333, app/assets/stylesheets/common/utils.scss */
.thumb8 {
  width: 8px !important;
  height: 8px !important;
}

/* line 334, app/assets/stylesheets/common/utils.scss */
.thumb16 {
  width: 16px !important;
  height: 16px !important;
}

/* line 335, app/assets/stylesheets/common/utils.scss */
.thumb24 {
  width: 24px !important;
  height: 24px !important;
}

/* line 336, app/assets/stylesheets/common/utils.scss */
.thumb32 {
  width: 32px !important;
  height: 32px !important;
}

/* line 337, app/assets/stylesheets/common/utils.scss */
.thumb48 {
  width: 48px !important;
  height: 48px !important;
}

/* line 338, app/assets/stylesheets/common/utils.scss */
.thumb64 {
  width: 64px !important;
  height: 64px !important;
}

/* line 339, app/assets/stylesheets/common/utils.scss */
.thumb80 {
  width: 80px !important;
  height: 80px !important;
}

/* line 340, app/assets/stylesheets/common/utils.scss */
.thumb96 {
  width: 96px !important;
  height: 96px !important;
}

/* line 341, app/assets/stylesheets/common/utils.scss */
.thumb128 {
  width: 128px !important;
  height: 128px !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-1 {
  width: 1% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-2 {
  width: 2% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-3 {
  width: 3% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-4 {
  width: 4% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-5 {
  width: 5% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-6 {
  width: 6% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-7 {
  width: 7% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-8 {
  width: 8% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-9 {
  width: 9% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-10 {
  width: 10% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-11 {
  width: 11% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-12 {
  width: 12% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-13 {
  width: 13% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-14 {
  width: 14% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-15 {
  width: 15% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-16 {
  width: 16% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-17 {
  width: 17% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-18 {
  width: 18% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-19 {
  width: 19% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-20 {
  width: 20% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-21 {
  width: 21% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-22 {
  width: 22% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-23 {
  width: 23% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-24 {
  width: 24% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-25 {
  width: 25% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-26 {
  width: 26% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-27 {
  width: 27% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-28 {
  width: 28% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-29 {
  width: 29% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-30 {
  width: 30% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-31 {
  width: 31% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-32 {
  width: 32% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-33 {
  width: 33% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-34 {
  width: 34% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-35 {
  width: 35% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-36 {
  width: 36% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-37 {
  width: 37% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-38 {
  width: 38% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-39 {
  width: 39% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-40 {
  width: 40% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-41 {
  width: 41% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-42 {
  width: 42% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-43 {
  width: 43% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-44 {
  width: 44% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-45 {
  width: 45% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-46 {
  width: 46% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-47 {
  width: 47% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-48 {
  width: 48% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-49 {
  width: 49% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-50 {
  width: 50% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-51 {
  width: 51% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-52 {
  width: 52% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-53 {
  width: 53% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-54 {
  width: 54% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-55 {
  width: 55% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-56 {
  width: 56% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-57 {
  width: 57% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-58 {
  width: 58% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-59 {
  width: 59% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-60 {
  width: 60% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-61 {
  width: 61% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-62 {
  width: 62% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-63 {
  width: 63% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-64 {
  width: 64% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-65 {
  width: 65% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-66 {
  width: 66% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-67 {
  width: 67% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-68 {
  width: 68% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-69 {
  width: 69% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-70 {
  width: 70% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-71 {
  width: 71% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-72 {
  width: 72% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-73 {
  width: 73% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-74 {
  width: 74% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-75 {
  width: 75% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-76 {
  width: 76% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-77 {
  width: 77% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-78 {
  width: 78% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-79 {
  width: 79% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-80 {
  width: 80% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-81 {
  width: 81% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-82 {
  width: 82% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-83 {
  width: 83% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-84 {
  width: 84% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-85 {
  width: 85% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-86 {
  width: 86% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-87 {
  width: 87% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-88 {
  width: 88% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-89 {
  width: 89% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-90 {
  width: 90% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-91 {
  width: 91% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-92 {
  width: 92% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-93 {
  width: 93% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-94 {
  width: 94% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-95 {
  width: 95% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-96 {
  width: 96% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-97 {
  width: 97% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-98 {
  width: 98% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-99 {
  width: 99% !important;
}

/* line 344, app/assets/stylesheets/common/utils.scss */
.w-100 {
  width: 100% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-1 {
  height: 1% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-2 {
  height: 2% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-3 {
  height: 3% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-4 {
  height: 4% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-5 {
  height: 5% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-6 {
  height: 6% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-7 {
  height: 7% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-8 {
  height: 8% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-9 {
  height: 9% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-10 {
  height: 10% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-11 {
  height: 11% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-12 {
  height: 12% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-13 {
  height: 13% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-14 {
  height: 14% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-15 {
  height: 15% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-16 {
  height: 16% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-17 {
  height: 17% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-18 {
  height: 18% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-19 {
  height: 19% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-20 {
  height: 20% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-21 {
  height: 21% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-22 {
  height: 22% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-23 {
  height: 23% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-24 {
  height: 24% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-25 {
  height: 25% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-26 {
  height: 26% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-27 {
  height: 27% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-28 {
  height: 28% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-29 {
  height: 29% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-30 {
  height: 30% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-31 {
  height: 31% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-32 {
  height: 32% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-33 {
  height: 33% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-34 {
  height: 34% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-35 {
  height: 35% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-36 {
  height: 36% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-37 {
  height: 37% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-38 {
  height: 38% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-39 {
  height: 39% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-40 {
  height: 40% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-41 {
  height: 41% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-42 {
  height: 42% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-43 {
  height: 43% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-44 {
  height: 44% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-45 {
  height: 45% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-46 {
  height: 46% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-47 {
  height: 47% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-48 {
  height: 48% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-49 {
  height: 49% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-50 {
  height: 50% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-51 {
  height: 51% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-52 {
  height: 52% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-53 {
  height: 53% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-54 {
  height: 54% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-55 {
  height: 55% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-56 {
  height: 56% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-57 {
  height: 57% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-58 {
  height: 58% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-59 {
  height: 59% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-60 {
  height: 60% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-61 {
  height: 61% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-62 {
  height: 62% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-63 {
  height: 63% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-64 {
  height: 64% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-65 {
  height: 65% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-66 {
  height: 66% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-67 {
  height: 67% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-68 {
  height: 68% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-69 {
  height: 69% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-70 {
  height: 70% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-71 {
  height: 71% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-72 {
  height: 72% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-73 {
  height: 73% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-74 {
  height: 74% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-75 {
  height: 75% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-76 {
  height: 76% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-77 {
  height: 77% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-78 {
  height: 78% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-79 {
  height: 79% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-80 {
  height: 80% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-81 {
  height: 81% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-82 {
  height: 82% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-83 {
  height: 83% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-84 {
  height: 84% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-85 {
  height: 85% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-86 {
  height: 86% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-87 {
  height: 87% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-88 {
  height: 88% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-89 {
  height: 89% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-90 {
  height: 90% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-91 {
  height: 91% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-92 {
  height: 92% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-93 {
  height: 93% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-94 {
  height: 94% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-95 {
  height: 95% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-96 {
  height: 96% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-97 {
  height: 97% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-98 {
  height: 98% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-99 {
  height: 99% !important;
}

/* line 350, app/assets/stylesheets/common/utils.scss */
.h-100 {
  height: 100% !important;
}

/* line 357, app/assets/stylesheets/common/utils.scss */
.align-middle {
  vertical-align: middle;
}

/* line 360, app/assets/stylesheets/common/utils.scss */
.align-top {
  vertical-align: top;
}

/* line 363, app/assets/stylesheets/common/utils.scss */
.align-bottom {
  vertical-align: bottom;
}

/* line 369, app/assets/stylesheets/common/utils.scss */
.bg-center {
  background-position: center center;
  background-size: cover;
}

/* line 374, app/assets/stylesheets/common/utils.scss */
.label_name::after {
  content: ":\00a0\00a0\00a0";
}

/* line 381, app/assets/stylesheets/common/utils.scss */
.wd-xxs {
  width: 60px;
}

/* line 382, app/assets/stylesheets/common/utils.scss */
.wd-xs {
  width: 85px;
}

/* line 383, app/assets/stylesheets/common/utils.scss */
.wd-sm {
  width: 150px;
}

/* line 384, app/assets/stylesheets/common/utils.scss */
.wd-sd {
  width: 200px;
}

/* line 385, app/assets/stylesheets/common/utils.scss */
.wd-md {
  width: 240px;
}

/* line 386, app/assets/stylesheets/common/utils.scss */
.wd-lg {
  width: 280px;
}

/* line 387, app/assets/stylesheets/common/utils.scss */
.wd-xl {
  width: 320px;
}

/* line 388, app/assets/stylesheets/common/utils.scss */
.wd-xxl {
  width: 360px;
}

/* line 389, app/assets/stylesheets/common/utils.scss */
.wd-wide {
  width: 100%;
}

/* line 390, app/assets/stylesheets/common/utils.scss */
.wd-auto {
  width: auto;
}

/* line 391, app/assets/stylesheets/common/utils.scss */
.wd-zero {
  width: 0;
}

/* line 395, app/assets/stylesheets/common/utils.scss */
.clickable {
  cursor: pointer;
}

/* line 399, app/assets/stylesheets/common/utils.scss */
.opacity {
  opacity: .5;
}

/* line 401, app/assets/stylesheets/common/utils.scss */
.opacity:hover {
  opacity: 1;
}

/* line 410, app/assets/stylesheets/common/utils.scss */
.abs-center-container {
  position: relative;
}

/* line 413, app/assets/stylesheets/common/utils.scss */
.abs-center {
  height: 50%;
  overflow: auto;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* line 421, app/assets/stylesheets/common/utils.scss */
.abs-center.abs-fixed {
  position: fixed;
  z-index: 999;
}

/* line 426, app/assets/stylesheets/common/utils.scss */
.abs-center.abs-right {
  left: auto;
  right: 20px;
  text-align: right;
}

/* line 431, app/assets/stylesheets/common/utils.scss */
.abs-center.abs-left {
  right: auto;
  left: 20px;
  text-align: left;
}

@media (max-height: 720px) {
  /* line 438, app/assets/stylesheets/common/utils.scss */
  .abs-center {
    position: relative;
  }
}

/* line 444, app/assets/stylesheets/common/utils.scss */
.link-unstyled {
  text-decoration: none !important;
  outline: none !important;
}

/* line 449, app/assets/stylesheets/common/utils.scss */
.underline {
  text-decoration: line-through;
}

/* line 453, app/assets/stylesheets/common/utils.scss */
.no-resize {
  resize: none;
}

/**
 * Displays hidden content on hover. Add this class to the parent element.
 * Markup
 *   <div class="hover-visible">
 *    <div class="hover-hidden"></div>
 *   </div>
 */
/* line 467, app/assets/stylesheets/common/utils.scss */
.hover-visible .hover-hidden {
  display: none;
}

/* line 471, app/assets/stylesheets/common/utils.scss */
.hover-visible:hover .hover-hidden {
  display: block;
}

/* line 474, app/assets/stylesheets/common/utils.scss */
.hover-visible:hover .hover-inline {
  display: inline-block;
}

/* line 496, app/assets/stylesheets/common/utils.scss */
.media-box,
.media-box-body {
  overflow: hidden;
  zoom: 1;
}

/* line 503, app/assets/stylesheets/common/utils.scss */
.media-box,
.media-box .media-box {
  margin-top: 15px;
}

/* line 507, app/assets/stylesheets/common/utils.scss */
.media-box:first-child {
  margin-top: 0;
}

/* line 512, app/assets/stylesheets/common/utils.scss */
.media-box-object {
  display: block;
}

/* line 517, app/assets/stylesheets/common/utils.scss */
.media-box-heading {
  margin: 0 0 5px;
}

/* line 526, app/assets/stylesheets/common/utils.scss */
.media-box > .pull-left {
  margin-right: 10px;
}

/* line 529, app/assets/stylesheets/common/utils.scss */
.media-box > .pull-right {
  margin-left: 10px;
}

/* line 539, app/assets/stylesheets/common/utils.scss */
.media-box-list {
  padding-left: 0;
  list-style: none;
}

/* line 544, app/assets/stylesheets/common/utils.scss */
.absolute {
  position: absolute;
}

/* line 548, app/assets/stylesheets/common/utils.scss */
.relative {
  position: relative;
}

/* line 553, app/assets/stylesheets/common/utils.scss */
.text-center {
  text-align: center;
}

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-moz-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%, 70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}

@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

/* line 173, vendor/assets/stylesheets/dropzone.css */
.dropzone, .dropzone * {
  box-sizing: border-box;
}

/* line 176, vendor/assets/stylesheets/dropzone.css */
.dropzone {
  min-height: 150px;
  border: 2px solid rgba(0, 0, 0, 0.3);
  background: white;
  padding: 20px 20px;
}

/* line 181, vendor/assets/stylesheets/dropzone.css */
.dropzone.dz-clickable {
  cursor: pointer;
}

/* line 183, vendor/assets/stylesheets/dropzone.css */
.dropzone.dz-clickable * {
  cursor: default;
}

/* line 185, vendor/assets/stylesheets/dropzone.css */
.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}

/* line 187, vendor/assets/stylesheets/dropzone.css */
.dropzone.dz-started .dz-message {
  display: none;
}

/* line 189, vendor/assets/stylesheets/dropzone.css */
.dropzone.dz-drag-hover {
  border-style: solid;
}

/* line 191, vendor/assets/stylesheets/dropzone.css */
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}

/* line 193, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}

/* line 196, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}

/* line 202, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover {
  z-index: 1000;
}

/* line 204, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 206, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd);
}

/* line 210, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}

/* line 212, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-image-preview {
  background: white;
}

/* line 214, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}

/* line 220, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}

/* line 226, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}

/* line 228, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}

/* line 230, vendor/assets/stylesheets/dropzone.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 243, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}

/* line 246, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}

/* line 248, vendor/assets/stylesheets/dropzone.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 251, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}

/* line 254, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}

/* line 256, vendor/assets/stylesheets/dropzone.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 260, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  -o-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}

/* line 268, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}

/* line 276, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-image img {
  display: block;
}

/* line 278, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-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 284, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -moz-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -ms-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  -o-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 291, vendor/assets/stylesheets/dropzone.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 301, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}

/* line 305, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* line 312, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  -moz-transition: opacity 0.4s ease-in;
  -ms-transition: opacity 0.4s ease-in;
  -o-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}

/* line 319, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  -moz-animation: pulse 6s ease infinite;
  -ms-animation: pulse 6s ease infinite;
  -o-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}

/* line 325, vendor/assets/stylesheets/dropzone.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 340, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  -moz-transition: width 300ms ease-in-out;
  -ms-transition: width 300ms ease-in-out;
  -o-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}

/* line 353, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}

/* line 355, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}

/* line 358, vendor/assets/stylesheets/dropzone.css */
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}

/* line 379, vendor/assets/stylesheets/dropzone.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;
}

/*!
 * FullCalendar v3.9.0
 * Docs & License: https://fullcalendar.io/
 * (c) 2018 Adam Shaw
 */
/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc button, .fc table, body .fc {
  font-size: 1em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bg, .fc-row .fc-bgevent-skeleton, .fc-row .fc-highlight-skeleton {
  bottom: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon, .fc-unselectable {
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc {
  direction: ltr;
  text-align: left;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl {
  text-align: right;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc th, .fc-basic-view td.fc-week-number, .fc-icon, .fc-toolbar {
  text-align: center;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-highlight {
  background: #bce8f1;
  opacity: .3;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bgevent {
  background: #8fdf82;
  opacity: .3;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-nonbusiness {
  background: #d7d7d7;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 .6em;
  white-space: nowrap;
  cursor: pointer;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(to bottom, #fff, #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 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc button .fc-icon {
  position: relative;
  top: -.05em;
  margin: 0 .2em;
  vertical-align: middle;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-state-active, .fc-state-disabled, .fc-state-down, .fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-state-hover {
  color: #333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-state-active, .fc-state-down {
  background-color: #ccc;
  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 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: .65;
  box-shadow: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event.fc-draggable, .fc-event[href], .fc-popover .fc-header .fc-close, a[data-goto] {
  cursor: pointer;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-button-group {
  display: inline-block;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-button-group > :first-child {
  margin-left: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-popover .fc-header {
  padding: 2px 4px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-popover .fc-header .fc-title, .fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-popover .fc-header .fc-close, .fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-divider {
  border-style: solid;
  border-width: 1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bg table, .fc-row .fc-bgevent-skeleton table, .fc-row .fc-highlight-skeleton table {
  height: 100%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-clear {
  clear: both;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bg, .fc-bgevent-skeleton, .fc-helper-skeleton, .fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc td, .fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc td.fc-today {
  border-style: double;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
a[data-goto]:hover {
  text-decoration: underline;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row {
  position: relative;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-bg {
  z-index: 1;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-bgevent-skeleton td, .fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-helper-skeleton {
  z-index: 5;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-row .fc-content-skeleton table, .fc .fc-row .fc-content-skeleton td, .fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-content-skeleton td, .fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row .fc-content-skeleton tbody td, .fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon, .fc-row.fc-rigid, .fc-time-grid-event {
  overflow: hidden;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-scroller > .fc-day-grid, .fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event {
  position: relative;
  display: block;
  font-size: .85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event, .fc-event-dot {
  background-color: #3a87ad;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event, .fc-event:hover {
  color: #fff;
  text-decoration: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-not-allowed, .fc-not-allowed .fc-event {
  cursor: not-allowed;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: .25;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event.fc-allow-mouse-resize .fc-resizer, .fc-event.fc-selected .fc-resizer {
  display: block;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.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;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.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;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-h-event .fc-start-resizer, .fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-h-event .fc-end-resizer, .fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer, .fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer, .fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: .25;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-day-grid-event .fc-content {
  white-space: nowrap;
  overflow: hidden;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-day-grid-event .fc-time {
  font-weight: 700;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.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;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.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;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
a.fc-more {
  margin: 1px 3px;
  font-size: .85em;
  cursor: pointer;
  text-decoration: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
a.fc-more:hover {
  text-decoration: underline;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc.fc-bootstrap3 a, .ui-widget .fc-event {
  text-decoration: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-limited {
  display: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon, .fc-toolbar .fc-center {
  display: inline-block;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-day-grid .fc-row {
  z-index: 1;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-more-popover {
  z-index: 2;
  width: 220px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-more-popover .fc-event-container {
  padding: 10px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bootstrap3 .fc-popover .panel-body, .fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bootstrap3 .fc-today.alert, .fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
  border-color: #ddd;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-popover .fc-header {
  background: #eee;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: .3;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon {
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family: "Courier New",Courier,monospace;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon:after {
  position: relative;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: .9em;
  margin-top: 2px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.ui-widget .fc-disabled-day {
  background-image: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bootstrap3 .fc-time-grid .fc-slats table, .fc-bootstrap4 .fc-time-grid .fc-slats table, .fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bootstrap3 hr.fc-divider, .fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.ui-widget td.fc-axis {
  font-weight: 400;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc.fc-bootstrap4 a {
  text-decoration: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar .fc-left {
  float: left;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar .fc-right {
  float: right;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: .75em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar h2 {
  margin: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar button {
  position: relative;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar .fc-state-hover, .fc-toolbar .ui-state-hover {
  z-index: 2;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar .fc-state-down {
  z-index: 3;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active {
  z-index: 4;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-toolbar button:focus {
  z-index: 5;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-view-container *, .fc-view-container :after, .fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-view, .fc-view > table {
  position: relative;
  z-index: 1;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-basicDay-view .fc-content-skeleton, .fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-day-top.fc-other-month {
  opacity: .3;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-basic-view .fc-day-number, .fc-basic-view .fc-week-number {
  padding: 2px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-basic-view th.fc-day-number, .fc-basic-view th.fc-week-number {
  padding: 0 2px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  text-align: center;
  background-color: #f2f2f2;
  color: grey;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
  white-space: nowrap;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-axis {
  text-align: right;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-axis {
  text-align: left;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid, .fc-time-grid-container {
  position: relative;
  z-index: 1;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid {
  min-height: 100%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid table {
  border: 0 hidden transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid > .fc-bg {
  z-index: 1;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-slats, .fc-time-grid > hr {
  position: relative;
  z-index: 2;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-content-col {
  position: relative;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-bgevent, .fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-selected {
  overflow: visible;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event .fc-content {
  overflow: hidden;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event .fc-time, .fc-time-grid-event .fc-title {
  padding: 0 1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event .fc-time {
  font-size: .85em;
  white-space: nowrap;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-short .fc-content {
  white-space: nowrap;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-short .fc-time, .fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-short .fc-title {
  font-size: .85em;
  padding: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.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 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-list-view {
  direction: rtl;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc .fc-list-table {
  table-layout: auto;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-table tr:first-child td {
  border-top-width: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-heading {
  border-bottom-width: 1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-heading td {
  font-weight: 700;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-list-heading-main {
  float: left;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-list-heading-alt, .fc-rtl .fc-list-heading-main {
  float: right;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-list-heading-alt {
  float: left;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-item.fc-has-url {
  cursor: pointer;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-item-marker, .fc-list-item-time {
  white-space: nowrap;
  width: 1px;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

/* line 5, vendor/assets/stylesheets/fullcalendar.min.css */
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}

/* line 1, app/assets/stylesheets/common/prepaid_photo.scss */
.prepaid-img-box {
  display: inline-block;
  margin-right: 10px;
}

/* line 4, app/assets/stylesheets/common/prepaid_photo.scss */
.prepaid-img-box img {
  max-width: 40px;
  max-height: 20px;
}

/* line 11, app/assets/stylesheets/common/prepaid_photo.scss */
#show-photo .text-group {
  display: inline-block;
  line-height: 34px;
}

/* line 15, app/assets/stylesheets/common/prepaid_photo.scss */
#show-photo .operate-group {
  float: right;
}

/* line 17, app/assets/stylesheets/common/prepaid_photo.scss */
#show-photo .operate-group .prev {
  margin-right: 50px;
}

/* line 20, app/assets/stylesheets/common/prepaid_photo.scss */
#show-photo .operate-group .next {
  margin-right: 10px;
}

/* line 21, app/assets/stylesheets/my/application.scss */
.language_change {
  text-align: center;
  padding: 0 20px 20px 20px;
}

/* line 26, app/assets/stylesheets/my/application.scss */
.flag {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 3rem;
  line-height: 1.5rem;
}

/* line 35, app/assets/stylesheets/my/application.scss */
.flag:before {
  content: "\00a0";
}

/* line 39, app/assets/stylesheets/my/application.scss */
.flag.flag-cn {
  background-image: url(//web.pipi-cdn.com/assets/flag/cn-4423e86331839b6a81a43d0c6ad44d4b4d912a86206e9dd02818504b82f82309.svg);
}

/* line 43, app/assets/stylesheets/my/application.scss */
.flag.flag-jp {
  background-image: url(//web.pipi-cdn.com/assets/flag/jp-d562328f9e57e633a3eedf709900db1c09bbd872c7767fe0e2335ae64890a423.svg);
}

/* line 47, app/assets/stylesheets/my/application.scss */
.flag.flag-us {
  background-image: url(//web.pipi-cdn.com/assets/flag/us-7024702cf5faf2a2504064a399358211144c020d422aa023a35bfaa021bd9291.svg);
}

/* line 52, app/assets/stylesheets/my/application.scss */
.truncate-text {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
