/*!
 * 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)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.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;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.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;
}
.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:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.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:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.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;
}
.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;
}
.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: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.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.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:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.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);
}
.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:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.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:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.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);
}
.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.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;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  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);
}
.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: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.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.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;
}
.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;
}
.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;
}
/*# sourceMappingURL=bootstrap-datepicker.css.map */
/*!
 * 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)
 */

.datepicker {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  direction: ltr;
}
.datepicker-inline {
  width: 220px;
}
.datepicker-rtl {
  direction: rtl;
}
.datepicker-rtl.dropdown-menu {
  left: auto;
}
.datepicker-rtl table tr td span {
  float: right;
}
.datepicker-dropdown {
  top: 0;
  left: 0;
}
.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;
}
.datepicker-dropdown:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-top: 0;
  position: absolute;
}
.datepicker-dropdown.datepicker-orient-left:before {
  left: 6px;
}
.datepicker-dropdown.datepicker-orient-left:after {
  left: 7px;
}
.datepicker-dropdown.datepicker-orient-right:before {
  right: 6px;
}
.datepicker-dropdown.datepicker-orient-right:after {
  right: 7px;
}
.datepicker-dropdown.datepicker-orient-bottom:before {
  top: -7px;
}
.datepicker-dropdown.datepicker-orient-bottom:after {
  top: -6px;
}
.datepicker-dropdown.datepicker-orient-top:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}
.datepicker-dropdown.datepicker-orient-top:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}
.datepicker table {
  margin: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: none;
}
.table-striped .datepicker table tr td,
.table-striped .datepicker table tr th {
  background-color: transparent;
}
.datepicker table tr td.day:hover,
.datepicker table tr td.day.focused {
  background: #eee;
  cursor: pointer;
}
.datepicker table tr td.old,
.datepicker table tr td.new {
  color: #999;
}
.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td.highlighted {
  background: #d9edf7;
  border-radius: 0;
}
.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;
}
.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:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today:hover.disabled,
.datepicker table tr td.today.disabled.disabled,
.datepicker table tr td.today.disabled:hover.disabled,
.datepicker table tr td.today[disabled],
.datepicker table tr td.today:hover[disabled],
.datepicker table tr td.today.disabled[disabled],
.datepicker table tr td.today.disabled:hover[disabled] {
  background-color: #fdf59a;
}
.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:hover.active,
.datepicker table tr td.today.disabled.active,
.datepicker table tr td.today.disabled:hover.active {
  background-color: #fbf069 \9;
}
.datepicker table tr td.today:hover:hover {
  color: #000;
}
.datepicker table tr td.today.active:hover {
  color: #fff;
}
.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;
}
.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;
}
.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: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.disabled,
.datepicker table tr td.range.today:hover.disabled,
.datepicker table tr td.range.today.disabled.disabled,
.datepicker table tr td.range.today.disabled:hover.disabled,
.datepicker table tr td.range.today[disabled],
.datepicker table tr td.range.today:hover[disabled],
.datepicker table tr td.range.today.disabled[disabled],
.datepicker table tr td.range.today.disabled:hover[disabled] {
  background-color: #f3e97a;
}
.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:hover.active,
.datepicker table tr td.range.today.disabled.active,
.datepicker table tr td.range.today.disabled:hover.active {
  background-color: #efe24b \9;
}
.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);
}
.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:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active,
.datepicker table tr td.selected.disabled,
.datepicker table tr td.selected:hover.disabled,
.datepicker table tr td.selected.disabled.disabled,
.datepicker table tr td.selected.disabled:hover.disabled,
.datepicker table tr td.selected[disabled],
.datepicker table tr td.selected:hover[disabled],
.datepicker table tr td.selected.disabled[disabled],
.datepicker table tr td.selected.disabled:hover[disabled] {
  background-color: #808080;
}
.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:hover.active,
.datepicker table tr td.selected.disabled.active,
.datepicker table tr td.selected.disabled:hover.active {
  background-color: #666666 \9;
}
.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);
}
.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active:hover.disabled,
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled:hover.disabled,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active:hover[disabled],
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.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:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active {
  background-color: #003399 \9;
}
.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;
}
.datepicker table tr td span:hover,
.datepicker table tr td span.focused {
  background: #eee;
}
.datepicker table tr td span.disabled,
.datepicker table tr td span.disabled:hover {
  background: none;
  color: #999;
  cursor: default;
}
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active.disabled,
.datepicker table tr td span.active.disabled:hover {
  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);
}
.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: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.disabled,
.datepicker table tr td span.active:hover.disabled,
.datepicker table tr td span.active.disabled.disabled,
.datepicker table tr td span.active.disabled:hover.disabled,
.datepicker table tr td span.active[disabled],
.datepicker table tr td span.active:hover[disabled],
.datepicker table tr td span.active.disabled[disabled],
.datepicker table tr td span.active.disabled:hover[disabled] {
  background-color: #0044cc;
}
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active {
  background-color: #003399 \9;
}
.datepicker table tr td span.old,
.datepicker table tr td span.new {
  color: #999;
}
.datepicker .datepicker-switch {
  width: 145px;
}
.datepicker .datepicker-switch,
.datepicker .prev,
.datepicker .next,
.datepicker tfoot tr th {
  cursor: pointer;
}
.datepicker .datepicker-switch:hover,
.datepicker .prev:hover,
.datepicker .next:hover,
.datepicker tfoot tr th:hover {
  background: #eee;
}
.datepicker .prev.disabled,
.datepicker .next.disabled {
  visibility: hidden;
}
.datepicker .cw {
  font-size: 10px;
  width: 12px;
  padding: 0 2px 0 5px;
  vertical-align: middle;
}
.input-append.date .add-on,
.input-prepend.date .add-on {
  cursor: pointer;
}
.input-append.date .add-on i,
.input-prepend.date .add-on i {
  margin-top: 3px;
}
.input-daterange input {
  text-align: center;
}
.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;
}
.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;
}
.input-daterange .add-on {
  display: inline-block;
  width: auto;
  min-width: 16px;
  height: 20px;
  padding: 4px 5px;
  font-weight: normal;
  line-height: 20px;
  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;
}
.datepicker.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  color: #333333;
  font-size: 13px;
  line-height: 20px;
}
.datepicker.dropdown-menu th,
.datepicker.datepicker-inline th,
.datepicker.dropdown-menu td,
.datepicker.datepicker-inline td {
  padding: 4px 5px;
}
.sr-only, .bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after, .bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after, .bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after, .bootstrap-datetimepicker-widget .btn[data-action="clear"]::after, .bootstrap-datetimepicker-widget .btn[data-action="today"]::after, .bootstrap-datetimepicker-widget .picker-switch::after, .bootstrap-datetimepicker-widget table th.prev::after, .bootstrap-datetimepicker-widget table th.next::after {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.7.14
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
.bootstrap-datetimepicker-widget {
  list-style: none;
}
.bootstrap-datetimepicker-widget.dropdown-menu {
  margin: 2px 0;
  padding: 4px;
  width: 19em;
}
@media (min-width: 540px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 720px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
@media (min-width: 960px) {
  .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
    width: 38em;
  }
}
.bootstrap-datetimepicker-widget.dropdown-menu:before, .bootstrap-datetimepicker-widget.dropdown-menu:after {
  content: '';
  display: inline-block;
  position: absolute;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  top: -7px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  top: -6px;
  left: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:before {
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 7px solid #ccc;
  border-top-color: rgba(0, 0, 0, 0.2);
  bottom: -7px;
  left: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid white;
  bottom: -6px;
  left: 7px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:before {
  left: auto;
  right: 6px;
}
.bootstrap-datetimepicker-widget.dropdown-menu.pull-right:after {
  left: auto;
  right: 7px;
}
.bootstrap-datetimepicker-widget .list-unstyled {
  margin: 0;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 6px 0;
}
.bootstrap-datetimepicker-widget a[data-action]:active {
  box-shadow: none;
}
.bootstrap-datetimepicker-widget .timepicker-hour, .bootstrap-datetimepicker-widget .timepicker-minute, .bootstrap-datetimepicker-widget .timepicker-second {
  width: 54px;
  font-weight: bold;
  font-size: 1.2em;
  margin: 0;
}
.bootstrap-datetimepicker-widget button[data-action] {
  padding: 6px;
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementHours"]::after {
  content: "Increment Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="incrementMinutes"]::after {
  content: "Increment Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementHours"]::after {
  content: "Decrement Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="decrementMinutes"]::after {
  content: "Decrement Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="showHours"]::after {
  content: "Show Hours";
}
.bootstrap-datetimepicker-widget .btn[data-action="showMinutes"]::after {
  content: "Show Minutes";
}
.bootstrap-datetimepicker-widget .btn[data-action="togglePeriod"]::after {
  content: "Toggle AM/PM";
}
.bootstrap-datetimepicker-widget .btn[data-action="clear"]::after {
  content: "Clear the picker";
}
.bootstrap-datetimepicker-widget .btn[data-action="today"]::after {
  content: "Set the date to today";
}
.bootstrap-datetimepicker-widget .picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget .picker-switch::after {
  content: "Toggle Date and Time Screens";
}
.bootstrap-datetimepicker-widget .picker-switch td {
  padding: 0;
  margin: 0;
  height: auto;
  width: auto;
  line-height: inherit;
}
.bootstrap-datetimepicker-widget .picker-switch td span {
  line-height: 2.5;
  height: 2.5em;
  width: 100%;
}
.bootstrap-datetimepicker-widget table {
  width: 100%;
  margin: 0;
}
.bootstrap-datetimepicker-widget table td, .bootstrap-datetimepicker-widget table th {
  text-align: center;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table th {
  height: 20px;
  line-height: 20px;
  width: 20px;
}
.bootstrap-datetimepicker-widget table th.picker-switch {
  width: 145px;
}
.bootstrap-datetimepicker-widget table th.disabled, .bootstrap-datetimepicker-widget table th.disabled:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table th.prev::after {
  content: "Previous Month";
}
.bootstrap-datetimepicker-widget table th.next::after {
  content: "Next Month";
}
.bootstrap-datetimepicker-widget table thead tr:first-child th {
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
  background: #eceeef;
}
.bootstrap-datetimepicker-widget table td {
  height: 54px;
  line-height: 54px;
  width: 54px;
}
.bootstrap-datetimepicker-widget table td.cw {
  font-size: .8em;
  height: 20px;
  line-height: 20px;
  color: #636c72;
}
.bootstrap-datetimepicker-widget table td.day {
  height: 20px;
  line-height: 20px;
  width: 20px;
  padding: 5px;
}
.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
  background: #eceeef;
  cursor: pointer;
}
.bootstrap-datetimepicker-widget table td.old, .bootstrap-datetimepicker-widget table td.new {
  color: #636c72;
}
.bootstrap-datetimepicker-widget table td.today {
  position: relative;
}
.bootstrap-datetimepicker-widget table td.today:before {
  content: '';
  display: inline-block;
  border: solid transparent;
  border-width: 0 0 7px 7px;
  border-bottom-color: #0275d8;
  border-top-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
  background-color: #0275d8;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td.active.today:before {
  border-bottom-color: #fff;
}
.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget table td span {
  display: inline-block;
  width: 54px;
  height: 54px;
  line-height: 54px;
  margin: 2px 1.5px;
  cursor: pointer;
  border-radius: 0.25rem;
}
.bootstrap-datetimepicker-widget table td span:hover {
  background: #eceeef;
}
.bootstrap-datetimepicker-widget table td span.active {
  background-color: #0275d8;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.bootstrap-datetimepicker-widget table td span.old {
  color: #636c72;
}
.bootstrap-datetimepicker-widget table td span.disabled, .bootstrap-datetimepicker-widget table td span.disabled:hover {
  background: none;
  color: #636c72;
  cursor: not-allowed;
}
.bootstrap-datetimepicker-widget.usetwentyfour td.hour {
  height: 27px;
  line-height: 27px;
}

.input-group.date .input-group-addon {
  cursor: pointer;
}

.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin-top:5px;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:white;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff;filter:alpha(opacity=0)}.select2-hidden-accessible{border:0 !important;clip:rect(0 0 0 0) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{float:right}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid black 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:transparent;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected]{background-color:#5897fb;color:white}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:-webkit-linear-gradient(top, #fff 50%, #eee 100%);background-image:-o-linear-gradient(top, #fff 50%, #eee 100%);background-image:linear-gradient(to bottom, #fff 50%, #eee 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic .select2-selection--single:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:bold;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:-webkit-linear-gradient(top, #eee 50%, #ccc 100%);background-image:-o-linear-gradient(top, #eee 50%, #ccc 100%);background-image:linear-gradient(to bottom, #eee 50%, #ccc 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #5897fb}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:transparent;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:-webkit-linear-gradient(top, #fff 0%, #eee 50%);background-image:-o-linear-gradient(top, #fff 0%, #eee 50%);background-image:linear-gradient(to bottom, #fff 0%, #eee 50%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:-webkit-linear-gradient(top, #eee 50%, #fff 100%);background-image:-o-linear-gradient(top, #eee 50%, #fff 100%);background-image:linear-gradient(to bottom, #eee 50%, #fff 100%);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)}.select2-container--classic .select2-selection--multiple{background-color:white;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #5897fb}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:bold;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice{float:right;margin-left:5px;margin-right:auto}.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #5897fb}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results>.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#5897fb}

.fa,
.fas,
.far,
.fal,
.fab {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1; }

.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -.0667em; }

.fa-xs {
    font-size: .75em; }

.fa-sm {
    font-size: .875em; }

.fa-1x {
    font-size: 1em; }

.fa-2x {
    font-size: 2em; }

.fa-3x {
    font-size: 3em; }

.fa-4x {
    font-size: 4em; }

.fa-5x {
    font-size: 5em; }

.fa-6x {
    font-size: 6em; }

.fa-7x {
    font-size: 7em; }

.fa-8x {
    font-size: 8em; }

.fa-9x {
    font-size: 9em; }

.fa-10x {
    font-size: 10em; }

.fa-fw {
    text-align: center;
    width: 1.25em; }

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0; }
.fa-ul > li {
    position: relative; }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit; }

.fa-border {
    border: solid 0.08em #eee;
    border-radius: .1em;
    padding: .2em .25em .15em; }

.fa-pull-left {
    float: left; }

.fa-pull-right {
    float: right; }

.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
    margin-right: .3em; }

.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
    margin-left: .3em; }

.fa-spin {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear; }

.fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8); }

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

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

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1); }

.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1); }

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
    -webkit-transform: scale(-1, -1);
    transform: scale(-1, -1); }

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
    -webkit-filter: none;
    filter: none; }

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em; }

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%; }

.fa-stack-1x {
    line-height: inherit; }

.fa-stack-2x {
    font-size: 2em; }

.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 */
.fa-500px:before {
    content: "\f26e"; }

.fa-accessible-icon:before {
    content: "\f368"; }

.fa-accusoft:before {
    content: "\f369"; }

.fa-acquisitions-incorporated:before {
    content: "\f6af"; }

.fa-ad:before {
    content: "\f641"; }

.fa-address-book:before {
    content: "\f2b9"; }

.fa-address-card:before {
    content: "\f2bb"; }

.fa-adjust:before {
    content: "\f042"; }

.fa-adn:before {
    content: "\f170"; }

.fa-adobe:before {
    content: "\f778"; }

.fa-adversal:before {
    content: "\f36a"; }

.fa-affiliatetheme:before {
    content: "\f36b"; }

.fa-air-freshener:before {
    content: "\f5d0"; }

.fa-algolia:before {
    content: "\f36c"; }

.fa-align-center:before {
    content: "\f037"; }

.fa-align-justify:before {
    content: "\f039"; }

.fa-align-left:before {
    content: "\f036"; }

.fa-align-right:before {
    content: "\f038"; }

.fa-alipay:before {
    content: "\f642"; }

.fa-allergies:before {
    content: "\f461"; }

.fa-amazon:before {
    content: "\f270"; }

.fa-amazon-pay:before {
    content: "\f42c"; }

.fa-ambulance:before {
    content: "\f0f9"; }

.fa-american-sign-language-interpreting:before {
    content: "\f2a3"; }

.fa-amilia:before {
    content: "\f36d"; }

.fa-anchor:before {
    content: "\f13d"; }

.fa-android:before {
    content: "\f17b"; }

.fa-angellist:before {
    content: "\f209"; }

.fa-angle-double-down:before {
    content: "\f103"; }

.fa-angle-double-left:before {
    content: "\f100"; }

.fa-angle-double-right:before {
    content: "\f101"; }

.fa-angle-double-up:before {
    content: "\f102"; }

.fa-angle-down:before {
    content: "\f107"; }

.fa-angle-left:before {
    content: "\f104"; }

.fa-angle-right:before {
    content: "\f105"; }

.fa-angle-up:before {
    content: "\f106"; }

.fa-angry:before {
    content: "\f556"; }

.fa-angrycreative:before {
    content: "\f36e"; }

.fa-angular:before {
    content: "\f420"; }

.fa-ankh:before {
    content: "\f644"; }

.fa-app-store:before {
    content: "\f36f"; }

.fa-app-store-ios:before {
    content: "\f370"; }

.fa-apper:before {
    content: "\f371"; }

.fa-apple:before {
    content: "\f179"; }

.fa-apple-alt:before {
    content: "\f5d1"; }

.fa-apple-pay:before {
    content: "\f415"; }

.fa-archive:before {
    content: "\f187"; }

.fa-archway:before {
    content: "\f557"; }

.fa-arrow-alt-circle-down:before {
    content: "\f358"; }

.fa-arrow-alt-circle-left:before {
    content: "\f359"; }

.fa-arrow-alt-circle-right:before {
    content: "\f35a"; }

.fa-arrow-alt-circle-up:before {
    content: "\f35b"; }

.fa-arrow-circle-down:before {
    content: "\f0ab"; }

.fa-arrow-circle-left:before {
    content: "\f0a8"; }

.fa-arrow-circle-right:before {
    content: "\f0a9"; }

.fa-arrow-circle-up:before {
    content: "\f0aa"; }

.fa-arrow-down:before {
    content: "\f063"; }

.fa-arrow-left:before {
    content: "\f060"; }

.fa-arrow-right:before {
    content: "\f061"; }

.fa-arrow-up:before {
    content: "\f062"; }

.fa-arrows-alt:before {
    content: "\f0b2"; }

.fa-arrows-alt-h:before {
    content: "\f337"; }

.fa-arrows-alt-v:before {
    content: "\f338"; }

.fa-artstation:before {
    content: "\f77a"; }

.fa-assistive-listening-systems:before {
    content: "\f2a2"; }

.fa-asterisk:before {
    content: "\f069"; }

.fa-asymmetrik:before {
    content: "\f372"; }

.fa-at:before {
    content: "\f1fa"; }

.fa-atlas:before {
    content: "\f558"; }

.fa-atlassian:before {
    content: "\f77b"; }

.fa-atom:before {
    content: "\f5d2"; }

.fa-audible:before {
    content: "\f373"; }

.fa-audio-description:before {
    content: "\f29e"; }

.fa-autoprefixer:before {
    content: "\f41c"; }

.fa-avianex:before {
    content: "\f374"; }

.fa-aviato:before {
    content: "\f421"; }

.fa-award:before {
    content: "\f559"; }

.fa-aws:before {
    content: "\f375"; }

.fa-baby:before {
    content: "\f77c"; }

.fa-baby-carriage:before {
    content: "\f77d"; }

.fa-backspace:before {
    content: "\f55a"; }

.fa-backward:before {
    content: "\f04a"; }

.fa-bacon:before {
    content: "\f7e5"; }

.fa-balance-scale:before {
    content: "\f24e"; }

.fa-ban:before {
    content: "\f05e"; }

.fa-band-aid:before {
    content: "\f462"; }

.fa-bandcamp:before {
    content: "\f2d5"; }

.fa-barcode:before {
    content: "\f02a"; }

.fa-bars:before {
    content: "\f0c9"; }

.fa-baseball-ball:before {
    content: "\f433"; }

.fa-basketball-ball:before {
    content: "\f434"; }

.fa-bath:before {
    content: "\f2cd"; }

.fa-battery-empty:before {
    content: "\f244"; }

.fa-battery-full:before {
    content: "\f240"; }

.fa-battery-half:before {
    content: "\f242"; }

.fa-battery-quarter:before {
    content: "\f243"; }

.fa-battery-three-quarters:before {
    content: "\f241"; }

.fa-bed:before {
    content: "\f236"; }

.fa-beer:before {
    content: "\f0fc"; }

.fa-behance:before {
    content: "\f1b4"; }

.fa-behance-square:before {
    content: "\f1b5"; }

.fa-bell:before {
    content: "\f0f3"; }

.fa-bell-slash:before {
    content: "\f1f6"; }

.fa-bezier-curve:before {
    content: "\f55b"; }

.fa-bible:before {
    content: "\f647"; }

.fa-bicycle:before {
    content: "\f206"; }

.fa-bimobject:before {
    content: "\f378"; }

.fa-binoculars:before {
    content: "\f1e5"; }

.fa-biohazard:before {
    content: "\f780"; }

.fa-birthday-cake:before {
    content: "\f1fd"; }

.fa-bitbucket:before {
    content: "\f171"; }

.fa-bitcoin:before {
    content: "\f379"; }

.fa-bity:before {
    content: "\f37a"; }

.fa-black-tie:before {
    content: "\f27e"; }

.fa-blackberry:before {
    content: "\f37b"; }

.fa-blender:before {
    content: "\f517"; }

.fa-blender-phone:before {
    content: "\f6b6"; }

.fa-blind:before {
    content: "\f29d"; }

.fa-blog:before {
    content: "\f781"; }

.fa-blogger:before {
    content: "\f37c"; }

.fa-blogger-b:before {
    content: "\f37d"; }

.fa-bluetooth:before {
    content: "\f293"; }

.fa-bluetooth-b:before {
    content: "\f294"; }

.fa-bold:before {
    content: "\f032"; }

.fa-bolt:before {
    content: "\f0e7"; }

.fa-bomb:before {
    content: "\f1e2"; }

.fa-bone:before {
    content: "\f5d7"; }

.fa-bong:before {
    content: "\f55c"; }

.fa-book:before {
    content: "\f02d"; }

.fa-book-dead:before {
    content: "\f6b7"; }

.fa-book-medical:before {
    content: "\f7e6"; }

.fa-book-open:before {
    content: "\f518"; }

.fa-book-reader:before {
    content: "\f5da"; }

.fa-bookmark:before {
    content: "\f02e"; }

.fa-bowling-ball:before {
    content: "\f436"; }

.fa-box:before {
    content: "\f466"; }

.fa-box-open:before {
    content: "\f49e"; }

.fa-boxes:before {
    content: "\f468"; }

.fa-braille:before {
    content: "\f2a1"; }

.fa-brain:before {
    content: "\f5dc"; }

.fa-bread-slice:before {
    content: "\f7ec"; }

.fa-briefcase:before {
    content: "\f0b1"; }

.fa-briefcase-medical:before {
    content: "\f469"; }

.fa-broadcast-tower:before {
    content: "\f519"; }

.fa-broom:before {
    content: "\f51a"; }

.fa-brush:before {
    content: "\f55d"; }

.fa-btc:before {
    content: "\f15a"; }

.fa-bug:before {
    content: "\f188"; }

.fa-building:before {
    content: "\f1ad"; }

.fa-bullhorn:before {
    content: "\f0a1"; }

.fa-bullseye:before {
    content: "\f140"; }

.fa-burn:before {
    content: "\f46a"; }

.fa-buromobelexperte:before {
    content: "\f37f"; }

.fa-bus:before {
    content: "\f207"; }

.fa-bus-alt:before {
    content: "\f55e"; }

.fa-business-time:before {
    content: "\f64a"; }

.fa-buysellads:before {
    content: "\f20d"; }

.fa-calculator:before {
    content: "\f1ec"; }

.fa-calendar:before {
    content: "\f133"; }

.fa-calendar-alt:before {
    content: "\f073"; }

.fa-calendar-check:before {
    content: "\f274"; }

.fa-calendar-day:before {
    content: "\f783"; }

.fa-calendar-minus:before {
    content: "\f272"; }

.fa-calendar-plus:before {
    content: "\f271"; }

.fa-calendar-times:before {
    content: "\f273"; }

.fa-calendar-week:before {
    content: "\f784"; }

.fa-camera:before {
    content: "\f030"; }

.fa-camera-retro:before {
    content: "\f083"; }

.fa-campground:before {
    content: "\f6bb"; }

.fa-canadian-maple-leaf:before {
    content: "\f785"; }

.fa-candy-cane:before {
    content: "\f786"; }

.fa-cannabis:before {
    content: "\f55f"; }

.fa-capsules:before {
    content: "\f46b"; }

.fa-car:before {
    content: "\f1b9"; }

.fa-car-alt:before {
    content: "\f5de"; }

.fa-car-battery:before {
    content: "\f5df"; }

.fa-car-crash:before {
    content: "\f5e1"; }

.fa-car-side:before {
    content: "\f5e4"; }

.fa-caret-down:before {
    content: "\f0d7"; }

.fa-caret-left:before {
    content: "\f0d9"; }

.fa-caret-right:before {
    content: "\f0da"; }

.fa-caret-square-down:before {
    content: "\f150"; }

.fa-caret-square-left:before {
    content: "\f191"; }

.fa-caret-square-right:before {
    content: "\f152"; }

.fa-caret-square-up:before {
    content: "\f151"; }

.fa-caret-up:before {
    content: "\f0d8"; }

.fa-carrot:before {
    content: "\f787"; }

.fa-cart-arrow-down:before {
    content: "\f218"; }

.fa-cart-plus:before {
    content: "\f217"; }

.fa-cash-register:before {
    content: "\f788"; }

.fa-cat:before {
    content: "\f6be"; }

.fa-cc-amazon-pay:before {
    content: "\f42d"; }

.fa-cc-amex:before {
    content: "\f1f3"; }

.fa-cc-apple-pay:before {
    content: "\f416"; }

.fa-cc-diners-club:before {
    content: "\f24c"; }

.fa-cc-discover:before {
    content: "\f1f2"; }

.fa-cc-jcb:before {
    content: "\f24b"; }

.fa-cc-mastercard:before {
    content: "\f1f1"; }

.fa-cc-paypal:before {
    content: "\f1f4"; }

.fa-cc-stripe:before {
    content: "\f1f5"; }

.fa-cc-visa:before {
    content: "\f1f0"; }

.fa-centercode:before {
    content: "\f380"; }

.fa-centos:before {
    content: "\f789"; }

.fa-certificate:before {
    content: "\f0a3"; }

.fa-chair:before {
    content: "\f6c0"; }

.fa-chalkboard:before {
    content: "\f51b"; }

.fa-chalkboard-teacher:before {
    content: "\f51c"; }

.fa-charging-station:before {
    content: "\f5e7"; }

.fa-chart-area:before {
    content: "\f1fe"; }

.fa-chart-bar:before {
    content: "\f080"; }

.fa-chart-line:before {
    content: "\f201"; }

.fa-chart-pie:before {
    content: "\f200"; }

.fa-check:before {
    content: "\f00c"; }

.fa-check-circle:before {
    content: "\f058"; }

.fa-check-double:before {
    content: "\f560"; }

.fa-check-square:before {
    content: "\f14a"; }

.fa-cheese:before {
    content: "\f7ef"; }

.fa-chess:before {
    content: "\f439"; }

.fa-chess-bishop:before {
    content: "\f43a"; }

.fa-chess-board:before {
    content: "\f43c"; }

.fa-chess-king:before {
    content: "\f43f"; }

.fa-chess-knight:before {
    content: "\f441"; }

.fa-chess-pawn:before {
    content: "\f443"; }

.fa-chess-queen:before {
    content: "\f445"; }

.fa-chess-rook:before {
    content: "\f447"; }

.fa-chevron-circle-down:before {
    content: "\f13a"; }

.fa-chevron-circle-left:before {
    content: "\f137"; }

.fa-chevron-circle-right:before {
    content: "\f138"; }

.fa-chevron-circle-up:before {
    content: "\f139"; }

.fa-chevron-down:before {
    content: "\f078"; }

.fa-chevron-left:before {
    content: "\f053"; }

.fa-chevron-right:before {
    content: "\f054"; }

.fa-chevron-up:before {
    content: "\f077"; }

.fa-child:before {
    content: "\f1ae"; }

.fa-chrome:before {
    content: "\f268"; }

.fa-church:before {
    content: "\f51d"; }

.fa-circle:before {
    content: "\f111"; }

.fa-circle-notch:before {
    content: "\f1ce"; }

.fa-city:before {
    content: "\f64f"; }

.fa-clinic-medical:before {
    content: "\f7f2"; }

.fa-clipboard:before {
    content: "\f328"; }

.fa-clipboard-check:before {
    content: "\f46c"; }

.fa-clipboard-list:before {
    content: "\f46d"; }

.fa-clock:before {
    content: "\f017"; }

.fa-clone:before {
    content: "\f24d"; }

.fa-closed-captioning:before {
    content: "\f20a"; }

.fa-cloud:before {
    content: "\f0c2"; }

.fa-cloud-download-alt:before {
    content: "\f381"; }

.fa-cloud-meatball:before {
    content: "\f73b"; }

.fa-cloud-moon:before {
    content: "\f6c3"; }

.fa-cloud-moon-rain:before {
    content: "\f73c"; }

.fa-cloud-rain:before {
    content: "\f73d"; }

.fa-cloud-showers-heavy:before {
    content: "\f740"; }

.fa-cloud-sun:before {
    content: "\f6c4"; }

.fa-cloud-sun-rain:before {
    content: "\f743"; }

.fa-cloud-upload-alt:before {
    content: "\f382"; }

.fa-cloudscale:before {
    content: "\f383"; }

.fa-cloudsmith:before {
    content: "\f384"; }

.fa-cloudversify:before {
    content: "\f385"; }

.fa-cocktail:before {
    content: "\f561"; }

.fa-code:before {
    content: "\f121"; }

.fa-code-branch:before {
    content: "\f126"; }

.fa-codepen:before {
    content: "\f1cb"; }

.fa-codiepie:before {
    content: "\f284"; }

.fa-coffee:before {
    content: "\f0f4"; }

.fa-cog:before {
    content: "\f013"; }

.fa-cogs:before {
    content: "\f085"; }

.fa-coins:before {
    content: "\f51e"; }

.fa-columns:before {
    content: "\f0db"; }

.fa-comment:before {
    content: "\f075"; }

.fa-comment-alt:before {
    content: "\f27a"; }

.fa-comment-dollar:before {
    content: "\f651"; }

.fa-comment-dots:before {
    content: "\f4ad"; }

.fa-comment-medical:before {
    content: "\f7f5"; }

.fa-comment-slash:before {
    content: "\f4b3"; }

.fa-comments:before {
    content: "\f086"; }

.fa-comments-dollar:before {
    content: "\f653"; }

.fa-compact-disc:before {
    content: "\f51f"; }

.fa-compass:before {
    content: "\f14e"; }

.fa-compress:before {
    content: "\f066"; }

.fa-compress-arrows-alt:before {
    content: "\f78c"; }

.fa-concierge-bell:before {
    content: "\f562"; }

.fa-confluence:before {
    content: "\f78d"; }

.fa-connectdevelop:before {
    content: "\f20e"; }

.fa-contao:before {
    content: "\f26d"; }

.fa-cookie:before {
    content: "\f563"; }

.fa-cookie-bite:before {
    content: "\f564"; }

.fa-copy:before {
    content: "\f0c5"; }

.fa-copyright:before {
    content: "\f1f9"; }

.fa-couch:before {
    content: "\f4b8"; }

.fa-cpanel:before {
    content: "\f388"; }

.fa-creative-commons:before {
    content: "\f25e"; }

.fa-creative-commons-by:before {
    content: "\f4e7"; }

.fa-creative-commons-nc:before {
    content: "\f4e8"; }

.fa-creative-commons-nc-eu:before {
    content: "\f4e9"; }

.fa-creative-commons-nc-jp:before {
    content: "\f4ea"; }

.fa-creative-commons-nd:before {
    content: "\f4eb"; }

.fa-creative-commons-pd:before {
    content: "\f4ec"; }

.fa-creative-commons-pd-alt:before {
    content: "\f4ed"; }

.fa-creative-commons-remix:before {
    content: "\f4ee"; }

.fa-creative-commons-sa:before {
    content: "\f4ef"; }

.fa-creative-commons-sampling:before {
    content: "\f4f0"; }

.fa-creative-commons-sampling-plus:before {
    content: "\f4f1"; }

.fa-creative-commons-share:before {
    content: "\f4f2"; }

.fa-creative-commons-zero:before {
    content: "\f4f3"; }

.fa-credit-card:before {
    content: "\f09d"; }

.fa-critical-role:before {
    content: "\f6c9"; }

.fa-crop:before {
    content: "\f125"; }

.fa-crop-alt:before {
    content: "\f565"; }

.fa-cross:before {
    content: "\f654"; }

.fa-crosshairs:before {
    content: "\f05b"; }

.fa-crow:before {
    content: "\f520"; }

.fa-crown:before {
    content: "\f521"; }

.fa-crutch:before {
    content: "\f7f7"; }

.fa-css3:before {
    content: "\f13c"; }

.fa-css3-alt:before {
    content: "\f38b"; }

.fa-cube:before {
    content: "\f1b2"; }

.fa-cubes:before {
    content: "\f1b3"; }

.fa-cut:before {
    content: "\f0c4"; }

.fa-cuttlefish:before {
    content: "\f38c"; }

.fa-d-and-d:before {
    content: "\f38d"; }

.fa-d-and-d-beyond:before {
    content: "\f6ca"; }

.fa-dashcube:before {
    content: "\f210"; }

.fa-database:before {
    content: "\f1c0"; }

.fa-deaf:before {
    content: "\f2a4"; }

.fa-delicious:before {
    content: "\f1a5"; }

.fa-democrat:before {
    content: "\f747"; }

.fa-deploydog:before {
    content: "\f38e"; }

.fa-deskpro:before {
    content: "\f38f"; }

.fa-desktop:before {
    content: "\f108"; }

.fa-dev:before {
    content: "\f6cc"; }

.fa-deviantart:before {
    content: "\f1bd"; }

.fa-dharmachakra:before {
    content: "\f655"; }

.fa-dhl:before {
    content: "\f790"; }

.fa-diagnoses:before {
    content: "\f470"; }

.fa-diaspora:before {
    content: "\f791"; }

.fa-dice:before {
    content: "\f522"; }

.fa-dice-d20:before {
    content: "\f6cf"; }

.fa-dice-d6:before {
    content: "\f6d1"; }

.fa-dice-five:before {
    content: "\f523"; }

.fa-dice-four:before {
    content: "\f524"; }

.fa-dice-one:before {
    content: "\f525"; }

.fa-dice-six:before {
    content: "\f526"; }

.fa-dice-three:before {
    content: "\f527"; }

.fa-dice-two:before {
    content: "\f528"; }

.fa-digg:before {
    content: "\f1a6"; }

.fa-digital-ocean:before {
    content: "\f391"; }

.fa-digital-tachograph:before {
    content: "\f566"; }

.fa-directions:before {
    content: "\f5eb"; }

.fa-discord:before {
    content: "\f392"; }

.fa-discourse:before {
    content: "\f393"; }

.fa-divide:before {
    content: "\f529"; }

.fa-dizzy:before {
    content: "\f567"; }

.fa-dna:before {
    content: "\f471"; }

.fa-dochub:before {
    content: "\f394"; }

.fa-docker:before {
    content: "\f395"; }

.fa-dog:before {
    content: "\f6d3"; }

.fa-dollar-sign:before {
    content: "\f155"; }

.fa-dolly:before {
    content: "\f472"; }

.fa-dolly-flatbed:before {
    content: "\f474"; }

.fa-donate:before {
    content: "\f4b9"; }

.fa-door-closed:before {
    content: "\f52a"; }

.fa-door-open:before {
    content: "\f52b"; }

.fa-dot-circle:before {
    content: "\f192"; }

.fa-dove:before {
    content: "\f4ba"; }

.fa-download:before {
    content: "\f019"; }

.fa-draft2digital:before {
    content: "\f396"; }

.fa-drafting-compass:before {
    content: "\f568"; }

.fa-dragon:before {
    content: "\f6d5"; }

.fa-draw-polygon:before {
    content: "\f5ee"; }

.fa-dribbble:before {
    content: "\f17d"; }

.fa-dribbble-square:before {
    content: "\f397"; }

.fa-dropbox:before {
    content: "\f16b"; }

.fa-drum:before {
    content: "\f569"; }

.fa-drum-steelpan:before {
    content: "\f56a"; }

.fa-drumstick-bite:before {
    content: "\f6d7"; }

.fa-drupal:before {
    content: "\f1a9"; }

.fa-dumbbell:before {
    content: "\f44b"; }

.fa-dumpster:before {
    content: "\f793"; }

.fa-dumpster-fire:before {
    content: "\f794"; }

.fa-dungeon:before {
    content: "\f6d9"; }

.fa-dyalog:before {
    content: "\f399"; }

.fa-earlybirds:before {
    content: "\f39a"; }

.fa-ebay:before {
    content: "\f4f4"; }

.fa-edge:before {
    content: "\f282"; }

.fa-edit:before {
    content: "\f044"; }

.fa-egg:before {
    content: "\f7fb"; }

.fa-eject:before {
    content: "\f052"; }

.fa-elementor:before {
    content: "\f430"; }

.fa-ellipsis-h:before {
    content: "\f141"; }

.fa-ellipsis-v:before {
    content: "\f142"; }

.fa-ello:before {
    content: "\f5f1"; }

.fa-ember:before {
    content: "\f423"; }

.fa-empire:before {
    content: "\f1d1"; }

.fa-envelope:before {
    content: "\f0e0"; }

.fa-envelope-open:before {
    content: "\f2b6"; }

.fa-envelope-open-text:before {
    content: "\f658"; }

.fa-envelope-square:before {
    content: "\f199"; }

.fa-envira:before {
    content: "\f299"; }

.fa-equals:before {
    content: "\f52c"; }

.fa-eraser:before {
    content: "\f12d"; }

.fa-erlang:before {
    content: "\f39d"; }

.fa-ethereum:before {
    content: "\f42e"; }

.fa-ethernet:before {
    content: "\f796"; }

.fa-etsy:before {
    content: "\f2d7"; }

.fa-euro-sign:before {
    content: "\f153"; }

.fa-exchange-alt:before {
    content: "\f362"; }

.fa-exclamation:before {
    content: "\f12a"; }

.fa-exclamation-circle:before {
    content: "\f06a"; }

.fa-exclamation-triangle:before {
    content: "\f071"; }

.fa-expand:before {
    content: "\f065"; }

.fa-expand-arrows-alt:before {
    content: "\f31e"; }

.fa-expeditedssl:before {
    content: "\f23e"; }

.fa-external-link-alt:before {
    content: "\f35d"; }

.fa-external-link-square-alt:before {
    content: "\f360"; }

.fa-eye:before {
    content: "\f06e"; }

.fa-eye-dropper:before {
    content: "\f1fb"; }

.fa-eye-slash:before {
    content: "\f070"; }

.fa-facebook:before {
    content: "\f09a"; }

.fa-facebook-f:before {
    content: "\f39e"; }

.fa-facebook-messenger:before {
    content: "\f39f"; }

.fa-facebook-square:before {
    content: "\f082"; }

.fa-fantasy-flight-games:before {
    content: "\f6dc"; }

.fa-fast-backward:before {
    content: "\f049"; }

.fa-fast-forward:before {
    content: "\f050"; }

.fa-fax:before {
    content: "\f1ac"; }

.fa-feather:before {
    content: "\f52d"; }

.fa-feather-alt:before {
    content: "\f56b"; }

.fa-fedex:before {
    content: "\f797"; }

.fa-fedora:before {
    content: "\f798"; }

.fa-female:before {
    content: "\f182"; }

.fa-fighter-jet:before {
    content: "\f0fb"; }

.fa-figma:before {
    content: "\f799"; }

.fa-file:before {
    content: "\f15b"; }

.fa-file-alt:before {
    content: "\f15c"; }

.fa-file-archive:before {
    content: "\f1c6"; }

.fa-file-audio:before {
    content: "\f1c7"; }

.fa-file-code:before {
    content: "\f1c9"; }

.fa-file-contract:before {
    content: "\f56c"; }

.fa-file-csv:before {
    content: "\f6dd"; }

.fa-file-download:before {
    content: "\f56d"; }

.fa-file-excel:before {
    content: "\f1c3"; }

.fa-file-export:before {
    content: "\f56e"; }

.fa-file-image:before {
    content: "\f1c5"; }

.fa-file-import:before {
    content: "\f56f"; }

.fa-file-invoice:before {
    content: "\f570"; }

.fa-file-invoice-dollar:before {
    content: "\f571"; }

.fa-file-medical:before {
    content: "\f477"; }

.fa-file-medical-alt:before {
    content: "\f478"; }

.fa-file-pdf:before {
    content: "\f1c1"; }

.fa-file-powerpoint:before {
    content: "\f1c4"; }

.fa-file-prescription:before {
    content: "\f572"; }

.fa-file-signature:before {
    content: "\f573"; }

.fa-file-upload:before {
    content: "\f574"; }

.fa-file-video:before {
    content: "\f1c8"; }

.fa-file-word:before {
    content: "\f1c2"; }

.fa-fill:before {
    content: "\f575"; }

.fa-fill-drip:before {
    content: "\f576"; }

.fa-film:before {
    content: "\f008"; }

.fa-filter:before {
    content: "\f0b0"; }

.fa-fingerprint:before {
    content: "\f577"; }

.fa-fire:before {
    content: "\f06d"; }

.fa-fire-alt:before {
    content: "\f7e4"; }

.fa-fire-extinguisher:before {
    content: "\f134"; }

.fa-firefox:before {
    content: "\f269"; }

.fa-first-aid:before {
    content: "\f479"; }

.fa-first-order:before {
    content: "\f2b0"; }

.fa-first-order-alt:before {
    content: "\f50a"; }

.fa-firstdraft:before {
    content: "\f3a1"; }

.fa-fish:before {
    content: "\f578"; }

.fa-fist-raised:before {
    content: "\f6de"; }

.fa-flag:before {
    content: "\f024"; }

.fa-flag-checkered:before {
    content: "\f11e"; }

.fa-flag-usa:before {
    content: "\f74d"; }

.fa-flask:before {
    content: "\f0c3"; }

.fa-flickr:before {
    content: "\f16e"; }

.fa-flipboard:before {
    content: "\f44d"; }

.fa-flushed:before {
    content: "\f579"; }

.fa-fly:before {
    content: "\f417"; }

.fa-folder:before {
    content: "\f07b"; }

.fa-folder-minus:before {
    content: "\f65d"; }

.fa-folder-open:before {
    content: "\f07c"; }

.fa-folder-plus:before {
    content: "\f65e"; }

.fa-font:before {
    content: "\f031"; }

.fa-font-awesome:before {
    content: "\f2b4"; }

.fa-font-awesome-alt:before {
    content: "\f35c"; }

.fa-font-awesome-flag:before {
    content: "\f425"; }

.fa-font-awesome-logo-full:before {
    content: "\f4e6"; }

.fa-fonticons:before {
    content: "\f280"; }

.fa-fonticons-fi:before {
    content: "\f3a2"; }

.fa-football-ball:before {
    content: "\f44e"; }

.fa-fort-awesome:before {
    content: "\f286"; }

.fa-fort-awesome-alt:before {
    content: "\f3a3"; }

.fa-forumbee:before {
    content: "\f211"; }

.fa-forward:before {
    content: "\f04e"; }

.fa-foursquare:before {
    content: "\f180"; }

.fa-free-code-camp:before {
    content: "\f2c5"; }

.fa-freebsd:before {
    content: "\f3a4"; }

.fa-frog:before {
    content: "\f52e"; }

.fa-frown:before {
    content: "\f119"; }

.fa-frown-open:before {
    content: "\f57a"; }

.fa-fulcrum:before {
    content: "\f50b"; }

.fa-funnel-dollar:before {
    content: "\f662"; }

.fa-futbol:before {
    content: "\f1e3"; }

.fa-galactic-republic:before {
    content: "\f50c"; }

.fa-galactic-senate:before {
    content: "\f50d"; }

.fa-gamepad:before {
    content: "\f11b"; }

.fa-gas-pump:before {
    content: "\f52f"; }

.fa-gavel:before {
    content: "\f0e3"; }

.fa-gem:before {
    content: "\f3a5"; }

.fa-genderless:before {
    content: "\f22d"; }

.fa-get-pocket:before {
    content: "\f265"; }

.fa-gg:before {
    content: "\f260"; }

.fa-gg-circle:before {
    content: "\f261"; }

.fa-ghost:before {
    content: "\f6e2"; }

.fa-gift:before {
    content: "\f06b"; }

.fa-gifts:before {
    content: "\f79c"; }

.fa-git:before {
    content: "\f1d3"; }

.fa-git-square:before {
    content: "\f1d2"; }

.fa-github:before {
    content: "\f09b"; }

.fa-github-alt:before {
    content: "\f113"; }

.fa-github-square:before {
    content: "\f092"; }

.fa-gitkraken:before {
    content: "\f3a6"; }

.fa-gitlab:before {
    content: "\f296"; }

.fa-gitter:before {
    content: "\f426"; }

.fa-glass-cheers:before {
    content: "\f79f"; }

.fa-glass-martini:before {
    content: "\f000"; }

.fa-glass-martini-alt:before {
    content: "\f57b"; }

.fa-glass-whiskey:before {
    content: "\f7a0"; }

.fa-glasses:before {
    content: "\f530"; }

.fa-glide:before {
    content: "\f2a5"; }

.fa-glide-g:before {
    content: "\f2a6"; }

.fa-globe:before {
    content: "\f0ac"; }

.fa-globe-africa:before {
    content: "\f57c"; }

.fa-globe-americas:before {
    content: "\f57d"; }

.fa-globe-asia:before {
    content: "\f57e"; }

.fa-globe-europe:before {
    content: "\f7a2"; }

.fa-gofore:before {
    content: "\f3a7"; }

.fa-golf-ball:before {
    content: "\f450"; }

.fa-goodreads:before {
    content: "\f3a8"; }

.fa-goodreads-g:before {
    content: "\f3a9"; }

.fa-google:before {
    content: "\f1a0"; }

.fa-google-drive:before {
    content: "\f3aa"; }

.fa-google-play:before {
    content: "\f3ab"; }

.fa-google-plus:before {
    content: "\f2b3"; }

.fa-google-plus-g:before {
    content: "\f0d5"; }

.fa-google-plus-square:before {
    content: "\f0d4"; }

.fa-google-wallet:before {
    content: "\f1ee"; }

.fa-gopuram:before {
    content: "\f664"; }

.fa-graduation-cap:before {
    content: "\f19d"; }

.fa-gratipay:before {
    content: "\f184"; }

.fa-grav:before {
    content: "\f2d6"; }

.fa-greater-than:before {
    content: "\f531"; }

.fa-greater-than-equal:before {
    content: "\f532"; }

.fa-grimace:before {
    content: "\f57f"; }

.fa-grin:before {
    content: "\f580"; }

.fa-grin-alt:before {
    content: "\f581"; }

.fa-grin-beam:before {
    content: "\f582"; }

.fa-grin-beam-sweat:before {
    content: "\f583"; }

.fa-grin-hearts:before {
    content: "\f584"; }

.fa-grin-squint:before {
    content: "\f585"; }

.fa-grin-squint-tears:before {
    content: "\f586"; }

.fa-grin-stars:before {
    content: "\f587"; }

.fa-grin-tears:before {
    content: "\f588"; }

.fa-grin-tongue:before {
    content: "\f589"; }

.fa-grin-tongue-squint:before {
    content: "\f58a"; }

.fa-grin-tongue-wink:before {
    content: "\f58b"; }

.fa-grin-wink:before {
    content: "\f58c"; }

.fa-grip-horizontal:before {
    content: "\f58d"; }

.fa-grip-lines:before {
    content: "\f7a4"; }

.fa-grip-lines-vertical:before {
    content: "\f7a5"; }

.fa-grip-vertical:before {
    content: "\f58e"; }

.fa-gripfire:before {
    content: "\f3ac"; }

.fa-grunt:before {
    content: "\f3ad"; }

.fa-guitar:before {
    content: "\f7a6"; }

.fa-gulp:before {
    content: "\f3ae"; }

.fa-h-square:before {
    content: "\f0fd"; }

.fa-hacker-news:before {
    content: "\f1d4"; }

.fa-hacker-news-square:before {
    content: "\f3af"; }

.fa-hackerrank:before {
    content: "\f5f7"; }

.fa-hamburger:before {
    content: "\f805"; }

.fa-hammer:before {
    content: "\f6e3"; }

.fa-hamsa:before {
    content: "\f665"; }

.fa-hand-holding:before {
    content: "\f4bd"; }

.fa-hand-holding-heart:before {
    content: "\f4be"; }

.fa-hand-holding-usd:before {
    content: "\f4c0"; }

.fa-hand-lizard:before {
    content: "\f258"; }

.fa-hand-middle-finger:before {
    content: "\f806"; }

.fa-hand-paper:before {
    content: "\f256"; }

.fa-hand-peace:before {
    content: "\f25b"; }

.fa-hand-point-down:before {
    content: "\f0a7"; }

.fa-hand-point-left:before {
    content: "\f0a5"; }

.fa-hand-point-right:before {
    content: "\f0a4"; }

.fa-hand-point-up:before {
    content: "\f0a6"; }

.fa-hand-pointer:before {
    content: "\f25a"; }

.fa-hand-rock:before {
    content: "\f255"; }

.fa-hand-scissors:before {
    content: "\f257"; }

.fa-hand-spock:before {
    content: "\f259"; }

.fa-hands:before {
    content: "\f4c2"; }

.fa-hands-helping:before {
    content: "\f4c4"; }

.fa-handshake:before {
    content: "\f2b5"; }

.fa-hanukiah:before {
    content: "\f6e6"; }

.fa-hard-hat:before {
    content: "\f807"; }

.fa-hashtag:before {
    content: "\f292"; }

.fa-hat-wizard:before {
    content: "\f6e8"; }

.fa-haykal:before {
    content: "\f666"; }

.fa-hdd:before {
    content: "\f0a0"; }

.fa-heading:before {
    content: "\f1dc"; }

.fa-headphones:before {
    content: "\f025"; }

.fa-headphones-alt:before {
    content: "\f58f"; }

.fa-headset:before {
    content: "\f590"; }

.fa-heart:before {
    content: "\f004"; }

.fa-heart-broken:before {
    content: "\f7a9"; }

.fa-heartbeat:before {
    content: "\f21e"; }

.fa-helicopter:before {
    content: "\f533"; }

.fa-highlighter:before {
    content: "\f591"; }

.fa-hiking:before {
    content: "\f6ec"; }

.fa-hippo:before {
    content: "\f6ed"; }

.fa-hips:before {
    content: "\f452"; }

.fa-hire-a-helper:before {
    content: "\f3b0"; }

.fa-history:before {
    content: "\f1da"; }

.fa-hockey-puck:before {
    content: "\f453"; }

.fa-holly-berry:before {
    content: "\f7aa"; }

.fa-home:before {
    content: "\f015"; }

.fa-hooli:before {
    content: "\f427"; }

.fa-hornbill:before {
    content: "\f592"; }

.fa-horse:before {
    content: "\f6f0"; }

.fa-horse-head:before {
    content: "\f7ab"; }

.fa-hospital:before {
    content: "\f0f8"; }

.fa-hospital-alt:before {
    content: "\f47d"; }

.fa-hospital-symbol:before {
    content: "\f47e"; }

.fa-hot-tub:before {
    content: "\f593"; }

.fa-hotdog:before {
    content: "\f80f"; }

.fa-hotel:before {
    content: "\f594"; }

.fa-hotjar:before {
    content: "\f3b1"; }

.fa-hourglass:before {
    content: "\f254"; }

.fa-hourglass-end:before {
    content: "\f253"; }

.fa-hourglass-half:before {
    content: "\f252"; }

.fa-hourglass-start:before {
    content: "\f251"; }

.fa-house-damage:before {
    content: "\f6f1"; }

.fa-houzz:before {
    content: "\f27c"; }

.fa-hryvnia:before {
    content: "\f6f2"; }

.fa-html5:before {
    content: "\f13b"; }

.fa-hubspot:before {
    content: "\f3b2"; }

.fa-i-cursor:before {
    content: "\f246"; }

.fa-ice-cream:before {
    content: "\f810"; }

.fa-icicles:before {
    content: "\f7ad"; }

.fa-id-badge:before {
    content: "\f2c1"; }

.fa-id-card:before {
    content: "\f2c2"; }

.fa-id-card-alt:before {
    content: "\f47f"; }

.fa-igloo:before {
    content: "\f7ae"; }

.fa-image:before {
    content: "\f03e"; }

.fa-images:before {
    content: "\f302"; }

.fa-imdb:before {
    content: "\f2d8"; }

.fa-inbox:before {
    content: "\f01c"; }

.fa-indent:before {
    content: "\f03c"; }

.fa-industry:before {
    content: "\f275"; }

.fa-infinity:before {
    content: "\f534"; }

.fa-info:before {
    content: "\f129"; }

.fa-info-circle:before {
    content: "\f05a"; }

.fa-instagram:before {
    content: "\f16d"; }

.fa-intercom:before {
    content: "\f7af"; }

.fa-internet-explorer:before {
    content: "\f26b"; }

.fa-invision:before {
    content: "\f7b0"; }

.fa-ioxhost:before {
    content: "\f208"; }

.fa-italic:before {
    content: "\f033"; }

.fa-itunes:before {
    content: "\f3b4"; }

.fa-itunes-note:before {
    content: "\f3b5"; }

.fa-java:before {
    content: "\f4e4"; }

.fa-jedi:before {
    content: "\f669"; }

.fa-jedi-order:before {
    content: "\f50e"; }

.fa-jenkins:before {
    content: "\f3b6"; }

.fa-jira:before {
    content: "\f7b1"; }

.fa-joget:before {
    content: "\f3b7"; }

.fa-joint:before {
    content: "\f595"; }

.fa-joomla:before {
    content: "\f1aa"; }

.fa-journal-whills:before {
    content: "\f66a"; }

.fa-js:before {
    content: "\f3b8"; }

.fa-js-square:before {
    content: "\f3b9"; }

.fa-jsfiddle:before {
    content: "\f1cc"; }

.fa-kaaba:before {
    content: "\f66b"; }

.fa-kaggle:before {
    content: "\f5fa"; }

.fa-key:before {
    content: "\f084"; }

.fa-keybase:before {
    content: "\f4f5"; }

.fa-keyboard:before {
    content: "\f11c"; }

.fa-keycdn:before {
    content: "\f3ba"; }

.fa-khanda:before {
    content: "\f66d"; }

.fa-kickstarter:before {
    content: "\f3bb"; }

.fa-kickstarter-k:before {
    content: "\f3bc"; }

.fa-kiss:before {
    content: "\f596"; }

.fa-kiss-beam:before {
    content: "\f597"; }

.fa-kiss-wink-heart:before {
    content: "\f598"; }

.fa-kiwi-bird:before {
    content: "\f535"; }

.fa-korvue:before {
    content: "\f42f"; }

.fa-landmark:before {
    content: "\f66f"; }

.fa-language:before {
    content: "\f1ab"; }

.fa-laptop:before {
    content: "\f109"; }

.fa-laptop-code:before {
    content: "\f5fc"; }

.fa-laptop-medical:before {
    content: "\f812"; }

.fa-laravel:before {
    content: "\f3bd"; }

.fa-lastfm:before {
    content: "\f202"; }

.fa-lastfm-square:before {
    content: "\f203"; }

.fa-laugh:before {
    content: "\f599"; }

.fa-laugh-beam:before {
    content: "\f59a"; }

.fa-laugh-squint:before {
    content: "\f59b"; }

.fa-laugh-wink:before {
    content: "\f59c"; }

.fa-layer-group:before {
    content: "\f5fd"; }

.fa-leaf:before {
    content: "\f06c"; }

.fa-leanpub:before {
    content: "\f212"; }

.fa-lemon:before {
    content: "\f094"; }

.fa-less:before {
    content: "\f41d"; }

.fa-less-than:before {
    content: "\f536"; }

.fa-less-than-equal:before {
    content: "\f537"; }

.fa-level-down-alt:before {
    content: "\f3be"; }

.fa-level-up-alt:before {
    content: "\f3bf"; }

.fa-life-ring:before {
    content: "\f1cd"; }

.fa-lightbulb:before {
    content: "\f0eb"; }

.fa-line:before {
    content: "\f3c0"; }

.fa-link:before {
    content: "\f0c1"; }

.fa-linkedin:before {
    content: "\f08c"; }

.fa-linkedin-in:before {
    content: "\f0e1"; }

.fa-linode:before {
    content: "\f2b8"; }

.fa-linux:before {
    content: "\f17c"; }

.fa-lira-sign:before {
    content: "\f195"; }

.fa-list:before {
    content: "\f03a"; }

.fa-list-alt:before {
    content: "\f022"; }

.fa-list-ol:before {
    content: "\f0cb"; }

.fa-list-ul:before {
    content: "\f0ca"; }

.fa-location-arrow:before {
    content: "\f124"; }

.fa-lock:before {
    content: "\f023"; }

.fa-lock-open:before {
    content: "\f3c1"; }

.fa-long-arrow-alt-down:before {
    content: "\f309"; }

.fa-long-arrow-alt-left:before {
    content: "\f30a"; }

.fa-long-arrow-alt-right:before {
    content: "\f30b"; }

.fa-long-arrow-alt-up:before {
    content: "\f30c"; }

.fa-low-vision:before {
    content: "\f2a8"; }

.fa-luggage-cart:before {
    content: "\f59d"; }

.fa-lyft:before {
    content: "\f3c3"; }

.fa-magento:before {
    content: "\f3c4"; }

.fa-magic:before {
    content: "\f0d0"; }

.fa-magnet:before {
    content: "\f076"; }

.fa-mail-bulk:before {
    content: "\f674"; }

.fa-mailchimp:before {
    content: "\f59e"; }

.fa-male:before {
    content: "\f183"; }

.fa-mandalorian:before {
    content: "\f50f"; }

.fa-map:before {
    content: "\f279"; }

.fa-map-marked:before {
    content: "\f59f"; }

.fa-map-marked-alt:before {
    content: "\f5a0"; }

.fa-map-marker:before {
    content: "\f041"; }

.fa-map-marker-alt:before {
    content: "\f3c5"; }

.fa-map-pin:before {
    content: "\f276"; }

.fa-map-signs:before {
    content: "\f277"; }

.fa-markdown:before {
    content: "\f60f"; }

.fa-marker:before {
    content: "\f5a1"; }

.fa-mars:before {
    content: "\f222"; }

.fa-mars-double:before {
    content: "\f227"; }

.fa-mars-stroke:before {
    content: "\f229"; }

.fa-mars-stroke-h:before {
    content: "\f22b"; }

.fa-mars-stroke-v:before {
    content: "\f22a"; }

.fa-mask:before {
    content: "\f6fa"; }

.fa-mastodon:before {
    content: "\f4f6"; }

.fa-maxcdn:before {
    content: "\f136"; }

.fa-medal:before {
    content: "\f5a2"; }

.fa-medapps:before {
    content: "\f3c6"; }

.fa-medium:before {
    content: "\f23a"; }

.fa-medium-m:before {
    content: "\f3c7"; }

.fa-medkit:before {
    content: "\f0fa"; }

.fa-medrt:before {
    content: "\f3c8"; }

.fa-meetup:before {
    content: "\f2e0"; }

.fa-megaport:before {
    content: "\f5a3"; }

.fa-meh:before {
    content: "\f11a"; }

.fa-meh-blank:before {
    content: "\f5a4"; }

.fa-meh-rolling-eyes:before {
    content: "\f5a5"; }

.fa-memory:before {
    content: "\f538"; }

.fa-mendeley:before {
    content: "\f7b3"; }

.fa-menorah:before {
    content: "\f676"; }

.fa-mercury:before {
    content: "\f223"; }

.fa-meteor:before {
    content: "\f753"; }

.fa-microchip:before {
    content: "\f2db"; }

.fa-microphone:before {
    content: "\f130"; }

.fa-microphone-alt:before {
    content: "\f3c9"; }

.fa-microphone-alt-slash:before {
    content: "\f539"; }

.fa-microphone-slash:before {
    content: "\f131"; }

.fa-microscope:before {
    content: "\f610"; }

.fa-microsoft:before {
    content: "\f3ca"; }

.fa-minus:before {
    content: "\f068"; }

.fa-minus-circle:before {
    content: "\f056"; }

.fa-minus-square:before {
    content: "\f146"; }

.fa-mitten:before {
    content: "\f7b5"; }

.fa-mix:before {
    content: "\f3cb"; }

.fa-mixcloud:before {
    content: "\f289"; }

.fa-mizuni:before {
    content: "\f3cc"; }

.fa-mobile:before {
    content: "\f10b"; }

.fa-mobile-alt:before {
    content: "\f3cd"; }

.fa-modx:before {
    content: "\f285"; }

.fa-monero:before {
    content: "\f3d0"; }

.fa-money-bill:before {
    content: "\f0d6"; }

.fa-money-bill-alt:before {
    content: "\f3d1"; }

.fa-money-bill-wave:before {
    content: "\f53a"; }

.fa-money-bill-wave-alt:before {
    content: "\f53b"; }

.fa-money-check:before {
    content: "\f53c"; }

.fa-money-check-alt:before {
    content: "\f53d"; }

.fa-monument:before {
    content: "\f5a6"; }

.fa-moon:before {
    content: "\f186"; }

.fa-mortar-pestle:before {
    content: "\f5a7"; }

.fa-mosque:before {
    content: "\f678"; }

.fa-motorcycle:before {
    content: "\f21c"; }

.fa-mountain:before {
    content: "\f6fc"; }

.fa-mouse-pointer:before {
    content: "\f245"; }

.fa-mug-hot:before {
    content: "\f7b6"; }

.fa-music:before {
    content: "\f001"; }

.fa-napster:before {
    content: "\f3d2"; }

.fa-neos:before {
    content: "\f612"; }

.fa-network-wired:before {
    content: "\f6ff"; }

.fa-neuter:before {
    content: "\f22c"; }

.fa-newspaper:before {
    content: "\f1ea"; }

.fa-nimblr:before {
    content: "\f5a8"; }

.fa-nintendo-switch:before {
    content: "\f418"; }

.fa-node:before {
    content: "\f419"; }

.fa-node-js:before {
    content: "\f3d3"; }

.fa-not-equal:before {
    content: "\f53e"; }

.fa-notes-medical:before {
    content: "\f481"; }

.fa-npm:before {
    content: "\f3d4"; }

.fa-ns8:before {
    content: "\f3d5"; }

.fa-nutritionix:before {
    content: "\f3d6"; }

.fa-object-group:before {
    content: "\f247"; }

.fa-object-ungroup:before {
    content: "\f248"; }

.fa-odnoklassniki:before {
    content: "\f263"; }

.fa-odnoklassniki-square:before {
    content: "\f264"; }

.fa-oil-can:before {
    content: "\f613"; }

.fa-old-republic:before {
    content: "\f510"; }

.fa-om:before {
    content: "\f679"; }

.fa-opencart:before {
    content: "\f23d"; }

.fa-openid:before {
    content: "\f19b"; }

.fa-opera:before {
    content: "\f26a"; }

.fa-optin-monster:before {
    content: "\f23c"; }

.fa-osi:before {
    content: "\f41a"; }

.fa-otter:before {
    content: "\f700"; }

.fa-outdent:before {
    content: "\f03b"; }

.fa-page4:before {
    content: "\f3d7"; }

.fa-pagelines:before {
    content: "\f18c"; }

.fa-pager:before {
    content: "\f815"; }

.fa-paint-brush:before {
    content: "\f1fc"; }

.fa-paint-roller:before {
    content: "\f5aa"; }

.fa-palette:before {
    content: "\f53f"; }

.fa-palfed:before {
    content: "\f3d8"; }

.fa-pallet:before {
    content: "\f482"; }

.fa-paper-plane:before {
    content: "\f1d8"; }

.fa-paperclip:before {
    content: "\f0c6"; }

.fa-parachute-box:before {
    content: "\f4cd"; }

.fa-paragraph:before {
    content: "\f1dd"; }

.fa-parking:before {
    content: "\f540"; }

.fa-passport:before {
    content: "\f5ab"; }

.fa-pastafarianism:before {
    content: "\f67b"; }

.fa-paste:before {
    content: "\f0ea"; }

.fa-patreon:before {
    content: "\f3d9"; }

.fa-pause:before {
    content: "\f04c"; }

.fa-pause-circle:before {
    content: "\f28b"; }

.fa-paw:before {
    content: "\f1b0"; }

.fa-paypal:before {
    content: "\f1ed"; }

.fa-peace:before {
    content: "\f67c"; }

.fa-pen:before {
    content: "\f304"; }

.fa-pen-alt:before {
    content: "\f305"; }

.fa-pen-fancy:before {
    content: "\f5ac"; }

.fa-pen-nib:before {
    content: "\f5ad"; }

.fa-pen-square:before {
    content: "\f14b"; }

.fa-pencil-alt:before {
    content: "\f303"; }

.fa-pencil-ruler:before {
    content: "\f5ae"; }

.fa-penny-arcade:before {
    content: "\f704"; }

.fa-people-carry:before {
    content: "\f4ce"; }

.fa-pepper-hot:before {
    content: "\f816"; }

.fa-percent:before {
    content: "\f295"; }

.fa-percentage:before {
    content: "\f541"; }

.fa-periscope:before {
    content: "\f3da"; }

.fa-person-booth:before {
    content: "\f756"; }

.fa-phabricator:before {
    content: "\f3db"; }

.fa-phoenix-framework:before {
    content: "\f3dc"; }

.fa-phoenix-squadron:before {
    content: "\f511"; }

.fa-phone:before {
    content: "\f095"; }

.fa-phone-slash:before {
    content: "\f3dd"; }

.fa-phone-square:before {
    content: "\f098"; }

.fa-phone-volume:before {
    content: "\f2a0"; }

.fa-php:before {
    content: "\f457"; }

.fa-pied-piper:before {
    content: "\f2ae"; }

.fa-pied-piper-alt:before {
    content: "\f1a8"; }

.fa-pied-piper-hat:before {
    content: "\f4e5"; }

.fa-pied-piper-pp:before {
    content: "\f1a7"; }

.fa-piggy-bank:before {
    content: "\f4d3"; }

.fa-pills:before {
    content: "\f484"; }

.fa-pinterest:before {
    content: "\f0d2"; }

.fa-pinterest-p:before {
    content: "\f231"; }

.fa-pinterest-square:before {
    content: "\f0d3"; }

.fa-pizza-slice:before {
    content: "\f818"; }

.fa-place-of-worship:before {
    content: "\f67f"; }

.fa-plane:before {
    content: "\f072"; }

.fa-plane-arrival:before {
    content: "\f5af"; }

.fa-plane-departure:before {
    content: "\f5b0"; }

.fa-play:before {
    content: "\f04b"; }

.fa-play-circle:before {
    content: "\f144"; }

.fa-playstation:before {
    content: "\f3df"; }

.fa-plug:before {
    content: "\f1e6"; }

.fa-plus:before {
    content: "\f067"; }

.fa-plus-circle:before {
    content: "\f055"; }

.fa-plus-square:before {
    content: "\f0fe"; }

.fa-podcast:before {
    content: "\f2ce"; }

.fa-poll:before {
    content: "\f681"; }

.fa-poll-h:before {
    content: "\f682"; }

.fa-poo:before {
    content: "\f2fe"; }

.fa-poo-storm:before {
    content: "\f75a"; }

.fa-poop:before {
    content: "\f619"; }

.fa-portrait:before {
    content: "\f3e0"; }

.fa-pound-sign:before {
    content: "\f154"; }

.fa-power-off:before {
    content: "\f011"; }

.fa-pray:before {
    content: "\f683"; }

.fa-praying-hands:before {
    content: "\f684"; }

.fa-prescription:before {
    content: "\f5b1"; }

.fa-prescription-bottle:before {
    content: "\f485"; }

.fa-prescription-bottle-alt:before {
    content: "\f486"; }

.fa-print:before {
    content: "\f02f"; }

.fa-procedures:before {
    content: "\f487"; }

.fa-product-hunt:before {
    content: "\f288"; }

.fa-project-diagram:before {
    content: "\f542"; }

.fa-pushed:before {
    content: "\f3e1"; }

.fa-puzzle-piece:before {
    content: "\f12e"; }

.fa-python:before {
    content: "\f3e2"; }

.fa-qq:before {
    content: "\f1d6"; }

.fa-qrcode:before {
    content: "\f029"; }

.fa-question:before {
    content: "\f128"; }

.fa-question-circle:before {
    content: "\f059"; }

.fa-quidditch:before {
    content: "\f458"; }

.fa-quinscape:before {
    content: "\f459"; }

.fa-quora:before {
    content: "\f2c4"; }

.fa-quote-left:before {
    content: "\f10d"; }

.fa-quote-right:before {
    content: "\f10e"; }

.fa-quran:before {
    content: "\f687"; }

.fa-r-project:before {
    content: "\f4f7"; }

.fa-radiation:before {
    content: "\f7b9"; }

.fa-radiation-alt:before {
    content: "\f7ba"; }

.fa-rainbow:before {
    content: "\f75b"; }

.fa-random:before {
    content: "\f074"; }

.fa-raspberry-pi:before {
    content: "\f7bb"; }

.fa-ravelry:before {
    content: "\f2d9"; }

.fa-react:before {
    content: "\f41b"; }

.fa-reacteurope:before {
    content: "\f75d"; }

.fa-readme:before {
    content: "\f4d5"; }

.fa-rebel:before {
    content: "\f1d0"; }

.fa-receipt:before {
    content: "\f543"; }

.fa-recycle:before {
    content: "\f1b8"; }

.fa-red-river:before {
    content: "\f3e3"; }

.fa-reddit:before {
    content: "\f1a1"; }

.fa-reddit-alien:before {
    content: "\f281"; }

.fa-reddit-square:before {
    content: "\f1a2"; }

.fa-redhat:before {
    content: "\f7bc"; }

.fa-redo:before {
    content: "\f01e"; }

.fa-redo-alt:before {
    content: "\f2f9"; }

.fa-registered:before {
    content: "\f25d"; }

.fa-renren:before {
    content: "\f18b"; }

.fa-reply:before {
    content: "\f3e5"; }

.fa-reply-all:before {
    content: "\f122"; }

.fa-replyd:before {
    content: "\f3e6"; }

.fa-republican:before {
    content: "\f75e"; }

.fa-researchgate:before {
    content: "\f4f8"; }

.fa-resolving:before {
    content: "\f3e7"; }

.fa-restroom:before {
    content: "\f7bd"; }

.fa-retweet:before {
    content: "\f079"; }

.fa-rev:before {
    content: "\f5b2"; }

.fa-ribbon:before {
    content: "\f4d6"; }

.fa-ring:before {
    content: "\f70b"; }

.fa-road:before {
    content: "\f018"; }

.fa-robot:before {
    content: "\f544"; }

.fa-rocket:before {
    content: "\f135"; }

.fa-rocketchat:before {
    content: "\f3e8"; }

.fa-rockrms:before {
    content: "\f3e9"; }

.fa-route:before {
    content: "\f4d7"; }

.fa-rss:before {
    content: "\f09e"; }

.fa-rss-square:before {
    content: "\f143"; }

.fa-ruble-sign:before {
    content: "\f158"; }

.fa-ruler:before {
    content: "\f545"; }

.fa-ruler-combined:before {
    content: "\f546"; }

.fa-ruler-horizontal:before {
    content: "\f547"; }

.fa-ruler-vertical:before {
    content: "\f548"; }

.fa-running:before {
    content: "\f70c"; }

.fa-rupee-sign:before {
    content: "\f156"; }

.fa-sad-cry:before {
    content: "\f5b3"; }

.fa-sad-tear:before {
    content: "\f5b4"; }

.fa-safari:before {
    content: "\f267"; }

.fa-sass:before {
    content: "\f41e"; }

.fa-satellite:before {
    content: "\f7bf"; }

.fa-satellite-dish:before {
    content: "\f7c0"; }

.fa-save:before {
    content: "\f0c7"; }

.fa-schlix:before {
    content: "\f3ea"; }

.fa-school:before {
    content: "\f549"; }

.fa-screwdriver:before {
    content: "\f54a"; }

.fa-scribd:before {
    content: "\f28a"; }

.fa-scroll:before {
    content: "\f70e"; }

.fa-sd-card:before {
    content: "\f7c2"; }

.fa-search:before {
    content: "\f002"; }

.fa-search-dollar:before {
    content: "\f688"; }

.fa-search-location:before {
    content: "\f689"; }

.fa-search-minus:before {
    content: "\f010"; }

.fa-search-plus:before {
    content: "\f00e"; }

.fa-searchengin:before {
    content: "\f3eb"; }

.fa-seedling:before {
    content: "\f4d8"; }

.fa-sellcast:before {
    content: "\f2da"; }

.fa-sellsy:before {
    content: "\f213"; }

.fa-server:before {
    content: "\f233"; }

.fa-servicestack:before {
    content: "\f3ec"; }

.fa-shapes:before {
    content: "\f61f"; }

.fa-share:before {
    content: "\f064"; }

.fa-share-alt:before {
    content: "\f1e0"; }

.fa-share-alt-square:before {
    content: "\f1e1"; }

.fa-share-square:before {
    content: "\f14d"; }

.fa-shekel-sign:before {
    content: "\f20b"; }

.fa-shield-alt:before {
    content: "\f3ed"; }

.fa-ship:before {
    content: "\f21a"; }

.fa-shipping-fast:before {
    content: "\f48b"; }

.fa-shirtsinbulk:before {
    content: "\f214"; }

.fa-shoe-prints:before {
    content: "\f54b"; }

.fa-shopping-bag:before {
    content: "\f290"; }

.fa-shopping-basket:before {
    content: "\f291"; }

.fa-shopping-cart:before {
    content: "\f07a"; }

.fa-shopware:before {
    content: "\f5b5"; }

.fa-shower:before {
    content: "\f2cc"; }

.fa-shuttle-van:before {
    content: "\f5b6"; }

.fa-sign:before {
    content: "\f4d9"; }

.fa-sign-in-alt:before {
    content: "\f2f6"; }

.fa-sign-language:before {
    content: "\f2a7"; }

.fa-sign-out-alt:before {
    content: "\f2f5"; }

.fa-signal:before {
    content: "\f012"; }

.fa-signature:before {
    content: "\f5b7"; }

.fa-sim-card:before {
    content: "\f7c4"; }

.fa-simplybuilt:before {
    content: "\f215"; }

.fa-sistrix:before {
    content: "\f3ee"; }

.fa-sitemap:before {
    content: "\f0e8"; }

.fa-sith:before {
    content: "\f512"; }

.fa-skating:before {
    content: "\f7c5"; }

.fa-sketch:before {
    content: "\f7c6"; }

.fa-skiing:before {
    content: "\f7c9"; }

.fa-skiing-nordic:before {
    content: "\f7ca"; }

.fa-skull:before {
    content: "\f54c"; }

.fa-skull-crossbones:before {
    content: "\f714"; }

.fa-skyatlas:before {
    content: "\f216"; }

.fa-skype:before {
    content: "\f17e"; }

.fa-slack:before {
    content: "\f198"; }

.fa-slack-hash:before {
    content: "\f3ef"; }

.fa-slash:before {
    content: "\f715"; }

.fa-sleigh:before {
    content: "\f7cc"; }

.fa-sliders-h:before {
    content: "\f1de"; }

.fa-slideshare:before {
    content: "\f1e7"; }

.fa-smile:before {
    content: "\f118"; }

.fa-smile-beam:before {
    content: "\f5b8"; }

.fa-smile-wink:before {
    content: "\f4da"; }

.fa-smog:before {
    content: "\f75f"; }

.fa-smoking:before {
    content: "\f48d"; }

.fa-smoking-ban:before {
    content: "\f54d"; }

.fa-sms:before {
    content: "\f7cd"; }

.fa-snapchat:before {
    content: "\f2ab"; }

.fa-snapchat-ghost:before {
    content: "\f2ac"; }

.fa-snapchat-square:before {
    content: "\f2ad"; }

.fa-snowboarding:before {
    content: "\f7ce"; }

.fa-snowflake:before {
    content: "\f2dc"; }

.fa-snowman:before {
    content: "\f7d0"; }

.fa-snowplow:before {
    content: "\f7d2"; }

.fa-socks:before {
    content: "\f696"; }

.fa-solar-panel:before {
    content: "\f5ba"; }

.fa-sort:before {
    content: "\f0dc"; }

.fa-sort-alpha-down:before {
    content: "\f15d"; }

.fa-sort-alpha-up:before {
    content: "\f15e"; }

.fa-sort-amount-down:before {
    content: "\f160"; }

.fa-sort-amount-up:before {
    content: "\f161"; }

.fa-sort-down:before {
    content: "\f0dd"; }

.fa-sort-numeric-down:before {
    content: "\f162"; }

.fa-sort-numeric-up:before {
    content: "\f163"; }

.fa-sort-up:before {
    content: "\f0de"; }

.fa-soundcloud:before {
    content: "\f1be"; }

.fa-sourcetree:before {
    content: "\f7d3"; }

.fa-spa:before {
    content: "\f5bb"; }

.fa-space-shuttle:before {
    content: "\f197"; }

.fa-speakap:before {
    content: "\f3f3"; }

.fa-spider:before {
    content: "\f717"; }

.fa-spinner:before {
    content: "\f110"; }

.fa-splotch:before {
    content: "\f5bc"; }

.fa-spotify:before {
    content: "\f1bc"; }

.fa-spray-can:before {
    content: "\f5bd"; }

.fa-square:before {
    content: "\f0c8"; }

.fa-square-full:before {
    content: "\f45c"; }

.fa-square-root-alt:before {
    content: "\f698"; }

.fa-squarespace:before {
    content: "\f5be"; }

.fa-stack-exchange:before {
    content: "\f18d"; }

.fa-stack-overflow:before {
    content: "\f16c"; }

.fa-stamp:before {
    content: "\f5bf"; }

.fa-star:before {
    content: "\f005"; }

.fa-star-and-crescent:before {
    content: "\f699"; }

.fa-star-half:before {
    content: "\f089"; }

.fa-star-half-alt:before {
    content: "\f5c0"; }

.fa-star-of-david:before {
    content: "\f69a"; }

.fa-star-of-life:before {
    content: "\f621"; }

.fa-staylinked:before {
    content: "\f3f5"; }

.fa-steam:before {
    content: "\f1b6"; }

.fa-steam-square:before {
    content: "\f1b7"; }

.fa-steam-symbol:before {
    content: "\f3f6"; }

.fa-step-backward:before {
    content: "\f048"; }

.fa-step-forward:before {
    content: "\f051"; }

.fa-stethoscope:before {
    content: "\f0f1"; }

.fa-sticker-mule:before {
    content: "\f3f7"; }

.fa-sticky-note:before {
    content: "\f249"; }

.fa-stop:before {
    content: "\f04d"; }

.fa-stop-circle:before {
    content: "\f28d"; }

.fa-stopwatch:before {
    content: "\f2f2"; }

.fa-store:before {
    content: "\f54e"; }

.fa-store-alt:before {
    content: "\f54f"; }

.fa-strava:before {
    content: "\f428"; }

.fa-stream:before {
    content: "\f550"; }

.fa-street-view:before {
    content: "\f21d"; }

.fa-strikethrough:before {
    content: "\f0cc"; }

.fa-stripe:before {
    content: "\f429"; }

.fa-stripe-s:before {
    content: "\f42a"; }

.fa-stroopwafel:before {
    content: "\f551"; }

.fa-studiovinari:before {
    content: "\f3f8"; }

.fa-stumbleupon:before {
    content: "\f1a4"; }

.fa-stumbleupon-circle:before {
    content: "\f1a3"; }

.fa-subscript:before {
    content: "\f12c"; }

.fa-subway:before {
    content: "\f239"; }

.fa-suitcase:before {
    content: "\f0f2"; }

.fa-suitcase-rolling:before {
    content: "\f5c1"; }

.fa-sun:before {
    content: "\f185"; }

.fa-superpowers:before {
    content: "\f2dd"; }

.fa-superscript:before {
    content: "\f12b"; }

.fa-supple:before {
    content: "\f3f9"; }

.fa-surprise:before {
    content: "\f5c2"; }

.fa-suse:before {
    content: "\f7d6"; }

.fa-swatchbook:before {
    content: "\f5c3"; }

.fa-swimmer:before {
    content: "\f5c4"; }

.fa-swimming-pool:before {
    content: "\f5c5"; }

.fa-synagogue:before {
    content: "\f69b"; }

.fa-sync:before {
    content: "\f021"; }

.fa-sync-alt:before {
    content: "\f2f1"; }

.fa-syringe:before {
    content: "\f48e"; }

.fa-table:before {
    content: "\f0ce"; }

.fa-table-tennis:before {
    content: "\f45d"; }

.fa-tablet:before {
    content: "\f10a"; }

.fa-tablet-alt:before {
    content: "\f3fa"; }

.fa-tablets:before {
    content: "\f490"; }

.fa-tachometer-alt:before {
    content: "\f3fd"; }

.fa-tag:before {
    content: "\f02b"; }

.fa-tags:before {
    content: "\f02c"; }

.fa-tape:before {
    content: "\f4db"; }

.fa-tasks:before {
    content: "\f0ae"; }

.fa-taxi:before {
    content: "\f1ba"; }

.fa-teamspeak:before {
    content: "\f4f9"; }

.fa-teeth:before {
    content: "\f62e"; }

.fa-teeth-open:before {
    content: "\f62f"; }

.fa-telegram:before {
    content: "\f2c6"; }

.fa-telegram-plane:before {
    content: "\f3fe"; }

.fa-temperature-high:before {
    content: "\f769"; }

.fa-temperature-low:before {
    content: "\f76b"; }

.fa-tencent-weibo:before {
    content: "\f1d5"; }

.fa-tenge:before {
    content: "\f7d7"; }

.fa-terminal:before {
    content: "\f120"; }

.fa-text-height:before {
    content: "\f034"; }

.fa-text-width:before {
    content: "\f035"; }

.fa-th:before {
    content: "\f00a"; }

.fa-th-large:before {
    content: "\f009"; }

.fa-th-list:before {
    content: "\f00b"; }

.fa-the-red-yeti:before {
    content: "\f69d"; }

.fa-theater-masks:before {
    content: "\f630"; }

.fa-themeco:before {
    content: "\f5c6"; }

.fa-themeisle:before {
    content: "\f2b2"; }

.fa-thermometer:before {
    content: "\f491"; }

.fa-thermometer-empty:before {
    content: "\f2cb"; }

.fa-thermometer-full:before {
    content: "\f2c7"; }

.fa-thermometer-half:before {
    content: "\f2c9"; }

.fa-thermometer-quarter:before {
    content: "\f2ca"; }

.fa-thermometer-three-quarters:before {
    content: "\f2c8"; }

.fa-think-peaks:before {
    content: "\f731"; }

.fa-thumbs-down:before {
    content: "\f165"; }

.fa-thumbs-up:before {
    content: "\f164"; }

.fa-thumbtack:before {
    content: "\f08d"; }

.fa-ticket-alt:before {
    content: "\f3ff"; }

.fa-times:before {
    content: "\f00d"; }

.fa-times-circle:before {
    content: "\f057"; }

.fa-tint:before {
    content: "\f043"; }

.fa-tint-slash:before {
    content: "\f5c7"; }

.fa-tired:before {
    content: "\f5c8"; }

.fa-toggle-off:before {
    content: "\f204"; }

.fa-toggle-on:before {
    content: "\f205"; }

.fa-toilet:before {
    content: "\f7d8"; }

.fa-toilet-paper:before {
    content: "\f71e"; }

.fa-toolbox:before {
    content: "\f552"; }

.fa-tools:before {
    content: "\f7d9"; }

.fa-tooth:before {
    content: "\f5c9"; }

.fa-torah:before {
    content: "\f6a0"; }

.fa-torii-gate:before {
    content: "\f6a1"; }

.fa-tractor:before {
    content: "\f722"; }

.fa-trade-federation:before {
    content: "\f513"; }

.fa-trademark:before {
    content: "\f25c"; }

.fa-traffic-light:before {
    content: "\f637"; }

.fa-train:before {
    content: "\f238"; }

.fa-tram:before {
    content: "\f7da"; }

.fa-transgender:before {
    content: "\f224"; }

.fa-transgender-alt:before {
    content: "\f225"; }

.fa-trash:before {
    content: "\f1f8"; }

.fa-trash-alt:before {
    content: "\f2ed"; }

.fa-trash-restore:before {
    content: "\f829"; }

.fa-trash-restore-alt:before {
    content: "\f82a"; }

.fa-tree:before {
    content: "\f1bb"; }

.fa-trello:before {
    content: "\f181"; }

.fa-tripadvisor:before {
    content: "\f262"; }

.fa-trophy:before {
    content: "\f091"; }

.fa-truck:before {
    content: "\f0d1"; }

.fa-truck-loading:before {
    content: "\f4de"; }

.fa-truck-monster:before {
    content: "\f63b"; }

.fa-truck-moving:before {
    content: "\f4df"; }

.fa-truck-pickup:before {
    content: "\f63c"; }

.fa-tshirt:before {
    content: "\f553"; }

.fa-tty:before {
    content: "\f1e4"; }

.fa-tumblr:before {
    content: "\f173"; }

.fa-tumblr-square:before {
    content: "\f174"; }

.fa-tv:before {
    content: "\f26c"; }

.fa-twitch:before {
    content: "\f1e8"; }

.fa-twitter:before {
    content: "\f099"; }

.fa-twitter-square:before {
    content: "\f081"; }

.fa-typo3:before {
    content: "\f42b"; }

.fa-uber:before {
    content: "\f402"; }

.fa-ubuntu:before {
    content: "\f7df"; }

.fa-uikit:before {
    content: "\f403"; }

.fa-umbrella:before {
    content: "\f0e9"; }

.fa-umbrella-beach:before {
    content: "\f5ca"; }

.fa-underline:before {
    content: "\f0cd"; }

.fa-undo:before {
    content: "\f0e2"; }

.fa-undo-alt:before {
    content: "\f2ea"; }

.fa-uniregistry:before {
    content: "\f404"; }

.fa-universal-access:before {
    content: "\f29a"; }

.fa-university:before {
    content: "\f19c"; }

.fa-unlink:before {
    content: "\f127"; }

.fa-unlock:before {
    content: "\f09c"; }

.fa-unlock-alt:before {
    content: "\f13e"; }

.fa-untappd:before {
    content: "\f405"; }

.fa-upload:before {
    content: "\f093"; }

.fa-ups:before {
    content: "\f7e0"; }

.fa-usb:before {
    content: "\f287"; }

.fa-user:before {
    content: "\f007"; }

.fa-user-alt:before {
    content: "\f406"; }

.fa-user-alt-slash:before {
    content: "\f4fa"; }

.fa-user-astronaut:before {
    content: "\f4fb"; }

.fa-user-check:before {
    content: "\f4fc"; }

.fa-user-circle:before {
    content: "\f2bd"; }

.fa-user-clock:before {
    content: "\f4fd"; }

.fa-user-cog:before {
    content: "\f4fe"; }

.fa-user-edit:before {
    content: "\f4ff"; }

.fa-user-friends:before {
    content: "\f500"; }

.fa-user-graduate:before {
    content: "\f501"; }

.fa-user-injured:before {
    content: "\f728"; }

.fa-user-lock:before {
    content: "\f502"; }

.fa-user-md:before {
    content: "\f0f0"; }

.fa-user-minus:before {
    content: "\f503"; }

.fa-user-ninja:before {
    content: "\f504"; }

.fa-user-nurse:before {
    content: "\f82f"; }

.fa-user-plus:before {
    content: "\f234"; }

.fa-user-secret:before {
    content: "\f21b"; }

.fa-user-shield:before {
    content: "\f505"; }

.fa-user-slash:before {
    content: "\f506"; }

.fa-user-tag:before {
    content: "\f507"; }

.fa-user-tie:before {
    content: "\f508"; }

.fa-user-times:before {
    content: "\f235"; }

.fa-users:before {
    content: "\f0c0"; }

.fa-users-cog:before {
    content: "\f509"; }

.fa-usps:before {
    content: "\f7e1"; }

.fa-ussunnah:before {
    content: "\f407"; }

.fa-utensil-spoon:before {
    content: "\f2e5"; }

.fa-utensils:before {
    content: "\f2e7"; }

.fa-vaadin:before {
    content: "\f408"; }

.fa-vector-square:before {
    content: "\f5cb"; }

.fa-venus:before {
    content: "\f221"; }

.fa-venus-double:before {
    content: "\f226"; }

.fa-venus-mars:before {
    content: "\f228"; }

.fa-viacoin:before {
    content: "\f237"; }

.fa-viadeo:before {
    content: "\f2a9"; }

.fa-viadeo-square:before {
    content: "\f2aa"; }

.fa-vial:before {
    content: "\f492"; }

.fa-vials:before {
    content: "\f493"; }

.fa-viber:before {
    content: "\f409"; }

.fa-video:before {
    content: "\f03d"; }

.fa-video-slash:before {
    content: "\f4e2"; }

.fa-vihara:before {
    content: "\f6a7"; }

.fa-vimeo:before {
    content: "\f40a"; }

.fa-vimeo-square:before {
    content: "\f194"; }

.fa-vimeo-v:before {
    content: "\f27d"; }

.fa-vine:before {
    content: "\f1ca"; }

.fa-vk:before {
    content: "\f189"; }

.fa-vnv:before {
    content: "\f40b"; }

.fa-volleyball-ball:before {
    content: "\f45f"; }

.fa-volume-down:before {
    content: "\f027"; }

.fa-volume-mute:before {
    content: "\f6a9"; }

.fa-volume-off:before {
    content: "\f026"; }

.fa-volume-up:before {
    content: "\f028"; }

.fa-vote-yea:before {
    content: "\f772"; }

.fa-vr-cardboard:before {
    content: "\f729"; }

.fa-vuejs:before {
    content: "\f41f"; }

.fa-walking:before {
    content: "\f554"; }

.fa-wallet:before {
    content: "\f555"; }

.fa-warehouse:before {
    content: "\f494"; }

.fa-water:before {
    content: "\f773"; }

.fa-weebly:before {
    content: "\f5cc"; }

.fa-weibo:before {
    content: "\f18a"; }

.fa-weight:before {
    content: "\f496"; }

.fa-weight-hanging:before {
    content: "\f5cd"; }

.fa-weixin:before {
    content: "\f1d7"; }

.fa-whatsapp:before {
    content: "\f232"; }

.fa-whatsapp-square:before {
    content: "\f40c"; }

.fa-wheelchair:before {
    content: "\f193"; }

.fa-whmcs:before {
    content: "\f40d"; }

.fa-wifi:before {
    content: "\f1eb"; }

.fa-wikipedia-w:before {
    content: "\f266"; }

.fa-wind:before {
    content: "\f72e"; }

.fa-window-close:before {
    content: "\f410"; }

.fa-window-maximize:before {
    content: "\f2d0"; }

.fa-window-minimize:before {
    content: "\f2d1"; }

.fa-window-restore:before {
    content: "\f2d2"; }

.fa-windows:before {
    content: "\f17a"; }

.fa-wine-bottle:before {
    content: "\f72f"; }

.fa-wine-glass:before {
    content: "\f4e3"; }

.fa-wine-glass-alt:before {
    content: "\f5ce"; }

.fa-wix:before {
    content: "\f5cf"; }

.fa-wizards-of-the-coast:before {
    content: "\f730"; }

.fa-wolf-pack-battalion:before {
    content: "\f514"; }

.fa-won-sign:before {
    content: "\f159"; }

.fa-wordpress:before {
    content: "\f19a"; }

.fa-wordpress-simple:before {
    content: "\f411"; }

.fa-wpbeginner:before {
    content: "\f297"; }

.fa-wpexplorer:before {
    content: "\f2de"; }

.fa-wpforms:before {
    content: "\f298"; }

.fa-wpressr:before {
    content: "\f3e4"; }

.fa-wrench:before {
    content: "\f0ad"; }

.fa-x-ray:before {
    content: "\f497"; }

.fa-xbox:before {
    content: "\f412"; }

.fa-xing:before {
    content: "\f168"; }

.fa-xing-square:before {
    content: "\f169"; }

.fa-y-combinator:before {
    content: "\f23b"; }

.fa-yahoo:before {
    content: "\f19e"; }

.fa-yandex:before {
    content: "\f413"; }

.fa-yandex-international:before {
    content: "\f414"; }

.fa-yarn:before {
    content: "\f7e3"; }

.fa-yelp:before {
    content: "\f1e9"; }

.fa-yen-sign:before {
    content: "\f157"; }

.fa-yin-yang:before {
    content: "\f6ad"; }

.fa-yoast:before {
    content: "\f2b1"; }

.fa-youtube:before {
    content: "\f167"; }

.fa-youtube-square:before {
    content: "\f431"; }

.fa-zhihu:before {
    content: "\f63f"; }

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px; }

.sr-only-focusable:active, .sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto; }
@font-face {
    font-family: 'Font Awesome 5 Brands';
    font-style: normal;
    font-weight: normal;
    font-display: auto;
    src: url(fonts/0f120fbbfab0026dc172.eot);
    src: url(fonts/0f120fbbfab0026dc172.eot?#iefix) format("embedded-opentype"), url(fonts/3dc44d22d80c9728e431.woff2) format("woff2"), url(fonts/4bd5553b4d5034ebf8ca.woff) format("woff"), url(fonts/7ef5344efdf450fc7171.ttf) format("truetype"), url(fonts/05d2018301a494e41364.svg#fontawesome) format("svg"); }

.fab {
    font-family: 'Font Awesome 5 Brands'; }
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(fonts/5e1bdc3dc6b4d7c0654b.eot);
    src: url(fonts/5e1bdc3dc6b4d7c0654b.eot?#iefix) format("embedded-opentype"), url(fonts/3dc6ca0106e361b72528.woff2) format("woff2"), url(fonts/649e2df1962524d5dce6.woff) format("woff"), url(fonts/b25f26d442c75a930e13.ttf) format("truetype"), url(fonts/9a0810d652d123d53aa0.svg#fontawesome) format("svg"); }

.far {
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
@font-face {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-weight: 900;
    font-display: auto;
    src: url(fonts/008c261a9254fe7b6c2e.eot);
    src: url(fonts/008c261a9254fe7b6c2e.eot?#iefix) format("embedded-opentype"), url(fonts/496d5fc17c684bb304cf.woff2) format("woff2"), url(fonts/c73abe648eae6ea7e72f.woff) format("woff"), url(fonts/0a08f058be9683931151.ttf) format("truetype"), url(fonts/a838c42ad8174e8ba691.svg#fontawesome) format("svg"); }

.fa,
.fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900; }

/*! jQuery UI - v1.12.1 - 2019-03-24
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
    display: none;
}
.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse;
}
.ui-helper-clearfix:after {
    clear: both;
}
.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
    z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
    cursor: default !important;
    pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.ui-resizable {
    position: relative;
}
.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
    display: none;
}
.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}
.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}
.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}
.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}
.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}
.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}
.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}
.ui-selectable {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted black;
}
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}
.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%;
}
.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
}
.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0;
}
.ui-menu .ui-menu {
    position: absolute;
}
.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    /* support: IE10, see #8844 */
    list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px;
}

/* icon support */
.ui-menu-icons {
    position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}
.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    /* Support: IE <= 11 */
    overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}
.ui-controlgroup {
    vertical-align: middle;
    display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

    /* Support: IE8 only, Android < 4.4 only */
    width: 75%;
    width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}
.ui-checkboxradio-disabled {
    pointer-events: none;
}
.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
    right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em;
}
.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0;
}
.ui-datepicker td {
    border: 0;
    padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
    width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
    float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}
.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em;
}
.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative;
}
.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0 0;
    padding: 1px;
    height: 20px;
}
.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .5em 1em;
    background: none;
    overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
    text-align: left;
    border-width: 1px 0 0 0;
    background-image: none;
    margin-top: .5em;
    padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
    float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .5em 0;
    cursor: pointer;
}
.ui-dialog .ui-resizable-n {
    height: 2px;
    top: 0;
}
.ui-dialog .ui-resizable-e {
    width: 2px;
    right: 0;
}
.ui-dialog .ui-resizable-s {
    height: 2px;
    bottom: 0;
}
.ui-dialog .ui-resizable-w {
    width: 2px;
    left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
    width: 7px;
    height: 7px;
}
.ui-dialog .ui-resizable-se {
    right: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-sw {
    left: 0;
    bottom: 0;
}
.ui-dialog .ui-resizable-ne {
    right: 0;
    top: 0;
}
.ui-dialog .ui-resizable-nw {
    left: 0;
    top: 0;
}
.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}
.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url(data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==);
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}
.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}
.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0;
}
.ui-selectmenu-open {
    display: block;
}
.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}
.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}

.ui-slider-horizontal {
    height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.ui-slider-vertical {
    width: .8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}
.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em;
}
.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}
.ui-spinner-up {
    top: 0;
}
.ui-spinner-down {
    bottom: 0;
}
.ui-tabs {
    position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
    padding: .2em;
}
.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none;
}
.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}
body .ui-tooltip {
    border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget .ui-widget {
    font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}
.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5;
}
.ui-widget-content {
    border: 1px solid #dddddd;
    background: #ffffff;
    color: #333333;
}
.ui-widget-content a {
    color: #333333;
}
.ui-widget-header {
    border: 1px solid #dddddd;
    background: #e9e9e9;
    color: #333333;
    font-weight: bold;
}
.ui-widget-header a {
    color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

    /* We use html here because we need a greater specificity to make sure disabled
    works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none;
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #ffffff;
    text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}
.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter:Alpha(Opacity=70); /* support: IE8 */
    font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter:Alpha(Opacity=35); /* support: IE8 */
    background-image: none;
}
.ui-state-disabled .ui-icon {
    filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
    width: 16px;
    height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url(images/3580b1faf02c1cd7994c.png);
}
.ui-widget-header .ui-icon {
    background-image: url(images/3580b1faf02c1cd7994c.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url(images/c58c5719d8be44d69fc2.png);
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url(images/df59c902592bb5f10f8b.png);
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url(images/e73f5131bb90fcc736a6.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/bb549ea947a7a69e5c0c.png);
}
.ui-button .ui-icon {
    background-image: url(images/f0ad30c87d846b34a0a6.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
    background: #aaaaaa;
    opacity: .3;
    filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
    -webkit-box-shadow: 0px 0px 5px #666666;
    box-shadow: 0px 0px 5px #666666;
}
ul.table-stats-overview,
ul.table-stats-overview-big {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 10px;
    margin-bottom: 5px;
}
ul.table-stats-overview li:first-child,
ul.table-stats-overview-big li:first-child{
    padding-left: 0;
}
ul.table-stats-overview li,
ul.table-stats-overview-big li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 24.5%;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
}
ul.table-stats-overview li {
    width: 32.5%;
}
.roundStats ul.table-stats-overview:first-child li {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    width: 16%;
    font-size: 14px;
    border-right: 1px solid #e8e8e8;
}
.roundStats ul.table-stats-overview:first-child li:first-child,
.roundStats ul.table-stats-overview:first-child li:last-child {
    width: 25%;
}
.roundStats ul.table-stats-overview:first-child li:nth-child(4) {
    border-right: 0;
}
ul.table-stats-overview li .value,
ul.table-stats-overview-big li .value {
    font-size: 16px;
    font-weight: bold;
    display: block;
}
ul.table-stats-overview li:last-child,
ul.table-stats-overview-big li:last-child {
    border-right: 0;
}
ul.table-stats-overview li .name,
ul.table-stats-overview-big li .name {
    font-size: 18px;
}
.table-stats-overview-big,
.table-stats-overview {
    padding-left: 0;
}
h4.roundText {
    float: left;
    color: #e11165;
    margin-bottom: -25px;
    z-index: 1049;
    position: relative;
}
h4.roundText span {
    line-height: 1.7;
}
.dataTables_filter {
    padding-bottom: 10px;
}
.form-group,  .filter-body, .filter-foot, .filter-ctas {
    margin: 0 !important;
}
.blue {
    color: #e11165;
}
legend {
    font-size: 21px;
}
.width180 {
    min-width: 180px;
    max-width: 200px;
    width: 180px;
}
th.numberFormat {
    text-align: center;
}
.numberFormat {
    text-align: right;
    padding-right: 12px !important;
}
table.jambo_table tbody tr.selected {
    background: rgba(52, 152, 219, 0.16);
}
.alignright {
    float: right;
    margin-left: 15px;
}
#tableButtonSaveMove {
    padding: 10px;
}
.btn {
    font-size: 16px;
    padding: 6px 25px 6px 25px;
}
#previewBidModal .btn-danger,
#addAgencyBidDialog .btn-danger {
    color: #fff;
    background-color: #d9534f !important;
    border: 1px solid #d43f3a !important;
}
.clientTable th, .clientTable td {
    display: table-cell !important;
}
#previewBidModal .btn-success,
#addAgencyBidDialog .btn-success {
    background: #26B99A !important;
    border: 1px solid #169F85 !important;
}
#previewBidModal .btn-success:hover,
#previewBidModal .btn-success:hover,
#addAgencyBidDialog .btn-success:focus,
#addAgencyBidDialog .btn-success:focus {
    background: transparent !important;
    color: #26B99A !important;
    border: 1px solid #169F85 !important;
}
#previewBidModal .btn-danger:hover,
#addAgencyBidDialog .btn-danger:hover,
#addAgencyBidDialog .btn-danger:focus,
#previewBidModal .btn-danger:focus {
    background: transparent !important;
    color: #d9534f !important;
    border: 1px solid #d43f3a !important;
}
#previewBidModal .btn-primary:hover:not([disabled]),
#addAgencyBidDialog .btn-primary:hover:not([disabled]) {
    background: transparent !important;
    color: #e11165 !important;
    border: 1px solid #e11165 !important;
}
#previewBidModal .btn-primary:not([disabled]),
#addAgencyBidDialog .btn-primary:not([disabled]) {
    border: 1px solid #e11165 !important;
}
tr.legend_orange {
    background-color: #ffe5c0 !important;
}
.red {
    color: #d9534f;
    font-weight: bold;
}
.barLoader {
    border: 0;
    height: 2px;
    width: 100%;
    margin-top: -6px;
    margin-bottom: 6px;
}
.barLoader div.in {
    animation: fill 1200s linear 1;
    height: 100%;
    background-color: #3498DB;
}
#previewBidModal .table tr th:not(.notLast):last-child,
#immediatelyAcceptDialog .table tr th:not(.notLast):last-child,
#addAgencyBidDialog .table tr th:not(.notLast):last-child {
    width: 15%;
}
#previewBidModal .table tr td:first-child,
#immediatelyAcceptDialog .table tr td:first-child,
#addAgencyBidDialog .table tr td:first-child {
    font-weight: bold;
    color: #373964;
}
#previewBidModal .table td.noColor:first-child:before,
#immediatelyAcceptDialog .table td.noColor:first-child:before,
#addAgencyBidDialog .table td.noColor:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: white;
    opacity: 0.9;
}
#previewBidModal .table td:hover.noColor:first-child:before,
#immediatelyAcceptDialog .table td:hover.noColor:first-child:before,
#addAgencyBidDialog .table td:hover.noColor:first-child:before {
    background: #ffe8b1;
}
#previewBidModal .table td.grey,
#immediatelyAcceptDialog .table td.grey,
#addAgencyBidDialog .table td.grey {
    background-color: #80808021;
}
#previewBidModal .table td.green,
#immediatelyAcceptDialog .table td.green,
#addAgencyBidDialog .table td.green {
    color: darkgreen;
}
#previewBidModal .table>tbody>tr>td input,
#addAgencyBidDialog .table>tbody>tr>td input ,
#fillAgencyDataDialog .table>tbody>tr>td input {
    height: 27px;
    padding: 0 10px 0 10px;
    border: 1px solid #bbb !important;
    text-align: center;
    margin-left: -1px;
    font-size: 16px;
}
#previewBidModal .table>tbody>tr>td select,
#addAgencyBidDialog .table>tbody>tr>td select ,
#fillAgencyDataDialog .table>tbody>tr>td select {
    text-align: center;
}
/** Specialni poznamka pro Karla - -1px protoze after linka za inputama => Fanda nasel **/
#previewBidModal .table>tbody>tr>td textarea,
#addAgencyBidDialog .table>tbody>tr>td textarea,
#fillAgencyDataDialog .table>tbody>tr>td textarea,
#previewBidModal .table>tbody>tr>td select,
#addAgencyBidDialog .table>tbody>tr>td select,
#addAgencyBidDialog .table>tbody>tr>td input,
#fillAgencyDataDialog .table>tbody>tr>td select,
#addAgencyBidDialog .table>tbody>tr>td input,
#previewBidModal .table>tbody>tr>td input {
    margin-left: -1px;
}
#previewBidModal .table>tbody>tr>td,
#addAgencyBidDialog .table>tbody>tr>td ,
#fillAgencyDataDialog .table>tbody>tr>td {
    padding: 3px 5px 3px 10px;
    min-height: 34px;
    height: 34px;
    vertical-align: middle;
}
#previewBidModal .table td.center,
#addAgencyBidDialog .table td.center,
#immediatelyAcceptDialog .table td.center,
#immediatelyAcceptDialog .table th.center,
#previewBidModal .table th.center,
#addAgencyBidDialog .table th.center{
    text-align: center;
    font-size: 16px;
}
#previewBidModal .table span.fa.form-control-feedback.right,
#immediatelyAcceptDialog .table span.fa.form-control-feedback.right,
#addAgencyBidDialog .table span.fa.form-control-feedback.right {
    right: 10px !important;
    margin-top: 5px;
}
#previewBidModal .table td:first-child:before,
#immediatelyAcceptDialog .table td:first-child:before,
#addAgencyBidDialog .table td:first-child:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #373964;
    opacity: 0.9;
}
#previewBidModal .table>tbody>tr>td,
#previewBidModal .table>tbody>tr>th,
#previewBidModal .table>tfoot>tr>td,
#previewBidModal .table>tfoot>tr>th,
#previewBidModal .table>thead>tr>td,
#previewBidModal .table>thead>tr>th,
#immediatelyAcceptDialog .table>tbody>tr>td,
#immediatelyAcceptDialog .table>tbody>tr>th,
#immediatelyAcceptDialog .table>tfoot>tr>td,
#immediatelyAcceptDialog .table>tfoot>tr>th,
#immediatelyAcceptDialog .table>thead>tr>td,
#immediatelyAcceptDialog .table>thead>tr>th,
#addAgencyBidDialog .table>tbody>tr>td,
#addAgencyBidDialog .table>tbody>tr>th>tr>th,
#fillAgencyDataDialog .table>tbody>tr>td,
#addAgencyBidDialog .table>tbody>tr>th,
#addAgencyBidDialog .table>tfoot>tr>td,
#addAgencyBidDialog .table>tfoot>tr>th,
#addAgencyBidDialog .table>thead>tr>td,
#addAgencyBidDialog .table>thead>tr>th {
    padding: 3px 5px 3px 10px;
    line-height: 1.42857143;
    border-top: 1px solid #ddd !important;
}
.biggerText {
    font-size: 16px;
    text-align: center;
}
.bold {
    font-weight: bold;
    color: #373964;
}
#previewBidModal .table tbody tr:nth-child(even),
#addAgencyBidDialog .table tbody tr:nth-child(even),
#previewBidModal .dataTable tbody tr:nth-child(even),
#immediatelyAcceptDialog .table tbody tr:nth-child(even),
#immediatelyAcceptDialog .dataTable tbody tr:nth-child(even),
#addAgencyBidDialog .dataTable tbody tr:nth-child(even) {
    background-color: white;
}
#previewBidModal .table tbody tr,
#addAgencyBidDialog .table tbody tr,
#immediatelyAcceptDialog .table tbody tr,
#previewBidModal .dataTable tbody tr,
#previewBidModal table.dataTable tbody tr {
    background-color: white;
}
table.dataTable tfoot th, table.dataTable thead th {
    font-weight: 700;
}
#presalePreview .table tbody tr,
#presalePreview .dataTable tbody tr,
#presalePreview table.dataTable tbody tr {
    background-color: white;
}
#previewBidModal .table tr th:first-child,
#immediatelyAcceptDialog .table tr th:first-child,
#addAgencyBidDialog .table tr th:first-child {
    width: 30%;
}
#previewBidModal .table tr th:not(.notLast):last-child,
#immediatelyAcceptDialog .table tr th:not(.notLast):last-child,
#addAgencyBidDialog .table tr th:not(.notLast):last-child {
    width: 15%;
}
#previewBidModal .table tr td:first-child,
#immediatelyAcceptDialog .table tr td:first-child,
#addAgencyBidDialog .table tr td:first-child {
    font-weight: bold;
}
#previewBidModal .table td.noColor:first-child:before,
#immediatelyAcceptDialog .table td.noColor:first-child:before,
#addAgencyBidDialog .table td.noColor:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 100%;
    background: white;
    opacity: 0.9;
}
#immediatelyAcceptDialog .table td.grey,
#previewBidModal .table td.grey {
    background-color: #80808021;
}
#immediatelyAcceptDialog .table td.green,
#previewBidModal .table td.green {
    color: darkgreen;
}
#previewBidModal .table>tbody>tr>td input,
#addAgencyBidDialog .table>tbody>tr>td input ,
#fillAgencyDataDialog .table>tbody>tr>td input {
    height: 27px;
    padding: 0 10px 0 10px;
    border: 1px solid #bbb !important;
    text-align: center;
    margin-left: -1px;
    margin-bottom: 0;
}
#previewBidModal .table>tbody>tr>td select,
#addAgencyBidDialog .table>tbody>tr>td select ,
#fillAgencyDataDialog .table>tbody>tr>td select {
    text-align: center;
}
/** Speciální poznámka pro Karla - -1px protože after linka za inputama => Fanda našel **/
#previewBidModal .table>tbody>tr>td textarea,
#previewBidModal .table>tbody>tr>td select,
#previewBidModal .table>tbody>tr>td input {
    margin-left: -1px;
}
#previewBidModal .table>tbody>tr>td {
    padding: 3px 5px 3px 10px;
    min-height: 34px;
    height: 34px;
    vertical-align: middle;
}
#previewBidModal .table td.center,
#immediatelyAcceptDialog .table td.center,
#previewBidModal .table th.center{
    text-align: center;
    font-size: 14px;
    font-family: "Helvetica Neue", Roboto, Arial, "Droid Sans", sans-serif;
}
.wholeCards .leftPart {
    width: 50%;
    float: left;
}
.wholeCards .rightPart {
    width: 50%;
    float: left;
}
.wholeCards .Part100 {
    width: 100%;
    float: left;
}
.addAgencyBidDialogModal {
    min-width: 1200px;
    max-width: 1750px;
    width: 100%;
}
#addAgencyBidDialog .modal-body .x_panel_loader {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 20vh;
    text-align: center;
    color: #1ABB9C;
    background: white;
}
.container-loader{
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}
.wrapper-loader{
    position: absolute;
    top: -35px;
    transform: scale(1.5);
}
.loader-boost{
    height: 25px;
    width: 1px;
    position: absolute;
    animation: rotate 3.5s linear infinite;
}
.loader-boost .dot{
    top: 30px;
    height: 7px;
    width: 7px;
    background: #1ABB9C;
    border-radius: 50%;
    position: relative;
}
.text-loader{
    position: absolute;
    bottom: -75px;
    font-size: 25px;
    font-weight: 400;
    font-family: 'Poppins',sans-serif;
    color: #1ABB9C;
}
@keyframes rotate {
    30%{
        transform: rotate(220deg);
    }
    40%{
        transform: rotate(450deg);
        opacity: 1;
    }
    75%{
        transform: rotate(720deg);
        opacity: 1;
    }
    76%{
        opacity: 0;
    }
    100%{
        opacity: 0;
        transform: rotate(0deg);
    }
}
.loader-boost:nth-child(1){
    animation-delay: 0.15s;
}
.loader-boost:nth-child(2){
    animation-delay: 0.3s;
}
.loader-boost:nth-child(3){
    animation-delay: 0.45s;
}
.loader-boost:nth-child(4){
    animation-delay: 0.6s;
}
.loader-boost:nth-child(5){
    animation-delay: 0.75s;
}
.loader-boost:nth-child(6){
    animation-delay: 0.9s;
}
.table th:first-child, .table td:first-child {
    position: relative;
    padding-left: 13px;
}
table.jambo_table thead th {
    min-width: 60px;
}
.table th:first-child, .table td:first-child {
    position: relative;
    padding-left: 13px;
}
.bold {
    font-weight: bold;
}
.table thead th, .dataTable thead th {
    font-weight: bold;
}
.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;
}
.form-control-feedback {
    margin-top: 6px;
    height: 23px;
    color: #bbb;
    line-height: 24px;
    font-size: 15px;
}
#previewBidModal .table span.fa.form-control-feedback.right {
    right: 31% !important;
    padding-left: 3px;
}
.form-horizontal .has-feedback .form-control-feedback {
    right: 15px;
}
.form-control-feedback.right {
    right: 0!important;
    z-index: 1;
    font-size: 15px !important;
}
.form-control-feedback.right {
    border-left: 1px solid #ccc;
    right: 13px;
}
.cardTable .select2.select2-container {
    min-width: 100%;
    max-width: 100%;
    height: 27px;
}
.cardTable .select2.select2-container--default .select2-selection--single {
    height: 27px;
}
.cardTable .select2.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 27px;
}
.cardTable .select2.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 27px
}
textarea {
    width: 100%;
    min-height: 100px;
    resize: none;
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 0.5rem;
    color: #666;
    box-shadow: inset 0 0 0.25rem #ddd;
}
textarea:focus {
    outline: none;
    border: 1px solid #d0d0d0;
    box-shadow: inset 0 0 0.5rem #d0d0d0;
}
textarea[placeholder] {
    font-style: italic;
    font-size: 0.95rem;
}
.the-count {
    float: right;
    padding: 0.1rem 0 0 0;
    font-size: 0.75rem;
}
#addAgencyBidDialog .table td.important:first-child:before {
    content: '';
    position: absolute;
    left: -4px;
    top: 0;
    width: 5px;
    height: 100%;
    background: #cf3d3d;
    opacity: 0.9;
}
.cardTable>tbody>tr>td {
    padding: 3px 5px 3px 5px;
    min-height: 34px;
    height: 34px;
    vertical-align: middle;
}
#addAgencyBidDialog .table td.important {
    color: #cf3d3d !important;
    font-size: 16px;
}
input.show-different,
select.show-different {
    color: red !important;
    font-weight: bold;
}
#frm-agencyBidCard .select2-selection span.show-different {
    color: red !important;
    font-weight: bold;
}
input.diffOk {
    background-color: rgb(22, 159, 133, 0.6) !important;
    font-weight: bold;
}
input.diffWrong {
    background-color: rgba(193, 104, 104, 0.6) !important;
    font-weight: bold;
}
i.fa-exclamation, i.counterproposalCreated {
    color: #1ABB9C !important;
}
i.orange, a.orange {
    color: orange !important;
}
.previewBidDialogModal {
    min-width: 1200px;
    width: 1200px;
}
.previewBidDialogModalSmall {
    width: 1200px;
}
#agencyBidCard_ovdToCopy {
    width: 50%;
    float: right;
}
.ovdToCopyIcon {
    float: right;
    font-size: 24px;
    padding-top: 2px;
    cursor: pointer;
    padding-left: 2px;
    color: rgb(255, 125, 55);
}
#presalePreview fieldset,
#previewBidModal fieldset,
#addAgencyBidDialog fieldset {
    border: 1px solid silver;
}
#previewBidModal table.jambo_table thead th,
#immediatelyAcceptDialog table.jambo_table thead th,
#addAgencyBidDialog table.jambo_table thead th {
    font-weight: bold;
}
input[name="acceptClientBid"] {
    margin-left: 5px;
}
.btn-primary.disabled, .btn-primary:disabled, .btn-primary:hover:disabled {
    border: 1px solid grey;
    background-color: grey !important;
    cursor: auto;
}
.previewBidDialogModal a.printCardPdf {
    margin-right: 25px;
}
input.wrongOmk {
    background-color: rgba(193, 104, 104, 0.4);
}
input.omkGood {
    background-color: rgba(168, 255, 168, 0.4);
}
.infoTextIconTd {
    font-size: 17px;
    color: rgb(255, 125, 55);
    float: right;
    margin-right: 2px;
}

table.dataTable thead .sorting_asc {
    background-image: url(images/3583b4d81225495fd18a.svg) !important;
}

table.dataTable thead .sorting_desc {
    background-image: url(images/7e7b6324df3f93fd774e.svg) !important;
}

table.dataTable thead .sorting {
    background-image: url(images/b1bba08675103ae0f6a9.svg) !important;
}
.square {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin: 15px 5px;
    border: 1px solid #e11165;
}
.square-color {
    background-color: #e11165;
}
.square-line {
    width: 1px;
    height: 20px;
    display: inline-block;
    margin: 10px 5px;
    background-color: #e11165;
}
#frm-reservationForm .control-label {
    white-space: nowrap;
}
#frm-reservationForm .specialLabel {
    background-color: #e11165;
    color: white;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.label-crawl {
    background-color: #e11165;
}
#programTable .specialLabel
{
    width: 100%;
    margin-bottom: 5px;
}
#specificationFilter .btn-group .btn {
    border-radius: 5px;
}
#frm-reservationForm {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
label[for=frm-reservationForm-timingFrom] {
    width: 100%;
    float: left;
    margin-top: 4px !important;
}
.dotted-line {
    padding: 10px 50px;
}
.dotted-spaced {
    background-image: linear-gradient(to right, #e11165 10%, rgba(255, 255, 255, 0) 0%);
    background-position: top;
    background-size: 10px 1px;
    background-repeat: repeat-x;
}
#frm-reservationForm fieldset.secondFieldset .form-group:nth-child(6) {
    display: block;
}
input.dateFormat {
    margin-bottom: 0 !important;
}
.disabled.day {
    background-color: #f5f5f5 !important;
    color: #ccc !important;
    cursor: not-allowed !important;
}
.firstFormPart,
.secondFormPart,
#snippet--secondFormPart {
    display: contents;
}
.floatNewButton {
    float: right;
    width: 45%;
    height: 32px;
}
.floatNewButtonBigger {
    float: right;
    width: 50%;
    height: 32px;
}
.inputFloat {
    width: 41%;
    float: left;
}
.inputFloatBigger {
    width: 50%;
    float: left;
}
.infoIcon {
    float: right;
    padding-left: 6px;
    height: 32px;
    background-color: #e11165;
    padding-top: 6px;
    margin-left: 1px;
    color: white;
    width: 32px;
    font-size: 20px;
}
.infoIconPerson {
    padding-left: 7px;
}
.firstFieldset .form-group .select2.select2-container {
    max-width: none;
}
.secondFormPart .my-form-group {
    float: left;
    width: 25%;
}
#frm-reservationForm #loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 99999;
    width: 120px;
    height: 120px;
    margin: -76px 0 0 -76px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #e0066d;
    background: linear-gradient(90deg, #f17d1c, #e0066d);
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    opacity: 70%;
}
@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
#calendar {
    padding-left: 0;
    float: left;
}
.fc-day-sat a,
.fc-day-sun a {
    font-weight: bold;
}
.fc-toolbar-title {
    color: #e11165;
}
.fc-scroller {
    overflow: hidden;
}
#programTable {
    float: left;
    overflow: hidden;
    max-height: 650px;
}
#programTableScroll {
    overflow-y: auto;
    max-height: 600px;
}
#spec {
    float: left;
    display: none;
}
.secondFormPart fieldset:first-child {
    margin-bottom: 20px;
}
#programTable table {
    margin-top: 1.5em;
}
#programTable td span:not(.blue) {
    border-bottom: 1px dotted #e0066d;
}
#programTable td .showSelect {
    cursor: pointer;
}
#programTable td .showSelected {
    font-weight: bold;
    color: #e11165;
}
.channelHidden, .formatHidden, .messageHidden, .addonsHidden, .calendarHidden {
    display: none;
}
.calendarHidden {
    margin-bottom: 20px;
}
#specificationFilter, #specification, #specificationNote {
    padding-bottom: 15px;
}
#specificationFilter .select2.select2-container {
    max-width: 290px;
}
.fc-col-header  th.fc-col-header-cell a {
    font-weight: bold;
}
.event-can-be-selected {
    background-color: #e0066d !important;
    border: 1px solid #e0066d !important;
}
.event-cant-be-selected {
    background-color: grey !important;
    border: 1px solid grey !important;
    cursor: not-allowed;
}
.event-used-by-me {
    background-color: #f17d1c !important;
    border: 1px solid #f17d1c !important;
}
.fc .fc-daygrid-event-harness {
    left: 20%;
    text-align: center;
}
a.fc-event, a.fc-event:hover {
    width: 60%;
    height: 25px;
}
.fa-sekunda::before {
    content: "sec";
}
.selectedDatesDiv {
    display: flex;
    justify-content: center;
}
.selectedDatesDiv table thead th {
    height: 35px;
    font-weight: bold;
}
.selectedDatesDiv table th:first-child,
.selectedDatesDiv table th {
    background-color: #f17d1c !important;
}
.table thead th:first-child {
    border-left: 0 !important;
}
.selectedDatesDiv table {
    margin-top: 10px;
    background-color: #f17d1c;
    width: 100%;
}
.selectedDatesDiv .btn-danger {
    border: 0;
    padding: 5px 20px;
}
.selectedDatesDiv .btn-danger:hover {
    padding: 5px 20px;
}
.btn-warning {
    background-color: #f17d1c !important;
}
#mediaplan td {
    padding: 5px;
    position: relative;
}
#mediaplan td > span {
    cursor: pointer;
}
#mediaplan tfoot {
    font-weight: bold;
}
#mediaplan .fa-asterisk {
    color: #f17d1c;
}
#mediaplan .fa-asterisk,
#mediaplan .fa-info-circle {
    font-size: 14px;
}
#mediaplan td:first-child,
#mediaplan th:first-child {
    padding: 8px;
}
#mediaplan td:first-child {
    border-left: 0;
}
#mediaplan th.actions {
    padding-right: 5px;
    min-width: 65px;
}
span.black {
    color: black;
}
#mediaplan th.actions i.fa {
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}
.barLoader {
    border: 0;
    height: 2px;
    width: 100%;
}
.barLoader div.in {
    animation: fill 10s linear 1;
    height: 100%;
    background-color: #f17d1c;
}
@keyframes fill {
    0% {
        width: 0;
    }
    100% {
        width: 100%;
    }
}
.table td:after, .table tfoot th:after {
    background-color: white !important;
}
#chooseClientPart {
    display: none;
}
#chooseClientPartText {
    text-align: center;
}
.resPreview, .resPreview a {
    color: #73879C !important;
}
.resPreview .x_title {
    color: #f17d1c;
}
.resPreview .x_content b {
    color: #e0066d;
}
#mediaplanTable .center,
#mediaplanTable2 .center {
    text-align: center;
}
#mediaplanTable,
#mediaplanTable2 {
    padding-top: 20px;
}
#mediaplanTable tfoot th,
#mediaplanTable2 tfoot th {
    font-weight: bold;
}
#mediaplanTable .fa-square,
#mediaplanTable .fa-square,
#mediaplanTable2 .fa-star,
#mediaplanTable2 .fa-square {
    font-size: 14px;
    color: #73879C !important;
}
#mediaplanTable strong,
#mediaplanTable2 strong {
    color: #73879C !important;
}
.badge-format {
    background-color: #e0066d;
    color: white;
    font-size: 100%;
}
.mediaplanLegend {
    text-align: right;
    font-size: 14px;
}
.mediaplanLegend span:first-child {
    margin-right: 20px;
}
#mediaplan tr.strikethrough td:not(:last-child):before,
#mediaplanTable tr.strikethrough td:before,
#mediaplanTable2 tr.strikethrough td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid #111;
    width: 100%;
}

#mediaplan tr.strikethrough td:after,
#mediaplanTable tr.strikethrough td:after,
#mediaplanTable2 tr.strikethrough td:after {
    content: "\00B7";
    font-size: 1px;
}
#mediaplan tr.strikethrough_red td:not(:last-child):before,
#mediaplanTable tr.strikethrough_red td:before,
#mediaplanTable2 tr.strikethrough_red td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid red;
    width: 100%;
}
#mediaplan tr.strikethrough_blue td:not(:last-child):before,
#mediaplanTable tr.strikethrough_blue td:before,
#mediaplanTable2 tr.strikethrough_blue td:before {
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    border-bottom: 1px solid blue;
    width: 100%;
}
.arrow-blue {
    color: blue;
}
#mediaplanTable tr.lightGreen,
#mediaplanTable2 tr.lightGreen {
    background-color: hsla(120, 60%, 70%, 0.25);
}
#frm-newClientForm input[name="aresInfo"],
#frm-newClientForm input[name="add"] {
    margin-top: 15px;
}
.reservationClass input.btn-success {
    background: #26B99A;
}
.reservationClass input.btn-success:hover,
.reservationClass input.btn-success:focus,
.reservationClass input.btn-success:active {
    background: #169F85;
}
.reservationClass input.btn-danger,
.reservationClass input.btn-danger:hover,
.reservationClass input.btn-danger:focus,
.reservationClass input.btn-danger:active {
    color: #fff;
    background-color: #c9302c !important;
    border-color: #ac2925 !important;
}
.fc-daygrid-day-bell-top, .fc-daygrid-day-crawl-top {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.fc-daygrid-day-bell-top i,
.fc-daygrid-day-crawl-top i
{
    color: #e11165;
}
.bell-used {
    cursor: not-allowed;
}
.bell-used i {
    color: grey !important;
}
.split-december-13 {
    background-color: rgba(225, 17, 101, 0.40);
}
.btn-group .btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-group .btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-group .show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}
.btn-group .btn-primary:focus,.btn-group .btn-primary.focus {
    box-shadow: none;
}
.btn-group .btn-primary:not(:disabled):not(.disabled):active,
.btn-group .btn-primary:not(:disabled):not(.disabled).active,
.btn-group .show > .btn-primary.dropdown-toggle {
    background-color: rgba(225, 17, 101, 0.60);
}
.label-danger {
    background-color: #d9534f;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
a:hover {
    text-decoration: none !important;
    color: #d9534f;
}
#mediaplan th.actions {
    cursor: pointer;
}
select.messageSelect {
    max-width: 100px;
    width: 100px;
}
.messageSelectCenter {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#mediaplan thead tr th:nth-child(5),
#mediaplan tbody tr td:nth-child(5) {
    min-width: 20%;
    width: 20%;
}
#mediaplan_wrapper {
    width: 100%;
}
#mediaplanTable2_wrapper {
    width: 99.9%;
}
#mediaplanTable2_wrapper table.dataTable thead th {
    font-weight: 400;
}
#mediaplan_filter label {
    display: inline-flex;
    align-items: center;
    color: #e11165;
}
#mediaplan_filter input {
    width: 200px;
}
body>.pnotify.pnotify-positioned{position:fixed;z-index:100040}body>.pnotify.pnotify-modal{z-index:100042}.pnotify{height:auto;display:none;transition:opacity .1s linear;opacity:0}.pnotify.pnotify-positioned{position:absolute;z-index:1}.pnotify.pnotify-modal{z-index:3}.pnotify.pnotify-in{display:block;opacity:1}.pnotify.pnotify-initial{display:block}.pnotify-hidden{visibility:hidden}.pnotify.pnotify-move{transition:left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-slow{transition:opacity .4s linear;opacity:0}.pnotify.pnotify-fade-slow.pnotify.pnotify-move{transition:opacity .4s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-normal{transition:opacity .25s linear;opacity:0}.pnotify.pnotify-fade-normal.pnotify.pnotify-move{transition:opacity .25s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-fade-fast{transition:opacity .1s linear;opacity:0}.pnotify.pnotify-fade-fast.pnotify.pnotify-move{transition:opacity .1s linear,left .4s ease,top .4s ease,right .4s ease,bottom .4s ease}.pnotify.pnotify-masking{display:block;-webkit-mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(180deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-up{-webkit-mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(0deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-left{-webkit-mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(270deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-masking.pnotify-stack-right{-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent);mask-image:linear-gradient(90deg,rgba(0,0,0,.8),transparent 30px,transparent)}.pnotify.pnotify-fade-in,.pnotify.pnotify-masking-in{opacity:1}.pnotify .pnotify-shadow{-webkit-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);-moz-box-shadow:0 6px 28px 0 rgba(0,0,0,.1);box-shadow:0 6px 28px 0 rgba(0,0,0,.1)}.pnotify-container{position:relative;background-position:0 0;padding:.8em;height:100%;margin:0}.pnotify-container:after{content:" ";visibility:hidden;display:block;height:0;clear:both}.pnotify-closer,.pnotify-sticker{float:right;margin-left:.5em;cursor:pointer}[dir=rtl] .pnotify-closer,[dir=rtl] .pnotify-sticker{float:left;margin-right:.5em;margin-left:0}.pnotify-title{display:block;white-space:pre-line;margin-bottom:.4em;margin-top:0}.pnotify-text-with-max-height{overflow-y:auto;overscroll-behavior:contain;padding-bottom:.03em}.pnotify.pnotify-with-icon .pnotify-content{margin-left:24px}[dir=rtl] .pnotify.pnotify-with-icon .pnotify-content{margin-right:24px;margin-left:0}.pnotify-pre-line{white-space:pre-line}.pnotify-icon,.pnotify-icon span{display:block;float:left}[dir=rtl] .pnotify-icon,[dir=rtl] .pnotify-icon span{float:right}.pnotify-modal-overlay{background-color:rgba(0,0,0,.6);top:0;left:0;position:absolute;height:100%;width:100%;z-index:2;transition:opacity .25s linear;opacity:0;padding:0;display:flex;justify-content:center;align-items:flex-end}.pnotify-modal-overlay-up{align-items:flex-start}.pnotify-modal-overlay-left{justify-content:flex-start;align-items:center}.pnotify-modal-overlay-right{justify-content:flex-end;align-items:center}.pnotify-modal-overlay.pnotify-modal-overlay-in{opacity:1}.pnotify-modal-overlay-closes:after{content:"×";font-family:Arial;font-size:3rem;color:#fff;text-shadow:0 0 .4rem #fff}body>.pnotify-modal-overlay{position:fixed;z-index:100041}
[data-pnotify].brighttheme-elem{border-radius:0}[data-pnotify].brighttheme-elem,[data-pnotify].brighttheme-elem.pnotify-mode-light{--notice-background-color:#ffffa2;--notice-border-color:#ff0;--notice-text-color:#4f4f00;--notice-icon-filter:invert(25%) sepia(12%) saturate(7007%) hue-rotate(38deg) brightness(99%) contrast(101%);--info-background-color:#8fcedd;--info-border-color:#0286a5;--info-text-color:#012831;--info-icon-filter:invert(11%) sepia(37%) saturate(1946%) hue-rotate(155deg) brightness(95%) contrast(99%);--success-background-color:#aff29a;--success-border-color:#35db00;--success-text-color:#104300;--success-icon-filter:invert(17%) sepia(94%) saturate(1055%) hue-rotate(70deg) brightness(90%) contrast(103%);--error-background-color:#ffaba2;--error-border-color:#ff1800;--error-text-color:#4f0800;--error-icon-filter:invert(9%) sepia(27%) saturate(7347%) hue-rotate(359deg) brightness(96%) contrast(108%)}@media (prefers-color-scheme:dark){[data-pnotify].brighttheme-elem.pnotify-mode-no-preference{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}}[data-pnotify].brighttheme-elem.pnotify-mode-dark{--notice-background-color:#4f4f00;--notice-border-color:#282814;--notice-text-color:#ffffa2;--notice-icon-filter:invert(92%) sepia(18%) saturate(781%) hue-rotate(6deg) brightness(106%) contrast(107%);--info-background-color:#012831;--info-border-color:#0c1618;--info-text-color:#8fcedd;--info-icon-filter:invert(85%) sepia(14%) saturate(933%) hue-rotate(153deg) brightness(92%) contrast(87%);--success-background-color:#104300;--success-border-color:#152111;--success-text-color:#aff29a;--success-icon-filter:invert(90%) sepia(9%) saturate(1647%) hue-rotate(52deg) brightness(103%) contrast(90%);--error-background-color:#4f0800;--error-border-color:#281614;--error-text-color:#ffaba2;--error-icon-filter:invert(70%) sepia(24%) saturate(717%) hue-rotate(315deg) brightness(103%) contrast(104%)}[data-pnotify] .brighttheme-notice{--brighttheme-background-color:var(--notice-background-color);--brighttheme-border-color:var(--notice-border-color);--brighttheme-text-color:var(--notice-text-color);--brighttheme-icon-filter:var(--notice-icon-filter);--brighttheme-primary-button-background-color:var(--notice-border-color);--brighttheme-primary-button-text-color:var(--notice-text-color)}[data-pnotify] .brighttheme-info{--brighttheme-background-color:var(--info-background-color);--brighttheme-border-color:var(--info-border-color);--brighttheme-text-color:var(--info-text-color);--brighttheme-icon-filter:var(--info-icon-filter);--brighttheme-primary-button-background-color:var(--info-border-color);--brighttheme-primary-button-text-color:var(--info-text-color)}[data-pnotify] .brighttheme-success{--brighttheme-background-color:var(--success-background-color);--brighttheme-border-color:var(--success-border-color);--brighttheme-text-color:var(--success-text-color);--brighttheme-icon-filter:var(--success-icon-filter);--brighttheme-primary-button-background-color:var(--success-border-color);--brighttheme-primary-button-text-color:var(--success-text-color)}[data-pnotify] .brighttheme-error{--brighttheme-background-color:var(--error-background-color);--brighttheme-border-color:var(--error-border-color);--brighttheme-text-color:var(--error-text-color);--brighttheme-icon-filter:var(--error-icon-filter);--brighttheme-primary-button-background-color:var(--error-border-color);--brighttheme-primary-button-text-color:var(--error-text-color)}[data-pnotify] .brighttheme-container{padding:1.3rem;background-color:var(--brighttheme-background-color);border:0 solid var(--brighttheme-border-color);color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-error{background-image:repeating-linear-gradient(135deg,transparent,transparent 35px,hsla(0,0%,100%,.3) 0,hsla(0,0%,100%,.3) 70px)}[data-pnotify].pnotify-with-icon .brighttheme-content{margin-left:calc(1.3rem + 16px)}[dir=rtl] [data-pnotify].pnotify-with-icon .brighttheme-content{margin-right:calc(1.3rem + 16px);margin-left:0}[data-pnotify] .brighttheme-title{font-size:1.2rem;line-height:1.4rem;margin-top:-.1rem;margin-bottom:0}[data-pnotify] .brighttheme-text{font-size:1rem;line-height:1.2rem;margin-top:0}[data-pnotify] .brighttheme-confirm,[data-pnotify] .brighttheme-title+.brighttheme-text{margin-top:1rem}[data-pnotify] .brighttheme-closer,[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-sticker{display:flex;justify-content:center;align-items:center}[data-pnotify] .brighttheme-icon,[data-pnotify] .brighttheme-icon>span,[data-pnotify] .brighttheme-icon>span:after{width:1.2rem;height:1.2rem;line-height:1.2rem}[data-pnotify] .brighttheme-icon-closer,[data-pnotify] .brighttheme-icon-closer:after,[data-pnotify] .brighttheme-icon-sticker,[data-pnotify] .brighttheme-icon-sticker:after{width:1rem;height:1rem;line-height:1rem}[data-pnotify] .brighttheme-icon-notice:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTNIMTFWN0gxM00xMywxN0gxMVYxNUgxM00xMiwyQTEwLDEwIDAgMCwwIDIsMTJBMTAsMTAgMCAwLDAgMTIsMjJBMTAsMTAgMCAwLDAgMjIsMTJBMTAsMTAgMCAwLDAgMTIsMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-icon-info:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsOUgxMVY3SDEzTTEzLDE3SDExVjExSDEzTTEyLDJBMTAsMTAgMCAwLDAgMiwxMkExMCwxMCAwIDAsMCAxMiwyMkExMCwxMCAwIDAsMCAyMiwxMkExMCwxMCAwIDAsMCAxMiwyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-success:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTIgMkM2LjUgMiAyIDYuNSAyIDEyUzYuNSAyMiAxMiAyMiAyMiAxNy41IDIyIDEyIDE3LjUgMiAxMiAyTTEwIDE3TDUgMTJMNi40MSAxMC41OUwxMCAxNC4xN0wxNy41OSA2LjU4TDE5IDhMMTAgMTdaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-error:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTMsMTRIMTFWMTBIMTNNMTMsMThIMTFWMTZIMTNNMSwyMUgyM0wxMiwyTDEsMjFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-closer:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTksNi40MUwxNy41OSw1TDEyLDEwLjU5TDYuNDEsNUw1LDYuNDFMMTAuNTksMTJMNSwxNy41OUw2LjQxLDE5TDEyLDEzLjQxTDE3LjU5LDE5TDE5LDE3LjU5TDEzLjQxLDEyTDE5LDYuNDFaIi8+PC9zdmc+)}[data-pnotify] .brighttheme-icon-sticker:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTYsMTJWNEgxN1YySDdWNEg4VjEyTDYsMTRWMTZIMTEuMlYyMkgxMi44VjE2SDE4VjE0TDE2LDEyWiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-icon-sticker.brighttheme-icon-stuck:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHZlcnNpb249IjEuMSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMiw1LjI3TDMuMjgsNEwyMCwyMC43MkwxOC43MywyMkwxMi44LDE2LjA3VjIySDExLjJWMTZINlYxNEw4LDEyVjExLjI3TDIsNS4yN00xNiwxMkwxOCwxNFYxNkgxNy44Mkw4LDYuMThWNEg3VjJIMTdWNEgxNlYxMloiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-prompt-bar{margin-bottom:1rem}[data-pnotify] .brighttheme-action-bar,[data-pnotify] .brighttheme-prompt-bar{width:100%;box-sizing:border-box}[data-pnotify] .brighttheme-btn{text-transform:uppercase;font-weight:700;padding:.4rem 1rem;border:none;background:transparent;cursor:pointer;color:var(--brighttheme-text-color)}[data-pnotify] .brighttheme-btn-primary{background-color:var(--brighttheme-primary-button-background-color);color:var(--brighttheme-primary-button-text-color)}[data-pnotify] .brighttheme-countdown{background-color:var(--brighttheme-background-color)}[data-pnotify] .brighttheme-countdown-bar{background-color:var(--brighttheme-border-color)}[data-pnotify] .brighttheme-paginate{display:inline-flex;flex-direction:column}[data-pnotify] .brighttheme-paginate-btn{width:1em;height:1em;line-height:.5em;border:0;padding:0;background:transparent}[data-pnotify] .brighttheme-paginate-previous{margin-right:0}[data-pnotify] .brighttheme-paginate-next{margin-left:0}[data-pnotify] .brighttheme-paginate-btn:disabled:after,[data-pnotify] .brighttheme-paginate-btn[aria-disabled=true]:after{opacity:.5}[data-pnotify] .brighttheme-paginate-previous:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik0xMS42NyAzLjg3TDkuOSAyLjEgMCAxMmw5LjkgOS45IDEuNzctMS43N0wzLjU0IDEyeiIvPjwvc3ZnPg==)}[data-pnotify] .brighttheme-paginate-next:after{filter:var(--brighttheme-icon-filter);content:url(data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjxwYXRoIGQ9Ik01Ljg4IDQuMTJMMTMuNzYgMTJsLTcuODggNy44OEw4IDIybDEwLTEwTDggMnoiLz48L3N2Zz4=)}[data-pnotify] .brighttheme-paginate-count-of{opacity:.8}
body *:focus{outline:none}div,section,article,header,figure,nav,footer,label,main,button,aside,form{position:relative}img{max-width:100%}a{position:relative;text-decoration:none;transition:color .25s ease-out;font-weight:400;color:#141313}a:hover{text-decoration:none;color:#0593ce}a:focus{text-decoration:none;color:#0593ce}ul{list-style:none;padding:0}p{margin:2em 0}html,body{font-family:"Titillium Web",Arial,sans-serif;font-size:16px;font-weight:400;color:#141313;letter-spacing:.3px;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}@media(min-width: 992px){html,body{font-size:16px}}.h100p{height:100%}html.overflow,body.overflow{overflow:hidden;height:100%}.hidden{display:none}.has-error .help-block{color:#a94442}.select2.select2-container{width:100% !important;padding:0}.tooltip{pointer-events:none}body{display:flex !important;min-height:100vh;flex-direction:column;position:relative}.page-wrap{flex:1 0 auto;overflow:hidden;padding-top:0}.page-wrap.page-wrap--grey{background-color:#ecf0f1}@media(min-width: 576px){.page-wrap{padding-top:20px}}@media(min-width: 768px){.page-wrap{padding-top:20px}}@media(min-width: 992px){.page-wrap{padding-top:100px}}fieldset{margin:0 2px;padding:.35em .625em .75em}legend{width:auto}h4{font-size:1.2rem}h3{font-size:1.5rem}svg{transition:fill .25s ease-out}.clearfix:before,.clearfix:after{content:"";display:table}.clearfix:after{clear:both}.tpl.tpl--gray{background:linear-gradient(to right, rgb(245, 247, 248) 0%, rgb(218, 223, 228) 100%)}.flex-container--j-center{justify-content:center}.ui-pnotify{top:auto;right:auto}dl{text-align:center}dl dt{font-size:18px;font-weight:600}dl dd+dt{margin-top:.5em}h5{font-size:.875rem}@media(max-width: 1399px){.container-medium{width:100%}}@media(max-width: 767px){.container-medium{margin-left:10px;margin-right:10px}}@media(min-width: 1400px){.container-medium{width:1260px}}.row{width:100%}.container{width:100%;max-width:1760px}@media(min-width: 768px){.container{width:730px}}@media(min-width: 992px){.container{width:960px}}@media(min-width: 1200px){.container{width:1136px}}@media(min-width: 1400px){.container{width:1252px}}@media(min-width: 1440px){.container.container-medium{width:1360px}}@media(min-width: 1680px){.container.container-medium{width:1480px}}@media(min-width: 1920px){.container.container-medium{width:1760px}}.container.container--white{background-color:#fff;margin:20px auto;padding:10px}@media(min-width: 992px){.container.container--white{padding:30px 20px}}.tpl__filterBlock{margin-top:100px}.tpl__filterBlock .tpl h2{font-size:30px;font-weight:600;text-align:center}@media(min-width: 992px){.tpl__filterBlock{margin-top:0}}.icheckbox_flat,.iradio_flat{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/39a1e43f74e6f02749ee.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat{background-position:0 0}.icheckbox_flat.checked{background-position:-22px 0}.icheckbox_flat.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat.checked.disabled{background-position:-66px 0}.iradio_flat{background-position:-88px 0}.iradio_flat.checked{background-position:-110px 0}.iradio_flat.disabled{background-position:-132px 0;cursor:default}.iradio_flat.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat,.iradio_flat{background-image:url(images/17e025504f91c13f9c52.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-red,.iradio_flat-red{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/cc24a747fb195ed42967.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-red{background-position:0 0}.icheckbox_flat-red.checked{background-position:-22px 0}.icheckbox_flat-red.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-red.checked.disabled{background-position:-66px 0}.iradio_flat-red{background-position:-88px 0}.iradio_flat-red.checked{background-position:-110px 0}.iradio_flat-red.disabled{background-position:-132px 0;cursor:default}.iradio_flat-red.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-red,.iradio_flat-red{background-image:url(images/7ca2e7c2b7e9302bfe5f.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-green,.iradio_flat-green{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/59eb8d63876790d6061c.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-green{background-position:0 0}.icheckbox_flat-green.checked{background-position:-22px 0}.icheckbox_flat-green.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-green.checked.disabled{background-position:-66px 0}.iradio_flat-green{background-position:-88px 0}.iradio_flat-green.checked{background-position:-110px 0}.iradio_flat-green.disabled{background-position:-132px 0;cursor:default}.iradio_flat-green.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-green,.iradio_flat-green{background-image:url(images/d76c1e6b2da05e663113.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-blue,.iradio_flat-blue{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/4ffa074d3aa4cf859d37.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-blue{background-position:0 0}.icheckbox_flat-blue.checked{background-position:-22px 0}.icheckbox_flat-blue.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-blue.checked.disabled{background-position:-66px 0}.iradio_flat-blue{background-position:-88px 0}.iradio_flat-blue.checked{background-position:-110px 0}.iradio_flat-blue.disabled{background-position:-132px 0;cursor:default}.iradio_flat-blue.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-blue,.iradio_flat-blue{background-image:url(images/3eb2917a3a6183c368d8.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-aero,.iradio_flat-aero{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/7b214d88929721596091.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-aero{background-position:0 0}.icheckbox_flat-aero.checked{background-position:-22px 0}.icheckbox_flat-aero.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-aero.checked.disabled{background-position:-66px 0}.iradio_flat-aero{background-position:-88px 0}.iradio_flat-aero.checked{background-position:-110px 0}.iradio_flat-aero.disabled{background-position:-132px 0;cursor:default}.iradio_flat-aero.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-aero,.iradio_flat-aero{background-image:url(images/c2b97de16abcffc0f63c.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-grey,.iradio_flat-grey{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/62b50d4acddab7abd08b.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-grey{background-position:0 0}.icheckbox_flat-grey.checked{background-position:-22px 0}.icheckbox_flat-grey.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-grey.checked.disabled{background-position:-66px 0}.iradio_flat-grey{background-position:-88px 0}.iradio_flat-grey.checked{background-position:-110px 0}.iradio_flat-grey.disabled{background-position:-132px 0;cursor:default}.iradio_flat-grey.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-grey,.iradio_flat-grey{background-image:url(images/8520e7721a9e0caf1164.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-orange,.iradio_flat-orange{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/33c2267103486c228a68.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-orange{background-position:0 0}.icheckbox_flat-orange.checked{background-position:-22px 0}.icheckbox_flat-orange.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-orange.checked.disabled{background-position:-66px 0}.iradio_flat-orange{background-position:-88px 0}.iradio_flat-orange.checked{background-position:-110px 0}.iradio_flat-orange.disabled{background-position:-132px 0;cursor:default}.iradio_flat-orange.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-orange,.iradio_flat-orange{background-image:url(images/e9b809d924cb07b4bcdc.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-yellow,.iradio_flat-yellow{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/2adbf227c88b904a0649.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-yellow{background-position:0 0}.icheckbox_flat-yellow.checked{background-position:-22px 0}.icheckbox_flat-yellow.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-yellow.checked.disabled{background-position:-66px 0}.iradio_flat-yellow{background-position:-88px 0}.iradio_flat-yellow.checked{background-position:-110px 0}.iradio_flat-yellow.disabled{background-position:-132px 0;cursor:default}.iradio_flat-yellow.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-yellow,.iradio_flat-yellow{background-image:url(images/a2db76920a4f3b244b1b.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-pink,.iradio_flat-pink{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/617491e8f29e4c372190.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-pink{background-position:0 0}.icheckbox_flat-pink.checked{background-position:-22px 0}.icheckbox_flat-pink.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-pink.checked.disabled{background-position:-66px 0}.iradio_flat-pink{background-position:-88px 0}.iradio_flat-pink.checked{background-position:-110px 0}.iradio_flat-pink.disabled{background-position:-132px 0;cursor:default}.iradio_flat-pink.checked.disabled{background-position:-154px 0}@media(-o-min-device-pixel-ratio: 1.25),(-webkit-min-device-pixel-ratio: 1.25),(-o-min-device-pixel-ratio: 5/4),(min-resolution: 120dpi){.icheckbox_flat-pink,.iradio_flat-pink{background-image:url(images/40091196910caa04a337.png);-webkit-background-size:176px 22px;background-size:176px 22px}}.icheckbox_flat-purple,.iradio_flat-purple{display:inline-block;*display:inline;vertical-align:middle;margin:0;padding:0;width:20px;height:20px;background:url(images/4b401e49150304b43265.png) no-repeat;border:none;cursor:pointer}.icheckbox_flat-purple{background-position:0 0}.icheckbox_flat-purple.checked{background-position:-22px 0}.icheckbox_flat-purple.disabled{background-position:-44px 0;cursor:default}.icheckbox_flat-purple.checked.disabled{background-position:-66px 0}.iradio_flat-purple{background-position:-88px 0}.iradio_flat-purple.checked{background-position:-110px 0}.iradio_flat-purple.disabled{background-position:-132px 0;cursor:default}.iradio_flat-purple.checked.disabled{background-position:-154px 0}#frm-clientSpendingForm #infoText{display:flex;flex-direction:row;margin-left:10px}.tooltip .tooltip-inner{font-family:"Titillium Web",Arial,sans-serif;font-size:13px;background-color:#e11165;padding:5px 10px}.tooltip.in{opacity:.95}.tooltip.top .tooltip-arrow{border-top-color:#e11165}.datepicker th{background:#fff}.select2.select2-container{display:block;min-width:200px;max-width:250px}.select2.select2-container--default .select2-selection--single{height:34px;font-size:14px;border-color:#ccc}.select2.select2-container--default .select2-selection--single .select2-selection__rendered{color:#555;line-height:32px}.select2.select2-container--default .select2-selection--single .select2-selection__arrow{height:32px}.select2-dropdown{font-size:14px;border-color:#ccc}.form-group div[class^=col-] .select2.select2-container{max-width:none}#auctionPreview .barLoader{border:0;height:2px;width:100%}#auctionPreview .barLoader div.in{animation:fill 10s linear 1;height:100%;background-color:#3498db}.btn-gray{background:#787b7b !important;border:1px solid #787b7b !important}.btn-gray:hover{background:#fff;border:1px solid #787b7b;color:#000}.longDate{min-width:100px}.shortDate{width:75px}td.long130{min-width:130px}td.long75{min-width:75px}td.long80{min-width:80px}#auctionPreview input[name=clientName],#auctionPreview input[name=bidNote]{width:400px}#auctionPreview .control-label{font-weight:bold}#newBidTable .table input:not([name=cpp30]):not([name=price]),#editBidTable .table input:not([name=cpp30]):not([name=price]){width:100%;float:none;text-align:center;margin-bottom:0;display:inherit}#newBidTable .table input.has-error,#editBidTable .table input.has-error{border:1px solid red !important}#auctionPreview .cpp-icon input,#auctionPreview .price-icon input,#editBid .price-icon input{padding-right:35px !important;display:unset;text-align:right;width:120px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#newBidTable,#editBidTable{border:1px solid #ccc}#auctionPreview .cpp-icon span,#auctionPreview .price-icon span,#editBid .price-icon span{border-left:1px solid #ccc;margin-top:6px;height:23px;color:#bbb;line-height:24px;font-size:15px;width:0;right:30px;position:relative;margin-left:0;padding-left:2px}#editBid .price-icon span{right:60px}#auctionPreview ul.table-stats-overview{border-bottom:1px solid #e8e8e8;padding-bottom:10px;margin-bottom:10px;display:flex;align-items:center;justify-content:center}#auctionPreview ul.table-stats-overview li>*{margin:0}#auctionPreview ul.table-stats-overview li:first-child{padding-left:0}#auctionPreview ul.table-stats-overview li{display:inline-block;text-align:center;padding:0 15px;width:24%;font-size:14px;border-right:1px solid #e8e8e8}#auctionPreview ul.table-stats-overview li .value{font-size:16px;font-weight:bold;display:block}#auctionPreview ul.table-stats-overview li .name{font-size:13px}#auctionPreview ul.table-stats-overview li:last-child{border-right:0}#auctionPreview .table-stats-overview{padding-left:0}.mtop20{height:39px}#auctionPreview ul.stats-overview li .name{font-size:18px}#auctionPreview ul.stats-overview li .value{font-size:16px;font-weight:bold;display:block}#auctionPreview ul.stats-overview{border-bottom:1px solid #e8e8e8;padding-bottom:10px;margin-bottom:10px}#auctionPreview ul.stats-overview li{display:inline-block;text-align:center;padding:0 15px;width:30%;font-size:14px;border-right:1px solid #e8e8e8}#auctionPreview ul.stats-overview li:last-child{border-right:0}#auctionPreview ul.stats-overview li:first-child{padding-left:0}.project_detail p.title{font-size:16px}section .x_title{padding:1px 5px 17px;border-bottom:1px solid #e6e9ed}.project_detail{padding:0 !important}.x_title h2{text-overflow:initial;overflow:unset}.tableStats{border-top:1px solid #e8e8e8;padding-top:10px}div.center{text-align:center}.project_detail p{margin-bottom:10px}.project_detail p.title{font-weight:bold;margin-bottom:0}#auctionPreview table thead tr{background-color:#f9f9f9}#auctionPreview .table td:first-child{border:0}#auctionPreview .table td:first-child:before{content:"";position:absolute;left:0;top:0;width:0;height:0;background:none;opacity:.9}#auctionPreview .col-md-2,#auctionPreview .col-md-1,#auctionPreview .col-md-3,#auctionPreview .col-sm-3,#auctionPreview .col-sm-2,#auctionPreview .col-sm-1,#auctionPreview .col-md-4,#auctionPreview .col-sm-6,#auctionPreview .col-md-6,#auctionPreview .col-md-8,#auctionPreview .col-xs-12,#auctionPreview .col-sm-12,#auctionPreview .col-md-12{position:relative;min-height:1px;float:left;padding-right:10px;padding-left:10px}@media(min-width: 768px){#auctionPreview .col-sm-1,#auctionPreview .col-sm-10,#auctionPreview .col-sm-11,#auctionPreview .col-sm-12,#auctionPreview .col-sm-2,#auctionPreview .col-sm-3,#auctionPreview .col-sm-4,#auctionPreview .col-sm-5,#auctionPreview .col-sm-6,#auctionPreview .col-sm-7,#auctionPreview .col-sm-8,#auctionPreview .col-sm-9{float:left}#auctionPreview .col-sm-12{width:100%}#auctionPreview .col-sm-11{width:91.66666667%}#auctionPreview .col-sm-10{width:83.33333333%}#auctionPreview .col-sm-9{width:75%}#auctionPreview .col-sm-8{width:66.66666667%}#auctionPreview .col-sm-7{width:58.33333333%}#auctionPreview .col-sm-6{width:50%}#auctionPreview .col-sm-5{width:41.66666667%}#auctionPreview .col-sm-4{width:33.33333333%}#auctionPreview .col-sm-3{width:25%}#auctionPreview .col-sm-2{width:16.66666667%}#auctionPreview .col-sm-1{width:8.33333333%}}@media(min-width: 992px){#auctionPreview .col-md-12,#auctionPreview .col-md-4,#auctionPreview .col-md-6,#auctionPreview .col-md-8{float:left}#auctionPreview .col-md-12{width:100%}#auctionPreview .col-md-8{width:66.66666667%}#auctionPreview .col-md-6{width:50%}#auctionPreview .col-md-4{width:33.33333333%}#auctionPreview .col-md-4{width:33.33333333%}#auctionPreview .col-md-2{width:16.66666667%}#auctionPreview .col-md-1{width:8.33333333%}}@media(max-width: 1440px){.fa-money-bill-alt{display:none}}#myBids{padding-bottom:10px}.alerts-border{border:1px red solid;animation:blink 1s;animation-iteration-count:5}.table tbody tr:nth-child(even),.dataTable tbody tr:nth-child(even){background-color:#f5f5f5}.infoCol i{cursor:pointer}.detailedRow{text-align:left}.detailedRow span{font-weight:bold}.detailedRow td{padding-left:20px !important}input[name=notificationBetter],input[name=termsConfirm]{height:20px;border:0 !important;box-shadow:none}.emptyRow td{padding:1px !important}.countedRow{background-color:#e3e3e3 !important}tr.greenRow{background-color:rgba(76,169,66,.3) !important}tr.redRow{background-color:rgba(169,68,66,.3) !important}.right-legend{line-height:56px}.datagrid-legends span.fa{font-size:14px;margin-right:5px}.datagrid-legends .label{font-size:15px}td.stateIcons .fa-times,td.stateIcons .fa-check{font-size:25px;margin-top:3px}td.stateIcons{text-align:center}#editBid legend.green{color:#1abb9c}#frm-bidEditForm-price_message,#frm-bidForm-price_message{display:none !important}th.longDate,td.longDate{max-width:140px;width:140px;text-align:center}span.red{color:#e1312d}span.green{color:#00b410}.alert-warning{color:#000;background-color:rgba(243,156,18,.5);border-color:rgba(243,156,18,.88)}.alert{position:relative;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid rgba(0,0,0,0);border-radius:.25rem}input[name=editBid],input[name=editBid]:active,input[name=editBid]:hover,input[name=editBid]:focus{padding:5px 10px}#sumData thead th,#sumData tbody td:not(:first-child){text-align:right}ul.noStyle,ul.noStyle li{width:100% !important;border:none;text-align:center;font-size:13px;color:#1abb9c !important}textarea#frm-bidForm-bidNote{width:400px;height:100%}.long170{width:170px}.modal-header h5 span.error{color:red !important}#newBidTable .table input.has-my-error,#editBidTable .table input.has-my-error{border:1px solid red !important}.ui-dialog{z-index:100000 !important}.comp__headline h5,.tpl .container h5{color:#e11165;text-align:center}span.required{color:#e11165}input[disabled],textarea[disabled]{background-color:#f6f6f6}select[disabled]{cursor:default;background-color:#f6f6f6}.form-control{width:70%}input.dateFormat{width:100%;margin-bottom:8px}.form-group{display:block}.col-md-3.col-sm-3{width:49.5%;display:inline-block}.tandem-group .col-md-3.col-sm-3{width:32.5%;display:inline-block}.tandem-group label.col-md-3.col-sm-3{width:70%}.tandem-group .select2.select2-container{min-width:99%}.guion{display:none}.form-group{display:flex;flex-direction:column}label[for=frm-orderForm-timingFrom],label[for=frm-orderEditForm-timingFrom],label[for=frm-orderForm-tandemBase],label[for=frm-orderEditForm-tandemBase]{width:100%;float:left;margin-top:4px !important}.modal-header .close{position:absolute;right:1rem;z-index:1}@media(min-width: 768px){.col-md-3.col-sm-3{width:100%}}@media(min-width: 992px){.col-md-3.col-sm-3{width:48.5%}}@media(min-width: 1200px){.col-md-3.col-sm-3{width:48.5%}}@media(min-width: 1400px){.col-md-3.col-sm-3{width:49.5%}}@media(min-width: 992px){.form-horizontal .control-label{font-size:16px;white-space:nowrap}.form-horizontal .control-label{color:#777;font-size:15px;font-weight:400;white-space:normal;margin-top:8px;margin-right:15px}}.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}.form-control-feedback{margin-top:6px;height:23px;color:#bbb;line-height:24px;font-size:15px}#frm-orderEditForm span.fa.form-control-feedback.right,#frm-orderForm span.fa.form-control-feedback.right{right:8px !important;padding-left:3px}.form-horizontal .has-feedback .form-control-feedback{right:15px}.form-control-feedback.right{right:0 !important;z-index:1;font-size:15px !important}.form-control-feedback.right{border-left:1px solid #ccc;right:13px}span.right{float:right;font-size:14px !important}.fa-koruna:before{content:"Kč"}.fa-time-seconds{width:20px}.fa-time-seconds:before{content:"s"}span.fa-grp.form-control-feedback.right{right:32% !important}.fa-grp:before{content:"GRP"}.has-feedback .form-control{padding-right:42.5px}textarea.form-control{height:auto}input[name=findDeal].orange,input[name=saveProgress].orange{color:#fff;background-color:#f0ad4e;border-color:#eea236}input[disabled].orange{color:#fff;background-color:#a9a9a9;border-color:#a9a9a9;pointer-events:all !important}#frm-orderForm-deal,#frm-orderEditForm-deal{display:inline}#buttonChooseNewProduct{margin-left:5px;margin-top:2px;height:40px;float:right;position:absolute;right:-20px;transform:translateX(100%)}#checkboxUseTandem,#checkboxUseTridem{height:40px;float:right;position:absolute;top:-15px;right:-20px;transform:translateX(100%)}#checkboxUseTandem .form-group,#checkboxUseTridem .form-group{flex-direction:row;align-items:center}#checkboxUseTandem label,#checkboxUseTridem label{margin-left:5px}#checkboxUseTridem{top:15px}@media(max-width: 1440px){#buttonChooseNewProduct{margin-right:0}}#frm-orderForm,#frm-orderEditForm{display:flex;flex-direction:row;flex-wrap:wrap}#items_orderSubstitutabilityUsers .col-sm-6{width:100%}#frm-productForm div.col-md-offset-3{margin-top:50px}#frm-productForm fieldset{border:none;margin:0 2px;padding:.35em .625em .75em}#frm-orderForm fieldset.secondFieldset .form-group:nth-child(2),#frm-orderEditForm fieldset.secondFieldset .form-group:nth-child(4){display:block !important}#frm-orderForm fieldset.secondFieldset .form-group:nth-child(4){display:none}#frm-orderEditForm fieldset.secondFieldset .form-group:nth-child(6){display:none}#frm-orderForm-client,#frm-orderEditForm-client{float:left}.form-group>label[for=frm-orderForm-termsAgree],.form-group>label[for=frm-orderEditForm-termsAgree]{margin-left:30px;font-size:13px;width:100%}#frm-orderForm .termsCheckbox .form-group:nth-child(1) div.col,#frm-orderEditForm .termsCheckbox .form-group:nth-child(1) div.col{float:left;position:absolute}p.error{float:left;color:red;text-align:center}#frm-orderForm-cpp[disabled],#frm-orderForm-seasonalIndex[disabled],#frm-orderForm-footageIndex[disabled],#frm-orderForm-bundleChannelsValues[disabled],#frm-orderForm-bundleName[disabled],#frm-orderForm-indexPrime[disabled],#frm-orderForm-indexOffPrime[disabled],#frm-orderEditForm-cpp[disabled],#frm-orderEditForm-seasonalIndex[disabled],#frm-orderEditForm-footageIndex[disabled],#frm-orderEditForm-bundleChannelsValues[disabled],#frm-orderEditForm-bundleName[disabled],#frm-orderEditForm-indexPrime[disabled],#frm-orderEditForm-indexOffPrime[disabled]{background-color:beige}.order-footer{clear:both;float:none;padding-top:50px;text-align:center}.order-footer i{color:#e11165;font-size:25px}.order-footer b{color:#e11165}#frm-orderForm .text-danger,#frm-orderEditForm .text-danger{float:left}#frm-orderForm .termsCheckbox .text-danger,#frm-orderEditForm .termsCheckbox .text-danger{position:absolute;top:0px;white-space:nowrap;transform:translateY(-100%)}textarea[name=specificBookingTime],textarea[name=specificBookingDate],input[name=weekWeights],textarea[name=note]{width:94%;float:left}.infoSpecificBookingTime,.infoSpecificBookingDate,.infoWeekWeights,.infoNote{width:6%;font-size:20px;color:#373964;float:left}.summary_detail p{margin-bottom:10px}.summary_detail p.title{font-weight:bold;margin-bottom:0}#summaryModal .col-sm-6,#summaryModal .col-md-6,#summaryModal .col-sm-12,#summaryModal .col-md-12{position:relative;min-height:1px;float:left;padding-right:10px;padding-left:10px}@media(min-width: 768px){#summaryModal .col-sm-6{float:left}#summaryModal .col-sm-6{width:50%}#summaryModal .col-sm-12{width:100%}}@media(min-width: 992px){#summaryModal .col-md-6{float:left}#summaryModal .col-md-6{width:50%}#summaryModal .col-md-12{width:100%}}.summary_detail{padding:0 !important}.summary_detail p{margin-bottom:10px}.summary_detail p.title{font-weight:bold;margin-bottom:0;margin-left:10px}.summary_detail .text-success{color:#1abb9c !important;margin-left:20px}.summary_detail p{margin:0 0 10px}.btn-secondary{color:#fff !important;background-color:#6c757d !important;border-color:#6c757d !important}.btn-secondary:not(:disabled):not(.disabled).active,.btn-secondary:not(:disabled):not(.disabled):active{color:#fff;background-color:#545b62;border-color:#4e555b}.btn-secondary:hover{color:#fff;background-color:#5a6268;border-color:#545b62}label[for=frm-orderForm-spotlist],label[for=frm-orderForm-spotlistTvb],label[for=frm-orderEditForm-spotlist],label[for=frm-orderEditForm-spotlistTvb]{width:80% !important}#summaryModal .modal-footer{display:block}#orderCalendar{background-color:#e11165;padding:5px;z-index:1000}#orderCalendar-table th{color:#fff;padding:4px}#orderCalendar-table td{color:#adadad;padding:4px;position:relative}#orderCalendar-table td input{width:75px}#orderCalendar-table td input[readonly]{cursor:not-allowed;background-color:#ddd}#orderCalendar-close{cursor:pointer;float:right;margin-right:7px;padding:3px 9px;border:solid gray 1px}#orderCalendar-close:hover{background-color:#720272}#showSaveFilterDialog{text-align:center;border-bottom:1px solid #ccc;padding-bottom:5px;background:#ccc}#showSaveFilterDialog:hover{font-weight:bold}#filter-list{padding:0;border-radius:0;min-width:220px;margin-left:-40px}.dropdown-menu a.delete-icon{float:right;padding-right:10px}.table-top-actions{margin-bottom:5px;font-weight:600}.table-top-actions>a{display:inline-block;margin-bottom:5px;min-width:100px;text-align:center;vertical-align:top}.search-but{display:inline-block;position:relative;float:right;margin-left:1px}.search-but input[type=text]{box-sizing:border-box;border:1px solid #373964;padding:0 20px 0 8px;margin:0 20px 0 1px;width:135px;height:28px;line-height:28px}.search-but button{position:absolute;right:0;top:0;line-height:28px;height:28px;background:none;border:0}.search-but div{color:#c7c7c7;font-weight:bold;position:absolute;top:4px;right:22px;font-size:20px}div.info-but{color:#c7c7c7;right:24px}div.infoBut{position:absolute;top:0px;right:-24px;font-size:20px;font-weight:normal}div.info-but-man{font-size:17px;float:right}a.tip{border-bottom:1px dashed;text-decoration:none}a.tip:hover{cursor:help}a.tip span{display:none}a.tip:hover span{border:1px dotted #c7c7c7;padding:5px 10px 5px 5px;display:block;z-index:100;background:#fff;left:-243px;margin:10px;width:250px;position:absolute;top:16px;text-decoration:none;float:right;font-size:12px;font-weight:initial}div#cancelSearch{color:#fff;background:#ffc60b;cursor:pointer;font-size:16px;font-weight:300;position:absolute;top:1px;right:21px;padding:7px 3px 3px}.btn-columns{display:inline-block;margin-bottom:5px;margin-right:2px}.table{width:99.99%;border-collapse:separate;border-spacing:0;margin-bottom:15px}.table>tbody>tr>td,.table>tbody>tr>th,.table>tfoot>tr>td,.table>tfoot>tr>th,.table>thead>tr>td,.table>thead>tr>th,.dataTable>tbody>tr>td,.dataTable>tfoot>tr>td,.dataTable>tfoot>tr>th,.dataTable>thead>tr>th{border:none;padding:5px 5px 5px 10px;vertical-align:middle}.table>tbody>tr,.dataTable tbody tr{border-top:1px solid #fff}.table thead th,.dataTable thead th{background-color:#373964;color:#fff;font-weight:600}.table tbody tr,.dataTable tbody tr,table.dataTable tbody tr{background-color:#f5f5f5}.table tbody tr:first-child,.dataTable tbody tr:first-child{border-top:none}.table tbody tr:nth-child(even),.dataTable tbody tr:nth-child(even){background-color:#ececec}.table tbody tr:hover,.dataTable tbody tr:hover{background-color:#ffe8b1}.table tbody tr.highlight{background-color:#ffedc7}tbody tr td.empty-value{color:#d3d3d3;font-style:italic}.table th.grid-col-check{min-width:50px}.table th.grid-col-check div{margin-left:-3px}.table th.grid-col-check span{display:inline-table}.table td.grid-col-check{padding-left:7px}.table th a{text-decoration:none;color:#fff;display:block;cursor:pointer;padding-right:25px}.table th span,.dataTable th span{display:block}.table label{line-height:inherit}#menu-checkbox span{border-color:#fff;bottom:0px}.table>tbody>tr>.row-actions{line-height:.8;float:right}.table>tbody>tr[id*=tasks]>.row-actions>input{float:left;margin-right:4px;min-height:24px;line-height:24px}.row-actions a{display:inline-block}.row-actions a span,td.grid-col-status span{color:#8f8f8f;font-size:18px}.row-actions a span:hover,#savedFilters a:hover span{color:#01616f}img.history{float:left;cursor:pointer}.table tbody p{margin:5px 0}.table>tfoot>tr>th{border-top:1px solid #c7c7c7;border-bottom:1px solid #c7c7c7;background:#f5f5f5}#snippet-tasks-rows #inlineEdit{display:none}table thead .sorting a,table thead .sorting_asc a,table thead .sorting_desc a,table thead .sorting_asc_disabled a,table thead .sorting_desc_disabled a{position:relative}table thead .sorting a:after,table thead .sorting_asc a:after,table thead .sorting_desc a:after{position:absolute;top:calc(50% + 2px);transform:translateY(-50%);right:-2px;display:block}table thead .sorting_asc a:after{content:url(images/2ee036c5dfa882a41713.png);top:calc(50% + 3px)}table thead .sorting_desc a:after{content:url(images/fe3708222e9dddd54900.svg);top:calc(50% + 3px)}table thead .sorting a:after{content:url(images/84f1fbe4531b5461407a.svg)}table thead .sorting a:hover:after{content:url(images/8b849d12586597c6075b.svg)}.table>thead>tr>th,.table>tbody>tr>td,.table>tfoot>tr>th{position:relative}.table th:after,.table td:after{content:"";height:60%;width:2px;position:absolute;top:20%;right:0}.table th:after{background-color:#fff}.table td:after,.table tfoot th:after{background-color:#c7c7c7}.table tr.highlight td:after{background-color:#fff}.table th.grid-col-check:after,.table td.grid-col-check:after,.table th:last-child:after,.table th:last-of-type:after,.table td:last-of-type:after,.table td:last-child:after{width:0}.table>tbody>tr>td.form-group:after{display:block}.grid-paginator{float:right;padding-bottom:1px}.pagination>li>a{height:28px;line-height:13px}.pagination>li>a,.pagination>li>a:focus{color:#00616f;background-color:#ececec;border-color:#ececec}.pagination>li:first-child>a,.pagination>li:last-child>a{border-radius:0}.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{background-color:#ddd;font-weight:bold;z-index:0;padding-top:2px}.pagination>li>a:hover{color:#fff;background-color:#373964;border-color:#373964}.dataTables_paginate div{display:inline-block}.pagination{margin:0}.pagination>.disabled>span,.pagination>.disabled>span:hover,.pagination>.disabled>span:focus,.pagination>.disabled>a,.pagination>.disabled>a:hover,.pagination>.disabled>a:focus{color:#777;background-color:#ececec;border-color:#ececec;cursor:not-allowed;height:28px;line-height:13px;top:0px}.pagination>li:first-child>a,.pagination>li:first-child>span,.pagination>li:last-child>a,.pagination>li:last-child>span{border-radius:0}.pagination>li:first-child>a,.pagination>li:first-child>span{border-left:none}.pagination>li:last-child>a,.pagination>li:last-child>span{border-right:none}.pagi-items{vertical-align:top;margin-right:5px;float:left;width:60px !important}.pagi-items-text{margin-right:5px;font-size:13px}.pagi-count{display:inline-block;margin-right:10px;line-height:28px;min-width:215px}.styled-select select{border:1px solid #ececec;width:70px;min-width:60px !important}.styled-select .select2.select2-container{min-width:60px !important;max-width:60px !important;width:60px !important}.pagination>li{display:inline}.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-top-left-radius:4px;border-bottom-left-radius:4px}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{background:#ddd !important}.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{color:#777;cursor:not-allowed;background-color:#fff;border-color:#ddd}.pagination>li>a,.pagination>li>span{position:relative;float:left;padding:6px 12px;margin-left:-1px;line-height:1.42857143;color:#337ab7;text-decoration:none;background-color:#fff;border:1px solid #ddd}.left-legend{float:left}.datagrid-legends{float:right}.datagrid-legends>span{color:#c7c7c7;padding-right:6px}.pagi-count~.datagrid-legends span{display:inline}.datagrid-legends .label{font-weight:normal;line-height:28px;color:inherit;padding:0 2px 0 0;font-size:13px;white-space:pre}.datagrid-legends span.material-icons{position:relative;top:3px;margin-right:-2px;font-size:13px}.datagrid-legends .legend_gray span{color:#c7c7c7}.datagrid-legends .legend_green span{color:#00b410}.datagrid-legends .legend_darkblue span{color:#00616f}.datagrid-legends .legend_orange span{color:#fd8e0c}.datagrid-legends .legend_red span{color:#e1312d}.datagrid-legends .legend_azure span{color:#373964}.table thead th:first-child{border-left:5px solid #373964}.table tfoot th:first-child{border-left:5px solid rgba(0,0,0,0)}.table td:first-child{border-left:5px solid rgba(0,0,0,0)}.table tr.legend_gray td:first-child{border-left-color:#c7c7c7}.table tr.legend_green td:first-child{border-left-color:#00b410}.table tr.legend_darkblue td:first-child{border-left-color:#00616f}.table tr.legend_orange td:first-child{border-left-color:#fd8e0c}.table tr.legend_red td:first-child{border-left-color:#e1312d}.table tr.legend_black td:first-child{border-left-color:#000}.table tr.legend_azure td:first-child{border-left-color:#4ccfd9}.table tr[class*=legend] td:first-child:before{content:"";height:1px;width:5px;position:absolute;top:-1px;left:-5px;background:#fff}.table tr[class*=legend]:first-child td:first-child:before{top:0}#myDependency th:first-child,#myDependency td:first-child{border-left:0}.filters-div{display:inline-block;float:right;margin-left:2px;margin-bottom:5px}.filter-buts{float:right}.filter-buts>a{display:inline-block;min-width:100px;text-align:center;position:relative;text-transform:uppercase;vertical-align:top}.filter-buts a.but-filter:after,.filter-buts a.but-quick-filter:after{content:"";width:0;height:0;border:0;position:absolute}.filter-buts a.but-filter:after{bottom:-12px;left:40%}.filter-buts a.but-quick-filter:after{top:4px;left:-10px}a.button.filter-active{background:#ffc60b;margin-right:-10px}.filter-buts a.but-filter.filter-focus:after{border-left:10px solid rgba(0,0,0,0);border-right:10px solid rgba(0,0,0,0);border-bottom:10px solid #f5f5f5}.filter-buts a.but-quick-filter.filter-focus:after{border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);border-left:10px solid #f5f5f5}.reset{height:28px;background:#ffc60b url(images/9a759fd527f6d382fe16.svg) no-repeat 50% 60%;background-size:70%;border:0;position:relative;padding:12px;display:inline-block;-webkit-appearance:none;vertical-align:top}.filters-div .callout{color:#e1312d;text-align:right;width:100%;display:inline-block}.filter-body,.quick-filter{display:none;background-color:#f5f5f5;position:relative;padding:10px;margin-bottom:15px;margin-top:5px;clear:both}.filter-head{padding-bottom:8px;font-size:15px;font-weight:600}.module-item .filter-head{font-size:14px}.filter-options{border-top:1px solid #fff;border-bottom:1px solid #fff;padding-top:10px;padding-bottom:8px}.calendar-input{position:relative;display:inline-block;float:right;width:199px;height:41px}.flex-original-columns,.flex-other-columns{max-width:450px}.flex-item label{float:left;margin-top:10px;width:100px;word-wrap:break-word}.filter-options label,.filter-foot label{font-weight:400}.filter-options input,.filter-options select{width:140px;margin:4px;float:right}.flex-item input{padding:0 8px}.filter-options input.entitiesForm[name*=button]{width:auto;background:#373964;color:#fff;font-weight:600;padding:0 5px;position:absolute;right:0}.filter-foot{margin-top:10px}.filter-foot input[name=filter_name]{width:290px;height:28px;box-sizing:border-box;border:1px solid #373964;padding:0 8px;outline:none;margin-left:10px;background:rgba(0,0,0,0)}.filter-in-but{float:right;font-weight:bold}.filter-in-but a{display:inline-block}.quick-filter{padding:0;min-height:28px;margin:0 5px}#no-filter{width:450px;display:none}#no-filter p{display:inline-block;margin:0 0 0 10px}#no-filter a{float:right;margin-right:10px}#filter-list a.filter-name{color:#00616f;border-left:1px solid #fff;cursor:pointer;text-decoration:none;text-transform:none;padding:0 10px;position:relative;line-height:28px}#filter-list a.filter-name:first-of-type{border-left:none}#filter-list a.filter-name:hover{text-decoration:underline}.dataTable>thead>tr>th{padding-right:25px}table.dataTable thead .sorting,table.dataTable thead .sorting_asc,table.dataTable thead .sorting_desc{position:relative;background-position:calc(100% - 3px) center}table.dataTable thead .sorting_asc{background-image:url(images/bb5eab6fc2f191a86fa9.svg);background-repeat:no-repeat}table.dataTable thead .sorting_desc{background-image:url(images/fe3708222e9dddd54900.svg);background-repeat:no-repeat}table.dataTable thead .sorting{background-image:url(images/84f1fbe4531b5461407a.svg);background-position:calc(100% - 5px) center;background-repeat:no-repeat}table.dataTable thead .sorting:hover{background-image:url(images/8b849d12586597c6075b.svg);background-repeat:no-repeat}table.dataTable.no-footer{border-bottom:0}.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{color:#00616f}.dataTables_info{padding-bottom:10px}.dataTables_wrapper .dataTables_paginate .paginate_button{background-color:#ececec;border:1px solid #fff;color:#00616f !important;height:28px;line-height:13px;margin-left:-1px;border-radius:0}.dataTables_paginate .paginate_button.next{border-right:0 !important}.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{background-color:#ececec;border:1px solid #fff;color:#777 !important}.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{color:#fff !important;font-weight:bold;border:1px solid #fff;background:#373964}.dataTables_wrapper .dataTables_paginate .paginate_button:hover{border:1px solid #fff;background:#373964}.module-item .dataTable td:last-child:not(.dataTables_empty){line-height:.8}@media(max-width: 767px){.table-top-actions{display:none}}@media(max-width: 991px){.datagrid-legends,.pagi-count,.grid-paginator,.left-legend{float:none;display:block;clear:both}.grid-paginator,.left-legend{padding-left:5px}.dataTables_paginate div.pagi-items{margin-bottom:5px}.left-legend .datagrid-legends>span{display:none}}@media(min-width: 992px)and (max-width: 1199px){.filter-temp-but-md{display:block !important;border-bottom:1px solid #ffedc7 !important}.filter-buts a{width:auto}}@media(max-width: 430px){.pagi-items{float:none;display:block !important}}.ui-pnotify{width:400px !important}.btn-group{position:relative;display:inline-block;vertical-align:middle}.table-top-actions{position:unset}.flex-container{display:flex;flex-wrap:wrap;align-content:flex-start}.flex-item{width:270px;margin:0 15px 0 0 !important}#filter-form label,.filter-input-group{width:100%}.filter-options input,.filter-options select{width:180px}.flex-item label{float:left;margin-right:4px;width:125px;word-wrap:break-word;font-size:14px}.form-control{margin-bottom:4px}.form-control{border-radius:0;width:100%}.form-control{width:100%;height:34px;padding:6px 12px;background-color:#fff;background-image:none;border:1px solid #ccc !important;border-radius:4px;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);box-shadow:inset 0 1px 1px rgba(0,0,0,.075);-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;-webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out}.form-control,output{display:block;font-size:14px;line-height:1.42857143;color:#555}.table thead th,.dataTable thead th{color:#fff;font-weight:400}.filter-options input[type=radio]{width:50px}a{cursor:pointer}.field .info{float:right;padding-top:6px}table.qr{min-width:200px;min-height:200px;margin:0 auto}table.qr td:empty{width:5px !important;height:5px !important;max-width:5px !important}table.qr td{width:5px !important;height:5px !important;max-width:5px !important}table.qr td.on{background:#000}table.qr td.off{background:#fff}.comp__modal .modal-content .modal-body table.qr td{padding:0;border-bottom:none}.comp__modal .modal-content .modal-body table.qr{width:auto}.comp__modal .modal-content .modal-body #frm-totpCheckForm input#totpCode{width:50%;display:inline-block}.comp__modal .modal-content .modal-body form.center{text-align:center}.comp__modal .modal-content .modal-body form.center .text-danger{display:block}.flash-danger{color:red}.form-control[disabled],.form-control[readonly],fieldset[disabled] .form-control{background-color:#eee;opacity:1}#items .form-inline .form-control{width:100%}#items td.delete{text-align:right;padding-top:11px !important}#items td:first-child{min-width:130px}#items td:nth-child(3){min-width:70px}#items td:nth-child(4){min-width:60px}#items td:nth-child(7){min-width:78px}#items .totalSumDesc{border-left:1px solid #ddd}#items .row:not(:nth-child(2)){display:none}#items table.jambo_table tbody tr.total:hover td{background:inherit;border-color:inherit}#items th:nth-last-of-type(3):before{background-color:#fff}.entityItemsTable thead th:first-child{border-left:5px solid #e11165}.entityItemsTable thead th{background-color:#e11165;color:#fff;font-weight:600}#addRow_persons{margin-top:15px}.fa-close:before{content:""}.entityItemDelete{padding-left:9px}.entityItemsTable .select2-container{max-width:220px !important}.tpl__background .infoText{position:absolute;left:50%;display:block;top:70%;width:40%;transform:translate(-50%, -50%);margin-top:0;color:#fff;text-align:center}.green{color:#1abb9c}p{margin:0 0 10px}b,strong{font-weight:bold}@keyframes fill{0%{width:0}100%{width:100%}}.text-success{color:#1abb9c !important;font-weight:bold}.text-danger{color:#a94442 !important}#countdown{color:#e11165}[type=search]{-webkit-appearance:textfield}.dataTables_wrapper .dataTables_filter{float:right;text-align:right}.dataTables_filter{padding-bottom:10px}table.dataTable{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}.dataTables_wrapper .dataTables_filter input{margin-left:.5em}table.dataTable thead .sorting:hover{cursor:pointer}.dataTables_wrapper .dataTables_info{clear:both;float:left;padding-top:.755em}label{margin-bottom:0}.comp__filter .table-top-actions .filter-body .filter-foot{margin:10px 0 30px !important}input[type=file]{padding-top:3px}.pnotify-text-with-max-height{overflow-y:hidden}.form-control:focus{box-shadow:none}.navbar{height:100px;position:absolute;top:0;right:0;width:100%;transition:.5s .1s background,.5s .15s height;z-index:1000;border-radius:0;display:flex;align-items:center}.navbar .container-medium{height:100%;margin:0 auto}.navbar .nav-controls{display:block;font-size:0}.navbar .nav-controls>*{display:inline-block;vertical-align:middle;line-height:0}.navbar .nav-controls>*+*{margin-left:20px}.navbar.navbar--purple{background:linear-gradient(90deg, #f17d1c, #e0066d)}.navbar.navbar--purple .nav-box .nav-logo{display:flex;align-items:center;vertical-align:center}.navbar.navbar--purple .nav-box .logo.logo--header{left:0;position:unset;display:block;width:150px}@media(min-width: 992px){.navbar.navbar--purple .nav-box .logo.logo--header{width:160px}}@media(min-width: 1440px){.navbar.navbar--purple .nav-box .logo.logo--header{width:210px}}.navbar.navbar--purple .nav-box.nav-box--space{justify-content:space-evenly}@media(min-width: 992px){.navbar.navbar--purple .nav-box.nav-box--space{justify-content:space-between}}.navbar.navbar--purple .nav-box.nav-box--space .nav-wrap ul li.languagePicker{margin-left:30px}.navbar.navbar--purple .nav-box.nav-box--space .icon svg{width:19px;cursor:pointer;fill:#fff;display:block}.navbar.navbar--purple .nav-box.nav-box--space .icon svg:hover{fill:#0593ce}.navbar .nav-wrap ul li.languagePicker{position:relative}.navbar .nav-wrap ul li.languagePicker select{position:absolute;top:0;bottom:0;left:0;right:0;width:100%;opacity:0;cursor:pointer}.small-only{display:none}@media(max-width: 991px){.logo{display:none}.logo.logo--mobile{display:block}.logo.logo--mobile svg{height:60px;width:142px}.navbar{height:100px}.navbar .container-medium{width:100%;margin:0}.navbar .nav-controls{position:absolute;top:50%;transform:translateY(-50%);right:20px}.navbar .nav-box{height:100px;width:100%}.navbar .nav-wrap.mobile .disable--mobile{display:none}.navbar .nav-wrap.mobile .bottom--contact{position:absolute;bottom:15px;width:100%}.navbar .nav-wrap.mobile .bottom--contact .contact-wrap{display:flex;justify-content:space-between;padding-top:20px}.navbar .nav-wrap.mobile .bottom--contact .contact-wrap a{font-size:13px;color:#e11165;text-transform:uppercase}.navbar .nav{display:none}.nav-toggle{display:block;border:none;background:none;padding:0;appearance:none}.nav-toggle span{display:block;width:24px;height:2px;background:#fff;transition:background-color .5s}.nav-toggle span+span{margin-top:5px}.toggle-fixed{padding:15px 10px;border-radius:10px;background:rgba(63,65,71,.4);position:fixed;top:12px;right:10px;transition:transform .3s;z-index:999}.toggle-fixed.toggle--show{transform:none}.loginName{position:fixed;top:0;left:-20px;right:-20px;text-align:center;font-size:16px;font-weight:500;color:#0593ce;padding:37px 0;background:#fff;border-bottom:2px solid #0593ce}.nav{margin-top:68px;margin-left:9px}.nav>li>a,.nav>li>a:hover,.nav>li>a:focus{font-size:inherit;color:#e7e9ef;font-weight:300;display:inline-block;background:none;text-transform:lowercase}.nav>li.active>a,.nav>li>a:hover,.nav>li>a:focus{color:#0593ce}.nav>li{font-size:14px}.nav>li+li{margin-top:.86em}}@media(max-width: 991px)and (min-height: 700px){.nav>li{font-size:18px}}@media(max-width: 991px)and (min-height: 900px){.nav{margin-top:82px}.nav>li{font-size:22px}.navbar .breadcrumbs span{font-size:21px}.nav-wrap .nav-ext a:hover,.nav-wrap .nav-ext a:focus,.nav-wrap .nav-ext a{font-size:19px}.nav-close svg{width:18px}}@media(max-width: 991px){.nav-close{padding:5px;display:block;position:absolute;right:-5px;margin-top:12px;top:50%;transform:translateY(-50%);cursor:pointer;font-size:0}.nav-close svg{fill:#4d535b;width:12px;height:auto}.nav-wrap{position:fixed;width:100%;height:100%;top:0;left:0;background:#fff;opacity:0;visibility:hidden;transition:opacity .5s,visibility 0s .5s;overflow:auto}.nav-wrap ul{text-align:center;margin:120px 0 15px}.nav-wrap ul li a{font-size:36px;font-weight:700;color:#e11165;line-height:1em}.nav-wrap ul li a:hover{color:#ff29c1}.nav-wrap ul li{white-space:nowrap}.nav-wrap ul li+li{margin-top:15px}.nav-wrap.main{display:none}.navbar .nav-wrap ul li.languagePicker:hover a{color:#ff29c1}.nav-wrap.sub{display:block}.nav--open .nav-wrap.sub{background:none;opacity:0;pointer-events:none;transform:translateX(-100%);transition:opacity .3s,transform .3s}.nav--open .nav-wrap.sub.show{opacity:1;pointer-events:all;transform:none;z-index:1005}.nav--open .nav-wrap{opacity:1;visibility:visible;transition:opacity .5s}.nav--open .logo--mobile{display:block}.nav--open .nav{display:block}.nav-wrap .nav-ext{display:block;position:fixed;left:25px;bottom:30px;z-index:1002}.navbar .svgLogo{height:50px}.navbar .toggle-fixed{z-index:1001;top:27px;right:30px}.navbar .nav-box{position:relative;display:flex;align-items:center;justify-content:center;height:100%}}@media(max-width: 991px)and (min-width: 992px){.navbar .nav-box{justify-content:flex-end}}@media(max-width: 991px){.navbar .nav-box .svgLogo{position:absolute;left:30px;top:30px}}@media(max-width: 991px)and (max-height: 500px){.nav-wrap ul li a{font-size:26px}.nav-wrap ul li+li{margin-top:15px}}@media(max-width: 991px)and (max-height: 440px){.navbar .nav-wrap .nav{margin:0;display:flex;justify-content:space-between;align-items:center;height:100%}.navbar .nav>li+li{margin-top:0}}@media(max-width: 991px)and (max-height: 400px){.nav-wrap ul{display:flex;justify-content:center;flex-wrap:wrap}.nav-wrap ul li{margin-bottom:15px}.nav-wrap ul li+li{margin-top:0;margin-left:15px}}@media(min-width: 992px){.small-only{display:none !important}.logo{display:block}.logo.logo--mobile{display:none}.navbar .mobile-wrap{display:none}.navbar{height:100px;width:100%;top:0;font-size:10px;text-transform:uppercase}.navbar .nav-box{position:relative;display:flex;justify-content:center;align-items:center;height:100%;padding:0;width:100%}.navbar .nav-wrap{display:inline-block;vertical-align:middle;flex:1 1 auto}.navbar .nav-wrap.mobile{display:none}.navbar .nav-wrap ul{display:flex;justify-content:flex-end;width:100%;height:31px;margin:30px 0}.navbar .nav-wrap ul li{position:relative;height:100%}.navbar .nav-wrap ul li.mobileLink{display:none}.navbar .nav-wrap ul li+li{margin-left:10px}.navbar .nav-wrap ul li a,.navbar .nav-wrap ul li a:hover,.navbar .nav-wrap ul li a:focus{display:inline-flex;align-items:center;height:100%;color:#fff;font-weight:700;letter-spacing:.8px;padding:0 15px}.navbar .nav-wrap ul li a:hover{color:#ff29c1}.navbar .nav-wrap ul li a.bordered{border:1px solid #fff;transition:background-color .25s ease-out,border-color .25s ease-out}.navbar .nav-wrap ul li a.bordered:hover{background-color:#ff29c1;color:#fff}.navbar .nav-wrap ul.dropdown-menu{display:none;height:auto;background:#e11165;margin:0;padding:15px 0}.navbar .nav-wrap ul.dropdown-menu li{margin:0}.navbar .nav-wrap ul.dropdown-menu li a{display:block;font-size:11px;padding:10px 20px}.navbar .nav-wrap ul.dropdown-menu li a:hover{color:#e11165;background:none}.navbar .nav-wrap ul li.languagePicker{margin-left:75px}.navbar .nav-wrap ul li.languagePicker a{padding-left:5px;padding-right:5px}.navbar .nav-wrap ul li.languagePicker select{position:absolute;top:0;bottom:0;left:0;right:0;opacity:0;cursor:pointer}.navbar .nav-wrap ul li.languagePicker:hover{cursor:pointer}.navbar .nav-wrap ul li.languagePicker:hover a{color:#ff29c1}.navbar .nav-wrap ul li.languagePicker:hover .underline{background:#ff29c1}.navbar .nav-controls{display:inline-block;vertical-align:middle;flex:0 1 auto}.navbar .logo{left:0px}.navbar .logo svg{max-width:100%;height:38px;width:188px}}@media(min-width: 1200px){.navbar .logo{left:-70px}.logo.logo--header{left:0}.navbar .nav-wrap ul li+li{margin-left:10px}}@media(min-width: 1400px){.navbar .logo{left:-180px}.logo.logo--header{left:0}.nav li+li{margin-left:50px}.navbar .nav-wrap ul li+li{margin-left:10px}}@media(min-width: 1680px){.navbar .nav-wrap ul li+li{margin-left:35px}}@media(min-width: 1440px){.navbar{font-size:11px}}.ninja-btn{display:inline-block;float:left;position:relative;width:25px;height:16.2857142857px;cursor:pointer;padding:0}.ninja-btn span,.ninja-btn span:before,.ninja-btn span:after{transition:all .4 ease-in-out;background-color:#fff;width:25px;height:2px}.ninja-btn.active span,.ninja-btn.active span:before,.ninja-btn.active span:after{background-color:#e11165}.ninja-btn span{position:relative;display:inline-block;float:left;margin-top:7.1428571429px;margin-bottom:7.1428571429px}.ninja-btn span:before,.ninja-btn span:after{content:"";position:absolute;left:0}.ninja-btn span:before{top:-7.1428571429px}.ninja-btn span:after{top:7.1428571429px}.ninja-btn.active span{background-color:rgba(0,0,0,0)}.ninja-btn.active span:before,.ninja-btn.active span:after{top:0}.ninja-btn.active span:before{transform:rotate(-135deg)}.ninja-btn.active span:after{transform:rotate(135deg)}@media(min-width: 768px){.navbar .nav-wrap.mobile ul li a{font-size:60px}}@media(max-width: 1280px){.navbar .header-wrap .button-wrap{display:none}}.tpl__background{position:absolute;left:0;top:0;bottom:0;right:0;background:url(images/ca8f0ddaf35a3dcec265.png) center no-repeat;background-size:cover}.tpl__background .logo{min-width:160px;width:40%;display:block;position:absolute;top:40%;left:50%;transform:translate(-50%, -50%);margin-top:0}@media(max-width: 991px){.tpl__background .logo{width:90%;top:30%}}.comp__modal{width:720px;max-width:100%;margin:30px auto}.comp__modal .modal-content{box-shadow:none;border-radius:0}.comp__modal .modal-content .modal-header{border:none}.comp__modal .modal-content .modal-body{padding:0 15px}.comp__modal .modal-content .modal-body table{width:100%;font-size:14px}.comp__modal .modal-content .modal-body table th{color:#141313;font-weight:600;white-space:nowrap;text-align:center;border-bottom:1px solid #ececec;padding:5px}.comp__modal .modal-content .modal-body table th:first-child{text-align:left}.comp__modal .modal-content .modal-body table td{text-align:center;border-bottom:1px solid #ececec;padding:5px}.comp__modal .modal-content .modal-body table td:first-child{text-align:left}.comp__modal .modal-content .modal-footer{font-size:14px;color:#1d2734;text-align:center;border:none;padding:15px 15px 30px}.comp__modal .modal-content .modal-footer a{text-decoration:underline}.comp__modal .modal-content.modal-content--registration .modal-body .formItem.formItem--row .label{font-size:14px}.comp__modal.comp__modal--lg{width:1200px}.comp__modal.comp__modal--lg .modal-content .modal-body{padding:0 30px}.comp__modal #ajaxLoader,.comp__modal #ajaxLoader:before,.comp__modal #ajaxLoader:after{border-radius:50%;width:15px;height:15px;animation-fill-mode:both;animation:load7 1.5s infinite ease-in-out}.comp__modal #ajaxLoader{position:absolute;left:50%;bottom:35px;color:#e11165;font-size:10px;transform:translate3d(-50%, 0, 0);animation-delay:-0.16s}.comp__modal #ajaxLoader:before,.comp__modal #ajaxLoader:after{content:"";position:absolute;top:0}.comp__modal #ajaxLoader:before{left:-30px;animation-delay:-0.32s}.comp__modal #ajaxLoader:after{left:30px}@keyframes load7{0%,80%,100%{box-shadow:0 2.5em 0 -1.3em}40%{box-shadow:0 2.5em 0 0}}@media(min-width: 992px){.comp__modal{margin:100px auto}.comp__modal .modal-content .modal-body{padding:0 180px}.comp__modal .modal-content .modal-body.modal-body--bigger{padding:0 90px}.comp__modal .modal-content .modal-footer{padding:15px 180px 30px}.comp__modal .modal-content.modal-content--registration .modal-body{padding:0 135px}.comp__modal .modal-content.modal-content--registration .modal-body .formItem:not(.formItem--center){padding-left:100px}.comp__modal .modal-content.modal-content--registration .modal-body .formItem:not(.formItem--row) .label{position:absolute;left:-100px;top:50%;width:190px;text-align:right;transform:translateY(-50%)}}.comp__headline{width:100%;text-align:center}.comp__headline.comp__headline--left{text-align:center}.comp__headline h2{font-size:34px;color:#e11165;font-weight:600;margin:50px 0}.comp__headline h2.bigger{font-size:40px}.comp__headline h3{font-size:30px;color:#e11165;font-weight:600;margin:20px 0 25px}.comp__headline h4{font-size:20px;color:#e11165;font-weight:600;margin-bottom:15px}.comp__headline h3+h4{margin-top:-20px}.comp__headline .alert{font-size:16px}.comp__headline .alert.alert-error{color:#e11165}.comp__headline .alert.alert-warning{color:#ff6700}@media(min-width: 992px){.comp__headline h2{font-size:50px}.comp__headline h2.bigger{font-size:60px}.comp__headline.comp__headline--left{text-align:left}}.comp__form select{width:100%}.comp__form .formItem .field{line-height:1.3em}.comp__form .formItem .field input[type=text],.comp__form .formItem .field input[type=email],.comp__form .formItem .field input[type=number],.comp__form .formItem .field input[type=file],.comp__form .formItem .field input[type=password]{width:100%;height:32px;text-align:left;border:1px solid #ccc;box-shadow:none;padding:0 5px}.comp__form .formItem .field input[type=checkbox]{margin-right:10px}.comp__form .formItem .field input[type=file]{padding:4px 5px}.comp__form .formItem .field input[name=phone]{-moz-appearance:textfield}.comp__form .formItem .field input[name=phone]::-webkit-outer-spin-button,.comp__form .formItem .field input[name=phone]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.comp__form .formItem .field input::-webkit-input-placeholder{color:#b0b0b0;opacity:1}.comp__form .formItem .field input:-webkit-autofill{box-shadow:0 0 0 30px #fff inset !important}.comp__form .formItem .field [class^=icheckbox],.comp__form .formItem .label [class^=icheckbox]{margin-top:-5px;margin-right:5px}.comp__form .formItem .label{display:block;text-align:left;line-height:1.6em;padding:0}.comp__form .formItem .label label{color:#777;font-size:13px;font-weight:400;white-space:normal;margin-top:8px;margin-right:15px}.comp__form .formItem .label.required label:after{content:"*";color:red}.comp__form .formItem .help-block{position:absolute;bottom:-15px;left:-5px;font-size:13px;color:red;line-height:12px}.comp__form .formItem.formItem--row{display:flex;align-items:center}.comp__form .formItem.formItem--center{text-align:center}.comp__form .formItem.formItem--smaller{font-size:14px}.comp__form .formItem+.formItem{margin-top:25px}.comp__form .formItem.formItem--smaller+.formItem.formItem--smaller{margin-top:10px}.comp__form .formItems{display:flex;align-items:center;margin-top:25px}.comp__form .formItems .formItem{margin-top:0}.comp__form .formItems.formItems--ctas{justify-content:center}.comp__form .formItems.formItems--ctas>*{flex:0 0 50%}.comp__form .formItems.formItems--ctas.formItems--ctas3>*{flex:0 0 33.3333333333%}.comp__form .formItems.formItems--ctas .formItem .field .btn{width:calc(100% - 6px);margin-right:6px}.comp__form .formItems.formItems--ctas .formItem+.formItem .field .btn{margin-left:6px;margin-right:0}@media(min-width: 992px){.comp__form .formItem .label label{font-size:16px;white-space:nowrap}}.comp__form .form-control-feedback{display:none}.comp__form.form--filter{margin:20px 0;display:flex;align-items:center;justify-content:center;flex-direction:column}.comp__form.form--filter .formItem{display:inline-block;align-items:center;margin-right:12px;margin-top:15px}.comp__form.form--filter .formItem .label label{padding:0;margin-bottom:10px;color:#ccc;text-align:left}.comp__form.form--filter .formItem .field .months{width:217px;height:33px;padding:0 10px 0 8px;border:1px solid #ccc;color:#1d2734;font-weight:400}.comp__form.form--filter .formItem .field input[type=text]{width:217px;height:33px;padding:0 10px 0 8px;border:1px solid #ccc;text-align:left}.comp__form.form--filter .formItem .field .months option{color:#342341;border:1px solid #ccc;font-weight:400}.comp__form.form--filter .formItem .field .btn{padding:0 30px;width:170px;height:33px;border:none}.comp__form.form--filter .formItem.channels{flex:40%}.comp__form.form--filter .formItem.months,.comp__form.form--filter .formItem.years{flex:30%}.comp__form.form--filter .formItem.channels .channel{width:356px;border:none;border-bottom:1px solid #ccc}.comp__form.form--filter .formItem.months .month,.comp__form.form--filter .formItem.years .year{width:263px;border:none;border-bottom:1px solid #ccc}.comp__form.form--filter .formItem.months .month option,.comp__form.form--filter .formItem.years .year option,.comp__form.form--filter .formItem.channels .channel option{font-weight:400}.comp__form.form--filter .formItem:last-child{margin-right:0}.comp__form.form--filter .subtitle span{font-weight:400;color:#7a7a7a}@media(min-width: 992px){.comp__form.form--filter{flex-direction:row;align-items:flex-end;margin:40px 0}}.comp__filter{margin-top:25px}.comp__filter table{width:100%;min-width:500px;font-size:14px}.comp__filter table thead>tr>th,.comp__filter table tfoot>tr>th{color:#141313;font-weight:600;background:#fff;margin-right:10px;padding:0 2px;white-space:nowrap}.comp__filter table thead>tr>th>span,.comp__filter table thead>tr>th a,.comp__filter table tfoot>tr>th>span,.comp__filter table tfoot>tr>th a{display:block;color:inherit;font-weight:inherit;white-space:nowrap;border-bottom:1px solid #ececec;padding:5px 3px}.comp__filter table thead>tr>th a:hover,.comp__filter table tfoot>tr>th a:hover{color:#0593ce}.comp__filter table thead>tr>th a:hover:after,.comp__filter table tfoot>tr>th a:hover:after{color:#0593ce}.comp__filter table thead>tr>th:first-child,.comp__filter table tfoot>tr>th:first-child{border-left:none;padding-left:0}.comp__filter table thead>tr>th.sorting,.comp__filter table thead>tr>th.sorting_asc,.comp__filter table thead>tr>th.sorting_desc,.comp__filter table tfoot>tr>th.sorting,.comp__filter table tfoot>tr>th.sorting_asc,.comp__filter table tfoot>tr>th.sorting_desc{background:none !important}.comp__filter table thead>tr>th.sorting a,.comp__filter table thead>tr>th.sorting_asc a,.comp__filter table thead>tr>th.sorting_desc a,.comp__filter table tfoot>tr>th.sorting a,.comp__filter table tfoot>tr>th.sorting_asc a,.comp__filter table tfoot>tr>th.sorting_desc a{display:block;padding-right:10px}.comp__filter table thead>tr>th.sorting a:after,.comp__filter table thead>tr>th.sorting span:after,.comp__filter table thead>tr>th.sorting_asc a:after,.comp__filter table thead>tr>th.sorting_asc span:after,.comp__filter table thead>tr>th.sorting_desc a:after,.comp__filter table thead>tr>th.sorting_desc span:after,.comp__filter table tfoot>tr>th.sorting a:after,.comp__filter table tfoot>tr>th.sorting span:after,.comp__filter table tfoot>tr>th.sorting_asc a:after,.comp__filter table tfoot>tr>th.sorting_asc span:after,.comp__filter table tfoot>tr>th.sorting_desc a:after,.comp__filter table tfoot>tr>th.sorting_desc span:after{content:"";font-family:"Font Awesome 5 Free";font-size:12px;top:calc(50% + 2px);padding:5px;transition:color .25s ease-out}.comp__filter table thead>tr>th.sorting_asc span:after,.comp__filter table thead>tr>th.sorting_asc a:after,.comp__filter table tfoot>tr>th.sorting_asc span:after,.comp__filter table tfoot>tr>th.sorting_asc a:after{content:""}.comp__filter table thead>tr>th.sorting_disabled,.comp__filter table tfoot>tr>th.sorting_disabled{border-bottom:1px solid #ececec}.comp__filter table tbody>tr>td{background:#fff;border-bottom:1px solid #ececec;padding:5px;transition:border-color .25s ease-out;cursor:default !important}.comp__filter table tbody>tr>td.row-actions{text-align:right;float:none}.comp__filter table tbody>tr>td.row-actions a span{font-size:16px;transition:color .25s ease-out}.comp__filter table tbody>tr>td.row-actions a span:hover{color:#eb74a9}.comp__filter table tbody>tr>td.empty-value{color:#141313}.comp__filter table tbody>tr>td:first-child{border-left:none}.comp__filter table tbody>tr>td:after{display:none}.comp__filter table tbody>tr:hover td{border-bottom-color:#eb74a9}.comp__filter table tbody>tr[class*=legend] td:first-child:before{position:relative;display:inline-block;left:-3px;width:10px;height:10px;background-color:#0593ce;border:2px solid #fff;box-shadow:0 0 2px rgba(0,0,0,.75);border-radius:5px;margin-bottom:-1px}.comp__filter table tbody>tr.legend_black td:first-child:before{background-color:#000}.comp__filter table tbody>tr.legend_gray td:first-child:before{background-color:#c7c7c7}.comp__filter table tbody>tr.legend_lightgreen td:first-child:before{background-color:#02de15}.comp__filter table tbody>tr.legend_green td:first-child:before{background-color:#00b410}.comp__filter table tbody>tr.legend_darkgreen td:first-child:before{background-color:#05a517}.comp__filter table tbody>tr.legend_darkblue td:first-child:before{background-color:#00616f}.comp__filter table tbody>tr.legend_orange td:first-child:before{background-color:#fd8e0c}.comp__filter table tbody>tr.legend_red td:first-child:before{background-color:#e1312d}.comp__filter table tbody>tr.legend_azure td:first-child:before{background-color:#4ccfd9}.comp__filter .gdfTable{width:100%}.comp__filter .table-top-actions .top_search{margin-bottom:15px}.comp__filter .table-top-actions .top_search .input-group{display:flex;justify-content:center}.comp__filter .table-top-actions .top_search .input-group input{width:300px;border-right:0;border-radius:4px 0 0 4px}.comp__filter .table-top-actions .top_search .input-group .search{border-radius:0 4px 4px 0;padding-top:7px}.comp__filter .table-top-actions .filter-ctas{display:flex;justify-content:center;flex-wrap:wrap;margin-bottom:15px}.comp__filter .table-top-actions .filter-ctas .btn+.btn{margin-left:10px}.comp__filter .table-top-actions .filter-body{background:none}.comp__filter .table-top-actions .filter-body h2{font-size:20px;font-weight:600;text-align:center}.comp__filter .table-top-actions .filter-body .filter-options .flex-item{width:auto}.comp__filter .table-top-actions .filter-body .filter-options .flex-item label.control-label{font-size:16px;color:#ccc;text-align:left;float:none}.comp__filter .table-top-actions .filter-body .filter-options .flex-item input,.comp__filter .table-top-actions .filter-body .filter-options .flex-item select{width:100%;min-width:200px;float:none;margin:0}.comp__filter .table-top-actions .filter-body .filter-options .flex-item label:not(.control-label){display:flex;align-items:center;color:#141313;font-size:14px;white-space:nowrap;margin-top:8px;margin-right:15px}.comp__filter .table-top-actions .filter-body .filter-options .flex-item label:not(.control-label) input{width:auto;margin-right:5px}.comp__filter .table-top-actions .filter-body .filter-options .flex-item .input-group{display:flex;align-items:center}.comp__filter .table-top-actions .filter-body .filter-options .flex-item .input-group input+input{margin-left:5px}.comp__filter .table-top-actions .filter-body .filter-foot{margin:10px 0 30px}.comp__filter .table-top-actions .filter-body .filter-foot .filter-ctas{text-align:center}.comp__filter .table-top-actions .filter-body .filter-foot .filter-ctas .btn+.btn{margin-left:5px}.comp__filter .table-top-actions .filter-body #filter-form .filter-in-but{text-align:right;float:none !important}.comp__filter .table-bottom-actions{display:flex;align-items:center;justify-content:space-between;font-size:14px}.comp__filter .table-bottom-actions .column{display:flex;align-items:center;min-width:430px}.comp__filter .table-bottom-actions .datagrid-legends{float:none;display:flex;align-items:center;flex-wrap:wrap}.comp__filter .table-bottom-actions .datagrid-legends .label{margin-left:5px}.comp__filter .table-bottom-actions .datagrid-legends .label:before{content:"";display:inline-block;width:10px;height:10px;background-color:#0593ce;border:2px solid #fff;box-shadow:0 0 2px rgba(0,0,0,.75);border-radius:5px;margin-bottom:-1px;margin-right:5px}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_black:before{background-color:#000}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_gray:before{background-color:#c7c7c7}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_lightgreen:before{background-color:#60fd6e}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_green:before{background-color:#00b410}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_darkgreen:before{background-color:#05a517}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_darkblue:before{background-color:#00616f}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_orange:before{background-color:#fd8e0c}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_red:before{background-color:#e1312d}.comp__filter .table-bottom-actions .datagrid-legends .label.legend_azure:before{background-color:#4ccfd9}.comp__filter .table-bottom-actions .rowsOnPage{display:flex;align-items:center;white-space:nowrap;margin-right:30px}.comp__filter .table-bottom-actions .rowsOnPage .select2{min-width:60px;margin-left:10px;margin-bottom:0}.comp__filter .table-bottom-actions .pagination>.paginate_button{display:inline-block}.comp__filter .table-bottom-actions .pagination>.paginate_button>span,.comp__filter .table-bottom-actions .pagination>.paginate_button>a{display:inline-block;font-weight:600;float:none;background:none !important;border:none;padding:5px}.comp__filter .table-bottom-actions .pagination>.paginate_button>a{color:#e11165;bottom:0px}.comp__filter .table-bottom-actions .pagination>.paginate_button>a:hover{color:#eb74a9}.comp__filter .table-bottom-actions .pagination>.paginate_button.active>a{color:#eb74a9}.toggle-item{position:absolute;right:0;top:-81px;display:flex;align-items:center}.toggle-item .name{margin-right:5px}.toggle-item .toggler{display:block;width:64px;height:32px;background:#ececec;border-radius:32px;padding:2px}.toggle-item .toggler.withAnim{transition:all .4s ease}.toggle-item .toggler.withAnim:after{transition:all .2s ease}.toggle-item .toggler:after{content:"";position:relative;left:0;display:block;width:50%;height:100%;background:#fff;border-radius:50%}.toggle-item .toggler.active{background:#f17d1c}.toggle-item .toggler.active:after{left:50%}.btn,.btn:focus,.btn:hover{cursor:pointer;text-align:center;display:inline-block;background:#e11165;font-family:"Titillium Web",Arial,sans-serif;color:#fff;text-decoration:none;font-size:14px;padding:7px 25px 7px 25px;transition:background-color .3s ease-out,border-color .3s ease-out,color .3s ease-out;letter-spacing:-0.015em;box-shadow:none;border:0 none;border-radius:0;font-weight:400;line-height:1.1em}.btn .ico,.btn:focus .ico,.btn:hover .ico{transition:fill .3s ease-out}.btn:hover{background:#eb74a9}.btn:active{background-color:#e11165 !important;border-color:#e11165 !important}.btn.btn--lightBlue,.btn.btn--secondary,.btn.btn--lightBlue:focus,.btn.btn--secondary:focus,.btn.btn--lightBlue:hover,.btn.btn--secondary:hover{background:#58b8d2;border-color:#58b8d2;color:#fff}.btn.btn--lightBlue:hover,.btn.btn--secondary:hover{background:#fff;color:#58b8d2}.btn.btn--simple,.btn.btn--simple:focus,.btn.btn--simple:hover{font-size:14px;background:none;border-color:rgba(0,0,0,0);border-width:0 0 2px 0;color:#1a87a4}.btn.btn--simple:hover{background:rgba(0,0,0,0);color:#1a87a4;border-bottom-color:#1a87a4}.btn.btn--simple span{text-decoration:underline}.btn-success:not(:disabled):not(.disabled):active:focus,.btn-success:not(:disabled):not(.disabled).active:focus,.show>.btn-success.dropdown-toggle:focus,.show>.btn-success.dropdown-toggle{background-color:#e11165 !important;border-color:#e11165 !important;box-shadow:none !important}@media(min-width: 576px){.btn:active,.btn:focus,.btn:hover,.btn{font-size:16px;padding:7px 25px 7px 25px}}.eu-cookies.priority{position:fixed;right:auto;left:0;bottom:auto;top:0;width:auto;box-sizing:border-box;padding:0;cursor:pointer;background:rgba(0,0,0,0);text-transform:uppercase}.eu-cookies.priority span{color:#fff;background:rgba(0,0,0,0);font-size:14px;height:40px;line-height:40px;font-weight:300;padding:0 10px;border:1px solid #fff;margin-right:3px}.eu-cookies.priority button{color:#e11165;font-weight:700;font-size:16px;background-color:#fff;height:40px;line-height:40px;border:none;margin:0;padding:0 10px}
